Horizontal Range (with incline)

AI Thread Summary
The discussion focuses on calculating the horizontal range of a ball thrown up an incline, with the ball's launch angle (phi) and the incline's angle (theta) defined. The first part of the problem is solved, yielding a range formula, but the second part, which seeks to find the maximum range, presents challenges. The user initially considers shifting the angle to 45 degrees but realizes this does not yield the correct result. They explore using derivatives to find the maximum range but struggle with solving for theta. Clarifications about the definitions of phi and theta are made, emphasizing the importance of correctly understanding their roles in the equations.
jesuslovesu
Messages
185
Reaction score
0
[SOLVED] Horizontal Range (with incline)

Homework Statement



A ball is thrown up an (v0) incline. The ball is thrown at an angle phi from the incline and the incline has an angle theta with the ground.
1) Show the ball lands a distance R = 2{v_0}^2 sin\theta cos(\theta + \phi ) / (gcos{\phi }^2

2) Show that for a given v0 and phi, the maximum possible range up the incline is R_{max} = {v_0}^2/(g(1+sin\phi))

The Attempt at a Solution

I was able to do 1) fairly easily, however, I'm having a bit of trouble with 2).
I was thinking that since the max range on a horizontal plane is 45 degrees, I could just shift theta by 45 degrees and say \theta = 45 + \phi unfortunately, that doesn't seem to lead me to the correct answer.

I was then thinking of taking the derivative of R and seeing if I could find the maximum of it that way.

dR/d\theta = cos\theta cos(\theta + \phi) - sin \theta sin( \theta + \phi ) = 0
Unfortunately this seems to lead me nowhere (don't know how to solve for theta)

Does anyone know how I should go about finding theta? I was hoping that it was going to be 45 degrees, but I don't think that it is, and now I don't know where to go.
 
Physics news on Phys.org
Hi jesuslovesu,

Could the statement of the problem be wrong here? It states that the angle phi is the launch angle of the ball relative to the incline, and theta is the angle of the incline itself (relative to the ground). Were those supposed to be switched?

If those definitions were true, then for level ground, theta=0, which means that your range formula in part 1 gives zero (since it has a sin(theta) in the numerator).
 
Oh my bad, sorry yes, theta is the angle of the ball's velocity and phi is the angle of the incline.
 
s=Rcos\phi
v_{YO}=v_{0}sin(\phi+\theta)
v_{XO}=v_{0}cos(\phi+\theta)
h=v_{YO}t-\frac{gt^{2}}{2}
s=v_{XO}t
so
t=\frac{Rcos\phi}{v_{0}cos(\phi+\theta)}
so
\frac{gR^{2}cos^{2}\phi}{2v_{0}^{2}cos^{2}(\phi+\theta)}+Rsin\phi-\frac{Rsin(\phi+\theta)cos\phi}{cos(\phi+\theta)}=0
so
R=0 or R=\frac{2v_{0}^{2}cos(\phi+\theta)sin\theta}{cos^{2}\phi}
 
\frac{dR}{d\theta}=cos\theta{cos(\phi+\theta)}-sin\theta{sin(\phi+\theta)}=0
but
cos(\phi+\theta)=cos\theta{cos\phi}-sin\theta{sin\phi}
sin(\phi+\theta)=sin\phi{cos\theta}+cos\phi{sin\theta}
to equation
\frac{dR}{d\theta}=cos\phi(cos^{2}\theta-sin^{2}\theta)-2sin\theta{cos\theta}sin\phi=0
and
cos2\theta=cos^{2}\theta-sin^{2}\theta
sin2\theta=2sin\theta{cos\theta}
so
tg2\theta=ctg\phi
 
Last edited:
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging 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