Compute the axis of symmetry, vertex coordinates, opening direction, discriminant, and y-intercept for any quadratic function f(x) = ax² + bx + c. Visualize the parabola and its vertical symmetry line on an interactive canvas.
For a quadratic function in standard form f(x) = ax² + bx + c, the axis of symmetry is a vertical line that divides the parabola into two mirror images. Its equation is derived from the vertex formula: x = -b / (2a). This line passes through the vertex, the lowest or highest point of the parabola.
Axis of symmetry: x = -b/(2a)
Vertex: ( -b/(2a) , f(-b/(2a)) )
The concept of symmetry in parabolas was explored by ancient Greek mathematician Apollonius of Perga (c. 262–190 BCE), who studied conic sections extensively. The quadratic function’s symmetry axis plays a pivotal role in calculus (finding extrema), physics (projectile motion), and optimization problems. In 1637, René Descartes introduced the coordinate system that allowed algebraic formulation of this geometric property, forming the foundation of analytic geometry.
Beyond pure mathematics, the axis of symmetry is applied in engineering to design parabolic mirrors and antennas, where incoming parallel rays reflect to a single focal point. The symmetry line also simplifies the integration of symmetric functions and helps solve quadratic inequalities. Notably, the reflective property of a parabola – any ray parallel to the axis reflects through the focus – directly relies on this symmetry axis, making it indispensable in satellite dishes and car headlights.
| Quadratic Function | Axis of Symmetry | Vertex | Opening | Discriminant |
|---|---|---|---|---|
| f(x) = x² - 4x + 3 | x = 2 | (2, -1) | Upward | Δ = 4 (2 real roots) |
| f(x) = -x² + 2x + 5 | x = 1 | (1, 6) | Downward | Δ = 24 (2 real roots) |
| f(x) = 2x² + 4x + 1 | x = -1 | (-1, -1) | Upward | Δ = 8 |
| f(x) = x² + 2x + 5 | x = -1 | (-1, 4) | Upward | Δ = -16 (complex roots) |
| f(x) = 0.5x² - 3x + 2 | x = 3 | (3, -2.5) | Upward | Δ = 5 |
A ball is thrown upward from a height of 1.5 meters with an initial velocity of 15 m/s. Its height over time is modeled by h(t) = -4.9t² + 15t + 1.5. Using this calculator (a = -4.9, b = 15, c = 1.5):
Axis of symmetry: t = -b/(2a) = -15/(2×-4.9) ≈ 1.53 seconds. This is the time at which the ball reaches its maximum height. The vertex gives the peak height ≈ 12.98 meters. Such calculations are essential in sports science and aerospace engineering.
Starting from f(x) = ax² + bx + c, complete the square: f(x) = a(x² + (b/a)x) + c = a[(x + b/(2a))² - (b²/(4a²))] + c = a(x + b/(2a))² + (c - b²/(4a)). The vertex occurs when the squared term is zero: x = -b/(2a). Therefore, the vertical line through this x-coordinate is the axis of symmetry. The symmetry arises because any horizontal distance d from the vertex yields equal function values: f(h + d) = f(h - d).