Projectile Angle Calculation: Finding Optimal Launch Angles for Accurate Hits

AI Thread Summary
To determine the optimal launch angles for hitting a cliff 170m high and 550m away with a projectile speed of 110 m/s, the problem is broken into x and y components. The horizontal distance (dx) and vertical distance (dy) are analyzed using kinematic equations, with gravity acting on the vertical motion. The relationship between the angles and distances involves the tangent function, where tan(θ) equals the ratio of the horizontal distance to the vertical height. The hint provided, 1/cos2θ = 1 + tan2θ, is not directly applicable to finding the angles in this context. The solution requires using the known distances to solve for the angle θ.
ericka141
Messages
8
Reaction score
0

Homework Statement


You shoot a cannon at a distant cliff. The cliff is 170m high and 550m away, with the launch speed of the projectile being 110 m/s. Wind resistance is ignored. At what angles, relative to the horizontal, should the projectile be shot to hit the target?

Hint: 1/cos2θ = 1+tan2θ


Homework Equations


Kinematics Equations:
vf=vi + a*t
d= vi*t + 1/2a*t^2
d= (vf^2-vi^2)/2a

The Attempt at a Solution


I've broken the problem up into x and y components:
vix= vixcos(θ)
dx= 550m (or vixcos(θ)*t)
ax= 0m/s^2

viy= viysin(θ)
dy= 170m (or viysin(θ)*t)
ay= -9.81m/s^2

I know how to find the maximum distance that a projectile travels when given the initial velocity (or the distance when given the initial velocity and the angle it's shot at) but I'm not sure how to find these angles. I'm not exactly sure where tan(θ) comes in. If somebody could help me with this that would be GREAT, this assignment is due tonight.
 
Physics news on Phys.org
If you know x and y (or v_x and v_y), you can find the angle. Who is the man? Tan is the Man!

Recall SOH CAH TOA
 
Then how would I use 1/cos2θ=1+tan2θ ??
 
You don't. tan(\theta) = \frac{d_x}{d_y}

Solve for \theta
 
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