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

In summary: The parabolic model of a tennis ball is a model of the trajectory of a tennis ball that does not include the effects of air resistance. The parabolic model is used to calculate the trajectories of balls that are hit at an angle, and in such a way that the ball spins.
  • #1
powerof
43
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).

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

Homework Equations



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

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

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

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.

[itex]\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
\\
\Rightarrow
\left\{
\begin{array}{l}
\frac{d}{dt}v_{y}=K \cdot v_{x}-g \Rightarrow v_{x}=\frac{1}{K}( \frac{d}{dt}v_{y}+g )
\\
\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
\end{array}
\right.[/itex]

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

[itex]C_{1}=v_{y_{MAX}}\leftarrow[/itex] 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.
[itex]C_{2}=(K^{2})^{1/2}=K\leftarrow[/itex]We get this by plugging the solution into the original differential equation
[itex]C_{3}=\arcsin (\frac{v_{y_{0}}}{v_{y_{max}}})\leftarrow[/itex] 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
  • #2
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?
 
  • #3
Hi Powerof,
From the differential equations, for the velocity components, I get:

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

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

Chet
 
  • #4
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:

[itex]\left\{
\begin{array}{l}
\frac{d}{dt}v_{y}=K \cdot v_{x}-g \Rightarrow v_{x}=\frac{1}{K}( \frac{d}{dt}v_{y}+g )
\\
\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
\end{array}
\right.[/itex]

Parabolic model of the throw:

[itex]y(x)=y(x_{0})+\overset{y'(x_{0})}{\overbrace{\left(\tan\theta\right)}}(x-x_{0})+\overset{y''(x_{0})}{\overbrace{\left(\dfrac{a\sec^{2}\theta}{v_{0}^{2}}\right)}}\dfrac{1}{2}\left(x-x_{0}\right)^{2}[/itex]

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 [itex]C_{i}[/itex] are:

[itex]C_{1}=v_{y_{MAX}}\leftarrow[/itex] 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.
[itex]C_{2}=(K^{2})^{1/2}=K\leftarrow[/itex]We get this by plugging the solution into the original differential equation
[itex]C_{3}=\arcsin (\frac{v_{y_{0}}}{v_{y_{max}}})\leftarrow[/itex] by setting t=0 and assuming C1 is correct, the equality follows

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

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

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 [itex]v_{y}=C_{1}\cdot\sin(C_{2}t+C_{3})[/itex] and [itex]v_{x}=\frac{g}{K}+C_{1}\cdot\cos(C_{2}t+C_{3})[/itex] 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.
 

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

1. What is the purpose of solving for vy max in a spin-friction free tennis ball model?

The purpose of solving for vy max is to determine the maximum vertical velocity that a tennis ball can achieve in a spin-friction free environment. This information is important in understanding the physics of a tennis ball's movement and can aid in improving a player's technique and overall performance.

2. How is spin-friction free environment defined in a tennis ball model?

A spin-friction free environment in a tennis ball model refers to a hypothetical scenario where the ball is assumed to have no friction with the air or the surface it is bouncing on. This means that the ball's spin or rotation is the only force acting on it, and there is no resistance to its movement.

3. What factors affect the value of vy max in a spin-friction free tennis ball model?

The value of vy max is affected by various factors, including the initial velocity of the ball, the angle at which it is hit, and the amount of spin applied to the ball. Other factors such as air density and temperature can also have a minor influence on vy max.

4. How do you calculate vy max in a spin-friction free tennis ball model?

Vy max can be calculated using the equation vy max = v0 * sin(2θ), where v0 is the initial velocity of the ball and θ is the angle at which it is hit. This formula assumes a spin-friction free environment and neglects the effects of air resistance.

5. How does solving for vy max in a spin-friction free tennis ball model benefit the sport of tennis?

Solving for vy max in a spin-friction free tennis ball model can provide insights into the physics of a tennis ball's movement, which can help players improve their techniques and strategies. It can also aid in the development of new equipment and technology for the sport, leading to advancements in the game. Additionally, understanding vy max can help in predicting the trajectory and bounces of a tennis ball, which can be useful for players in making split-second decisions during a match.

Similar threads

Replies
11
Views
1K
  • Introductory Physics Homework Help
Replies
13
Views
781
  • Introductory Physics Homework Help
Replies
6
Views
592
  • Introductory Physics Homework Help
Replies
4
Views
1K
  • Introductory Physics Homework Help
Replies
4
Views
739
  • Introductory Physics Homework Help
Replies
20
Views
3K
Replies
2
Views
785
  • Introductory Physics Homework Help
Replies
6
Views
264
  • Introductory Physics Homework Help
Replies
14
Views
2K
  • Introductory Physics Homework Help
Replies
34
Views
739
Back
Top