Possible to solve for the initial speed of a projectile?

In summary, the conversation is discussing the problem of finding the initial speed of a projectile hitting a target on a planet's surface, taking into account the varying gravity as the projectile flies through the air. The solution involves treating the projectile's path as a section of an elliptical orbit, with the planet's center as one of the foci. The eccentricity of the orbit is found using the launch angle and distance between launch and landing points. The semi-major axis and total orbital energy are then used to solve for the launch speed. However, if the projectile's mass is significant compared to the planet's, this approach may need to be adjusted.
  • #1
silkms
9
0
Is it possible to solve for the initial speed of projectile hitting a target given that we know the direction (vector) that it is released at and the point on a the surface that it is hitting? If so how would you go about finding an equation to solve for this?

I realize that this is a relatively easy problem to solve when gravity is always aiming in the same direction, but in the particular case I am trying to solve, gravity is varying as it flies through the air. Basically think of a projectile being hit around a mini planet (see the image below), where the force of gravity on the projectile is,

g = Gconst * mmass planet / rdist2

The trajectory trail in the image below is generated from simulating the projectile's flight and adding or removing initial speed to bring it closer to the target position based on the "final" position. This would obviously be done more efficiently by using an equation that would allow me to solve for the initial speed given the initial direction and final position.

TrajectoryWithTarget.jpg


Any help solving this is very much appreciated.
 
Physics news on Phys.org
  • #3
silkms said:
If so how would you go about finding an equation to solve for this?
The trajectory is an ellipse. And the speed along it obeys Kepplers Laws.
 
  • #4
Nidum, A.T. Thanks! Looking into both.
 
  • #5
You could step wise solve it by keeping gravity constant in chunks.
 
  • #6
First we consider that the path will be a section of an elliptical orbit, with the apogee at the top of the arc. This puts the perigee 180 degrees or pi radians away (and under the surface of the Earth.) To work this problem out, you have to work out the particulars of this orbit.

First we find the eccentricity. For this, we use the equation:

(1)## \tan f = \frac{e \sin q}{1+ e \cos q}##

where f is the angle from the horizontal our projectile is launched, e is the eccentricity, and q the angle from perigee to the launch point.

If we work in radians we can get q by

(2)## q = \pi- \frac{d}{2R_p}##
where d is the distance between launch and landing points as measured along the surface of the planet and Rp is the radius of the planet.

With q and f we can solve for e with equation 1.

Now we work out the semi-major axis of the orbit using
(3)## R_p= \frac{a (1-e^2)}{1+e \cos q}##

And solving for 'a', the semi-major axis.

The total orbital energy of the projectile is:

(4) ##E = -\frac{GMm}{2a}##

Where G is the gravitational constant, M the mass of the planet and m the mass of the projectile ( don't worry that we don't have a value for m, that will take care of itself later.)You will note that this is a negative value. This is due to how zero gravitational potential is assigned in orbital mechanics.

Another way to find the total energy is to add the kinetic and gravitational potential energies of the projectile at the moment of launch together, or

(5)##E = \frac{mv^2}{2}-\frac{GMm}{R_p}##

Equating equations 4 and 5 gives us:

(6)## -\frac{GMm}{2a}=\frac{mv^2}{2}-\frac{GMm}{R_p}##

The 'm's cancel out (which is why we don't have to worry about the mass of the projectile*) and we can solve for 'v', the speed of the projectile at launch.

* We are assuming here that m is very small compared to M. If this is not the case, then this has to be accounted for in the calculations.
 
Last edited:
  • #7
Janus, Thank you for your very clear response. It has been very helpful!

I've followed your reasoning and tried applying it, but am not getting the correct result.

After looking at it a bit more, I don't believe that we can use the radius of the planet (Rp) as the distance from the center of the ellipse. If I'm not mistaken the center of the ellipse will only be at the center of the sphere in very limited circumstances.

That being said, I have tried finding the center of the ellipse (which would allow us to correctly find all the missing pieces), but that has eluded me so far.

Any ideas? (Or if I am wrong about using the planets radius please let me know!)
 
  • #8
silkms said:
Janus, Thank you for your very clear response. It has been very helpful!

I've followed your reasoning and tried applying it, but am not getting the correct result.

After looking at it a bit more, I don't believe that we can use the radius of the planet (Rp) as the distance from the center of the ellipse. If I'm not mistaken the center of the ellipse will only be at the center of the sphere in very limited circumstances.

That being said, I have tried finding the center of the ellipse (which would allow us to correctly find all the missing pieces), but that has eluded me so far.

Any ideas? (Or if I am wrong about using the planets radius please let me know!)
The center of the ellipse is not going to be at the center of the planet, but one of it foci will be. The following image illustrate the parameters of the trajectory. Note that the center of the planet and the focus of the orbit are considered the same point. This is one of the things we can treat as true if the mass of our projectile is very small compared to that of the planet. Once the projectile mass becomes significant with respect to the planet, we have to account for the fact that this can no longer be considered the case.
trajectory.jpg

As an example, let's work out the launch speed for a travel distance of 100 km and a launch angle(f) of 1 radian ( 57.3 degrees), using the Earth as our planet.
The radius of the Earth is 6378 km, so using eq. 2, we get 3.1338 rad for q.
Using this value and the above given launch angle, we solve for e using eq. 1, and get an answer of 0.995022
Using equation 3 we solve for a, the semi-major axis of the orbit. (the reason we use Rp in this equation is because this is the distance the projectile is from the focus of the orbit when it is launched and when it is an angle of q from the perigee)
Solving for a gives us 3216.3595 km, which we need to convert to 3216359.5 meters for the next step

Finally using the total energy equations (also being sure to convert Rp to meters) and 3.987e14 m3/s2 for GM,

we can solve for v and get an answer of 1031.3 m/s.

If we use this velocity and the same launch angle of 1 radian, we can work out how far the projectile would travel if we assumed a constant gravity always pointing in the same direction. The vertical component of the launch velocity would be equal to the sine of the launch angle times the launch velocity or 867.8 m/s. This means that the projectile would be in the air for 2 x 867.8/9.8 or 177 sec. The horizontal velocity of the projectile is equal to the cosine of the launch angle times the launch velocity or 557.2 m/s, and would travel 557.2 m/s x 177s =98626.8 m or 98.6268 km in horizontal distance. This is just a bit shorter than the 100 km you get with the same launch speed and angle while taking the curve of the Earth and the change in gravity into account, and is just what we would expect.
 
  • #9
Janus, thank you for the second breakdown. Went back and found the error in my initial setup and it is now working. Very much appreciated!
 
Last edited:
  • #10
New wrinkle.

If the position on the ellipse of the second point becomes arbitrary (i.e. not necessarily on the surface of the planet). How could you go about solving this?

I have attempted to find q (the angle to the periapsis) with the new scenario but not having much luck there. Any ideas for finding this or the semi major axis directly?

Orbital_Ellipse.png
 
  • #11
Sorry about taking so long getting back to you on this, but it took some head scratching on my part to get an answer.
Here's what I ended up with:

I started with defining the positions of P1 and P2 as their radial distances from the center of the planet and their angles from perigee as shown here:
Orbital_Ellipse2.png

RE is the radial distance of P1 and R2 is the radial distance of P2. If q is the angle between perigee and the P1 radial, and w is the angle between the P1 and P2 radials, then q+w is the angle between perigee and the P2 radial.

With this information and re-arranging eq 3 from post #6 to solve for a, we can set up the following equality:

[tex] \frac{R_E (1+e \cos q)}{1-e^2}= \frac{R_2 (1+e \cos (q+w))}{1-e^2}[/tex]

we solve for e and equate this solution to eq 1 from the same post.

Then, with the help of some trig identities, we finally end up with a solution for q using just the factors we know.
[tex] \tan q = \frac{2 R_E - R_2 \cos w - R_2}{R_2 \sin w + \cot f (R_2-R_E)}[/tex]
Rather then post the Latex of this solution, I attached an image of it written out. I hope this helps.

math.jpg
 
  • #12
Janus, works great. Thanks again!
 

1. How do you calculate the initial speed of a projectile?

The initial speed of a projectile can be calculated using the formula v = √(gh), where v is the initial speed, g is the acceleration due to gravity, and h is the height at which the projectile was launched.

2. Is it possible to solve for the initial speed of a projectile without knowing the height?

No, in order to calculate the initial speed of a projectile using the formula v = √(gh), the height at which the projectile was launched is necessary. Without this information, it is not possible to accurately determine the initial speed.

3. Can air resistance affect the initial speed of a projectile?

Yes, air resistance can affect the initial speed of a projectile. It can slow down the projectile and reduce its initial speed, especially for objects with large surface areas or those moving at high speeds.

4. What other factors can impact the initial speed of a projectile?

In addition to air resistance, other factors that can impact the initial speed of a projectile include the mass of the projectile, the angle at which it is launched, and any external forces acting on the projectile. These factors can all affect the acceleration due to gravity and therefore impact the initial speed.

5. Can the initial speed of a projectile be greater than the final speed?

Yes, the initial speed of a projectile can be greater than the final speed. This can occur if the projectile is launched at an angle, as the horizontal component of its initial velocity will remain constant while the vertical component will decrease due to gravity. However, in the absence of external forces, the final speed of the projectile will always be equal to the initial speed.

Similar threads

Replies
4
Views
1K
Replies
5
Views
1K
Replies
17
Views
17K
Replies
7
Views
2K
Replies
36
Views
20K
Replies
2
Views
3K
Replies
3
Views
1K
Replies
6
Views
3K
Replies
8
Views
7K
  • Introductory Physics Homework Help
Replies
6
Views
564
Back
Top