Equations for cannon ball on a planet

AI Thread Summary
The discussion revolves around developing an equation for a cannonball shot from a cannon to determine if it will return to the surface of a spherical planet. Key points include the importance of escape velocity, which is the minimum speed needed to leave the planet's gravitational influence, and the need to consider the projectile's trajectory in polar coordinates. Participants emphasize that if the initial velocity exceeds escape velocity, the cannonball will not return, while calculating the trajectory involves orbital mechanics. The conversation also touches on the complexities of the problem, including the effects of the planet's curvature and atmospheric drag. Ultimately, understanding both the escape velocity and the trajectory equations is crucial for solving the problem.
putongren
Messages
124
Reaction score
1
I've been trying to develop a equation for a ball that is shot out of a cannon and see if it would return to the surface of a circular planet. This is not a homework. It's something that I have been thinking about for a long time. Can somewhat help out to derive such a formula?
 
Physics news on Phys.org
Have you tried looking up "escape velocity"?
 
Please show your work so far.

Pedantic note: planets tend to be spherical rather than circular.
You are thinking of firing a cannot pointed along a great circle I guess... is the planet supposed to be rotating?
Or do you just want to see how the ballistic relations are modified in a circular coordinate system?

Less pedantic note - if you fire the cannon at 90deg elevation, then the ball falls back to ground unless the initial velocity is greater than the escape velocity.
 
Simon Bridge, I am aware of the escape velocity.

Is it:

PE(int) + KE(int) = PE(final) + KE(final)

and then solve for escape velocity, assuming PE(final) = 0, and KE(int) = 0?Simon, I guess I'm modifying the simple physics problem where we solve for distance and maximum height when given an initial force vector for the cannon ball. I modified the problem so the surface is not flat but curved and finite. I know how to obtain the equations that lead to solutions for the former problem. The new problem is a great deal harder.

My attempt at the problem:

We need to know the equation for the motion of the projectile in polar coordinates form, minus radius of the planet, and equate the other side of the equation to 0. So the equation of the problem would look something like:

0 = (term describing motion of cannon ball) - (radius of planet).
 
Last edited:
putongren said:
I've been trying to develop a equation for a ball that is shot out of a cannon and see if it would return to the surface of a circular planet.

putongren said:
Simon Bridge, I am aware of the escape velocity... I guess I'm modifying the simple physics problem where we solve for distance and maximum height when given an initial force vector for the cannon ball.

Are you trying to calculate IF the ball will return to the planet, or WHERE it will land? Simon and Bandersnatch mentioned escape velocity because if all you want to know is "will it fall back", that doesn't require launch direction or angle to calculate height and distance. Escape velocity will leave the planet in any direction, as long you don't aim at the ground.
 
putongren said:
Is it:

PE(int) + KE(int) = PE(final) + KE(final)

and then solve for escape velocity, assuming PE(final) = 0, and KE(int) = 0?
Where are you defining zero potential energy? A common convention is that PE is zero at infinity. Under that convention, PE is negative everywhere else.

Also, what are you taking as the "initial" and "final" states?
 
Hey all, I'm trying to determine IF and if yes, WHERE would it hit the planet's surface. Wouldn't that necessitate the development to mathematic equations of the flight path? You're right in that if I'm just interested in the question of IF, I just need to compute the escape velocity.

jbriggs444:
Initial states for PE is the cannon ball still on the surface of the planet, the final state for PE is at infinity. Initial state for KE is 0 because it is the instant where the cannon ball leaves the cannon and gaining velocity. The final KE state is when the cannon ball is at an arbitrary large distance form the surface.
 
Last edited:
putongren said:
Initial states for PE is the cannon ball still on the surface of the planet, the final state for PE is at infinity. Initial state for KE is 0 because it is the instant where the cannon ball leaves the cannon and gaining velocity. The final KE state is when the cannon ball is at an arbitrary large distance form the surface.
When the ball leaves the cannon, it will already have velocity and will then be losing velocity. The initial velocity will not be zero.


putongren said:
Simon Bridge, I am aware of the escape velocity.

Is it:

PE(int) + KE(int) = PE(final) + KE(final)

and then solve for escape velocity, assuming PE(final) = 0, and KE(int) = 0?

The velocity needed to "escape" is not a single velocity, it's a range of velocities. (If you go faster than "escape velocity" you will still escape.)

So when people say "escape velocity" they are typically talking about the minimum velocity needed to escape.


So, when solving for the minimum escape velocity, what can you say about KE(final)?
 
I don't know why everyone is talking about the escape velocity here, when clearly the original poster is referring to shots fired that will return to the surface somewhere.

As for what is required for the calculation of the trajectory? If you assume the planet is spherical and has no mass concentrations, it is simply orbital mechanics. Part of the orbit will be below the surface of the planet, but that doesn't actually change the calculations. Based on the initial velocity and angle, you can determine the orbital parameters. Once you know the orbit, you can find the two spots where it intersects the surface of the sphere. One of those points should be the location of the cannon, and the other will be the point of impact.
 
  • #10
"initial force vector" is not a useful parameter, you want the initial velocity and position vectors... but I see what you mean.

You want to look up "central force problem"[1] - this gets you general orbital equations.
To do ballistics with the orbital equations, you have to include the radius of the body - using the initial position as the planet radius and the place the projectile comes to land is where the orbit next intersects that radius.

More realistically, you need the radial equation for atmospheric drag as well.

----------------------

[1] See: Tan S M, http://home.comcast.net/~szemengtan/ClassicalMechanics/SingleParticle.pdf ch1.7 p1-12 for example.
 
Last edited by a moderator:
Back
Top