Definitions [3]
z = x + iy, x, y∈ R and \[i=\sqrt{-1}\] is called a complex number.
x ⇒ Real Part Re(z)
iy ⇒ Imaginary Part Im(z)
If Re(z) = x = 0, then the complex number z is purely imaginary.
If Im(z) =y = 0, then complex number z is purely real.
Integral powers of iota (i):
\[\mathrm{i}^2=-1\]
\[\mathrm{i}^3=-\mathrm{i}\]
\[\mathrm{i}^{4}=1\]
In general,
\[1^{4n}=1\], \[\mathrm{i^{4n+1}=i}\], \[\mathrm{i^{4n+2}=-1}\], \[\mathrm{i^{4n+3}=-i}\] ...where n ∈ N
The cube roots of unity are the solutions of the equation
x³ = 1
They are: 1, \[\frac{-1+i\sqrt{3}}{2}\], \[\frac{-1-i\sqrt{3}}{2}\]
They are denoted by 1, ω, ω²
For the quadratic equation ax² + bx + c = 0, a ≠ 0; the expression b² − 4ac is called the discriminant and is, in general, denoted by the letter 'D'.
Thus, discriminant D = b² − 4ac.
Formulae [2]
The quadratic equation whose roots are α and β is
x2 − (α+β)x + αβ = 0
\[x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}\]
Theorems and Laws [7]
The roots of equation (q – r)x2 + (r – p)x + (p – q) = 0 are equal.
Prove that 2q = p + r; i.e., p, q, and r are in A.P.
Given the roots of the equation (q – r)x2 + (r – p)x + (p – q) = 0 are equal.
∴ Discriminant (D) = 0
⇒ b2 – 4ac = 0
⇒ (r – p)2 – 4 × (q – r) × (p – q) = 0
⇒ r2 + p2 – 2pr – 4[qp – q2 – rp + qr] = 0
⇒ r2 + p2 – 2pr – 4qp + 4q2 + 4rp – 4qr = 0
⇒ r2 + p2 + 2pr – 4qp – 4qr + 4q2 = 0
⇒ (p + r)2 – 4q(p + r) + 4q2 = 0
Let (p + r) = y
⇒ y2 – 4qy + 4q2 = 0
⇒ (y – 2q)2 = 0
⇒ y – 2q = 0
⇒ y = 2q
⇒ p + r = 2q
Hence proved.
If the roots of the equation (a2 + b2)x2 – 2(ac + bd)x + (c2 + d2) = 0 are equal, prove that `a/b = c/d`.
The given quadric equation is (a2 + b2)x2 − 2(ac + bd)x + (c2 + d2) = 0, and roots are real
Then prove that `a/b=c/d`.
Here,
a = (a2 + b2), b = -2 (ac + bd) and c = (c2 + d2)
As we know that D = b2 - 4ac
Putting the value of a = (a2 + b2), b = -2 (ac + bd) and c = (c2 + d2)
D = b2 - 4ac
= {-2(ac + bd)}2 - 4 × (a2 + b2) × (c2 + d2)
= 4(a2c2 + 2abcd + b2 + d2) - 4(a2c2 + a2d2 + b2c2 + b2d2)
= 4a2c2 + 8abcd + 4b2d2 - 4a2c2 - 4a2d2 - 4b2c2 - 4b2d2
= -4a2d2 - 4b2c2 + 8abcd
= -4(a2d2 + b2c2 - 2abcd)
The given equation will have real roots, if D = 0
-4(a2d2 + b2c2 - 2abcd) = 0
a2d2 + b2c2 - 2abcd = 0
(ad)2 + (bc)2 - 2(ad)(bc) = 0
(ad - bc)2 = 0
Square root both sides we get,
ad - bc = 0
ad = bc
`a/b=c/d`
Hence `a/b=c/d`.
If ad ≠ bc, then prove that the equation (a2 + b2)x2 + 2(ac + bd)x + (c2 + d2) = 0 has no real roots.
The given equation is (a2 + b2)x2 + 2(ac + bd)x + (c2 + d2) = 0
We know, D = b2 – 4ac
Thus,
D = [2(ac + bd)2] – 4(a2 + b2)(c2 + d2)
= [4(a2c2 + b2d2 + 2abcd)] – 4(a2 + b2)(c2 + d2)
= 4[(a2c2 + b2d2 + 2abcd) – (a2c2 + a2d2 + b2c2 + b2d2)]
= 4[a2c2 + b2d2 + 2abcd – a2c2 – a2d2 – b2c2 – b2d2]
= 4[2abcd – b2c2 – a2d2]
= –4[a2d2 + b2c2 – 2abcd]
= –4[ad – bc]2
But we know that ad ≠ bc
Therefore,
(ad – bc) ≠ 0
⇒ (ad – bc)2 > 0
⇒ –4(ad – bc)2 < 0
⇒ D < 0
Hence, the given equation has no real roots.
If the roots of the equation (b – c) x2 + (c – a) x + (a – b) = 0 are equal, then prove that 2b = a + c.
The given quadric equation is (b − c) x2 + (c − a) x + (a − b) = 0, and roots are real
Then prove that 2b = a + c
Here,
a = (b − c), b = (c − a) and c = (a − b)
As we know that D = b2 − 4ac
Putting the value of a = (b − c), b = (c − a) and c = (a − b)
D = b2 − 4ac
= (c − a)2 − 4 × (b − c) × (a − b)
= c2 − 2ca + a2 − 4 (ab − b2 − ca + bc)
= c2 − 2ca + a2 − 4ab + 4b2 + 4ca − 4bc
= c2 + 2ca + a2 − 4ab + 4b2 − 4bc
= a2 + 4b2 + c2 + 2ca − 4ab − 4bc
As we know that (a2 + 4b2 + c2 + 2ca − 4ab − 4bc) = (a + c − 2b)2
D = (a + c − 2b)2
The given equation will have real roots, if D = 0
(a + c − 2b)2 = 0
Square root both side we get
`sqrt((a + c - 2b)^2)=0`
a + c − 2b = 0
a + c = 2b
Hence 2b = a + c.
If the roots of the equations ax2 + 2bx + c = 0 and `bx^2 - 2sqrt(ac)x + b = 0` are simultaneously real, then prove that b2 = ac.
The given equations are
ax2 + 2bx + c = 0 ............ (1)
`bx^2-2sqrt(ac)x+b = 0` ............. (2)
Roots are simultaneously real
Then prove that b2 = ac
Let D1 and D2 be the discriminants of equation (1) and (2) respectively,
Then,
D1 = (2b)2 - 4ac
= 4b2 - 4ac
And
`D_2=(-2sqrt(ac))^2-4xxbxxb`
= 4ac - 4b2
Both the given equation will have real roots, if D1 ≥ 0 and D2 ≥ 0
4b2 - 4ac ≥ 0
4b2 ≥ 4ac
b2 ≥ ac ............... (3)
4ac - 4b2 ≥ 0
4ac ≥ 4b2
ac ≥ b2 ................... (4)
From equations (3) and (4) we get
b2 = ac
Hence, b2 = ac.
If the equation \[\left(1 + m^2 \right) x^2 + 2mcx + \left(c^2 - a^2 \right) = 0\] has equal roots, prove that c2 = a2(1 + m2).
The given equation \[\left(1 + m^2 \right) x^2 + 2mcx + \left(c^2 - a^2 \right) = 0\], has equal roots
Then prove that`c^2 = (1 + m^2)`.
Here,
`a = (1 + m^2), b = 2mc and c = (c^2 - a^2)`
As we know that `D = b^2 - 4ac`
Putting the value of `a = (1 + m^2), b = 2mc and c = (c^2 - a^2)`
`D = b^2 - 4ac`
` = {2mc}^2 - 4xx (1 +m^2) xx (c^2 - a^2)`
` = 4 (m^2 c^2) - 4(c^2 -a^2 + m^2c^2 - m^2 a^2)`
` = 4m^2c^2 - 4c^2 + 4a^2 - 4m^2 c^2 + 4m^2a^2`
` = 4a^2 + 4m^2 a^2 = 4c^2`
The given equation will have real roots, if D = 0
`4a^2 + 4m^2 a^2 - 4c^2 = 0`
`4a^2 + 4m^2a^2 = 4c^2`
`4a^2 + (1 + m^2 ) = 4c^2`
`a^2 (1 +m^2) = c^2`
Hence, `c^2 = a^2 (1 + m^2)`.
Prove that both the roots of the equation (x – a)(x – b) + (x – b)(x – c) + (x – c)(x – a) = 0 are real but they are equal only when a = b = c.
The quadratic equation is (x - a)(x - b) + (x - b)(x - c) + (x - c)(x - a) = 0
Here,
After simplifying the equation
x2 - (a + b)x ab + x2 - (b + c)x + bc + x2 - (c + a)x + ca
3x2 - 2(a + b + c)x + (ab + bc + ca) = 0
a = 3, b = - 2(a + b + c) and c = (ab + bc + ca)
As we know that D = b2 - 4ac
Putting the value of a = 3, b = - 2(a + b + c) and c = (ab + bc + ca)
D = {- 2(a + b + c)}2 - 4 × (3) × (ab + bc + ca)
= 4(a2 + b2 + c2 + 2ab + 2bc+ 2ca) - 12(ab + bc + ca)
= 4(a2 + b2 + c2 + 2ab + 2bc+ 2ca) - 12ab - 12bc - 12ca
= 4(a2 + b2 + c2 + 2ab + 2bc+ 2ca - 3ab - 3bc - 3ca)
= 4(a2 + b2 + c2 - ab - bc - ca)
D = 4(a2 + b2 + c2 - ab - bc - ca)
= 2[2a2 + 2b2 + 2c2 - 2ab - 2ac - 2bc]
= 2[(a - b)2 + (b - c)2 + (c - a)2]
Since, D > 0. So the solutions are real
Let a = b = c
Then
D = 4(a2 + b2 + c2 - ab - bc - ca)
= 4(a2 + b2 + c2 - aa - bb - cc)
= 4(a2 + b2 + c2 - a2 - b2 - c2)
= 4 × 0
Thus, the value of D = 0.
Therefore, the roots of the given equation are real and but they are equal only when, a = b = c.
Hence proved.
Key Points
| Operation | z₁ = a + ib, z₂ = c + id | Result |
|---|---|---|
| Addition | (a + ib) + (c + id) | (a + c) + i(b + d) |
| Subtraction | (a + ib) − (c + id) | (a − c) + i(b − d) |
| Multiplication | (a + ib)(c + id) | (ac − bd) + i(ad + bc) |
| Division |
\[\frac{\mathrm{a+ib}}{\mathrm{c+id}}\] |
\[\frac{\mathrm{ac+bd}}{\mathrm{c^{2}+d^{2}}}+\mathrm{i}\frac{\mathrm{bc-ad}}{\mathrm{c^{2}+d^{2}}}\] |
Let √(a + ib) = x + iy
- Square both sides
(x + iy)² = a + ib - Expand
x² − y² + 2ixy = a + ib - Equate real and imaginary parts
x² − y² = a
2xy = b - Solve these equations to find x and y
- Then, √(a + ib) = ±(x + iy)
- ω³ = 1
- 1 + ω + ω² = 0
- ω² = 1/ω
- ω̄ = ω² and \[\left(\overline{\omega}\right)^2=\omega\]
- ω³ⁿ = 1
ω³ⁿ⁺¹ = ω
ω³ⁿ⁺² = ω² - ω + ω² = −1
- ωω² = 1
- arg(ω) = \[\frac{2\pi}{3}\]
arg(ω²) = \[\frac{4\pi}{3}\]
D = b2 – 4ac
| Condition on D | Nature of Roots |
|---|---|
| (D > 0) | Roots are real and unequal |
| (D = 0) | Roots are real and equal |
| (D < 0) | No real roots |
-
Write the given equation in the standard form
ax2 + bx + c = 0 -
Identify the values of a, b, and c.
-
Find the value of the discriminant
D = b2 − 4ac -
Substitute the values of a, b, and D in the formula
-
Simplify to obtain the roots.
Concepts [23]
- Introduction of Complex Number
- Concept of Complex Numbers
- Complex Numbers as Ordered Pairs of Reals
- Representation of Complex Numbers
- Argand Plane and Polar Representation
- Algebraic Operations of Complex Numbers
- Properties of Conjugate, Modulus and Argument (or Amplitude) of Complex Numbers
- Square Root of a Complex Number
- Triangle Inequality
- Integral Powers of Iota
- Rotational Theorem of Complex Number
- Cube Root of Unity
- Geometry of Complex Numbers
- Demoiver's Theorem
- Powers of Complex Numbers
- Sum and Product of Root
- Nature of Roots of a Quadratic Equation
- Formation of a Quadratic Equation with Given Roots
- Quadratic Formula (Shreedharacharya's Rule)
- Condition for Common Roots
- Maximum and Minimum Value of Quadratic Equation
- Quadratic Expression in Two Variables
- Solution of Quadratic Inequalities
