Projectile Motion on an Incline

AI Thread Summary
The discussion focuses on solving a projectile motion problem involving a baseball launched at an angle on an inclined plane. For part a, the derived formula for the distance along the incline is d = (2v_{0}^2/g) * (cos^2(θ + φ)/cos(θ)) * [tan(θ + φ) - tan(θ)]. Part b requires finding the angle φ that maximizes this distance, with the solution being φ = (π/4) - (θ/2). Participants discuss various methods to derive these equations, including using calculus and trigonometric identities. The conversation highlights challenges in solving the derivative for maximum range and confirms the correctness of the solutions provided.
blindside
Messages
21
Reaction score
0

Homework Statement



A baseball is given an initial velocity with magnitude v_{0} at an angle of \phi above the surface of an incline, which is in turn inclined at an angle \theta above the horizontal.

a) Calculate the distance measured along the incline from the launch point to where the baseball strikes the incline. In terms of v_{0}, g, \theta, \phi.

b) What angle \phi gives the maximum range, measured along the incline.

Homework Equations



x_b = v_{0}\cos{(\theta+\phi)}t
y_b = v_{0}\sin{(\theta+\phi)}t - \frac{1}{2}gt^2

y_i = x\tan{\theta}

The Attempt at a Solution



Part a) is fairly straightforward to solve... eliminating t to find y(x) and letting y_i = y_b yields:

d = \frac{2v_{0}^2}{g}\frac{\cos^2{(\theta+\phi)}}{\cos{\theta}}\left[\tan{(\theta+\phi)}-\tan{\theta}\right]

Which is the solution to a). Just having trouble finding a worked solution for part b). My maths is a little shaky, can someone walk me through it? It's easy enough to find a partial derivative for d, but I still can't solve it for 0.
 
Physics news on Phys.org
Hmm. So you decided to go with the method of a constraint? I used a rotated coordinate system and got something a little a different. But if you say that the solution you got to a) is correct, then I'll just let it go.

As far as finding the maximum angle would go. It sounds like you took the partial of d with respect to phi, though if theta and vo are fixed as the problem says then in actuality this would be a full derivative as d would not depend on theta or vo. Regardless, you are right, the derivative of what you have is very hard to solve for when you set it to zero. I can't do it, and Mathematica (a math program) can't do it. If you are given theta then you could do it numerically.
 
Yeah, the solution is quoted in the back of the book, pt a) is correct. The solution to pt b) is \frac{\pi}{4}-\frac{\theta}{2}. I'd like to know how it was solved though. Since the expression for d I found is the solution quoted for pt a) by the text, it seems logical to assume that the solution for b) follows on.
 
Let us consider a general case

Lets say that a projectile is shot at alpha on an incline of angle theta.

Here we will have to develop a good relation.

Now the angle of the plane is theta and the angle of the projection is alpha.
Now let the ground be represented by a line,AB. And the plane is AC

And the angle between AB and AC is alpha. Now you will have to use the following ideas.

1) cos\alpha\ = \frac{AB}{AC}

2) The vertical displacement is zero wrt AC so now you can apply the equation of kinematics which covers time,initial velocity in y direction and g.
Now we can get time out of it.Now we know that the horizontal comp of velocity is constant and hence we can say that

AB = ucos\{\alpha\ + \theta\}T

And now use 1 so you will get AB. Which is the range and now by using logic and trigonometry you can find the angle for which R is max.


The equation for AC is as follows

\frac{2u^2sin(\phi\ - \theta)cos\phi}{gcos^2\theta}

where phi is alpha + theta. Now simplify it and you will get the following for AC

\frac{2u^2sin[(2\phi\ - \theta) - sin\theta]}{gcos^2\theta}

To get maximum AC here

sin(2\phi\ - \theta) = 1

Hence in that case max range would be

\frac{u^2}{g(1 + sin\theta)}

All this equations, I have derived by the method i gave you in the last post.

And now from the above three equations you can find out the angle.
 
I can't follow that at all..

Firstly shouldn't it be:

\cos{\theta}=\frac{AB}{AC}

The next equation is just the calculus-derived expression for x, but I don't see how you're getting to the next equation, nor how you're "simplifying" to get the proceeding one..
 
I just reworked the problem using the plane of the incline as the x-axis and managed to find for x:

x = \frac{2v_{0}^2\cos^2{\phi}\left[\tan{\theta}+\tan{\phi}\right]}{g}

Which I assume is what Mindscrape found...

Which makes:

d = \frac{2v_{0}^2\cos^2{\phi}\left[\tan{\theta}+\tan{\phi}\right]}{g\cos{\theta}}

Where d is the distance along the incline rather than across the axis. This expression is more easily differentiable than the one I obtained via the first method... anyway a little algebra and an arctan result I had to search on wikipedia for (never used it before), managed to get the solution:

2\phi = \arctan{\left(\frac{1}{\tan{\theta}}\right)}
\phi = \frac{\pi}{4}-\frac{\theta}{2}

Anyone have any ideas on how this could be solved using the first method? I'm sure it's possible, since the value of d quoted as the solution by the text is as worked via the first method...
 
Bump...
 
Looks good to me that's what our TA got in class tonight.
 
Back
Top