Optimum Angle to Throw a Baseball

In summary, the conversation discusses the physics behind throwing a baseball, including the relationship between throwing speed and elevation angle. It also touches on the optimal launch angle for achieving maximum height and range, and considers the impact of air drag and the concept of trajectory optimization. The summary ends with a discussion on finding the peak initial y velocity using derivatives.
  • #1
cj
85
0
My Baseball coach is also my physics instructor. He says that "it is easier to throw a baseball horizontally than it is vertically" -- and that throwing speed varies with elevation angle approximately as:

[tex]v_0cos(\frac {\theta}{2}) \text{ m/s}[/tex]

[tex]\text {where }v_0 = \text{the initial velocity when the ball is thrown horizontally, and}[/tex]
[tex] \theta_0 =\text { the initial elevation angle}[/tex]

[tex] \text{At what }\theta_0 \text{ do I need to throw the ball to achieve maximum height and, conversely, range?}[/tex]

I have a feeling this is a "classic" physics problem. I can't, however, think of the velocity versus launch angle conditions leading to maximum height or range.

The only facts I can cough-up is that at maximum height, vertical velocity = 0. Also, maximum range occurs when the baseball experiences maximum flight time along with maximum horizontal velocity.

Using these relationships to solve for optimum initial launch angle is stumping me.
 
Physics news on Phys.org
  • #2
The vertical initial speed is [tex]v_0sin(\theta)[/tex] and the acceleration is obvously -g. The horizontal speed is always [tex]v_0cos(\theta)[/tex] if you don´t consider air drag.
So you may calculate the time for the ball to reach maximum height (v0=0) and to fall back to initial height. Then put the same time in horizontal movement and find the launch range.
In this way you find that the maximum range is when the angle is 45°.
The maximum height is achieved when you have the maximum initial vertical speed, so you must have 90°.
If you want to consider the air drag is a dynamical problem (no more only cinematic) and you have to solve it numerically, it´s a little bit more complicated but it´s feasable.
Byez
 
  • #3
airbuzz said:
The vertical initial speed is [tex]v_0sin(\theta)[/tex] and the acceleration is obvously -g. The horizontal speed is always [tex]v_0cos(\theta)[/tex] if you don´t consider air drag.
So you may calculate the time for the ball to reach maximum height (v0=0) and to fall back to initial height. Then put the same time in horizontal movement and find the launch range.
In this way you find that the maximum range is when the angle is 45°.
The maximum height is achieved when you have the maximum initial vertical speed, so you must have 90°.
If you want to consider the air drag is a dynamical problem (no more only cinematic) and you have to solve it numerically, it´s a little bit more complicated but it´s feasable.
Byez

The above certainly holds for basic 2D kinematics.
Having a angle-dependant initial velocity makes the
problem quite a bit more complex -- I THINK.

The expression I saw for the answer is quite complex.
I need to, however, understand the derivation.

Thanks

cj
 
  • #4
cj said:
The above certainly holds for basic 2D kinematics.
Having a angle-dependant initial velocity makes the
problem quite a bit more complex -- I THINK.
It's still just 2D.

The expression I saw for the answer is quite complex.
I need to, however, understand the derivation.
It's not that bad. Given the initial velocity, find the total time the ball is in the air. (Analyze the vertical component of motion.) Then use that to find the horizontal distance traveled in that time. Once you get that expression, which will depend on the angle, use a little calculus to find it's maximum value.
 
  • #5
It´s not so hard.
You have that [tex]v_y(0) = v_0sin\theta[/tex] and that [tex]v_y(t)=v_y(0)-gt[/tex]. Then ,to findthe time to rise to maximum height you mus put [tex]v_y[/tex] to zero. The time to rise and fall back will be the double so it will be [tex]t=\frac{2v_osin\theta}{g}[/tex]. Now you put this time to find the range, multiplying it for the horizontal speed. So you find [tex]x=V_xt=v_0cos\theta\frac{2v_osin\theta}{g}[/tex]. To find the maximum of x you must just derive x on theta. If your [tex]v_0[/tex] is theta-dependant it is not a proble, you must just implement it in the x function. So you will have

[tex]x=\left(v_0cos\frac{\theta}{2}\right)^2\cdot cos\theta\frac{2sin\theta}{g}[/tex]

now you must integrate this on theta and the job is done!
 
  • #6
Define "easier." For an infielder throwing to first, you always want the ball to get where you are throwing it as fast as possible. So the optimum angle is whatever angle you need to throw it to get it to your target when throwing it as hard as you can.

If you're an outfielder trying to make a play at home, the problem is much more difficult: with a higher angle, you can get the ball home yourself (after a couple of bounces), but the ball may get there faster if you hit your cutoff man.

Knowing how hard you throw the ball and making a few assumptions about the cutoff man's turn-around time and the slowing of the ball as it bounces, you could calculate whether or not to hit the cutoff man or try for home yourself.
 
Last edited:
  • #7
Problem is coming really interesting...
It become a trajectory optimization problem (deviated mind of an aerospace engineer). So, you have the initial speed depending on something and you want to reach a point in the less time than possible. I use to do this for orbit transfers, but it becomes a numerical boundary conditions problem...
 
  • #8
airbuzz said:
Problem is coming really interesting...
It become a trajectory optimization problem (deviated mind of an aerospace engineer).
Yeah, we engineers can suck the fun out of damn near anything! :cry:
 
  • #9
The cutoff man should become then a path constraint, like:if you pass there you will have this, but I don´t know if it´s a good thing...
Yeah, with some optimization algorithm it should be feasable... :bugeye:
Ehi cj, try to post this problem to your physics professor, maybe he likes this., or maybe he will consider you a fool... :rofl:
 
  • #10
cj said:
The above certainly holds for basic 2D kinematics.
Having a angle-dependant initial velocity makes the
problem quite a bit more complex -- I THINK.

The expression I saw for the answer is quite complex.
I need to, however, understand the derivation.

Thanks

cj

The inital velocity of a ball thrown at angle [tex]\phi[/tex] is going to be:
[tex]\vec{v}_i=<v_0 \cos \frac{\phi}{2} \cos \frac{\phi}, v_0 \cos \frac{\phi}{2} \sin{\phi}>[/tex]
(This follows from the inital velocity, and simple trig.)

Then, to find the peak initial y velocity take the inital y velocity:
[tex]v_y=v_0 \cos \frac{\phi}{2} \sin{\phi}[/tex]
and find all local minima by solving for the derviative being equal to zero:
[tex]\frac{dv_y}{d\phi}=v_0(\cos \frac{\phi}{2} \cos{\phi} - \sin\frac{\phi}{2} \sin \phi)=v_0\cos \frac{3\phi}{2}[/tex]
so
[tex]0=\cos \frac{3\phi}{2} \Rightarrow \cos^{-1} 0 = \frac{3\phi}{2}[/tex]
so
[tex]\frac{\pi}{2}=\frac{3\phi}{2} \Rightarrow \phi=\frac{\pi}{3}[/tex]
or
[tex]\frac{3\pi}{2}=\frac{3\phi}{2} \Rightarrow \phi=\pi[/tex]
but the second is obviously incorrect, so the optimal inital launch angle for height is
[tex]\frac{\pi}{3}[/tex]

Now, the distance that a ballistic projectile travels is
[tex]\frac{v_i^2}{g} \sin(2\phi)[/tex]
plugging in the values we have for the initial velocity
[tex]d=\frac{v_0^2}{g} (\cos(\frac{\phi}{2}))^2 \sin(2\phi)[/tex]
Once again, you need to find the maximum - so take the derivative etc. I'm too lazy to go through do the derivative though.
 
  • #11
airbuzz said:
The cutoff man should become then a path constraint, like:if you pass there you will have this, but I don´t know if it´s a good thing...
Yeah, with some optimization algorithm it should be feasable... :bugeye:
Ehi cj, try to post this problem to your physics professor, maybe he likes this., or maybe he will consider you a fool... :rofl:

His basis was a combination of physics and sports performace lab stuff (which he co-runs at the University of Michigan).

As a former center fielder myself, I know first-hand that
throwing horizontally is clearly "easier" than vertically.

At one point there seemed to be pretty widespread
consideration of what angle an outfielder should toss
a ball to throw out a runner heading for home plate.
 
  • #12
Then there's the issue that baseball trajectories are 3D -- seams and spin. How often have you seen an outfielder miss the cutoff man, or the catcher because of a tailing throw, or a pitcher miss the plate because of a tailing fastball. Tim Wakefield's(Red Sox) knuckle ball moved all over the place -- the trajectory optimized to fool the batter. A good overhand curve ball "falls off the table", the right spin makes the ball drop sharply just as it reaches the batter. In baseball, someone with a live arm simply cannot throw the ball straight.

With spin, optimal trajectories are tough. This is a great simulation problem, and a nasty one.

Go Sox, Great sox.

Regards,
Reilly Atkinson
 

1. What is the optimum angle to throw a baseball?

The optimum angle to throw a baseball is approximately 45 degrees. This angle allows for the longest distance with the least amount of effort.

2. How is the optimum angle determined?

The optimum angle is determined by the laws of physics, specifically the angle of release that maximizes the distance traveled by the ball while minimizing the effects of air resistance.

3. Does the optimum angle vary for different throwing styles?

Yes, the optimum angle may vary slightly for different throwing styles, such as overhand, sidearm, or underhand. However, the difference is minimal and the optimum angle is generally around 45 degrees for all styles.

4. Can the optimum angle change based on the velocity of the throw?

Yes, the optimum angle may change slightly based on the velocity of the throw. Higher velocities may require a slightly lower angle to compensate for the increased air resistance, while lower velocities may require a slightly higher angle to maximize distance.

5. How does the optimum angle affect accuracy?

The optimum angle may have a slight effect on accuracy, but it is more important to focus on proper technique and mechanics when throwing a baseball. With proper form, the angle of release should naturally fall within the optimum range.

Similar threads

Replies
8
Views
2K
Replies
4
Views
1K
  • Introductory Physics Homework Help
Replies
5
Views
282
  • Introductory Physics Homework Help
Replies
8
Views
2K
Replies
4
Views
2K
  • Introductory Physics Homework Help
2
Replies
38
Views
1K
  • Introductory Physics Homework Help
Replies
21
Views
2K
  • Introductory Physics Homework Help
Replies
14
Views
2K
  • Introductory Physics Homework Help
Replies
2
Views
2K
Back
Top