Methods to solve the Quadratic Equations:
There are three methods to solve the Quadratic Equations-
Factorisation Method:
In this method, we factorise the equation into two linear factors and equate each factor to zero to find the roots of the given equation.
Step 1: Given Quadratic Equation in the form of ax2 + bx + c = 0,
Step 2: Split the middle term bx as mx + nx so that the sum of m and n is equal to b and the product of m and n is equal to ac.
Step 3: By factorization we get the two linear factors (x + p) and (x + q)
ax2 + bx + c = (x + p) (x + q) = 0
Step 4: Now we have to equate each factor to zero to find the value of x.
These values of x are the two roots of the given Quadratic Equation.
Example 1: To find the roots of the given equation 2x²– 5x + 3 = 0
Using middle term splitting method
2x²– 3x −2x + 3 = 0
x ( 2x − 3 ) − 1 ( 2x − 3 ) = 0
( 2x − 3 ) = 0 , ( x −1 ) = 0
x = 3/2 , x = 1
Hence, 3/2 and 1 are the roots of the equation.
Example 2 : Find the roots of the quadratic equation 6x² + 7x + 2 = 0
Solution: ⇒ 6x² + 4x + 3x + 2 = 0
⇒ 2x (3x + 2) +1 (3x + 2) = 0
⇒ (2x + 1) (3x + 2) = 0
so either (3x + 2) = 0 or (2x +1) = 0
x = −2/3 or −1/2
Example 3 : Find the roots of the quadratic equation 3 x² + 2√6x + 2 = 0
Solution: 3 x² +2√6x + 2 = 0
3 x² + √6x + √6x + 2 = 0 (6 = √2 x √3 )
(√3 × √3) x² + (√3√2) x + (√3 √2) x + √2 ×√2 = 0 ( 3 = √3 x √3 )
√3x (√3x + √2) +√2(√3x + √2) = 0
(√3x + √2) (√3x + √2) = 0
x =− √2/√3
Therefore the equation has two equal roots; −√2/√3 and − √2/√3
EXERCISE 4.2
1. Find the roots of the following quadratic equations by factorisation:
(i) x² – 3x – 10 = 0
(ii) 2x² + x – 6 = 0
(iii) √2 x² + 7x + 5√2 = 0
(iv) 2x² – x +1/8 = 0
(v) 100x² – 20x + 1 = 0
Solution:
(i) x² – 3x – 10 = 0
Taking LHS,
=> x² – 5x + 2x – 10
=> x (x – 5) + 2 (x – 5)
=> (x – 5) (x + 2)
The roots of this equation, x² – 3x – 10 = 0 are the values of x for which (x – 5) (x + 2) = 0
Therefore, x – 5 = 0 or x + 2 = 0
x = 5 or x = 2
(ii) 2x² + x – 6 = 0
Taking LHS,
= 2x² + 4x – 3x – 6
= 2x (x + 2) – 3 (x + 2)
= (x + 2) (2x – 3)
The roots of this equation, 2² + x – 6=0 are the values of x for which
(x – 5) (x + 2) = 0
Therefore, x + 2 = 0 or 2x – 3 = 0
x = 2 or x = 3/2
(iii) √2 x² + 7x + 5√2 = 0
Taking LHS,
= √2 x² + 5x + 2x + 5√2
= x (√2x + 5) + √2(√2x + 5) = (√2x + 5) (x + √2)
The roots of this equation, √2 x² + 7x + 5√2 = 0 are the values of x for which (x – 5) (x + 2) = 0
Therefore, √2x + 5 = 0 or x + √2 = 0
x = 5/√2 or x = √2
(iv) 2x² – x +1/8 = 0
Taking LHS,
= 1/8 (16x² – 8x + 1)
= 1/8 (16x² – 4x −4x + 1)
= 1/8 [4x (4x – 1) +1 (4x – 1)]
= 1/8 (4x – 1)²
The roots of this equation, 2x² – x + 1/8 = 0, are the values of x for which
(4x – 1)²= 0
Therefore, (4x – 1) = 0 or (4x – 1) = 0
⇒ x = 1/4 or x = 1/4
(v) 100x² – 20x + 1=0
Taking LHS,
= 100x² – 10x – 10x + 1
= 10x (10x – 1) −1(10x – 1)
= (10x – 1)²
The roots of this equation, 100x²– 20x + 1= 0, are the values of x for which
(10x – 1)² = 0
∴ (10x – 1) = 0 or (10x – 1) = 0
⇒ x = 1/10 or x = 1/10
2. Solve the problems given in Example 1.
Represent the following situations mathematically:
(i) John and Jivanti together have 45 marbles. Both of them lost 5 marbles each, and the product of the number of marbles they now have is 124. We would like to find out how many marbles they had to start with.
(ii) A cottage industry produces a certain number of toys in a day. The cost of production of each toy (in rupees) was found to be 55 minus the number of toys produced in a day. On a particular day, the total cost of production was ` 750. We would like to find out the number of toys produced on that day.
Solution: (i) Let us say, the number of marbles John has = x.
Therefore, number of marbles Jivanti has = 45 – x
After losing 5 marbles each,
Number of marbles John has = x – 5
Number of marble Jivanti has = 45 – x – 5 = 40 – x
Given that the product of their marbles is 124.
∴ (x – 5) (40 – x) = 124
⇒ x² – 45x + 324 = 0
⇒ x² – 36x – 9x + 324 = 0
⇒ x (x – 36) 9(x – 36) = 0
⇒ (x – 36) (x – 9) = 0
Thus, we can say,
x – 36 = 0 or x – 9 = 0
⇒ x = 36 or x = 9
Therefore,
If, John’s marbles = 36,
Then, Jivanti’s marbles = 45 – 36 = 9
And if John’s marbles = 9,
Then, Jivanti’s marbles = 45 – 9 = 36
(ii) Let us say, number of toys produced in a day be x.
Therefore, cost of production of each toy = Rs (55 – x)
Given, total cost of production of the toys = Rs 750
∴ x (55 – x) = 750
⇒ x² – 55x + 750 = 0
⇒ x² – 25x – 30x + 750 = 0
⇒ x (x – 25) 30 (x – 25) = 0
⇒ (x – 25) (x – 30) = 0
Thus, either x −25 = 0 or x – 30 = 0
⇒ x = 25 or x = 30
Hence, the number of toys produced in a day, will be either 25 or 30.
3. Find two numbers whose sum is 27 and product is 182.
Solution: Let us say, first number be x and the second number will be 27 – x.
Therefore, the product of two numbers
x (27 – x) = 182
⇒ x² – 27x – 182 = 0
⇒ x² – 13x – 14x + 182 = 0
⇒ x (x – 13) −14 (x – 13) = 0
⇒ (x – 13) (x −14) = 0
Thus, either, x = 13 = 0 or x – 14 = 0
⇒ x = 13 or x = 14
Therefore, if first number = 13, then second number = 27 – 13 = 14
And if first number = 14, then second number = 27 – 14 = 13
Hence, the numbers are 13 and 14.
4. Find two consecutive positive integers, sum of whose squares is 365.
Solution: Let us say, the two consecutive positive integers be x and x + 1.
Therefore, as per the given questions,
x² + (x + 1)² = 365
⇒ x² + x² + 1 + 2x = 365
⇒ 2x² + 2x – 364 = 0
⇒ x² + x – 182 = 0
⇒ x² + 14x – 13x – 182 = 0
⇒ x (x + 14) −13 (x + 14) = 0
⇒ (x + 14) (x – 13) = 0
Thus, either, x + 14 = 0 or x – 13 = 0,
⇒ x = – 14 or x = 13
since, the integers are positive, so x can be 13, only.
∴ x + 1 = 13 + 1 = 14
Therefore, two consecutive positive integers will be 13 and 14.
5. The altitude of a right triangle is 7 cm less than its base. If the hypotenuse is 13 cm, find the other two sides.
Solution: Let us say, the base of the right triangle be x cm.
Given, the altitude of right triangle = (x – 7) cm
From Pythagoras theorem, we know,
(Base)² + (Altitude)² = (Hypotenuse)²
∴ x² + (x – 7)²= 132
⇒ x² + x² + 49 – 14x = 169
⇒ 2x² – 14x – 120 = 0
⇒ x² – 7x – 60 = 0
⇒ x² – 12x + 5x – 60 = 0
⇒ x (x – 12) + 5 (x – 12) = 0
⇒ (x – 12) (x + 5) = 0
Thus, either x – 12 = 0 or x + 5 = 0,
⇒ x = 12 or x = – 5
Since sides cannot be negative, x can only be 12.
∴ base of the triangle is 12 cm and the altitude will be (12 – 7) cm = 5 cm.
6. A cottage industry produces a certain number of pottery articles in a day. It was observed on a particular day that the cost of production of each article (in rupees) was 3 more than twice the number of articles produced on that day. If the total cost of production on that day was Rs.90, find the number of articles produced and the cost of each article.
Solution: Let us say, the number of articles produced be x.
Therefore, cost of production of each article = Rs (2x + 3)
Given, total cost of production is Rs.90
∴ x (2x + 3) = 90
⇒ 2x² + 3x – 90 = 0
⇒ 2x² + 15x −12x – 90 = 0
⇒ x (2x + 15) −6(2x + 15) = 0
⇒ (2x + 15) (x – 6) = 0
Thus, either 2x + 15 = 0 or x – 6 = 0
⇒ x = 15/2 or x = 6
As the number of articles produced can only be a positive integer, therefore, x can only be 6.
Hence, number of articles produced = 6
Cost of each article = 2 × 6 + 3 = Rs 15.
Additional questions;
1.Find the roots of the following Quadratic Equations by factorization.
(1) 3x² – 5x + 2 = 0 (2) x² – 3x – 28 = 0
2.Find two consecutive numbers whose squares have the sum 85.
3.The sum of the squares of two consecutive odd positive integers is 290. Find them.