Equation for Periapsis Height During Apoapsis Burn???

5kinflute

New member
Joined
Dec 15, 2016
Messages
4
Reaction score
2
Points
3
What is the equation for increasing Periapsis Height during Apoapsis Burn ???

Hi, I am stuck at a problem I can't figure out at all, and it has to do with a space-craft conducting a burn once it is at APOAPSIS.

1664675534036.png figure 1
With the equation above, where the angle to the spacecraft is Θ = 0° ; when I increase my current velocity from 1660 km/s to 2000 km/s ... my Apoasis increases and the formula checks out.

The equation is a problem because what if I am at Apoapsis and want to increase my Periapsis altitude using an equation, just like the image below:
1664675764271.pngfigure 2

I have reviewed websites such as this link: http://www.braeunig.us/space/orbmech.htm#elements under motions of planets and satellites
but this is a problem when I program this using the equation above... Vp, Va, Rp, Ra and e are all dependent on each other ... with the following
relationship:

[math]r_{p}v_{p}=r_{a}v_{a}[/math] where e = [imath]\frac{r_{p}v^{2}_{p}}{GM}-1[/imath]

given 3D vectors [imath]\acute{v}[/imath] and [imath]\acute{r}[/imath] of a spacecraft, when I move these values such that it is at apopasis... the apopasis
continues to grow when increasing delta V to conduct hohmann's transfer

PLEASE HELP... :(
 

martins

Orbiter Founder
Orbiter Founder
Joined
Mar 31, 2008
Messages
2,448
Reaction score
462
Points
83
Website
orbit.medphys.ucl.ac.uk
You probably want to look at the vis-viva equation here:
[math]v = \sqrt{\mu \left(\frac{2}{r} - \frac{1}{a} \right) }[/math]From this you can calculate the orbital speed at apoapsis of your current orbit ([imath]v_{ap} = v(r_{ap})[/imath])
Likewise, you can calculate the orbital speed at periapsis of the target orbit (assuming [imath]r_{ap}(current) = r_{pe}(target)[/imath])
The required delta-v for the burn is then simply the difference between the two.
 

MontBlanc2012

Active member
Joined
Aug 13, 2017
Messages
138
Reaction score
26
Points
28
Here are a couple of useful equations:

[math]\begin{aligned} v_a &= \sqrt{\frac{r_p}{r_a}\,\frac{2\,\mu}{r_a + r_p}} \\ v_p &= \sqrt{\frac{r_a}{r_p}\,\frac{2\,\mu}{r_a + r_p}} \\ \end{aligned}[/math]
Now, let’s suppose that one executes a prograde burn at apoapsis of magnitude [imath]\delta V[/imath]; and let’s suppose that the initial periapsis radius is [imath]r_{p,i}[/imath] and is raised to a final periapsis radius, [imath]r_{p,f}[/imath] at the end of the burn. It follows from the above equations that:

[math]\begin{aligned} v_a &= \sqrt{\frac{r_{p,i}}{r_a}\,\frac{2\,\mu}{r_a + r_{p,i}}} \\ v_a + \delta V &= \sqrt{\frac{r_{p,f}}{r_a}\,\frac{2\,\mu}{r_a + r_{p,f}}} \\ \end{aligned}[/math]
We can eliminate [imath]v_a[/imath] from these equations and solve for [imath]\delta V[/imath] to give:

[math]\delta V = \sqrt{\frac{2\,\mu}{r_a}}\,\left(\sqrt{\frac{r_{p,f}}{r_a + r_{p,f}}} -\sqrt{\frac{r_{p,i}}{r_a + r_{p,i}}}\right)[/math]
In other words, this is the expression for the dV required to raise the periapsis from [imath]r_{p,i}[/imath] to [imath]r_{p,f}[/imath] for a prograde burn executed at apoapsis.
 
Last edited:

EstebanDF

Active member
Joined
Apr 16, 2020
Messages
53
Reaction score
52
Points
33
Here are a couple of useful equations:
...
We can eliminate [imath]v_a[/imath] from these equations and solve for [imath]\delta V[/imath] to give:

[math]\delta V = \sqrt{\frac{2\,\mu}{r_a}}\,\left(\sqrt{\frac{r_{p,f}}{r_a + r_{p,f}}} -\sqrt{\frac{r_{p,i}}{r_a + r_{p,i}}}\right)[/math]
In other words, this is the expression for the dV required to raise the periapsis from [imath]r_{p,i}[/imath] to [imath]r_{p,f}[/imath] for a prograde burn executed at apoapsis.
Awesome, tested the formula with the BurnTimeMFD v3.1 and got 400 mt. short (Calculated Dv was 28.49055788, so the 0.00055788 is the reason) :)
 
Top