Horizontal Shift of a Parabola
Translation of a Parabola
Overview
An animation that visualizes the horizontal translation of the parabola two units to the right, resulting in the function . The key visual is the replacement of the variable by and the corresponding smooth physical movement of the graph across the screen.
Phases
| # | Phase Name | Duration | Description |
|---|---|---|---|
| 1 | Intro | ~3s | Title fades in at the top. The original graph is drawn in the left area, axes appear, and a point is highlighted. |
| 2 | Substitution | ~4s | The expression “replace with ” appears briefly in the bottom area. An arrow animates from the variable in the formula to a new placeholder . Simultaneously, the entire parabola in the left area translates smoothly rightward, moving continuously across the screen for the full duration of this phase. |
| 3 | Translation Complete | ~3s | The translated graph is now fully positioned in the right area, overlapping the original for comparison. The original graph fades to a lighter shade. The bottom area now shows the final formula . |
| 4 | Outro | ~2s | A brief caption “Horizontal shift of 2 units to the right” appears at the bottom, then all elements fade out. |
Layout
┌───────────────────────────────────────┐
│ TOP AREA │
├───────────────────────┬───────────────┤
│ │ │
│ LEFT AREA │ RIGHT AREA │
│ (Original graph) │ (Shifted graph)│
│ │ │
├───────────────────────┴───────────────┤
│ BOTTOM AREA │
└───────────────────────────────────────┘
Area Descriptions
| Area | Content | Notes |
|---|---|---|
| Top | Title: “Horizontal Translation of ” | Fades in at start of Intro, stays visible until Outro |
| Left | Axes and the graph of (solid blue) with a highlighted origin point | Primary focus during Intro and Substitution; graph moves smoothly rightward during Substitution |
| Right | Axes (same scale) and the graph of (solid red) | Appears during Translation Complete, original graph remains faint for comparison |
| Bottom | Formula manipulation text (e.g., “replace with ”) and final caption | Appears in Substitution and Outro phases |
Notes
- Use the same coordinate limits for both left and right axes (e.g., , ) to make the shift evident.
- The original parabola should fade to a light gray (≈30 % opacity) once the translated graph is fully displayed.
- Arrow animation for the substitution should be smooth and point from the “x” in the formula to the newly created “x‑2” term.
- During the Substitution phase, animate the parabola with a continuous translation (e.g.,
graph.animate.shift(RIGHT*2)) so the movement is physically observable rather than an instantaneous jump. - Keep total runtime under 12 seconds to maintain brevity while fully conveying the translation concept.
- The entire animation fits within a single Manim
Sceneclass.
Creato da
Descrizione
The animation shows the graph of y equals x squared moving two units to the right. It starts with the original blue parabola and highlights the origin. Text explains replacing x with x minus 2 while an arrow points to the new term. The graph slides right, the shifted red parabola appears, and the original fades to a light gray. A final caption notes the horizontal shift of two units.
Creato il
May 12, 2026, 03:56 AM
Durata
0:12
Tag
calculusfunction-transformationparabola