Projectile Motion and linear motion problem

AI Thread Summary
A projectile launched from a cliff at an angle α falls into the sea at a distance D from the base. The maximum height above sea level can be expressed as H + [(Dtan α)²]/4(H + Dtan α). The discussion involves using Newton's equations of motion in both the horizontal (i) and vertical (j) planes to derive the relationship. Key calculations include determining the initial velocity and the time of travel for the projectile, leading to the final height equation. The problem is successfully solved by breaking the trajectory into two segments and applying the appropriate kinematic equations.
Clipse
Messages
11
Reaction score
0
A projectile is launched at an angle α from the edge of a cliff of height H above sea level. If it falls
into the sea a distance D from the base of the cliff, prove that its maximum height above sea level is

H + [(Dtan α)^2]/4(H + Dtan α)

Newtons equations of linear motion in the i/j plane.


Well, I understand that the max height is at a height H + (something) with that something being Sjmax, when Vj=0.

Ive got my Sjmax = (usin α)^2/ 2g

This is where i get a little stuck... I've tried a couple of things but the fact that its a cliff is making my reasoning wrong, if it wasnt a cliff, you could also say that the max vertical height is obtained when the horizontal displacement is D/2, the christmas break has made the old mind a little blunt... Any hints? Thanks so much in advance.
 
Physics news on Phys.org
You have to use the distance D, to find u.

In what axis is D, and when the projectile reaches the sea?
 
Ya, I can see you need to find an equation for u, because that's the unknown that isn't in the answer.

D is in the i plane, so do I find equations for when Sj= -H, and Si=D?
 
Yes! That's the way! :smile:
 
Not the most elegant solution but here is a way:

lets split the trajectory into two: one part where it reaches the same height as the starting point, and second part where it goes into the sea. Let's use H1, D1 and H2, D2 to denote the heights and distances of each segment:

H2 = H
D1 + D2 = D

The solution we are looking for is the height of the first parabola, H1. Let's use u to denote the initial velocity of projection. By solving the equations of motion in the i and j planes, we can get the following:

D1 = 2u2 sin\alpha cos\alpha / g

H1 = u2sin2 \alpha/2g

for the second projectile, let's calculate the time of travel using the i direction:

D2 = D-D1 = ucos\alpha * t

t = (D-D1)/ucos \alpha =D/ucos\alpha - 2usin\alpha/g = Dsec\alpha/u - 2usin\alpha/g

use this in the equation for j direction; note here the initial velocity will be usin\alpha pointing downwards:

H = usin\alpha *t + 1/2*g*t2 = Dtan\alpha - 2u2sin2\alpha/g + g/2 * [ D2sec2\alpha/u2 +4u2sin2\alpha/g2 - 4Dtan\alpha/g]
= Dtan\alpha - 2u2sin2\alpha/g + gD2sec2\alpha/2u2 +2u2sin2\alpha/g - 2Dtan\alpha
= gD2sec2\alpha/2u2 - Dtan\alpha
Rearranging terms:
so, u2 = gD2sec2\alpha/[2(H+Dtan\alpha)]

Substituting:

H1 = u2sin2\alpha/2g = gD2sec2\alpha * sin2\alpha / [2g *2(H + Dtan\alpha)]
= D2tan2\alpha/[4(H + Dtan\alpha)] // sin \alpha * sec \alpha = sin\alpha / cos\alpha = tan\alpha

total height = H1 + H2 = H + (Dtan\alpha) 2 / 4 (H + Dtan\alpha) <------ solved!

I tried my best to maintain clarity but let me know if something is not clear!
 
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