A quadratic equation is a second-degree polynomial equation in a single variable x, with the general form ax² + bx + c = 0, where a, b, and c are constants and a cannot be zero. The solutions to this equation are called roots or zeros, and they represent the x-intercepts of the parabola described by the function y = ax² + bx + c.
| Symbol/Term | Description |
|---|---|
| a, b, c | Coefficients: constant real numbers that determine the parabola's shape and position. 'a' is the quadratic coefficient, 'b' is the linear coefficient, and 'c' is the constant term. |
| x | Variable: the unknown value being solved for, representing the x-coordinates where the parabola intersects the x-axis. |
| Δ = b² - 4ac | Discriminant: A value that determines the number and nature of the real solutions (roots) without having to solve the full equation. |
| r₁, r₂ | Roots or Solutions: The values of x that satisfy the equation, making the expression equal to zero. |
The discriminant determines the nature of the roots:
A quadratic equation graphically represents a parabola. The roots of the equation, x₁ and x₂, are the points where the parabola intersects the x-axis. The coefficient a determines the parabola's direction: if a > 0, it opens upwards; if a < 0, it opens downwards. The coefficient c represents the y-intercept. The discriminant, Δ, indicates the number of x-intercepts: two for Δ > 0, one for Δ = 0, and none for Δ < 0.
Second-Degree Polynomial: The highest power of the variable is 2, which results in a parabolic graph and at most two real solutions.
Number of Solutions: A quadratic equation can have zero, one, or two real solutions, which is determined by the value of its discriminant (b² - 4ac).
Symmetry: The graph of a quadratic function (a parabola) is symmetric about a vertical line passing through its vertex. The x-coordinate of the vertex is given by x = -b/2a.
Multiple Solution Methods: Quadratic equations can be solved by various methods, including factoring, completing the square, using the quadratic formula, and graphing.
The quadratic formula can be derived by solving the general quadratic equation using the method of completing the square.
Step 1: Start with the standard form of the equation.
Step 2: Move the constant term c to the right side and divide the entire equation by a (since a ≠ 0).
Step 3: Complete the square on the left side by adding the square of half the coefficient of the x-term, which is (b/2a)², to both sides.
Step 4: Factor the left side as a perfect square and find a common denominator for the right side.
Step 5: Take the square root of both sides, remembering the plus-minus sign.
Step 6: Isolate x to arrive at the quadratic formula.
Physics & Engineering: Used to model projectile motion, calculate trajectories, and determine landing points. Also applied in designing parabolic structures like satellite dishes and suspension bridges, and in optimizing electrical circuits.
Business & Economics: Used to determine maximum profit and minimum cost. Quadratic equations help find break-even points where revenue equals cost, and to model supply and demand curves.
Geometry & Architecture: Used to solve problems involving area, such as finding the dimensions of a rectangle with a given area and perimeter. Architects use them to design curved structures and arches.
Finance & Investment: Used in models that calculate compound interest over short periods or to analyze investment growth that follows a quadratic pattern.
Sports Trajectories: The path of a thrown baseball, a kicked soccer ball, or a basketball shot follows a parabolic arc. Quadratic equations can model this path to predict where the ball will land or if it will go through a hoop.
Bridge and Arch Design: Many famous bridges and arches, like the Gateway Arch in St. Louis, use parabolic shapes. This shape distributes weight and stress efficiently, and quadratic equations are fundamental to their structural design.
Satellite Dishes and Headlights: The parabolic reflectors in satellite dishes and car headlights are designed to focus waves (radio or light) to a single point. Quadratic equations define the precise curve needed for this focusing property to work.
The type and number of solutions to a quadratic equation are determined entirely by the discriminant, Δ = b² - 4ac.
| Discriminant (Δ) | Type of Roots | Graphical Interpretation |
|---|---|---|
| Δ > 0 | Two distinct real roots | The parabola intersects the x-axis at two different points. |
| Δ = 0 | One repeated real root (a double root) | The parabola's vertex touches the x-axis at exactly one point. |
| Δ < 0 | No real roots (two complex conjugate roots) | The parabola is entirely above or entirely below the x-axis and never intersects it. |
Sign Errors with '-b': A very common mistake is mishandling the '-b' term in the formula. If 'b' is negative (e.g., b = -5), then '-b' becomes positive (-(-5) = 5). Always double-check the signs.
Incorrect Order of Operations: When calculating the discriminant (b² - 4ac), ensure you square 'b' first, then calculate the product 4ac, and finally perform the subtraction. Errors often occur when 'a' or 'c' are negative.
Forgetting the Denominator: After calculating the numerator (-b ± √Δ), don't forget to divide the entire result by 2a. A frequent error is to only divide the square root part by 2a.