Calculating Tennis Ball Trajectory: Force and Integration Explained

diegorodriguez
Messages
1
Reaction score
0
1. How to get x,y positions for a tennis ball at each time t given total force exerted?2. We consider Drag force D, Lift Force L and Gravitation force W

D=1/2*(0.55+1/((22.5+4.2*(v/(w*R))^2.5)^0.4))*pi*R^2*d*v^2
L=1/2*(1/(2+(v/(w*R))))*pi*R^2*d*v^2
W=m*g
as described in
http://www.physics.usyd.edu.au/~cross/TRAJECTORIES/42. Ball Trajectories.pdf

where v, speed; w, angular speed;R, radius;d, density;m, mass

3. I suppose we need to integrate force twice on time t for Fx and Fy given a Serve Angle Ro and Serve Speed vi, but how?
 
Physics news on Phys.org
As far as I am aware, there is no analytic solution for 2D motion with drag.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top