Adrsya Rupam
- 4
- 0
Homework Statement
Ok, so I am attempting to solve a projectile motion problem involving air resistance that requires me to find the total x-distance the projectile traverses before landing again.
Given:
<br /> \\<br /> m=0.7\text{kg}<br /> \\<br /> k=0.01 \frac{\text{kg}}{\text{m}}<br /> \\<br /> \theta=30 \degree<br />
Homework Equations
F_{air}=kv^2
The Attempt at a Solution
I divided the dynamics of the problem into x-component and y-component equations:
From F_{x}=-kv_x^2, I got:
x\left(t\right)=\frac{m}{k}\ln \left(kv_it-m\sec \theta \right)
I divided the y-component of the motion into two parts--going up and going down:
I used F_{y1}=-mg-kv_y^2 for the going up part, and I used F_{y2}=-mg+kv_y^2
solving the differential equation for the going up part, I got:
v_y\left(t\right)=\sqrt{\frac{mg}{k}}\tan \left(\arctan \left(v_{yi}\sqrt{\frac{k}{mg}}\right)-t\sqrt{\frac{g}{m}}\right) -- which is where I am stuck on... because when I plugged in my given values, the graph doesn't look right as its t-intercept is greater than one which is found from solving this kinematically without air resistance.
solving the differential equation for v_y(t) of the going down part and integrating it, I got:
y\left(t\right)=-\frac{m}{k}\ln \left(\cosh \left(t\sqrt{\frac{gk}{m}}\right)\right)+y_i
Can someone help me solve this problem?