7.1. Introduction
The equation is one of the most prominent ideas in mathematics, and is the center of foundation of mathematics itself. Beginning in the “Before Christ” era, the Babylonians were the first to have been recorded demonstrating the equation, circa 400 BC.Throughout the years, the history of mathematics has taken its fair share of changes. It has stretched across the world from the Far East, migrating into the Western Hemisphere. One of the most fundamental and key principles of mathematics has been the quadratic formula. Having been used in several different cultures, the formula has been part of the base of mathematics theory.
Pacioli never actually devised his own method of solving the quadratic equation, but instead published a works dealing with the history of certain aspects of mathematics, including idea of all the great mathematicians.
Overall, the quadratic formula has actually shaped civilization into the way it is today. The Babylonians used it to irrigate their land, divide out funds to pay workers, and even mobilize armies. The formula to them was not a way of learning or teaching, but a way of life. Before we know further, let us know some pre-requisites of the chapter.
Polynomial
It is an expression in which powers of variables are non-negative integers.
The general form of a polynomial is
+ + + – – – – +x+
where , , – – – – are real numbers and n is a positive integer.
Examples: 2009 + 2008 + 2007x + 2006
Degree of polynomial
Polynomial of one variable : In the case of a polynomial in one variable, the highest power of the variable is called the degree of the polynomial.
Example:
i) 2009+ 2008 + 2007 + ….. + + z + 1 is a polynomial in z of degree 2009.
ii) 10 + 2 + 3 + 4 + 5x + 6
The term with the highest power of x is 10.
The degree of the given polynomial is ‘5’.
Polynomial of several variables : In the case of polynomials in more than one variable, the sum of the powers of the variables in each term is taken up and the highest sum so obtained is called the degree of the polynomial.
Example:
257 – 342 + 532 – 198 a
the highest sum of the variables is 18.
The degree of a polynomial is 18 in a, b and c.
2yz + 5 – 7 –
The sum of the powers of the variables in the terms of the above polynomial are 4, 6, 7 and 9 respectively. The highest power is 9. Thus, the degree of the given polynomial is 9.
Quadratic Polynomial
A polynomial with degree two is called a quadratic polynomial.The general form of a quadratic polynomial is
a + bx + c, where (compulsory condition) and a,b,cR
Example : + 2, 2 + 3x – 4,, etc.
We denote quadratic polynomial by p(x), q(x), f(x) etc.
Zeros of a quadratic polynomial
Let us now consider a quadratic polynomial in x, say P(x) = + x – 2; we randomly substitute some real values of x and find the corresponding values of P(x)
x P(x)
–2 0
–1 –2
0 –2
1 0
2 4
We observe that P(x) is zero only when x is –2 and 1 and these values are called zeros, roots or solutions of the polynomial.
Definition: The values of a variable, for which a polynomial p(x) becomes zero, are called zeros of a polynomial.
If a is zero of a polynomial p(x), then p(a) = 0.
Points to remember
i. It is a fact that every quadratic polynomial can have at most two zeros.
For example, + 5x + 6 = 0 there are two zeros and they are –2 , –3
ii. Some quadratic polynomials do not have any zero. That is to say, there is no real value of x which makes the value of the polynomial zero. For example, consider the quadratic polynomial + 1. There is no real value of x which makes + 1 zero, since for every real value of x, x20 which implies that + 1 > 0.
iii. Similarly, some quadratic polynomials have only one zero, i.e., there is only one real value of x which makes the value of the polynomial zero.
For example, consider the quadratic polynomial. – 2x + 1.There is only one value of x(x = 1), for which – 2x + 1 is zero.
7.2. Quadratic Equaation
A second degree equation is called a Quadratic Equation.
or
An equation whose highest power of a variable is two is known as a Quadratic Equation.
The general form of a quadratic equation is
a + bx + c = 0, where a0 (compulsory condition).
Since x0, quadratic equations, in general, are of the following types:
i) b = 0, c0, i.e., of the type a + c = 0
Example: 5 = 125
ii) b0, c = 0, i.e., of the type a + bx = 0
Example: 2 + 3x = 0
iii) b = 0, c = 0, i.e., of the type a = 0
Example: 6 = 0
iv) b0, c0, i.e., of the type a + bx + c = 0
Example: + 5x + 4 = 0
Pure Quadratic Equations
The quadratic equation is called a pure quadratic equation if the x coefficient is 0 i.e., b = 0.
Example :
Monic Quadratic Equations
The quadratic equation is called a monic quadratic equation if the coefficient of its leading term is 1 i.e., a = 1.
Example:
Note: Highest degree term in an equation is called its leading term.
Root of an Equation
The value of the variable satisfying the given equation is called its root.
In the sense, x = is a root of the equation f(x) = 0 if and only if
Example.
Consider
Let f = . Now for x = 2, we have
2 is a root of
7.3. Solving a quadratic equation
We already know how to factorise a quadratic polynomial. We shall now learn how to apply the method of factorisation to solve a quadratic equation.
Basically, there are three methods of finding the roots of a Quadratic Equation.
1. Factorization method
2. Completing Squares
3. Quadratic Formula method
Factorization method
Let us consider a quadratic equation,
+ 6x + 5 = 0
Step 1: Compare the given equation with the general form and identify the terms a, b, and c.
By comparing + 6x + 5 = 0 with
a + bx + c = 0, we get,
a = 1, b = 6 and c = 5
Step 2: Multiply the constant with coefficient of i.e., a × c.
Here a × c = 5 × 1 = 5.
Step 3: Split the product of a and c into as many factors as possible.
5 = 5 × 1 and 5 = –5 × – 1
Step 4: Choose those set of factors whose sum is equal to coefficient of x (b).
Here, b = 6 and 5 + 1 = 6.
The chosen factors are 5 and 1.
Step5: Split the middle term into two terms whose coefficients are same as that of the chosen factors.
Here, + 6x + 5 = + 5x + x + 5 = 0
Step 6: Factorise the quadratic polynomial by equating it to zero and find the values of variable(x).
+ 6x + 5 = 0
+ 5x + x + 5 = 0
x (x + 5) + 1(x + 5) = 0
Either x + 1 = 0 or x + 5 = 0
i.e., x = –1 or x = –5
The roots of the quadratic equation are,
x = –1 or x = – 5
Completing Squares
Thus far we have discussed the factoring and square root methods for solving quadratic equations algebraically. However, those methods cannot be applied to an equation such as + 3x – 5 = 0 because the expression + 3x – 5 is not factorable using integer coefficients and is not in the form appropriate to the square root method (there is a first degree term).
Our interest in this section is to find a method for solving quadratic equations that can be applied to all cases.
If we can take any equation and put it in the form = d, where p and d are constants, then all that remains is to apply the square root method – that is, take square roots, solve for x, and simplify the answer. But can all quadratic equations be put in the form = d, where p and d are constants ?
To answer this, we first examine the squares of binomials of the form (x + p), Where p is a constant. When the squares are multiplied out, we call them perfect squares.
First we will square binomials of the form x + p and look at the relationship between the x coefficient and the numerical term. Observe the following :
Coefficient of the x term The numerical term
= – 6x + 9 – 6 + 9
= + 10x + 25 + 10 + 25
= + 8x + 16 + 8 + 16
Let’s examine what happens when we square (x + p):
= + 2px +
Where,
Square of first term in the binomial.
px Twice the Product of the terms in the binomial
Square of second term in the binomial.
Given that p is a constant and x is a variable, the middle (first-degree) term coefficient will be 2p and the numerical term will be . What is the relationship between the middle term coefficient, 2p, and the numerical term, ?
If you take half of 2p and square it, you will get :
Thus, if you square the binomial (x + p), the square of one-half the middle-term coefficient will yield the numerical term. We know return to our examples.
= – 6x + 9.
1. Take half of – 6 to get – 3.
2. Square – 3 to get the numerical term 9.
= + 10x + 25
1. Take half of 10 to get 5.
2. Square 5 to get the numerical term, 25.
Now we will demonstrate how we can take any second-degree equation and put it in the form
= d, where p and d are constants. Suppose we have an equation such as + 6x – 8 = 0
To make it clearer how to make the left side into a perfect square, we first add 8 to both sides of the equation.
+ 6x – 8 = 0
Add 8 to both sides of the equation.
+ 6x = 8
Now what is missing to make the left side a perfect square? Take half the middle term coefficient, 6, and square it : = = = 9
Thus, 9 must be added to make the left side a perfect square. But since we are dealing with equations, we must add 9 to both sides of the equation.
+ 6x + 9 = 8 + 9
+ 6x + 9 = 17
= 17
The only difference between the equation
+ 6x = 8 and the perfect square version
+ 6x + 9 = 17 is that 9 was added to both sides. Why 9? To make the left side a perfect square so that it could be written in factored form. This process of adding a number to make a perfect square is called completing the square.
Now, we can solve this equation by the square root method.
= 17
Take square root.
x + 3 =
Then isolate x by adding – 3 to both sides of the equation.
x = – 3
Similarly, any quadratic equation can be put in the form = d, where p and d are constants.
Quadratic Formula Method
It is not always convenient to factorise the quadratic equation. Let us derive the quadratic formula which is useful for the solving of all quadratic equations.
Statement
If a + bx + c = 0 is a quadratic equation, then the roots are
Proof : Consider the quadratic equation,
a + bx + c = 0, where a,b,c a0
a + bx + c = 0
Dividing throughout by a, we get,
By adding and subtracting , we get
We can rewrite the equation as
We can recognise the first three terms as the formula,
+ 2ab + =
and are the roots of the quadratic equation .
Generally, roots of quadratic equations are denoted by and .
Here, ,
Here – 4ac is called discriminant and it is denoted by D or .
7.4. Roots of Quadratic Equations
For what values of the variable (x) the quadratic equation gets satisfied are called roots of a quadratic equation.
Let a + bx + c = 0 is a quadratic equation, then the roots are generally denoted by , where
,
Sum and Product of roots
If and are the two roots of a quadratic equation a + bx + c = 0, then the two roots are , ,,
we have by addition ,
sum of roots
and by multiplication, we have
product of roots
Writing the Quadratic equation Using its roots
Let and are roots of a quadratic equation then the quadratic equation formed (Constructed) by using its roots and is
– (sum of roots) x + (Product of Roots) = 0
Example 1: Let us find the quadratic equation whose roots are 3 and – 2.
The required quadratic equation is = 0
– x – 6 = 0.
Example 2: Find the quadratic equation whose roots are and .
We have sum of roots = 4, and
Product of roots = 1;
The required quadratic equation is
– 4x + 1 = 0 .
Points to remember
i) The equation whose roots are if , if
ii) The equation whose roots are is
f(x – k) = 0
iii) The equation whose roots are and is
iv) The equation whose roots are equal but opposite in sign is f(–x) = 0 i.e., the equation whose roots are , is f(–x) = 0
The Discriminant
The roots of the quadratic equation
a + bx + c = 0 are given by , ,
Here, and is called Discriminant of quadratic equation.
Then we have the following results:
i) If , then the roots are real and equal.
ii) If , then the roots are real and unequal.
iii) If , then the roots are imaginary.
iv) Given that a, b, c are real. if and are non-real complex numbers, conjugate to each other.
v) Given that a, b, c are rational numbers, is positive but not a perfect square if and are conjugate surds like and .
By applying these tests the nature of the roots of any quadratic equation can be determined without actually finding the roots.
Important Properties of Roots
i) If the roots are equal in magnitude but opposite in sign, then coefficient of x = 0 i.e., b = 0.
Example: – 4 = 0
clearly, b = 0
ii) If unity is a root of a + bx + c = 0 then the other root is c/a.
Example: – 4x + 3 = 0 x = 1, x = 3
Other root c/a = 3/1 = 3
iii) Irrational roots of a quadratic equation with rational coefficients occur in conjugate pairs. If is a root of a + bx + c = 0, then is also a root.
Example: are the roots of – 4x + 1 = 0
iv) Imaginary or complex roots of a quadratic equation with real coefficients occur in conjugate pairs. If p + iq is a root of
a + bx + c, then p – iq is also a root of the equation.
Where
Example: 3 + 5i, 3 – 5i are the roots of – 6x + 34 = 0
Common roots of quadratic equations
i) If both roots are common to two equations
+ x + = 0 and + x + = 0, [where , 0 and ( – )0]
then,
ii) If only one root is common to two equations
+ x + = 0 and + x + = 0, [where , 0
and ( – )0]
then = ( – )( – ) and the
common root =