Projectile Motion Problem and Muzzle Velocity Help Needed

AI Thread Summary
The discussion revolves around calculating the muzzle velocity of a cannonball fired at a castle tower, with the cannon positioned 300 meters away and angled at 50 degrees. Participants are attempting to solve the problem using projectile motion equations, specifically focusing on the horizontal and vertical components of motion. One user initially calculated a muzzle velocity of approximately 35.5 m/s but expected around 56 m/s, prompting requests for clarification on the equations used. The conversation highlights the importance of keeping variables in symbolic form until numbers are substituted to avoid errors. Ultimately, users are encouraged to show their work for better assistance in solving the problem.
AudioGeek
Messages
8
Reaction score
0

Homework Statement


A cannon is discharged towards a castle tower (near the time when the ancient world was
meeting the modern world). The cannon ball flies 5 m above the top of the 10 metre tall tower and lands on level ground (same level as cannon) behind the tower. The cannon was positioned 300 m from the tower and was angled at 50\circ to the horizontal. What was the muzzle velocity of the cannon ball? How far behind the tower did it land? [up + and right +]

Homework Equations


\Deltad_{x} = v_{1x}\Deltat
\Deltad_{y} = v_{1y}\Deltat - \frac{1}{2}g\Deltat^{2}
v_{1y} = v_{sin}\Theta
v_{1x} = v_{cos}\Theta

The Attempt at a Solution


In my attempts to find the muzzle velocity I figured I could use the equation
\Deltad_{x} = v_{1x}\Deltat and isolate the variable of time. Then I figured I could plug it into the equation
\Deltad_{y} = v_{1y}\Deltat - \frac{1}{2}g\Deltat^{2}
So I rearranged the whole thing fully and correctly to solve for \vec{v}. After plugging in my numbers and such however, I ended up with ~35.5m/s where I should have ~56m/s. I have no idea what I'm doing wrong, please help, someone?

EDIT: Don't know why my subscripts always turn out as superscripts...
 
Physics news on Phys.org
your second equation reduces to
y = x*tan(theta) - g*x^2/2v^2*cos(theta)^2
Substitute the values and solve for v.
 
Last edited:
Hi AudioGeek

sounds like a reasonable approach, i tried it your way & got 55.8m/s... can you show your working solving for Dt?
 
rl.bhat said:
your second equation reduces to
y = x*tan(theta) - g*x^2/2v^2*cos(theta)
Substitute the values and solve for v.

Thanks, I think I will try it this way! I may have made everything too complicated for myself by isolating v before plugging in the numbers. In order to get remove the half from g, and the square from cos, is that because you were able to cancel them out from each other?

lanedance said:
Hi AudioGeek

sounds like a reasonable approach, i tried it your way & got 55.8m/s... can you show your working solving for Dt?

Great, then I know it does work eventually! I'm able to grasp the concepts, philosophy and ideologies of physics quite easily, and I love it, but I am very far behind in my math skills.
 
the half is still in there & i think it should probably read

y = x*tan(theta) - (1/2).g.x^2/(v.cos(theta))^2

generally I've always found the longer you can leave things in equations before putting numbers, the more you get used to it and the easier it gets
 
y = x*tan(theta) - (1/2).g.x^2/(v.cos(theta))^2

Yes. You are right. Typing error.
 
where did you guys get tan form? nd also why is the last part squared?
can somone please solve this step by step for me? like with the rearranging of the formulas to get that last formula and then how to use that to solve for teh muzzle velocity?
PLEEASe
 
hi schoolisew

this post is over a year old, you really start a new post

Show us what you can do or have tried & you'll get help on where to go, generally you won't just get a worked solution though
 
Start with:

V_{ix} = V \cdot \cos \theta

V_{iy} = V \cdot \sin \theta

X = V_{ix} \cdot t

Y = V_{iy} \cdot t - \textstyle \frac{1}{2} \displaystyle \cdot at^2


Then combine...


Note that \frac{\sin \theta}{\cos \theta} = \tan \theta
 
Back
Top