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:
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top