sabinscabin
- 11
- 0
Homework Statement
A ball is thrown with initial speed V up an inclined plane. The plane is inclined at an angle \phi above the horizontal, and the ball's velocity is at an angle \theta above the plane.
Show that the ball lands a distance R = \frac{ 2V^2 \sin{\theta} \cos{ ( \theta + \phi} ) } { g \cos^2{\phi} } from its launch point. Show that for a given V and
\phi, the maximum possible range up the inclined plane is
R_{max} = \frac{ V^2 }{ g (1 + \sin{\phi} )}
Homework Equations
F = ma
The Attempt at a Solution
I calculated the distance traveled up the incline fine. However, I'm having trouble proving the second part. I'm guessing I'm supposed to maximize R with respect to theta, so from the equation above we have:
\frac{d} {d \theta} \sin{\theta} \cos{(\theta + \phi)} = 0
\cos{( 2 \theta + \phi )} = 0
\theta = \frac{n \pi}{4} - \frac{\phi}{2}, with n = odd integer. Now plug this back into the original equation for R and I get
R_{max} = \frac{ 4V^2 \tan{\phi} }{g} \cos{ 2\phi}
I think I'm approaching this problem wrong. Can anyone give me a simpler way?