No history yet

Understanding Quadratic Equations

The Shape of Quadratics

Beyond straight lines, one of the next most common relationships in math is the quadratic equation. While linear equations describe a constant rate of change, quadratic equations model situations where things accelerate or decelerate, like a ball thrown in the air.

A quadratic equation is a polynomial equation of the second degree, meaning the highest power of the variable is 2. The standard form is written like this:

ax2+bx+c=0ax^2 + bx + c = 0

Here, xx is our variable, and aa, bb, and cc are coefficients—the numbers that multiply the variables. The one rule is that aa can't be zero. If aa were 0, the x2x^2 term would disappear, and we'd be left with a simple linear equation.

For example, 2x2+5x3=02x^2 + 5x - 3 = 0 is a quadratic equation where a=2a=2, b=5b=5, and c=3c=-3.

Meet the Parabola

When you graph a quadratic equation, it doesn't form a straight line. Instead, it creates a U-shaped curve called a parabola. The coefficients aa, bb, and cc in the standard form each play a specific role in shaping and positioning this parabola on the graph.

Let's break down what each coefficient does.

The 'a' Coefficient: Direction and Width

The coefficient aa controls two key features of the parabola. If aa is positive, the U-shape opens upwards. If aa is negative, it opens downwards. The absolute value of aa also determines how narrow or wide the parabola is. A larger a|a| makes the curve steeper and narrower, while a value closer to zero makes it wider.

The 'c' Coefficient: The Y-Intercept

This is the most straightforward. The value of cc tells you exactly where the parabola crosses the vertical y-axis. If you set xx to 0 in the standard equation, the ax2ax^2 and bxbx terms both become zero, leaving you with just y=cy=c. So, the point (0,c)(0, c) is always on the graph.

The 'b' Coefficient: Positioning the Curve

The coefficient bb works with aa to determine the horizontal position of the parabola. Specifically, it shifts the parabola's axis of symmetry, which is the vertical line that divides the parabola into two mirror images. The location of this axis is given by the formula x=b/(2a)x = -b / (2a).

For the equation y=x26x+5y = x^2 - 6x + 5, the axis of symmetry is at x=(6)/(21)x = -(-6) / (2*1), which simplifies to x=3x = 3.

Understanding these coefficients is the first step toward mastering quadratic equations. By simply looking at the equation, you can already start to picture the shape and position of its graph.