How Do You Calculate the Landing Point of a Projectile Thrown from a Height?

AI Thread Summary
To calculate the landing point of a projectile thrown from a height, the x-coordinate can be determined using the equations of motion. The horizontal velocity is given by u_x = v_0 cos(α), while the vertical motion is described by y(t) = H + v_0 sin(α)t - (1/2)gt^2. A discrepancy arises regarding the sign of the vertical velocity term in the equation for y(t) at the time of impact. The discussion highlights that the angle α can be defined differently, affecting the sign convention used in the equations. Ultimately, both approaches can yield correct results based on their assumptions about angle measurement.
Darth Frodo
Messages
211
Reaction score
1

Homework Statement



A stone is thrown with a velocity v_{0} at an angle \alpha to the horizontal (see image) from a step of height H. Calculate the x coordinate x_{1} of the point where the stone hits the ground.

Homework Equations




x(t) = u_{x}t + x_{0}
y(t) = u_{y}t + \frac{1}{2}at^{2} + y_{0}

The Attempt at a Solution



u_{x} = v_{0}cos(\alpha)
u_{y} = -v_{0}sin(\alpha)

x_{1} = u_{x}t_{1}
x_{1} = v_{0}cos(\alpha)t_{1}
y(t) = 0 @ t_{1}
0 = -v_{0}sin(\alpha)t_{1} - \frac{g}{2}(t_{1})^2 + H


Here is where I have a discrepency with the provided (Bare Bones) Solution.

According to the solution; 0 = v_{0}sin(\alpha)t_{1} - \frac{g}{2}(t_{1})^2 + H

This seems to be missing the "-" in front of the 0 = v_{0}sin(\alpha)t_{1} term.

My question is am I correct?
 

Attachments

  • qq.PNG
    qq.PNG
    946 bytes · Views: 493
Physics news on Phys.org
You could say that both your result and the solution are correct; they just make different assumptions about how the angle α is determined.

Your result assumes that α is a positive angle which lies between the positive x-axis and the initial velocity vector.

For the given solution to be correct, it is assumed that the angle α must be determined by rotating counter-clockwise from the positive x-axis for positive angles (or clockwise for negative angles).
 
x(t)=v_0\cos\alpha t, y(t)=H+v_0\sin\alpha t-\frac{1}{2}gt^2
combine those two parametric equations, we get
y=x\tan\alpha-\frac{g\sec^2\alpha}{2v_0^2}x^2+H

let y=0 and solve for x
 
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 '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 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