Phys student
- 42
- 0
Homework Statement
A catapult is capable of firing a projectile with a velocity of 25 m/s, the catapult is surrounded by a wall of height 20.4 m what is the maximum distance measured from the wall, that the catapult
projectiles are capable of hitting?
Homework Equations
h=(v_o^2sin^2θ)/2g
x=v_otcosθ
y=v_otsinθ -0.5gt^2
R=v_ocosθ/g * (v_osinθ +√(v_o^2sin^2θ))
The Attempt at a Solution
We have to calculate the angle
h=(v_o^2sin^2θ)/2g
20.4=25^2sin^2θ/2g
20.4=31.8878sin^2θ
divide both sides by 31.8878
0.639744 = sin^2θ
take the square root of both sides
sinθ = 0.79984
take the inverse sin of both sides
θ = 0.927029
or in degrees
θ = 53.11°
Now that we calculated the angle, we calculate the time to reach the maximum height:
t=v_osinθ/g
=25sin(53.11)/9.8
= 2.04 s
Now we calculate the horizontal displacement at its maximum height
x=v_ocosθt
=25cos53.11*2.04=30.61 m
Now we calculate the range
R=v_ocosθ/g * (v_osinθ +√(v_o^2sin^2θ))
= 25cos53.11/9.8 * (25sin53.11+√(25^2sin^253.11))
= 61.24 m
Horizontal distance from the wall = 61.24-30.61 = 30.63 m
Is this correct? and if it's not tell me where