Nusc
- 752
- 2
Homework Statement
Find the angle that gives maximum horizontal distance for a projectile launched from a 9 ft cliff.
<br /> y = \frac{g}{2V_0^2} sec^2(\theta)x^2 + tan(\theta)x+h<br />
g = -32 ft/s^2
h = 9 ft
V_0 = 26 ft/s
the variable y denotes the vertical position of the object but since we're only interested in the horizontal distance, that is when the object hits the ground, we can assume y=0.
Homework Equations
The Attempt at a Solution
At y = 0 the object is at the ground.
<br /> 0 = \frac{g}{2V_0^2} sec^2(\theta)x^2 + tan(\theta)x+h<br />
Implicit differentiation:
Setting
<br /> \frac{dy}{d\theta} = \frac{dx}{d\theta} = 0<br />
Yields
0=\frac{x sec^2(\theta)(x g tan(\theta) + 1 )}{V_0^2}
tan(\theta) = \frac{-1}{gx}
Putting this expression back into
<br /> 0 = \frac{g}{2V_0^2} sec^2(\theta)x^2 + tan(\theta)x+h<br /> and using 1+tan^2(\theta) = sec^2(\theta)we get x = 18.0 ft. which gives 0.09 degrees
The answer is 35 degrees.
How do you do this problem correctly?