Parabolic Equations – Standard & Vertex Form

Understand parabolic equations in vertex and standard forms, graph features like axis and vertex location.
🔑

Definition

A parabola is a U-shaped curve that represents the graph of a quadratic function. It's defined as the set of all points equidistant from a fixed point (focus) and a fixed line (directrix). Parabolas model projectile motion, satellite dishes, suspension bridges, and optimization problems. They have a single turning point called the vertex and exhibit symmetry about a vertical line called the axis of symmetry.

SymbolDescription
aLeading coefficient - determines opening direction (up/down) and width.
b, cStandard form coefficients - affect vertex position and y-intercept.
(h, k)Vertex coordinates - the turning point (maximum or minimum).
x = hAxis of symmetry - vertical line through the vertex.
ΔDiscriminant (b² - 4ac) - determines the number of x-intercepts.
FocusA fixed point used in the geometric definition of a parabola.
DirectrixA fixed line used in the geometric definition of a parabola.
🔑

Key Formulas

\[ y = ax^2 + bx + c \]
Standard Form
\[ y = a(x - h)^2 + k \]
Vertex Form
\[ \text{Vertex: } \left(-\frac{b}{2a}, f\left(-\frac{b}{2a}\right)\right) \]
Vertex from Standard Form
\[ \text{Axis of symmetry: } x = -\frac{b}{2a} \]
Axis of Symmetry
\[ \text{Discriminant: } \Delta = b^2 - 4ac \]
Discriminant (for finding x-intercepts)
\[ \text{Focus (for } y=ax^2\text{): } \left(0, \frac{1}{4a}\right) \]
Focus for a simple parabola
🖼️

Diagram

vertex f(x) = ax²+bx+c vertex: x = −b/2a axis: x = −b/2a a>0: opens up ↑ a<0: opens down ↓
Parabolic function f(x) = ax²+bx+c: symmetric about the vertical axis x=−b/(2a). Opens upward when a>0 (minimum at vertex) and downward when a<0 (maximum).

A typical diagram of a parabola shows a U-shaped curve on a Cartesian (x-y) plane. Key features are labeled: the Vertex (h, k) is the minimum or maximum point of the curve. A vertical dashed line, the Axis of Symmetry (x = h), passes through the vertex, dividing the parabola into two mirror-image halves. The Focus is a point inside the curve on the axis of symmetry, and the Directrix is a horizontal line outside the curve, from which all points on the parabola are equidistant to the focus.

⚙️

Properties

Symmetry: A parabola is perfectly symmetric about its axis of symmetry, a vertical line that passes through the vertex. Every point on one side of the axis has a corresponding point on the other side at the same height.

Vertex: There is a single turning point called the vertex. If the parabola opens upward (a > 0), the vertex is the absolute minimum point. If it opens downward (a < 0), the vertex is the absolute maximum point.

Direction: The sign of the leading coefficient, a, determines the direction of opening. If a > 0, it opens upward. If a < 0, it opens downward.

Width: The magnitude of a determines the width. If |a| > 1, the parabola is narrow (vertically stretched). If 0 < |a| < 1, the parabola is wide (vertically compressed).

Domain and Range: The domain (all possible x-values) is all real numbers. The range (all possible y-values) is limited by the vertex. For a > 0, the range is [k, ∞). For a < 0, the range is (-∞, k].

🔬

Proof & Derivation

We can derive the vertex coordinates from the standard form by converting it to vertex form using the method of 'completing the square'.

\[ y = ax^2 + bx + c \]
Start with the standard form.

Factor out 'a' from the first two terms.

\[ y = a\left(x^2 + \frac{b}{a}x\right) + c \]

To complete the square inside the parenthesis, add and subtract the square of half the coefficient of the x-term, which is (b/2a)².

\[ y = a\left(x^2 + \frac{b}{a}x + \left(\frac{b}{2a}\right)^2 - \left(\frac{b}{2a}\right)^2\right) + c \]

The first three terms inside the parenthesis now form a perfect square. Move the subtracted term outside the parenthesis, remembering to multiply it by 'a'.

\[ y = a\left(x + \frac{b}{2a}\right)^2 - a\left(\frac{b^2}{4a^2}\right) + c \]
\[ y = a\left(x + \frac{b}{2a}\right)^2 - \frac{b^2}{4a} + c \]

This equation is now in vertex form, y = a(x - h)² + k.

\[ h = -\frac{b}{2a} \quad \text{and} \quad k = c - \frac{b^2}{4a} \]
By comparing the forms, we find the coordinates of the vertex (h, k).
✍️

Worked Example

Given the quadratic equation `y = 2x² - 12x + 16`, find the vertex, axis of symmetry, and y-intercept.
  1. Identify the coefficients: a = 2, b = -12, c = 16.
  2. Calculate the x-coordinate of the vertex using h = -b / (2a): h = -(-12) / (2 * 2) = 12 / 4 = 3.
  3. Substitute h = 3 back into the equation to find the y-coordinate k: k = 2(3)² - 12(3) + 16 = 2(9) - 36 + 16 = 18 - 36 + 16 = -2.
  4. The vertex (h, k) is (3, -2).
  5. The axis of symmetry is the vertical line through the vertex: x = 3.
  6. The y-intercept occurs when x = 0, which is the value of c. So, the y-intercept is (0, 16).
Vertex: (3, -2), Axis of Symmetry: x = 3, Y-intercept: (0, 16).
🧮

Try It

🚀

Applications

Physics & Engineering: Parabolas are fundamental in kinematics and dynamics. They describe the trajectory of a projectile under gravity (e.g., a thrown ball or a cannonball), the shape of satellite dishes and radio telescopes to focus signals, and the design of suspension bridge cables to distribute load efficiently.

Economics & Business: Quadratic functions are used to model revenue and profit. The vertex of the parabola can represent the point of maximum profit or minimum cost, helping businesses make optimal decisions about pricing and production levels.

Architecture & Design: The parabolic arch is used in architecture for its strength and aesthetic qualities. It can support a uniform load efficiently, making it ideal for bridges and domes. Car headlight reflectors are also parabolic to direct light into a focused beam.

🌍

Real-World Examples

A cannonball is fired into the air. Its height in meters after t seconds is given by the function `H(t) = -4.9t² + 98t + 2`. What is the maximum height the cannonball reaches?
  1. This is a downward-opening parabola (a = -4.9). The maximum height occurs at the vertex.
  2. Find the time to reach the vertex: t = -b / (2a) = -98 / (2 * -4.9) = -98 / -9.8 = 10 seconds.
  3. Calculate the height at t = 10 seconds: H(10) = -4.9(10)² + 98(10) + 2 = -490 + 980 + 2 = 492 meters.
The maximum height reached by the cannonball is 492 meters.
A farmer has 100 meters of fencing to enclose a rectangular garden area against a long, straight wall. What is the maximum area she can enclose?
  1. Let the side perpendicular to the wall be x. There will be two such sides. The side parallel to the wall will be 100 - 2x.
  2. The area A is given by A(x) = x(100 - 2x) = -2x² + 100x.
  3. This is a downward-opening parabola. The maximum area is at the vertex.
  4. Find the x-value of the vertex: x = -b / (2a) = -100 / (2 * -2) = -100 / -4 = 25 meters.
  5. Calculate the maximum area: A(25) = -2(25)² + 100(25) = -2(625) + 2500 = -1250 + 2500 = 1250 m².
The maximum area the farmer can enclose is 1250 square meters.
🏞️

Real-World Scenarios

parabolic dish: y = x²/4f
Satellite Dish and Parabolic Reflector
A parabolic dish y = x²/(4f) has its focus at (0, f). Signals from a satellite (effectively at infinity) arrive parallel to the axis and reflect to the single focus point where the receiver is placed. Satellite dishes, car headlights, radio telescopes (like Arecibo), and solar concentrators are all parabolas — their defining property is focusing parallel rays to a single point derived from f(x) = ax².
cable ≈ parabola (light load) bridge cable: y = wx²/2H
Suspension Bridge Cable Shape
Under a uniformly distributed load (like a flat bridge deck), a suspension cable hangs in a parabola y = wx²/(2H), where w is load per unit length and H is horizontal tension. The Golden Gate Bridge cables follow this parabolic equation. Structural engineers use f(x) = ax² + bx + c to calculate cable tensions, tower heights, and deck hanger lengths across the full bridge span.
max AR profit/revenue: parabolic
Revenue and Pricing Optimisation
Revenue R(p) = p·Q(p) = p·(1000 − 10p) = −10p² + 1000p is a downward parabola. Maximum revenue is at vertex p = −1000/(2·−10) = $50, giving R = $25,000. Every pricing algorithm — from Uber surge pricing to Amazon's A/B tests — is solving this quadratic revenue function to find the optimal price. The parabolic revenue function is the cornerstone of microeconomic pricing theory.

Suspension Bridges: The main cables of a suspension bridge, like the Golden Gate Bridge, hang in the shape of a parabola. This shape is ideal for evenly distributing the weight of the bridge deck along the length of the cable, ensuring structural stability.

Satellite Dishes: The cross-section of a satellite dish is a parabola. This specific shape has the unique property of reflecting all incoming parallel radio waves to a single point, the focus, where the receiver is placed. This concentrates the weak signal, allowing for clear reception.

Water Fountains: The arc of water shooting from a fountain jet follows a parabolic path due to the force of gravity. Landscape architects and designers use this predictable trajectory to create beautiful and intricate water displays.

🗂️

Types and Classifications

Parabolas are classified based on their orientation (direction of opening) and their width (vertical stretch or compression), both of which are determined by the coefficient 'a' in the standard and vertex forms.

ClassificationConditionDescription
Opens Upwarda > 0The parabola forms a U-shape, and its vertex is the minimum point.
Opens Downwarda < 0The parabola forms an inverted U-shape (∩), and its vertex is the maximum point.
Narrow (Stretched)|a| > 1The sides of the parabola are steeper compared to the base parabola y = x².
Wide (Compressed)0 < |a| < 1The sides of the parabola are gentler and flatter compared to the base parabola y = x².
⚠️

Common Mistakes

⚠️ Sign error in the vertex formula: The formula for the x-coordinate of the vertex is h = -b/2a. A common mistake is forgetting the negative sign, especially when 'b' is already negative.
⚠️ Confusing signs in vertex form: In y = a(x - h)² + k, the horizontal shift is 'h'. If the equation is y = (x + 3)², it can be rewritten as y = (x - (-3))², so the vertex is at x = -3, not x = +3.
💡 The 'c' term is only the y-intercept in standard form (y = ax² + bx + c). In vertex form, you must set x=0 and calculate to find the y-intercept; it is not 'k'.
🚀

Study Strategy

1 📖 Grasp the Core Concepts
  • Review the definition of a parabola as a set of points equidistant from a focus (point) and a directrix (line).
  • Identify the key components on a diagram: vertex, focus, directrix, and axis of symmetry.
  • Understand how the orientation (up, down, left, right) of the parabola is determined by the formula's structure.
  • Study the 'Properties' section to connect the algebraic formula to its geometric shape and characteristics.
2 🧠 Commit Formulas to Memory
  • Write down the vertex forms y = a(x-h)² + k and x = a(y-k)² + h multiple times.
  • Create flashcards for the focus and directrix formulas based on the vertex (h, k) and the parameter 'p'.
  • Practice converting the general form (e.g., Ax² + Dx + Ey + F = 0) to the vertex form by completing the square.
  • Recite the formulas aloud, explaining what each variable (a, h, k, p) represents in the context of the parabola's graph.
3 ✍️ Solve Guided Problems
  • Follow the 'Worked Example' step-by-step, ensuring you understand the logic behind each calculation.
  • Find the vertex, focus, and directrix for equations given in both vertex and general forms.
  • Practice writing the equation of a parabola given specific properties, like its vertex and a point on the curve.
  • Review the 'Common Mistakes' section and attempt problems specifically designed to test those pitfalls.
4 🌍 Connect to Real-World Scenarios
  • Analyze the 'Real-World Examples' like satellite dishes and suspension bridge cables, and identify the parabola's components.
  • Solve problems from the 'Applications' section, such as calculating the path of a projectile or the shape of a reflector.
  • Attempt to model a simple 'Real-World Scenario' by creating your own parabolic equation from given constraints.
  • Explore how changing variables in the formula affects the shape and function of real-world objects, like a telescope mirror.
Mastering the parabola transforms abstract equations into understanding the elegant curves that shape our world.

Frequently Asked Questions

×

×