Body thrown at angle to the horizon taking into account air resistance

AI Thread Summary
The discussion revolves around modeling the flight of a tennis ball, both with and without air resistance, using physics equations and Microsoft Excel. The user outlines initial calculations for projectile motion, including determining the ball's coordinates and velocity projections. A key point raised is the complexity of incorporating air resistance, which requires understanding the relationship between velocity and the angle of resistance. The conversation highlights the need for numerical methods to solve the equations accurately due to the time-dependent nature of air resistance. Overall, the user seeks guidance on defining the angle of air resistance and improving their calculations.
tawki
Messages
1
Reaction score
0
Hi every body!
I'm a new guy here, and want to applologize for my Not perfect English.
From the name of the topic you can understand what 'm trying to do here.
ok here is an exercise:
We have tennis ball m=57gr. and diameter of the ball D=6.7sm.
from the start point coordinates Xo=0 & Yo=0.3m, the ball running speed is Vo=20m/s, with an angle \alpha=15o. also aking into an account that g=9.8m/s2.
Neseccary describe the graph of the ball's flight, with and without air resistance.
i'm trying to use an Microsoft EXCEL for it.
First I want to calculated and build the first graph of the ball without air resistance.
At the beginning let's define projection of starting speed Vox and Voy: Vox=Xo+Vo*cos\alpha and Voy=Yo+Vo*sin\alpha.
next we can define total time Ttot=2*Vo*sin\alpha/g.
now we can define the coordinates of the ball at exact time:
X=Xo+Vo*cos\alpha*t
Y=Yo+Vo*sin\alpha*t-gt2/2
where: t - exact time during ball flight 0≤t≤Ttot
Based on these results, we can now describe the graph.
We can also determine velocity projections on the X and Y axis, as well as the overall speed at each time point:
Vx=Vox - as the speed of the X-axis does not change with time
Vy=Voy-g*t
Vtotal=√(Vox2+Voy2).

We now move to the question of the motion of the body with the resistance of the air, and where I have had disagreements.
Let's define the total resistance of the air:
Ftot=c*ρ*Vo2*S/2
where: c - coefficient of resistance of the ball (=0.4); ρ - density of air (=1.2kg/m3); S - sectional area of ​​the ball.
Next we define the projection of force of air resistance on the ball at a time:
Fx=Ftot*cosβ & Fy=Ftot*sinβ
And now finally made the equation of the ball with the air resistance:
X=Xo+Vox*t-(Fx*t2)/2*m
Y=Yo+Voy*t-(g+Fy)*t2/2*m
where: m - coefficient of dynamic viscosity of air.
my ferst question "how to define angle β?", because i did like that: β=arccos(Vx/Vtotal).
at the end i can not describe the graph of the ball's flight, with and without air resistance.
I really need an advice, of what, where and how i missed something.
Sorry for my inglish (not my native language).
 

Attachments

  • graph.jpg
    graph.jpg
    11.1 KB · Views: 706
Last edited:
Physics news on Phys.org
Welcome to PF;
I'd expect air resistance to depend on the square of the instantaneous speed and point opposite to the direction of the instantaneous velocity and not just the value at t=0.

$$\vec{R}_{air}=-\frac{1}{2}c \rho S v\vec{v}$$

You are neglecting the effect of the spin of the ball?

You'll have noticed that the components of the force depend on both components of the velocity.
However - you'll see that your angle beta is a function of time, given by ##\beta(t) = \tan^{-1}\big(v_y(t)/v_x(t)\big)##

Solving for air resistance is not simple. You basically have to use a numerical method:
http://wps.aw.com/wps/media/objects/877/898586/topics/topic01.pdf
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Back
Top