Projectile motion, water cannon into storage tank

AI Thread Summary
The discussion focuses on calculating the launch speed required for a water hose to fill a cylindrical storage tank from a distance of 6D, shooting at a 45-degree angle. The initial attempt involved solving for time at maximum height and using projectile motion equations, but it was noted that the water must be on a downward trajectory to enter the tank. The correct approach involves calculating time based on horizontal velocity, leading to the conclusion that the launch speed must be expressed as V_o = 2√(2Dg). The importance of ensuring the water's trajectory intersects the tank's height is emphasized, with critical points being where the water hits the front and back lips of the tank. The final consensus is that the water must follow a parabolic path to successfully enter the tank.
casemeister06
Messages
6
Reaction score
0

Homework Statement



A water hose is used to fill a large cylindrical storage tank of diameter D and height 2D. The hose shoots water at 45 degrees above the horizontal from the same level as the base of the tank and is at a distance 6D away. For what range of launch speeds will the water enter the tank? ignore air resistance and express answer in terms of D and g

Homework Equations



Vy=Vosin\alpha-gt
y = (Vosin\alpha)t - 1/2 gt2
x = (Vocos\alpha)t

v_{0}

The Attempt at a Solution



I see there will be 2 unknowns, time and initial velocity. So I solved for time when the water is at its max height where Vy = 0.

Vy = Vosin45 - gt
0 = Vo sin45 - gt
gt = Vo sin45
t= (Vo sin45)/g

Now, plug t into the height equation to solve for Vo

y = (Vosin\alpha)t - 1/2 gt2
2D = (Vosin45)((Vosin45)/g)) - 1/2 g((Vosin45)/g))2
2D = ((Vosin45)^2)/g) - 1/2((Vosin45)^2/g))
2D = 1/2 (((Vosin45)^2)/g)
4Dg = ((Vosin45)^2)
\sqrt{4Dg} = ((Vosin45))
Vo = 2D/sin45

now plug Vo from the previous equation and t into the distance formula for both 6D and 7D to get the range.

for 6D:
6D = ((2Dcos45)/sin45)((Vosin45)/g)

the sin45's cancel...

6D = (2Dcos45/g)Vo
3Dg =Vo cos45
3Dg/Cos45 = Vo

for 7D i did the same and my final result was:

(7/2 Dg)/cos45 = VoI don't really know if its right. I have a feeling it won't make it into the container for whatever reason.
 
Last edited:
Physics news on Phys.org
I have this same exact problem. How should I go about solving it?
 
The water will follow a parabolic trajectory from the hose, so it will be on the "downside" of the curve when it enters the top of the tank (arching over the front lip). There are two critical trajectories. The first is where the water is hitting the front lip of the vat, and the second is where it is hitting the back lip.

Can you write the equations of motion for projectiles fired at 45 degrees from the specified distance and passing through those points?

You might find it convenient to know that sin(45) = cos(45) = sqrt(2)/2.
 
casemeister06 said:
I solved for time when the water is at its max height where Vy = 0.

Vy = Vosin45 - gt
0 = Vo sin45 - gt
gt = Vo sin45
t= (Vo sin45)/g

This is not right. For the stream of water to land inside the tank, the water must be on a downward trajectory. Therefore, Vy must be non-zero.

Instead, calculate t based on the horizontal velocity, which we know does not change.



casemeister06 said:
y = (VosinLaTeX Code: \\alpha )t - 1/2 gt2
2D = (Vosin45)((Vosin45)/g)) - 1/2 g((Vosin45)/g))2
2D = ((Vosin45)^2)/g) - 1/2((Vosin45)^2/g))
2D = 1/2 (((Vosin45)^2)/g)
4Dg = ((Vosin45)^2)
LaTeX Code: \\sqrt{4Dg} = ((Vosin45))
Vo = 2D/sin45
In addition, your last step is incorrect. You should have come up with

V_o = \frac{2\sqrt{Dg}}{\sin{45^\circ}}

which simplifies to V_o = 2\sqrt{2Dg}[/tex] since<br /> <br /> \sin{45^\circ} = \frac{\sqrt{2}}{2}
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanged 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