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.
| Symbol | Description |
|---|---|
| a | Leading coefficient - determines opening direction (up/down) and width. |
| b, c | Standard form coefficients - affect vertex position and y-intercept. |
| (h, k) | Vertex coordinates - the turning point (maximum or minimum). |
| x = h | Axis of symmetry - vertical line through the vertex. |
| Δ | Discriminant (b² - 4ac) - determines the number of x-intercepts. |
| Focus | A fixed point used in the geometric definition of a parabola. |
| Directrix | A fixed line used in the geometric definition of a parabola. |
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.
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].
We can derive the vertex coordinates from the standard form by converting it to vertex form using the method of 'completing the square'.
Factor out 'a' from the first two terms.
To complete the square inside the parenthesis, add and subtract the square of half the coefficient of the x-term, which is (b/2a)².
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'.
This equation is now in vertex form, y = a(x - h)² + k.
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.
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.
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.
| Classification | Condition | Description |
|---|---|---|
| Opens Upward | a > 0 | The parabola forms a U-shape, and its vertex is the minimum point. |
| Opens Downward | a < 0 | The parabola forms an inverted U-shape (∩), and its vertex is the maximum point. |
| Narrow (Stretched) | |a| > 1 | The sides of the parabola are steeper compared to the base parabola y = x². |
| Wide (Compressed) | 0 < |a| < 1 | The sides of the parabola are gentler and flatter compared to the base parabola y = x². |
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'.