ALGEBRA : Quadratic Equation
Quadratic equations are second-degree algebraic expressions and are of the form ax2 + 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 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.
What is Quadratic Equation?
A quadratic equation is an algebraic equation of the second degree in x. The quadratic equation in its standard form is ax2 + 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 x2 is a non-zero term (a ≠ 0). For writing a quadratic equation in standard form, the x2 term is written first, followed by the x term, and finally, the constant term is written.
Further, in real math problems the quadratic equations are presented in different forms: (x - 1)(x + 2) = 0, -x2 = -3x + 1, 5x(x + 3) = 12x, x3 = x(x2 + x - 3). All of these equations need to be transformed into standard form of the quadratic equation before performing further operations.
Quadratics Formula:
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 x2 - 3x - 4 = 0 using the quadratic formula.
a = 1, b = -3, and c = -4.
x = [-b ± √(b2 - 4ac)]/2a
= [-(-3) ± √((-3)2 - 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.
How to Solve Quadratic Equations?
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:
- Begin with a equation of the form ax² + bx + c = 0
- Ensure that it is set to adequate zero.
- Factor the left-hand side of the equation by assuming zero on the right-hand side of the equation.
- Assign each factor equal to zero.
- Now solve the equation in order to determine the values of x.
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 example.
Example: Solve 2x2 – x – 1 = 0.
First, move the constant term to the other side of the equation.
2x2 – x = 1
Dividing both sides by 2.
x2 – x/2 = ½
Add the square of half of the coefficient of x, (b/2a)2, on both the sides, i.e., 1/16
x2 – x/2 + 1/16 = ½ + 1/16
Now we can factor the right side,
(x-¼)2 = 9/16 = (¾)2
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 the equations such as:
x2 + a2 = 0
Example: Solve x2 – 50 = 0.
x2 – 50 = 0
x2 = 50
Taking the roots both sides
√x2 = ±√50
x = ±√(2 x 5 x 5)
x = ±5√2
Thus, we got the required solution.