Solving for v_y max in a Spin-Friction Free Tennis Ball Model

AI Thread Summary
The discussion focuses on determining the maximum vertical velocity (v_y max) in a model for a tennis ball's trajectory influenced by spin, while ignoring air friction. The user seeks to plot the trajectory but lacks a numerical value for v_y max, which is crucial for accurate representation. They derive a sinusoidal solution for the vertical velocity and identify constants that depend on initial conditions, including the angle and initial speed. Other participants suggest alternative formulations for the velocity components to simplify the determination of constants. Overall, the thread emphasizes the challenge of extracting necessary constants from the differential equations to facilitate plotting the trajectory.
powerof
Messages
43
Reaction score
0

Homework Statement



Title might be unclear since I had little space to explain. I'll state my problem from the beginning: I don't know how to determine one of the constants in formula for the velocity (the maximum velocity on the y-axis to be precise). I need that constant because I want to make a plot without choosing a random value.

The problem statement (in my words because it's originally in a different language):

We'll develop a simple model for the trajectory of a tennis ball hit with a certain effect. The player hits the ball at an angle θ and in such a way that the ball spins creating an acceleration perpendicular and proportional to its velocity. We ignore friction with the air. Get the trajectory of the ball and compare it to the spin-friction-free model for ball (the parabolic one).

v_0=\sqrt(v_{0_{x}}^{2}+v_{0_{y}}^{2})=30~m/s \leftarrow initial speed
y_{0}=1~m\leftarrow height at which the ball is hit
x_{0}=0\leftarrow we set the origin under the ball at the moment of impact
\theta=30º=\pi/9 ~ rad\leftarrow angle at which the ball is hit
(\mathbf{a}_{ef} \propto \mathbf{v}) ~\wedge~ (\mathbf{a}_{ef}\perp \mathbf{v} )\leftarrowacceleration produced by the spin effect is perpendicular and proportional
K=0.2

Homework Equations



The equation of a projectile only under the effect of gravity with respect to which I have to compare my final solution:

y(x,\theta)=y_{0}+(\tan \theta)\cdot x-\frac{g \cdot{(\sec \theta)}^{2}}{2\cdot{v_{0}}^{2}}\cdot x^{2}

We can also get it as a function of time by setting x(t)=v_{0_{x}} \cdot t

The Attempt at a Solution



We can have two accelerations: inwards or outwards. This depends on the direction the ball is spinning. I'll only solve the problem for one case only because I can get the other one by switching the sign of the constant K.

\textbf{a}_{T} = \textbf{a}_{e}+\textbf{a}_{g}=(-K \cdot v_{y},K \cdot v_{x})+(0,-g)=(-K \cdot v_{y},K \cdot v_{x}-g)=(\frac{d}{dt}v_{x},\frac{d}{dt}v_{y})\Rightarrow<br /> \\<br /> \Rightarrow<br /> \left\{<br /> \begin{array}{l}<br /> \frac{d}{dt}v_{y}=K \cdot v_{x}-g \Rightarrow v_{x}=\frac{1}{K}( \frac{d}{dt}v_{y}+g )<br /> \\<br /> \tfrac{d}{dt}v_{x}=-K \cdot v_{y} \Rightarrow \frac{d}{dt}(\frac{1}{K}(\frac{d}{dt}v_{y}+g) )=-K \cdot v_{y} \Rightarrow (\frac{d}{dt})^{2}v_{y}+K^{2}\cdot v_{y}=0<br /> \end{array}<br /> \right.

The solution of this equation is sinusoidal, of the form:
$$v_{y}(t)=C_{1}\cdot\sin(C_{2}\cdot t + C_{3})$$
Where C_{i} are:

C_{1}=v_{y_{MAX}}\leftarrow This is the amplitude, that is, the value which represents the maximum value the velocity reaches in the Y axis. I don't know what numerical value this has nor how can I get it from my initial data.
C_{2}=(K^{2})^{1/2}=K\leftarrowWe get this by plugging the solution into the original differential equation
C_{3}=\arcsin (\frac{v_{y_{0}}}{v_{y_{max}}})\leftarrow by setting t=0 and assuming C1 is correct, the equality follows

By plugging v_y into the first equation we get v_x and if we integrate both components of the velocity we get the trajectory (position function). Since I don't need the trajectory function right now and writing in LateX is a bit tedious for me, I'll stop here.

The tricky part was solving the differential equation and setting the constants right. Integrating the resulting velocity is easy and making the graph is easy as well provided I have correct values for all the constants.

Here comes my problem: I have no clue what v_y max is so I can't make a plot. I don't even know how to reason an approximation to it's value so that I can make an estimated guess to use when plotting.

Is there any way to deduce it without it being given as data?

English is not my first language so be patient if you find some weird wording or phrases.

Thank you for reading and have a nice day.

EDIT: Note that the problem statement doesn't ask me to plot the trajectory. This is only for my own curiosity. I want to plot it to see how it looks like with an additional perpendicular acceleration compared to gravitation only.
 
Last edited:
Physics news on Phys.org
Thanks for the post! Sorry you aren't generating responses at the moment. Do you have any further information, come to any new conclusions or is it possible to reword the post?
 
Hi Powerof,
From the differential equations, for the velocity components, I get:

v_y=Asin(Kt)+Bcos(Kt)
v_x=\frac{g}{K}+Acos(Kt)-Bsin(Kt)

I obtain the constants of integration from the initial conditions on the velocity components.

Chet
 
Greg Bernhardt said:
Thanks for the post! Sorry you aren't generating responses at the moment. Do you have any further information, come to any new conclusions or is it possible to reword the post?

I think a post reword would be in order. Even I think it's a bit tedious to read so I'll try to cut off all the unnecessary parts. Is it possible to change the original post?

NEW TITLE: Help me determine one of the constants after solving a differential equation

Homework Statement



Develop a simple model for the trajectory of a tennis ball hit with a certain effect. The player hits the ball at an angle θ and in such a way that the ball spins creating an acceleration perpendicular and proportional to its velocity. We ignore friction with the air. Get the trajectory of the ball and compare it to the spin-friction-free model for ball (the parabolic one).

Homework Equations


[/B]
The differential equation:

\left\{<br /> \begin{array}{l}<br /> \frac{d}{dt}v_{y}=K \cdot v_{x}-g \Rightarrow v_{x}=\frac{1}{K}( \frac{d}{dt}v_{y}+g )<br /> \\<br /> \tfrac{d}{dt}v_{x}=-K \cdot v_{y} \Rightarrow \frac{d}{dt}(\frac{1}{K}(\frac{d}{dt}v_{y}+g) )=-K \cdot v_{y} \Rightarrow (\frac{d}{dt})^{2}v_{y}+K^{2}\cdot v_{y}=0<br /> \end{array}<br /> \right.

Parabolic model of the throw:

y(x)=y(x_{0})+\overset{y&#039;(x_{0})}{\overbrace{\left(\tan\theta\right)}}(x-x_{0})+\overset{y&#039;&#039;(x_{0})}{\overbrace{\left(\dfrac{a\sec^{2}\theta}{v_{0}^{2}}\right)}}\dfrac{1}{2}\left(x-x_{0}\right)^{2}

The Attempt at a Solution



The solution of this equation is sinusoidal, of the form:
$$v_{y}(t)=C_{1}\cdot\sin(C_{2}\cdot t + C_{3})$$
Where C_{i} are:

C_{1}=v_{y_{MAX}}\leftarrow This is the amplitude, that is, the value which represents the maximum value the velocity reaches in the Y axis. I don't know what numerical value this has nor how can I get it from my initial data.
C_{2}=(K^{2})^{1/2}=K\leftarrowWe get this by plugging the solution into the original differential equation
C_{3}=\arcsin (\frac{v_{y_{0}}}{v_{y_{max}}})\leftarrow by setting t=0 and assuming C1 is correct, the equality follows

My problem is determining v_{y_{MAX}} given that I know K, the initial velocity and angle and the initial positions.
 
Last edited:
Chestermiller said:
Hi Powerof,
From the differential equations, for the velocity components, I get:

v_y=Asin(Kt)+Bcos(Kt)
v_x=\frac{g}{K}+Acos(Kt)-Bsin(Kt)

I obtain the constants of integration from the initial conditions on the velocity components.

Chet
That is most definitely easier than what I was doing. For some reason writing the solutions as v_{y}=C_{1}\cdot\sin(C_{2}t+C_{3}) and v_{x}=\frac{g}{K}+C_{1}\cdot\cos(C_{2}t+C_{3}) makes determining the constants harder.

In any case, thank you for your help. Knowing what the constants are will prove really useful when graphing the functions.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top