How to Solve A Quadratic Equation Without A Calculator
A quadratic equation is a second-degree polynomial equation in a single variable with three coefficients. The general form is ax² + bx + c = 0, where a, b, and c are constants, and x is the variable. Solving quadratic equations is essential in algebra, physics, engineering, and many other fields.
What is a Quadratic Equation?
A quadratic equation is any equation that can be written in the form ax² + bx + c = 0, where a, b, and c are constants, and x is the variable. The graph of a quadratic equation is a parabola, which can open upwards or downwards depending on the value of a.
Quadratic equations have two solutions, called roots, which can be real or complex numbers. These roots represent the points where the parabola intersects the x-axis.
Methods to Solve Quadratic Equations
There are three primary methods to solve quadratic equations without a calculator:
- Factoring
- Completing the square
- Using the quadratic formula
Each method has its advantages and is suitable for different types of quadratic equations.
Factoring Method
The factoring method involves expressing the quadratic equation as a product of two binomials. This method is efficient when the quadratic equation can be easily factored.
For the equation ax² + bx + c = 0, find two numbers that multiply to a×c and add to b. Then, write the equation as (x + m)(x + n) = 0, where m and n are the two numbers.
Example: Solve x² + 5x + 6 = 0
Step 1: Find two numbers that multiply to 6 and add to 5. These numbers are 2 and 3.
Step 2: Write the equation as (x + 2)(x + 3) = 0.
Step 3: Set each factor equal to zero: x + 2 = 0 and x + 3 = 0.
Step 4: Solve for x: x = -2 and x = -3.
Completing the Square
Completing the square is a method that transforms a quadratic equation into a perfect square trinomial, making it easier to solve. This method is useful when the quadratic equation cannot be easily factored.
For the equation ax² + bx + c = 0, divide all terms by a (if a ≠ 1), move the constant term to the other side, and then complete the square by adding (b/2a)² to both sides.
Example: Solve 2x² + 8x + 3 = 0
Step 1: Divide all terms by 2: x² + 4x + 1.5 = 0.
Step 2: Move the constant term to the other side: x² + 4x = -1.5.
Step 3: Complete the square: (x + 2)² = -1.5 + 4 = 2.5.
Step 4: Take the square root of both sides: x + 2 = ±√2.5.
Step 5: Solve for x: x = -2 ± √2.5.
Quadratic Formula
The quadratic formula is a universal method to solve any quadratic equation. It is derived from completing the square and works for all quadratic equations.
The solutions to the equation ax² + bx + c = 0 are given by:
x = [-b ± √(b² - 4ac)] / (2a)
Example: Solve x² - 5x + 6 = 0
Step 1: Identify the coefficients: a = 1, b = -5, c = 6.
Step 2: Plug the values into the quadratic formula: x = [5 ± √(25 - 24)] / 2.
Step 3: Simplify the discriminant: √1 = 1.
Step 4: Calculate the solutions: x = (5 + 1)/2 = 3 and x = (5 - 1)/2 = 2.
Example Problems
Let's solve a few more quadratic equations using the methods discussed.
Example 1: Factoring
Solve x² - 7x + 12 = 0
Step 1: Find two numbers that multiply to 12 and add to -7. These numbers are -3 and -4.
Step 2: Write the equation as (x - 3)(x - 4) = 0.
Step 3: Set each factor equal to zero: x - 3 = 0 and x - 4 = 0.
Step 4: Solve for x: x = 3 and x = 4.
Example 2: Completing the Square
Solve 3x² - 6x - 2 = 0
Step 1: Divide all terms by 3: x² - 2x - 2/3 = 0.
Step 2: Move the constant term to the other side: x² - 2x = 2/3.
Step 3: Complete the square: (x - 1)² = 2/3 + 1 = 5/3.
Step 4: Take the square root of both sides: x - 1 = ±√(5/3).
Step 5: Solve for x: x = 1 ± √(5/3).
Example 3: Quadratic Formula
Solve 2x² + 4x - 6 = 0
Step 1: Identify the coefficients: a = 2, b = 4, c = -6.
Step 2: Plug the values into the quadratic formula: x = [-4 ± √(16 + 48)] / 4.
Step 3: Simplify the discriminant: √64 = 8.
Step 4: Calculate the solutions: x = (-4 + 8)/4 = 1 and x = (-4 - 8)/4 = -3.