Darth Frodo
- 211
- 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?