Skip to content

Commit 5626522

Browse files
committed
Small changes
1 parent 8fe7879 commit 5626522

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

posts/2024/low-energy-transfers.mdx

+11-10
Original file line numberDiff line numberDiff line change
@@ -214,31 +214,32 @@ But one of the quite surprising things about Lagrange points is that you can in
214214
215215
These orbits exist around the Lagrange points $L_1$ and $L_2$ and are called Halo orbits. They are unlike the usual orbits around celestial bodies because there is, in fact, no mass at all at the Lagrange point. We are in outer space after all! So how can we have a closed orbit around nothing?
216216
217-
Remember when we decided to transform into a frame where the Moon was stationary and introduce fictitious forces, in particular, the centrifugal and Coriolis forces? So far, we have only dealt with the centrifugal force by encorporating it into our effective potential. But now, it turns out that it is the Coriolis force that is responsible for these weird Halo orbits.
217+
Remember when we decided to transform into a frame where the Moon was stationary and introduce fictitious forces, in particular, the centrifugal and Coriolis forces? So far, we have only dealt with the centrifugal force by incorporating it into our effective potential. But as it turns out, it is the Coriolis force that is responsible for these weird Halo orbits.
218218
219-
<NextSegmentLink>
219+
Let's start off a little to the side of the Lagrange point $L_1$ with a velocity purely in the vertical direction. <NextSegmentLink>As we fall away from the Lagrange point, we are pushed sideways by the Coriolis force.</NextSegmentLink>
220220
221-
As we are falling off the top of the potential hill, we are pushed sideways by the Coriolis force.
221+
</SlideSegment>
222+
<SlideSegment>
222223
223-
</NextSegmentLink>
224+
This gives us a bunch of different trajectories for slightly different velocities. To find the trajectory that results in a closed orbit, simply select the one that cross the horizontal again at a perpendicular angle. <NextSegmentLink>This one!</NextSegmentLink>
224225
225226
</SlideSegment>
226227
<SlideSegment>
227228
228-
Given the right initial velocity, <NextSegmentLink>we can create a period (albeit, unstable) orbit.</NextSegmentLink>
229+
Now to get a full orbit, <NextSegmentLink>all we need to do is take the mirror image on the other side.</NextSegmentLink>
229230
230231
</SlideSegment>
231232
<SlideSegment>
232233
233-
To get the full orbit, <NextSegmentLink>all we need to do is take the mirror image on the other side.</NextSegmentLink>
234+
This is not the only Halo orbit. There are, in fact, an <NextSegmentLink>infinite family of Halo orbits</NextSegmentLink> for different distances away from the $L_1$ point. We can find them by repeating the same method as we have described above.
234235
235236
</SlideSegment>
237+
236238
<SlideSegment>
237239
238-
This is not the only Halo orbit. There are, in fact, an <NextSegmentLink>infinite family of Halo orbits</NextSegmentLink> for every possible distance away from the Lagrange point.
240+
This particular family of orbits are called the _Lyapunov orbits_. There are many other kinds of orbits around Lagrange points, but they extend up into the third dimension, such as the [Lissajous orbits](https://en.wikipedia.org/wiki/Lissajous_orbit). Since we are only dealing with two dimensions, we'll keep our lives simple but just considering these Halo orbits.
239241
240242
</SlideSegment>
241-
<SlideSegment></SlideSegment>
242243
</Slide>
243244
244245
<Slide kind="split" video_json="/assets/low-energy-transfers/slides/EarthMoonManifolds.json">
@@ -338,7 +339,7 @@ Going back to our ballistic capture trajectory, <NextSegmentLink>we see that thi
338339
</SlideSegment>
339340
<SlideSegment>
340341
341-
We follow the stable manifold tube leading to (the periodic orbit around) the $L_1$ Lagrange point and falling back via the unstable manifold. We are however caught by the stable manifold from the Earth-Moon system which let's us get captured by the Moon.
342+
We follow the stable manifold tube leading to (the periodic orbit around) the $L_1$ Lagrange point and falling back via the unstable manifold. We are caught however by the stable manifold from the Earth-Moon system which let's us get captured by the Moon.
342343
343344
If this is such a great way of travelling in space, why do we still use Hohmann transfers? Well, the biggest reason is time. A Hohmann transfer to get to the Moon takes a few days. The low-energy trajectory takes a few months. A Hohmann transfer from Earth to Mars takes a few months. A low-energy trajectory could take over a thousand years!
344345
@@ -351,7 +352,7 @@ In fact, this has already been done quite a few times in real life, such as salv
351352
352353
<Slide>
353354
354-
Source code for these slides can be found at <https://github.com/lukechu10/interplanetary-transport-network>.
355+
Source code for the animations can be found at <https://github.com/lukechu10/interplanetary-transport-network>.
355356
356357
Numerical simulations for this project were written in [Rust](https://www.rust-lang.org/). The animations were written in [Python](https://www.python.org/) using the excellent [Manim (Community Edition)](https://github.com/ManimCommunity/manim) library.
357358

src/components/slides.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ pub fn SlideControls() -> View {
393393
};
394394

395395
view! {
396-
div(class="m-auto text-sm flex flex-row") {
396+
div(class="m-auto text-xs font-mono flex flex-row") {
397397
div(class="flex-grow flex flex-row justify-center gap-10") {
398398
button(
399399
class=previous_class,

0 commit comments

Comments
 (0)