Projectile thrown up an incline, max distance?

AI Thread Summary
A ball thrown up an inclined plane at an angle \(\phi\) with an initial speed \(V\) can achieve a maximum range \(R_{max} = \frac{V^2}{g(1 + \sin{\phi})}\). The discussion focuses on deriving this maximum range by optimizing the angle \(\theta\) at which the ball is thrown relative to the incline. The calculations involve differentiating the range equation with respect to \(\theta\) and substituting the optimal angle \(\theta = \frac{\pi}{4} - \frac{\phi}{2}\). A participant expresses confusion over discrepancies between their derived formula and the expected result, indicating a need for clarity in the approach. The conversation emphasizes the importance of correct angle selection and substitution in achieving the desired outcome.
sabinscabin
Messages
11
Reaction score
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?
 
Physics news on Phys.org
Bright Wang said:

if you look at the last post in the thread you gave me, I already got that result. It's just that the R_max I get does not match the R max that's given in the initial problem.
 
sabinscabin said:
if you look at the last post in the thread you gave me, I already got that result. It's just that the R_max I get does not match the R max that's given in the initial problem.

Ops my bad.
 
sabinscabin said:
\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?

First, n must be 1; if it's 3 or higher, than n*pi/4 - Φ/2 would be greater than 90 degrees, and that's impossible given the geometry of the situation. So we know that the optimum angle is pi/4-Φ/2. Substituting it into the equation for R gives:

R=sin(pi/4-Φ/2)cos(pi/4+Φ/2)/cos^2 (Φ)

I've ignored the constants. Since cos(a)=sin(pi/2-a):

R=sin(pi/4-Φ/2)sin(pi/4-Φ/2)
cos(2a)=1-2sin^2 (a), so

R=(1-cos(pi/2-Φ))/2
=(1-sin(Φ))/2

You seem to have decent math skills, so getting from here to the answer should be easy.
 
you have got \theta = \pi/4 - \varphi/2
so 2sin\theta cos(\theta + \varphi) = 2sin(\pi/4 - \varphi/2) sin(\pi/4 - \varphi/2) =
2sin2(\pi/4 - \varphi/2) = [cos(\varphi/2) - sin(\varphi/2)]2

[cos(\varphi/2) - sin(\varphi/2)]2/cos2\varphi
= {[cos(\varphi/2) - sin(\varphi/2)]/cos\varphi}2
= {[cos(\varphi/2) - sin(\varphi/2)]/[cos2(\varphi/2) - sin2(\varphi/2)]}2
= {1/[cos(\varphi/2) + sin(\varphi/2)]}2
= 1/(1 + sin\varphi)
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanged 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