Table of contents | |
What is a Quadratic Equation? | |
What is the Root of the quadratic Equation? | |
Methods to solve the Quadratic Equations | |
1. Factorisation Method | |
2. Quadratic formula method |
When we equate the quadratic polynomial to zero then it is called a Quadratic Equation i.e. if
p(x) = 0, then it is known as Quadratic Equation.
where a, b, c are the real numbers and a≠0
Example 1: Check whether the following are quadratic equations
i) (x + 1)2 = 2(x − 3)
⇒ (x + 1)2 = x2 + 2x + 1
∵ (a + b)2 = a2 + 2ab + b2⇒ x2 + 2x + 1 = 2(x − 3)
⇒ x2 + 2x + 1 = 2x − 6⇒ x2 + 2x + 1 − 2x + 6 = 0
⇒ x2 + 2x − 2x + 6 + 1 = 0
x2 + 7 = 0
The above equation is a quadratic equation, where the coefficient of x is zero, i.e. b = 0
ii) x(x + 1)(x + 8) = (x + 2)(x − 2)
LHS
⇒ x(x + 1)(x + 8)
⇒ x(x2 + 8x + x + 8)⇒ x(x2 + 9x + 8)
⇒ x3 + 9x2 + 8xRHS
(x + 2)(x − 2)
⇒ x2 − 4
∵ (a + b)(a − b) = a2 − b2
Now, x3 + 9x2 + 8x = x2 − 4
⇒ x3 + 9x2 − x2 + 8x + 4 = 0
x3 + 8x2 + 8x + 4 = 0
It is not a quadratic equation as it is an equation of degree 3.
iii) (x − 2)2 + 1 = 2x − 3
LHS
(x − 2)2 + 1 = x2 − 2x + 4 + 1
∵ (a − b)2 = a2 − 2ab + b2
= x2 − 2x + 5
RHS
2x − 3
⇒ x2 − 2x + 5 = 2x − 3
⇒ x2 − 2x − 2x + 5 + 3 = 0
⇒ x2 − 4x + 8 = 0
The above equation is quadratic as it is of the form,
ax2 + bx + c = 0
Example 2: The product of two consecutive positive integers is 420. Form the equation satisfying this scenario.
Let the two consecutive positive integers be x and x + 1 Product of the two consecutive integers= x(x + 1) = 420
⇒ x2 + x = 420
⇒ x2 + x − 420 = 0
x2 + x − 420 = 0, is the required quadratic equation and the two integers satisfy this quadratic equation.
Let x = α where α is a real number. If α satisfies the Quadratic Equation ax2+ bx + c = 0 such that aα2 + bα + c = 0, then α is the root of the Quadratic Equation.
As quadratic polynomials have degree 2, therefore Quadratic Equations can have two roots. So the zeros of quadratic polynomial p(x) =ax2+bx+c are the same as the roots of the Quadratic Equation ax2+ bx + c= 0.
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 factorisation we get the two linear factors (x + p) and (x + q)
ax2+ bx + c = 0 = (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: Solve the following quadratic equation by factorisation method.
i) 4√3x2 + 5x − 2√3 = 0
The given equation is 4√3x2 + 5x − 2√3 = 0
Here, a = 4√3 , b = 5 and c = −2√3
The product of a and c
= 4√3 × (−2√3 )
= −8 × 3
= −24
Factors of 24 = 3×8 and 8 + (−3) = 5
The factors of the equation are 8, − 3
So, the given equation can be written as,4√3x2 + (8 − 3)x − 2√3 = 0
⇒ 4 √3x2 + 8x − 3x − 2√3 = 0⇒ 4x( √3x + 2) −√3 (√3 x + 2) = 0
⇒ (4x − √3 )(√3x + 2) = 0
Equating each factor to zero we get,(4x −√3 )=0 and (√3x + 2) = 0
The roots of the equation
The given equation is
Multiplying the above equation by x2 we get,Here, a = 2, b = −5 and c = 2
The product of a and c = 2 × 2 = 4
The factors of 4 = 4 × 1 and 4 + 1 = 5
2x2 − (4 + 1)x + 2 = 0
⇒ 2x2 − 4x − 1x + 2 = 0
2x(x − 2) − (x − 2) = 0
(2x − 1)(x − 2) = 0
Equating each factor to zero we get,
(2x − 1) = 0 and (x − 2) = 0
x = 1/2 and x = 2The roots of equation 2x2 − 5x + 2 = 0 are 1/2 and 2
In this method, we can find the roots by using a quadratic formula. The quadratic formula is
where a, b, and c are the real numbers and b2 – 4ac is called the discriminant.
To find the roots of the equation, put the values of a, b, and c in the quadratic formula.
From the quadratic formula, we can see that the two roots of the Quadratic Equation are -
Where D = b2 – 4ac, The nature of the roots of the equation depends upon the value of D, so it is called the discriminant.
Note:
This is called a "discriminant" because it discriminates the roots of the quadratic equation based on its sign.The discriminant is used to find the nature of the roots of a quadratic equation.
- - In this case, the quadratic equation has two distinct real roots.
- - In this case, the quadratic equation has one repeated real root.
- - In this case, the quadratic equation has no real root.
There are three types of roots of a quadratic equation
Example 1: Find the roots of the quadratic equation x2- 7x + 10 = 0 using the quadratic formula.
Solution:
Example 2:
Elsie has a two-digit secret number. She gives her friend Mia a few hints to crack it. She says, "It is the value of the discriminant of the quadratic equation
Can you guess the lucky number?
Solution:
The Lucky Number is = 25
Example 3: The altitude of a right-angled triangle is 7 cm less than its base. If the hypotenuse is 13 cm long, then find the other two sides.
Solution
Let the length of the base be x cm, then altitude = x − 7 cm
Hypotenuse = 13 cm
We know, H2 = P2 + B2
132 = (x − 7)2 + x2
⇒ 169 = x2 − 14x + 49 + x2
⇒ x2 − 14x + 49 + x2 = 169
⇒ 2x2 − 14x + 49 − 169 = 0
⇒ 2x2 − 14x − 120 = 0
Dividing the above equation by 2 we get,x2 − 7x − 60 = 0
Here, a = 1, b = −7 and c = −60
The product of a and c = 1 × (−60) = −60
The factors of 60 = 5 × 12 and −12 + 5 = 7
The given equation can be written as,x2 − 12x + 5x − 60 = 0
x(x − 12) + 5(x − 12) = 0
⇒ (x + 5)(x − 12) = 0
Equating each factor to zero we get,
(x + 5) = 0 and (x − 12) = 0
⇒ x = −5 and x = 12
The length of the base cannot be negative.
Therefore, Base = 12 cm
Altitude = x − 7 cm = 12 − 7 = 5 cm, Hypotenuse = 13 cm
Example 4: Find the roots of the equation,
Solution:
The given equation is
Squaring both sides of the equation we get,
Here, a = 4, b = −37 and c = 40
Substituting the value of a, b and c in the quadratic formula
Taking +ve sign first,
Taking -ve we get,
The roots of the given equation are 8 and 5/4.
Example 5: Find the numerical difference of the roots of the equation x2 − 7x − 30 = 0
Solution:
The given quadratic equation is x2 − 7x − 30 = 0
Here a = 1, b = −7 and c = −30
Substituting the value of a, b and c in the quadratic formula
Taking +ve sign first,
Taking -ve we get,The two roots are 10 and -3
The difference of the roots= 10 − (−3) = 10 + 3 = 13
Example 6: Find the discriminant of the quadratic equation x2 −4x − 5 = 0
Solution
The given quadratic equation is x2 − 4x − 5 = 0.
On comparing with ax2 + bx + c = 0 we get,
a = 1,b = −4, and c = −5
Example 7: Find the value of p, so that the quadratic equation px(x − 2) + 9 = 0 has equal roots.
Solution
The given quadratic equation is px(x − 2) + 9 = 0
px2 − 2px + 9 = 0Now comparing with ax2 + bx + c = 0 we get,
a = p, b = −2p and c = 9
The given quadratic equation will have equal roots if D = 0
p = 0 and p − 9 = 0 ⇒ p = 9
p = 0 and p = 9
The value of p cannot be zero as the coefficient of x, (−2p) will become zero.
Therefore, we take the value of p = 9.
Example 8: If x = −1 is a root of the quadratic equations 2x2 +px + 5 = 0 and the quadratic equation p(x2 + x) + k = 0 has equal roots, then find the value of k.
Solution:
The given quadratic equation is 2x2 + px + 5 = 0. If x = −1 is the root of the equation then,
2(−1)2 + p(−1) + 5 = 0
2 − p + 5 = 0
⇒ −p = −7
p = 7
Putting the value of p in the equation p(x2 + x) + k = 0,
7(x2 + x) + k = 0
⇒ 7x2 + 7x + k = 0
Now comparing with ax2 + bx + c = 0 we get,
a = 7, b = 7 and c = k
The given quadratic equation will have equal roots if D = 0
Therefore, the value of k is 7/4.
123 videos|457 docs|77 tests
|
1. What is a Quadratic Equation? |
2. What is the Root of the quadratic Equation? |
3. What is the Factorisation Method to solve Quadratic Equations? |
4. What is the Quadratic Formula Method to solve Quadratic Equations? |
5. What are some common applications of Quadratic Equations? |
|
Explore Courses for Class 10 exam
|