Simple Projectile in Cylindrical Coordinates

McCoy13
Messages
71
Reaction score
0

Homework Statement


A gun can fire shells in any direction with the same speed v_{0}. Ignoring air resistance and using cylindrical polar coordinates with the gun at the origin and z measured vertically up, show that the gun can hit any object inside the surface

z = \frac{v^{2}_{0}}{2g} - \frac{g}{2v^{2}_{0}}\rho

Describe this surface and comment on its dimensions.

Homework Equations



m\ddot{z} = mg
\ddot{\rho} = 0
(Angular acceleration is unimportant because the problem has radial symmetry)

The Attempt at a Solution


The surface is a sort of parabolic dome (circular paraboloid, I believe would be the technical term?) with its vertex at the maximum height the projectile would go if fired straight up. This is fairly obvious from the given equation.

Just curious if I could get the solution without using cylindrical coordinates explicitly, I attacked the problem naturally by assigning an angle \theta between the horizontal and the initial velocity of the projectile. Then the equations fall out as follows:

v_{0}sin(\theta) = v_{z0}

z = \frac{v^{2}_{0}sin^{2}(\theta)}{2g}

\rho = v_{0}cos(\theta)t

t = \frac{v_{0}sin(\theta)}{g}

\rho = \frac{v^{2}_{0}cos(\theta)sin(\theta)}{g}

I then made the substitution into the equation for z.

z = \rho^{2}(\frac{g}{2v^{2}_{0}cos^{2}(\theta)})
(LaTeX is not displaying this equation for me - it should read:
z = rho^2*(g/(2v_0^2*cos^2(theta))

Obviously, the cosine term is not in agreement with the given equation. I may be missing some kind of identity or making some kind of mistake, but I figured I'd move on to trying explicit cylindrical coordinates (since these were kind of fudged) and seeing if the problem resolved itself.

Integrating the differential equations once we have
\dot{z} = -gt + \dot{z_{0}}
\dot{\rho}= \dot{\rho_{0}}
Integrating the z equation once more we have
z = -\frac{1}{2}gt^{2}+\dot{z_{0}}t

I noticed that we can substitute in t = \frac{\rho}{\dot{\rho_{0}}}

z = -\frac{1}{2}g(\frac{\rho}{\dot{\rho_{0}}})^{2}+\dot{z_{0}}(\frac{\rho}{\dot{\rho_{0}}})

Furthermore, we can make the substitution \dot{\rho_{0}} = \sqrt{v^{2}_{0}-\dot{z_{0}}^{2}}

z = \frac{\dot{z_{0}}\rho\sqrt{v^{2}_{0}-\dot{z^{2}_{0}}-\rho^{2}g}{2(v^{2}_{0}-\dot{z_{0}}^{2}})
(These two equations also aren't showing up. They should read

dotted rho_0 = sqrt(v_0^2 - dotted z_0^2)

z = (dot z_0 * rho * sqrt(v_0^2 - dot z_0^2) - rho^2 * g)/(2*(v_0^2 - dot z_0^2)

respectively)

Here is where I get stuck, because I don't see how to resolve the problem of having either
\dot{z_{0}} or \dot{\rho_{0}}
appear in the equation. Furthermore, on the whole, it seems like I've actually moved further away from the given solution rather than closer to it.
 
Physics news on Phys.org
McCoy13 said:
z = \frac{v^{2}_{0}sin^{2}(\theta)}{2g}

Didn't you think it was odd that your z didn't depend on t? :wink:
 
gabbagabbahey said:
Didn't you think it was odd that your z didn't depend on t? :wink:

I didn't, actually. Given an angle and an initial velocity, you can determine the maximum height of the parabola. The way I framed the problem was that the surface originally specified (z = \frac{v^{2}_{0}}{2g} - \frac{g}{2v^{2}_{0}}\rho)
would be made up by the vertices of all possible parabolic arcs through which the projectile could travel. I'd been wrestling with this particular part for awhile, because it seems intuitively wrong. I suppose you are saying that I should restrict myself to just the maximum height by allowing t to vary and taking the whole arc into account? I can try that, but I won't be able to give it a shot for a couple days maybe.
 
McCoy13 said:
I didn't, actually. Given an angle and an initial velocity, you can determine the maximum height of the parabola. The way I framed the problem was that the surface originally specified (z = \frac{v^{2}_{0}}{2g} - \frac{g}{2v^{2}_{0}}\rho)
would be made up by the vertices of all possible parabolic arcs through which the projectile could travel. I'd been wrestling with this particular part for awhile, because it seems intuitively wrong. I suppose you are saying that I should restrict myself to just the maximum height by allowing t to vary and taking the whole arc into account? I can try that, but I won't be able to give it a shot for a couple days maybe.

You're not looking for the maximum heights, but rather the maximum distance from the starting point(origin) for every possible firing angle...that will give you a curve r(\theta), that when revolved around the z-axis will give you the surface which your projectile cannot escape.
 
Okay, I'll try again with that in mind and come back with my result.
 
Okay, I found a solution online (http://www.physics.umd.edu/courses/Phys410/brill2005/Sol78.html) and was able to use it to guide me. After using your advise I tried to use the distance formula to specify a function s(t, theta), and then tried to maximize it on t for fixed theta. The resulting equation was not solvable for t, so I turned to this solution.

I substituted my equation from earlier for rho into the equation for z (this time as a function of t!) and then used their method of subtracting the surface from the equation for z. Their solution gets the inequality backward though.
 
Thread 'Need help understanding this figure on energy levels'
This figure is from "Introduction to Quantum Mechanics" by Griffiths (3rd edition). It is available to download. It is from page 142. I am hoping the usual people on this site will give me a hand understanding what is going on in the figure. After the equation (4.50) it says "It is customary to introduce the principal quantum number, ##n##, which simply orders the allowed energies, starting with 1 for the ground state. (see the figure)" I still don't understand the figure :( Here is...
Thread 'Understanding how to "tack on" the time wiggle factor'
The last problem I posted on QM made it into advanced homework help, that is why I am putting it here. I am sorry for any hassle imposed on the moderators by myself. Part (a) is quite easy. We get $$\sigma_1 = 2\lambda, \mathbf{v}_1 = \begin{pmatrix} 0 \\ 0 \\ 1 \end{pmatrix} \sigma_2 = \lambda, \mathbf{v}_2 = \begin{pmatrix} 1/\sqrt{2} \\ 1/\sqrt{2} \\ 0 \end{pmatrix} \sigma_3 = -\lambda, \mathbf{v}_3 = \begin{pmatrix} 1/\sqrt{2} \\ -1/\sqrt{2} \\ 0 \end{pmatrix} $$ There are two ways...
Back
Top