Quadratic equations are second-degree algebraic expressions and are of the form ax² + bx + c = 0. The term "quadratic" comes from the Latin word "quadratus" meaning square, which refers to the fact that the variable x is squared in the equation. In other words, a quadratic equation is an “equation of degree 2.” There are many scenarios where a quadratic equation is used. Did you know that when a rocket is launched, its path is described by a quadratic equation? Further, a quadratic equation has numerous applications in physics, engineering, astronomy, etc.
Quadratic equations have a maximum of two solutions, which can be real or complex numbers. These two solutions (values of x) are also called the roots of the quadratic equations and are designated as (α, β). We shall learn more about the roots of a quadratic equation in the below content.
A quadratic equation is an algebraic equation of the second degree in x. The quadratic equation in its standard form is ax² + bx + c = 0, where a and b are the coefficients, x is the variable, and c is the constant term. The important condition for an equation to be a quadratic equation is the coefficient of x² is a non-zero term (a ≠ 0). For writing a quadratic equation in standard form, the x² term is written first, followed by the x term, and finally, the constant term is written.
Further, in real math problems, quadratic equations are presented in different forms: (x - 1)(x + 2) = 0, -x² = -3x + 1, 5x(x + 3) = 12x, x³ = x(x² + x - 3). All of these equations need to be transformed into the standard form of the quadratic equation before performing further operations.
The formula for a quadratic equation is used to find the roots of the equation. Since quadratics have a degree equal to two, therefore there will be two solutions for the equation. Suppose ax² + bx + c = 0 is the quadratic equation, then the formula to find the roots of this equation will be:
The sign of plus/minus indicates there will be two solutions for x. Learn in detail the quadratic formula here.
This formula is also known as the Sridharacharya formula.
Example: Let us find the roots of the same equation that was mentioned in the earlier section x² - 3x - 4 = 0 using the quadratic formula.
a = 1, b = -3, and c = -4.
x = [-b ± √(b² - 4ac)] / 2a
= [-(-3) ± √((-3)² - 4(1)(-4))] / 2(1)
= [3 ± √25] / 2
= [3 ± 5] / 2
= (3 + 5) / 2 or (3 - 5) / 2
= 8 / 2 or -2 / 2
= 4 or -1 are the roots.
There are basically four methods of solving quadratic equations. They are:
- Factoring
- Completing the square
- Using Quadratic Formula
- Taking the square root
Factoring of Quadratics:
Example:
2x² - x - 6 = 0
(2x + 3)(x - 2) = 0
2x + 3 = 0
x = -3 / 2
x = 2
Completing the Square Method:
Let us learn this method with an example.
Example: Solve 2x² – x – 1 = 0.
First, move the constant term to the other side of the equation.
2x² – x = 1
Dividing both sides by 2.
x² – x / 2 = ½
Add the square of half of the coefficient of x, (b / 2a)², on both the sides, i.e., 1 / 16
x² – x / 2 + 1 / 16 = ½ + 1 / 16
Now we can factor the right side,
(x - ¼)² = 9 / 16 = (¾)²
Taking root on both sides;
X – ¼ = ±3 / 4
Add ¼ on both sides
X = ¼ ± ¾
Therefore,
X = ¼ + ¾ = 4 / 4 = 1
X = ¼ – ¾ = -2 / 4 = -½
Taking the Square Root:
We can use this method for equations such as:
x² + a² = 0
Example: Solve x² – 50 = 0.
x² – 50 = 0
x² = 50
Taking the roots on both sides
√x² = ±√50
x = ±√(2 x 5 x 5)
x = ±5√2
Thus, we got the required solution.