QUADRATIC FORMULA - DERIVATION, NATURE OF ROOTS, SOLVED EXAMPLES, EXERCISE
Please study
Solving Quadratic Equations by Factoring before Quadratic Formula,
if you have not already done so.
There, we discussed about Quadratic Polynomial
or Quadratic Expression, Quadratic Equation,
Methods to Solve a Quadratic Equation and the first
method of Solving Quadratic Equations by Factoring.
Here we discuss the second method.
We derive the Formula used.
We also deal with Relation between roots and coefficients,
Nature of the roots, finding Quadratic Equation whose roots are given.
We apply all the ideas discussed, to Problems.
We explain a number of solved examples in a lucid way.
We also present a number of problems for practice in the exercise.
Solving a Quadratic Equation by Quadratic Formula
Derivation of Quadratic formula :
To solve ax2 + bx + c = 0 where a ( ≠ 0 ), b, c are constants
which can take real number values.
ax2 + bx + c = 0 ⇒ ax2 + bx = -c
Dividing by a on both sides, we get
x2 + (b⁄a)x = -c⁄a
⇒ x2 + 2x(b⁄2a) = -c⁄a .........(i)
The L.H.S. of equation(i) has (first term)2 and 2(first term)(second term) terms
where fist term = x and second term = (b⁄2a).
If we add (second term)2 { = (b⁄2a)2 },
the L.H.S. of equation(i) becomes a perfect square.
Adding (b⁄2a)2 to both sides of equation(i), we get
x2 + 2x(b⁄2a) + (b⁄2a)2 = -c⁄a + (b⁄2a)2
⇒ (x + b⁄2a)2 = b2⁄4a2 - c⁄a = ( b2 - 4ac)⁄(4a2)
⇒ (x + b⁄2a) = ±√{( b2 - 4ac)⁄(4a2)} = ±√( b2 - 4ac)⁄2a
⇒ x = -b⁄2a ± √(b2 - 4ac)⁄2a
⇒ x = {-b ± √(b2 - 4ac)}⁄2a
This is the Quadratic Formula.
ax2 + bx + c = 0 ⇒ x = {-b ± √(b2 - 4ac)}⁄2a
Thus, the two roots of ax2 + bx + c = 0 are
{-b + √(b2 - 4ac)}⁄2a and {-b - √(b2 - 4ac)}⁄2a.
Relation between roots and coefficients of a Quadratic Equation
Let the roots of ax2 + bx + c = 0 be α (called alpha) and β (called beta).
Then By Quadratic Formula α = {-b + √(b2 - 4ac)}⁄2a and β = {-b - √(b2 - 4ac)}⁄2a
Sum of the roots = α + β = {-b + √(b2 - 4ac)}⁄2a + {-b - √(b2 - 4ac)}⁄2a
= {-b + √(b2 - 4ac) -b - √(b2 - 4ac)}⁄2a
= {-2b}⁄2a = -b⁄a
Sum of the roots = α + β = -b⁄a = -{(coefficient of x)⁄(coefficient of x2)}
Product of the roots = α x β = {-b + √(b2 - 4ac)}⁄2a x {-b - √(b2 - 4ac)}⁄2a
= [{-b + √(b2 - 4ac)} x {-b - √(b2 - 4ac)}]⁄(4a2)
The Numerator is product of sum and difference of two terms which we know
is equal to the difference of the squares of the two terms.
∴ Product of the roots = αβ = [(-b)2 - {√(b2 - 4ac)}2]⁄(4a2)
= [b2 - (b2 - 4ac)]⁄(4a2) = [b2 - b2 + 4ac)]⁄(4a2) = (4ac)⁄(4a2)
= c⁄a
Product of the roots = αβ = c⁄a = (constant term)⁄(coefficient of x2)}
Nature of the roots of a Quadratic Equation :
By Quadratic Formula, the roots of ax2 + bx + c = 0
are α = {-b + √(b2 - 4ac)}⁄2a and β = {-b - √(b2 - 4ac)}⁄2a
Let (b2 - 4ac) be denoted by Δ (called Delta).
Then α = (-b + √Δ)⁄2a and β = (-b - √Δ)⁄2a
The nature of the roots (α and β) depends on Δ
Δ ( = b2 - 4ac) is called the DISCRIMINANT of ax2 + bx + c = 0.
Three cases arise depending on the value of Δ (= b2 - 4ac) is zero or positive or negative.
(i) If Δ ( = b2 - 4ac) = 0, then α = -b⁄2a and β = -b⁄2a
i.e. the two roots are real and equal.
Thus ax2 + bx + c = 0 has real and equal roots, if Δ = 0
(ii) If Δ ( = b2 - 4ac) > 0, the roots are real and distinct.
(ii) (a) If Δ ( = b2 - 4ac) is a perfect square,
the roots are rational.
(ii) (b) otherwise, the roots are irrational.
(iii) If Δ ( = b2 - 4ac) < 0, √Δ is not real.It is called an imaginary number.
∴ α, β are imaginary when Δ is negative.
When Δ is negative, the roots are imaginary.
The roots of ax2 + bx + c = 0
(i) are real and equal if Δ ( = b2 - 4ac) = 0
(ii) are real and distinct if Δ ( = b2 - 4ac) > 0
(ii) (a) If Δ ( = b2 - 4ac) is a perfect square,
the roots are rational.
(ii) (b) otherwise, the roots are irrational.
(iii) are imaginary if Δ ( = b2 - 4ac) < 0
To find the Quadratic Equation whose roots are given :
Let α and β be the roots of the Quadratic Equation.
Example 1 : Quadratic Formula
Solve the following equations using Quadratic Formula
- x2 + x - 42 = 0
- 3x2 + 2x - 8 = 0
- 8 - 5x2 - 6x = 0
- 6x2 - 13x - 63 = 0
- 2x2 + 3x - 3 = 0
Solution of Example 1 of Quadratic Formula :
(i) To solve x2 + x - 42 = 0 using Quadratic Formula
Comparing this equation with ax2 + bx + c = 0, we get
a = 1, b = 1 and c = -42
We know by Quadratic Formula, x = {-b ± √(b2 - 4ac)}⁄2a
Applying this Quadratic Formula here, we get
x = {-b ± √(b2 - 4ac)}⁄2a
= [ (-1) ± √{(1)2 - 4(1)(-42)}]⁄2(1)
= [ (-1) ± √{1 + 168}]⁄2(1) = [ (-1) ± √{169}]⁄2(1) = [ (-1) ± 13]⁄2(1)
= (-1 + 13)⁄2, (-1 - 13)⁄2 = 12⁄2, -14⁄2 = 6, -7 Ans.
(ii) To solve 3x2 + 2x - 8 = 0 using Quadratic Formula
Comparing this equation with ax2 + bx + c = 0, we get
a = 3, b = 2 and c = -8
We know by Quadratic Formula, x = {(-b) ± √(b2 - 4ac)}⁄2a
Applying this Quadratic Formula here, we get
x = {(-b) ± √(b2 - 4ac)}⁄2a
= [ (-2) ± √{(2)2 - 4(3)(-8)}]⁄2(3)
= [ (-2) ± √{4 + 96}]⁄6 = [ (-2) ± √{100}]⁄6 = [(-2) ± 10]⁄6
= (-2 + 10)⁄6, (-2 - 10)⁄6 = 8⁄6, -12⁄6 = 4⁄3, -2 Ans.
(iii) To solve 8 - 5x2 - 6x = 0 using Quadratic Formula
Multiplying the given equation by -1, we get
5x2 + 6x - 8 = 0 x -1 = 0
Comparing this equation with ax2 + bx + c = 0, we get
a = 5, b = 6 and c = -8
We know by Quadratic Formula, x = {(-b) ± √(b2 - 4ac)}⁄2a
Applying this Quadratic Formula here, we get
x = {(-b) ± √(b2 - 4ac)}⁄2a
= [ (-6) ± √{(6)2 - 4(5)(-8)}]⁄2(5)
= [ (-6) ± √{36 + 160}]⁄10 = [ (-6) ± √{196}]⁄10 = [(-6) ± 14]⁄10
= (-6 + 14)⁄10, (-6 - 14)⁄10 = 8⁄10, -20⁄10 = 4⁄5, -2 Ans.
(iv) To solve 6x2 - 13x - 63 = 0 using Quadratic Formula
Comparing this equation with ax2 + bx + c = 0, we get
a = 6, b = -13 and c = -63
We know by Quadratic Formula, x = {(-b) ± √(b2 - 4ac)}⁄2a
Applying this Quadratic Formula here, we get
x = {(-b) ± √(b2 - 4ac)}⁄2a
= [ -(-13) ± √{(-13)2 - 4(6)(-63)}]⁄2(6)
= [ (+13) ± √{169 + 1512}]⁄12 = [ (13) ± √{1681}]⁄12 = [(13) ± 41]⁄12
= (13 + 41)⁄12, (13 - 41)⁄12 = 54⁄12, -28⁄12 = 9⁄2, -7⁄3 Ans.
(v) To solve 2x2 + 3x - 3 = 0 using Quadratic Formula Comparing this equation with ax2 + bx + c = 0, we get
a = 2, b = 3 and c = -3
We know by Quadratic Formula, x = {(-b) ± √(b2 - 4ac)}⁄2a
Applying this Quadratic Formula here, we get
x = {(-b) ± √(b2 - 4ac)}⁄2a
= [ (-3) ± √{(3)2 - 4(2)(-3)}]⁄2(2)
= [ (-3) ± √{9 + 24}]⁄4 = [-3 ± √(33)]⁄4 Ans.
Example 2 : Quadratic Formula
Solve the following equation using Quadratic Formula
2x4 - 9x3 + 14x2 - 9x + 2 = 0
Solution of Example 1 of Quadratic Formula :
The given equation in descending powers of x is
2x4 - 9x3 + 14x2 - 9x + 2 = 0
This is an equation of the form ax4 + bx3 + cx2 + bx + a = 0
in which the coefficients of terms equidistant from first and last are equal, is
called a RECIPROCAL EQUATION. By dividing this reciprocal equation
with x2 and with a proper substitution, the reciprocal equation
can be reduced to a Quadratic Equation.
Dividing the equation by x2, we get
2x2 - 9x + 14 - 9x-1 + 2x-2 = 0
⇒ 2x2 + 2⁄x2 - 9x - 9⁄x + 14 = 0
⇒ 2(x2 + 1⁄x2) -9(x + 1⁄x) + 14 = 0
Putting x + 1⁄x = t, x2 + 1⁄x2
= (x + 1⁄x)2 - 2 = t2 - 2
∴ the given equation becomes 2(t2 - 2) -9t + 14 = 0
⇒ 2t2 - 4 - 9t + 14 = 0
⇒ 2t2 - 9t + 10 = 0
Comparing this equation with at2 + bt + c = 0, we get
a = 2, b = -9 and c = 10
We know by Quadratic Formula, t = {-b ± √(b2 - 4ac)}⁄2a
Applying this Quadratic Formula here, we get
t = {-b ± √(b2 - 4ac)}⁄2a
= [-(-9) ± √{(-9)2 - 4(2)(10)}]⁄2(2)
= [ (+9) ± √{81 - 80}]⁄4 = [ (9) ± √{1}]⁄4 = [ (9) ± 1]⁄4
= (9 + 1)⁄4, (9 - 1)⁄4 = 10⁄4, 8⁄4 = 5⁄2, 2
But t = x + 1⁄x
Taking t = 5⁄2,
t = 5⁄2 ⇒ x + 1⁄x = 5⁄2
Multiplying both sides with 2x, we get
2x2 + 2 = 5x ⇒ 2x2 - 5x + 2 = 0
Comparing this equation with ax2 + bx + c = 0, we get
a = 2, b = -5 and c = 2
We know by Quadratic Formula, x = {-b ± √(b2 - 4ac)}⁄2a
Applying this Quadratic Formula here, we get
x = {-b ± √(b2 - 4ac)}⁄2a
= [ -(-5) ± √{(-5)2 - 4(2)(2)}]⁄2(2)
= [ (+5) ± √{25 - 16}]⁄4 = [ (5) ± √{9}]⁄4 = [ (5) ± 3]⁄4
= (5 + 3)⁄4, (5 - 3)⁄4 = 8⁄4, 2⁄4 = 2, 1⁄2
Taking t = 2,
t = 2 ⇒ x + 1⁄x = 2
Multiplying both sides with x, we get
x2 + 1 = 2x ⇒ x2 - 2x + 1 = 0
Comparing this equation with ax2 + bx + c = 0, we get
a = 1, b = -2 and c = 1
We know by Quadratic Formula, x = {-b ± √(b2 - 4ac)}⁄2a
Applying this Quadratic Formula here, we get
x = {-b ± √(b2 - 4ac)}⁄2a
= [ -(-2) ± √{(-2)2 - 4(1)(1)}]⁄2(1)
= [ (+2) ± √{4 - 4}]⁄2 = [ (2) ± √{0}]⁄2 = [ (2) ± 0]⁄2
= (2 + 0)⁄2, (2 - 0)⁄2 = 2⁄2, 2⁄2 = 1, 1
Thus the solution of the given equation is x = { 1, 1, 2, 1⁄2 } Ans.
Example 3 : Quadratic Formula
Solve the following equation using Quadratic Formula
√(x + 1) + √(x - 2) = √(x + 3)
Solution of Example 1 of Quadratic Formula :
The given equation is √(x + 1) + √(x - 2) = √(x + 3)
Squaring both sides, we get
{√(x + 1) + √(x - 2)}2 = {√(x + 3)}2
⇒ {√(x + 1)}2 + {√(x - 2)}2 + 2{√(x + 1)}{√(x - 2)} = (x + 3)
⇒ (x + 1) + (x - 2) + 2[√{(x + 1)(x - 2)] = (x + 3)
⇒ (2x - 1) - (x + 3) = -2[√{(x + 1)(x - 2)] ⇒ 2x - 1 - x - 3 = -2[√{(x + 1)(x - 2)] ⇒ x - 4 = -2[√{(x + 1)(x - 2)]
Squaring both sides, we get
(x - 4)2 = 4(x + 1)(x - 2) ⇒ x2 - 8x + 16 = 4(x2 - x - 2) = 4x2 - 4x - 8
⇒ x2 - 4x2 - 8x + 4x + 16 + 8 = 0 ⇒ -3x2 - 4x + 24 = 0
⇒ 3x2 + 4x - 24 = 0
Comparing this equation with ax2 + bx + c = 0, we get
a = 3, b = 4 and c = -24
We know by Quadratic Formula, x = {(-b) ± √(b2 - 4ac)}⁄2a
Applying this Quadratic Formula here, we get
x = {(-b) ± √(b2 - 4ac)}⁄2a
= [ -(4) ± √{(4)2 - 4(3)(-24)}]⁄2(3)
= [ (-4) ± √{16 + 288}]⁄6 = [-4 ± √(304)]⁄6
= [-4 ± √{4(76)}]⁄6
= [-4 ± 2{√(76)}]⁄6 = [-2 ± {√(76)}]⁄3. Ans.
Example 4 : Quadratic Formula
Find the sum and product of the roots of the equations given below.
- 3x2 + 2x + 1 = 0
- x2 - px + pq = 0
- lx2 + lmx + lmn = 0
Solution of Example 1 of Quadratic Formula :
(i) The given equation is 3x2 + 2x + 1 = 0
Comparing this equation with ax2 + bx + c = 0, we get
a = 3, b = 2 and c = 1
We know, Sum of the roots = -b⁄a = -2⁄3 Ans.
Product of the roots = c⁄a = 1⁄3
(ii) The given equation is x2 - px + pq = 0
Comparing this equation with ax2 + bx + c = 0, we get
a = 1, b = -p and c = pq
We know, Sum of the roots = -b⁄a = -(-p)⁄1 = p Ans.
Product of the roots = c⁄a = pq ⁄1 = pq Ans.
(iii) The given equation is lx2 + lmx + lmn = 0
Comparing this equation with ax2 + bx + c = 0, we get
a = l, b = lm and c = lmn
We know, Sum of the roots = -b⁄a = -(lm)⁄ l = -m Ans.
Product of the roots = c⁄a = lmn⁄l = mn Ans.
Example 5 : Quadratic Formula
If α, β are the roots of x2 - px + q = 0,
then find the value of
- α3 + β3
- (α2⁄β) + (β2⁄α)
- (1⁄α3) + (1⁄β3)
- (α⁄β) + (β⁄α)
Solution of Example 5 of Quadratic Formula :
The given equation is x2 - px + q = 0
Comparing this equation with ax2 + bx + c = 0, we get
a = 1, b = -p and c = q
α, β are the roots of x2 - px + q = 0
We know, Sum of the roots = α + β = -b⁄a = -(-p)⁄1 = p
Product of the roots = αβ = c⁄a = q ⁄1 = q
(i) To find the value of α3 + β3
We know from Algebra Formula 6 in
Algebra Formulas :
Cube of Sum of Two Terms:
(a + b)3 = a3 + 3ab(a + b) + b3
⇒ a3 + b3 = (a + b)3 - 3ab(a + b)
Applying this here, we get
α3 + β3 = (α + β)3 - 3αβ( α + β)
Using the values of α + β (= p) and αβ (= q) here, we get
α3 + β3 = ( p)3 - 3q(p) = p3 - 3pq Ans.
(ii) To find the value of (α2⁄β) + (β2⁄α)
Let A = (α2⁄β) + (β2⁄α)
Multiplying both sides with αβ, we get
αβA = αβ(α2⁄β) + αβ(β2⁄α)
= α3 + β3
Using the values of α3 + β3 (= p3 - 3pq) and αβ (= q) here, we get
qA = p3 - 3pq ⇒ A = (p3 - 3pq)⁄q
⇒ (α2⁄β) + (β2⁄α) = (p3 - 3pq)⁄q. Ans.
(iii) To find the value of (1⁄α3) + (1⁄β3)
Let A = (1⁄α3) + (1⁄β3)
Multiplying both sides with α3β3, we get
α3β3A = α3β3(1⁄α3) + α3β3 (1⁄β3)
(αβ)3A = β3 + α3 = α3 + β3
Using the values of α3 + β3 (= p3 - 3pq) and αβ (= q) here, we get
q3A = p3 - 3pq ⇒ A = (p3 - 3pq)⁄q3
⇒ (1⁄α3) + (1⁄β3) = (p3 - 3pq)⁄q3. Ans.
(iv) To find the value of (α⁄β) + (β⁄α)
Let A = (α⁄β) + (β⁄α)
Multiplying both sides with αβ, we get
αβA = αβ(α⁄β) + αβ(β⁄α)
= α2 + β2 = (α + β)2 - 2αβ
Using the values of α + β (= p) and αβ (= q) here, we get
qA = (p)2 - 2q ⇒ A = (p2 - 2q)⁄q
⇒ (α⁄β) + (β⁄α) = (p2 - 2q)⁄q. Ans.
Example 6 : Quadratic Formula
Find the nature of the roots of the equations,
- 5x2 - 2x - 7 = 0
- 9x2 + 24x + 16 = 0
- x2 + 6x - 5 = 0
- x2 - x + 5 = 0
Solution of Example 6 of Quadratic Formula :
(i) The given equation is 5x2 - 2x - 7 = 0
Comparing this equation with ax2 + bx + c = 0, we get
a = 5, b = -2 and c = -7
Discriminant = Δ = b2 - 4ac = (-2)2 - 4(5)(-7) = 4 + 140 = 144 = 122
Since the Discriminant is positive and a perfect square,
the roots of the given equation
are real, distinct and rational. Ans.
(ii) The given equation is 9x2 + 24x + 16 = 0
Comparing this equation with ax2 + bx + c = 0, we get
a = 9, b = 24 and c = 16
Discriminant = Δ = b2 - 4ac = (24)2 - 4(9)(16) = 576 - 576 = 0
Since the Discriminant is zero,
the roots of the given equation
are real and equal. Ans.
(iii) The given equation is x2 + 6x - 5 = 0
Comparing this equation with ax2 + bx + c = 0, we get
a = 1, b = 6 and c = -5
Discriminant = Δ = b2 - 4ac = (6)2 - 4(1)(-5) = 36 + 20 = 56
Since the Discriminant is positive and is not a perfect square,
the roots of the given equation
are real, distinct and irrational. Ans.
(iv) The given equation is x2 - x + 5 = 0
Comparing this equation with ax2 + bx + c = 0, we get
a = 1, b = -1 and c = 5
Discriminant = Δ = b2 - 4ac = (-1)2 - 4(1)(5) = 1 - 20 = -19
Since the Discriminant is negative,
the roots of the given equation
are imaginary. Ans.
Example 7 : Quadratic Formula
Find the quadratic equation whose roots are
- 3, -2
- 4⁄3, 1⁄3
- lm, mn
- (5 + √7), (5 - √7)
Solution of Example 7 of Quadratic Formula :
(i) The given roots are 3, -2
Sum of the roots = 3 + (-2) = 3 - 2 = 1; Product of the roots = 3 x (-2) = -6
We know the Quadratic Equation whose roots are given is
x2 - (sum of the roots)x + (product of the roots) = 0
∴ The required equation is x2 - (1)x + (-6) = 0
i.e x2 - x - 6 = 0 Ans.
(ii) The given roots are 4⁄3, 1⁄3
Sum of the roots = 4⁄3 + 1⁄3 = 5⁄3; Product of the roots = 4⁄3 x 1⁄3 = 4⁄9
We know the Quadratic Equation whose roots are given is
x2 - (sum of the roots)x + (product of the roots) = 0
∴ The required equation is x2 - (5⁄3)x + (4⁄9) = 0
Multiplying both sides with 9, we get
9x2 -15x + 4 = 0 Ans.
(iii) The given roots are lm, mn
Sum of the roots = lm + mn = m(l + n); Product of the roots = lm x mn = lm2n
We know the Quadratic Equation whose roots are given is
x2 - (sum of the roots)x + (product of the roots) = 0
∴ The required equation is x2 - m(l + n)x + lm2n = 0. Ans.
(iv) The given roots are 5 + √7, 5 - √7
Sum of the roots = (5 + √7) + (5 - √7) = 10;
Product of the roots = (5 + √7)x(5 - √7) = 52 - (√7)2 = 25 - 7 = 18
We know the Quadratic Equation whose roots are given is
x2 - (sum of the roots)x + (product of the roots) = 0
∴ The required equation is x2 - (10)x + (18) = 0
i.e x2 - 10x + 18 = 0 Ans.
Example 8 : Quadratic Formula
If one root of x2 - 5x + k = 0 is 2, find the value of k
and the other root.
Solution of Example 8 of Quadratic Formula :
The given equation is x2 - 5x + k = 0
Comparing this equation with ax2 + bx + c = 0, we get
a = 1, b = -5 and c = k
By data one root is 2. Let the other root be β
Then 2 + β = -b⁄a = -(-5)⁄1 = 5; ..........(i)
2(β) = c⁄a = k⁄1 = k ⇒ β = k⁄2 ......(ii)
Using (ii) in (i), we get 2 + k⁄2 = 5 ⇒ k⁄2 = 5 - 2 = 3
⇒ k = 3 x 2 = 6. Ans.
The other root = β = k⁄2 = 6⁄2 = 3. Ans.
Example 9 : Quadratic Formula
A root of px2 + qx + r = 0 is thrice the other root.
Show that 3q2 = 16pr.
Solution of Example 9 of Quadratic Formula :
The given equation is px2 + qx + r = 0
Comparing this equation with ax2 + bx + c = 0, we get
a = p, b = q and c = r
By data one root is thrice the other root.
⇒ If one root is α, then the other root is 3α
α + 3α = -b⁄a = -q⁄p
⇒ 4α = -q⁄p ⇒ α = -q⁄4p......(i)
α x 3α = c⁄a ⇒ 3α2 = r⁄p......(ii)
Using (i) in (ii), we get
3(-q⁄4p)2 = r⁄p
⇒ 3q2⁄16p2 = r⁄p
Multiplying both sides with 16p2, we get
3q2 = (16p2)(r⁄p) = 16pr (Proved.)
Example 10 : Quadratic Formula
For what values of k are the roots of kx2 + (k - 1)x + (k -1) = 0 equal ?
For those values of k, find the equal roots.
Solution of Example 10 of Quadratic Formula :
The given equation is kx2 + (k - 1)x + (k -1) = 0
Comparing this equation with ax2 + bx + c = 0, we get
a = k, b = (k - 1) and c = (k -1)
Discriminant = Δ = b2 - 4ac = (k - 1)2 - 4k(k -1) = (k -1)(k - 1 - 4k)
= (k -1)(- 1 - 3k)
For roots to be equal, Discriminant = 0
⇒ (k -1)(- 1 - 3k) = 0 ⇒ (k -1) = 0 or (- 1 - 3k) = 0
⇒ k = 1 or -3k = 1 ⇒ k = 1 or k = -1⁄3 ⇒ k = 1, -1⁄3
roots = (-b ± 0)⁄2a = {-(k - 1)± 0}⁄2k = (1 - k)⁄2k
For k = 1, the equal roots are 0, 0.
For k = -1⁄3, the value of the equal roots is {1 - (-1⁄3)}⁄2(-1⁄3) = -2
Thus, for k = 1, the equal roots are 0, 0
and for k = -1⁄3, the equal roots are -2, -2. Ans.
Exercise 2 : Quadratic Formula
- Solve the following equations using Quadratic Formula
- x2 - 4x - 12 = 0
- x2 + 16x + 48 = 0
- 10x2 - 7x - 12 = 0
- 16x - 15 - 4x2 = 0
- 12x2 + 3x - 99 = 0
- Solve the following equation using Quadratic Formula
6x4 - 35x3 + 62x2 - 35x + 6 = 0
- Solve the following equations using Quadratic Formula
√(x + 8) - √(x + 3) = √x
- Find the sum and product of the roots of the equations given below.
- px2 - rx + q = 0
- x2 - px + q = 0
- 9x2 + 4x - 11 = 0
- If α, β are the roots of x2 - (k + 1)x + (k2 + k + 1)⁄2 = 0,
then show that α2 + β2 = k
- Find the nature of the roots of the equations,
- x2 - 5x + 6 = 0
- x2 - 16x + 64 = 0
- x2 + 2x - 1 = 0
- x2 + 4x + 5 = 0
- Find the quadratic equation whose roots are
- -2, -4
- 3 + √2, 3- √2
- (l - m), (l + m)
- 1/2, 3/2
- If one root of x2 -(p - 1)x + 10 = 0 is 5, then find
the value of p and the second root.
- For what values of k does the equation
(k - 2)x2 + 2(2k - 3)x + (5k - 6) = 0
have equal roots?
For those values of k, find those equal roots.
- If α, β are the roots of px2 + qx + r = 0,
find the quadratic equation whose roots are(α + 1⁄β), (β + 1⁄α)
For Answers See at the bottom of the Page.
Answers to Exercise : Quadratic Formula
- 6, -2
- -4, -12
- -4⁄5, 3⁄2
- 5⁄2, 3⁄2
- 11⁄4, -3
- 2, 3, 1⁄2, 1⁄3
- 1, -25⁄3
-
- r⁄q, q⁄p
- p, q
- -4⁄9, -11⁄9
- To be proved.
-
- real, distinct and rational
- real, equal
- real, distinct and irrational
- imaginary
-
- x2 + 6x + 8 = 0
- x2 - 6x + 7 = 0
- x2 - 2lx + (l2 - m2) = 0
- 4x2 - 8x + 3 = 0
- p = 8, second root = 2
- k = 1, roots = -1,-1; k = 3, roots = -3,-3;
- x2 + (q⁄p + q⁄r)x + (p⁄r + r⁄p + 2) = 0


|