Understanding Quadratic Equations
A quadratic equation is a polynomial equation of the second degree, typically written in the standard form ax² + bx + c = 0, where a, b, and c are constants and a ≠ 0. To solve it, find the values of x that make the equation true. Common methods include factoring, completing the square, and the quadratic formula, chosen based on the equation's form and complexity.
Key Methods for Solving
Factoring involves rewriting the equation as (px + q)(rx + s) = 0 and setting each factor to zero. Completing the square transforms the equation into (x + h)² = k for easy root extraction. The quadratic formula, x = [-b ± √(b² - 4ac)] / (2a), works for any quadratic and uses the discriminant (b² - 4ac) to determine the number of real roots: positive for two, zero for one, negative for none.
Practical Example: Using the Quadratic Formula
Consider the equation x² - 5x + 6 = 0. Here, a = 1, b = -5, c = 6. Plug into the formula: x = [5 ± √(25 - 24)] / 2 = [5 ± √1] / 2. This yields x = (5 + 1)/2 = 3 or x = (5 - 1)/2 = 2. Verification: substituting back confirms both roots satisfy the equation.
Importance and Real-World Applications
Solving quadratic equations is fundamental in algebra and applies to physics (projectile motion), engineering (structural analysis), and economics (profit maximization). It models parabolic paths and optimizes quadratic functions, providing tools for problem-solving in science and everyday scenarios like calculating areas or speeds.