Solving Trajectory Problem: Castle Wall Cannonball

  • Thread starter Thread starter acpyrus
  • Start date Start date
  • Tags Tags
    Trajectory
AI Thread Summary
The discussion revolves around solving a trajectory problem involving a cannonball fired from a castle wall. The initial calculations for the horizontal distance and maximum height are incorrect, primarily due to miscalculating the time of flight. The user initially found the time to be 5.1 seconds, leading to a horizontal distance of 219 meters, while the correct answer is 239 meters. The maximum height calculation also needs to account for the height of the castle wall, which was not factored in properly. The quadratic formula is suggested as a method to accurately determine the time of flight and resolve the discrepancies in the calculations.
acpyrus
Messages
6
Reaction score
0
I am not getting the same answer as the text for this problem:
A cannon is fired from the top of the castle wall. The cannonball is fired at 50 m/s at an angle of 30 degrees. A cannonball that was accidentally dropped hits the moat below in 5s.
(a) How far from the castle wall does the cannonball hit the ground?
(b) What is the ball's maximum height above the ground?

Known: x(i) = t(i) = 0
v(i) = 50 m/s
v(ix) = (50m/s)(cos30) = 43m/s = v(fx)
v(iy) = (50m/s)(sin30) = 25m/s
a(x) = 0
a(y) = -9.8 m/s^2
y(f) = 0
For (a), I need to solve for x(f)

Step 1. Given t=1.5s for a cannonball to drop to the ground, I can calculate the height of the castle wall or y(i) = 1/2 (-9.8m/s^2) (1.5s)^2 = 11m

Step 2. Using the above value, solve for t:
y(f)=0=y(i) + v(iy)(t) + 1/2a(y)(t)^2
-11 = 25(t) - 4.9(t)^2
-11 = t[25 - 4.9t]
t = 0 or let 25 - 4.9t = 0
t = -25/-4.9 = 5.1s

Step 3, calculate x(f) = x(i) + v(ix)(t) + 1/2a(x)(t)^2
x(f) = 0 + 43(5.1) + 0 = 219 m

The answer in the text says it should be 239 m. Any insight on what I have done wrong?

How do I calculate (b)?

Thanks and sorry for the long post.
 
Physics news on Phys.org
I think the problem is where you are solving for t. You have -11 on the lefthand side of the equation not zero!
 
Answe of the (B)

When the ball reaches its maximum height above the ground, its velocity became zero, so: (assuming that g=10)
The acceleration in the y direction is constant and equal to “-g” so we can write:
v(fy)*v(fy) – v(iy)*v(iy)=-2gh and we know that v(fy)=0 so
h = v(iy)*v(iy)/2g=(25*25)/(2*10) = 31.25
H=h+h(i) which h(i) is the height of castle wall
 
How should I solve for t? I revised my Step 2 above and came up with t=11s or t=7.3s --> both answers put my x(f) value way over what the answer is supposed to be.
 
The general solution of a quadratic formula of the form:
ax^2+bx+c=0
is given by:
x=\frac{-b \pm \sqrt{b^2-4ac}}{2a}
It is derived by completing the square of the above equation. In this case we need to solve for the times when the equation -4.9t^2+25t+11 is zero, therefore
\begin{equation}\begin{split}a=-4.9 \\<br /> b = 25 \\<br /> c = 11<br /> \end{split}\end{equation}
in this case. Use the second equation above to solve for the times - I got 5.5 s
 
Last edited:
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