Nature of Roots and Formation of Quadratic Equations

In mathematics, a quadratic equation is a second-degree polynomial equation in a single variable, which can be written in the standard form:

ax2 + bx + c = 0

where 'a', 'b', and 'c' are coefficients, and 'a' is not equal to zero. The 'roots' of a quadratic equation are the values of the variable 'x' that satisfy the equation. Understanding the nature of these roots is crucial for solving and interpreting quadratic equations.

The Discriminant

The nature of the roots of a quadratic equation is determined by a quantity called the discriminant, denoted by the Greek letter Delta (Δ). The discriminant is calculated using the coefficients of the quadratic equation as follows:

Δ = b2 - 4ac

The value of the discriminant tells us about the roots without actually solving the equation. There are three main cases for the nature of the roots based on the discriminant:

Case 1: Δ > 0 (Discriminant is positive)

If the discriminant is positive (Δ > 0), the quadratic equation has two distinct real roots. This means there are two different real numbers for 'x' that will make the equation true.

Example: Consider the equation x2 - 5x + 6 = 0. Here, a = 1, b = -5, and c = 6.

Calculate the discriminant: Δ = (-5)2 - 4(1)(6) = 25 - 24 = 1.

Since Δ = 1, which is greater than 0, the equation has two distinct real roots. We can verify this by solving: (x - 2)(x - 3) = 0, giving roots x = 2 and x = 3.

Case 2: Δ = 0 (Discriminant is zero)

If the discriminant is exactly zero (Δ = 0), the quadratic equation has exactly one real root, or two equal real roots. This is often referred to as a repeated root.

Example: Consider the equation x2 - 4x + 4 = 0. Here, a = 1, b = -4, and c = 4.

Calculate the discriminant: Δ = (-4)2 - 4(1)(4) = 16 - 16 = 0.

Since Δ = 0, the equation has one real root (or two equal real roots). Solving: (x - 2)(x - 2) = 0, giving the repeated root x = 2.

Case 3: Δ < 0 (Discriminant is negative)

If the discriminant is negative (Δ < 0), the quadratic equation has two complex roots. These roots are complex conjugates of each other. They are not real numbers.

Example: Consider the equation x2 + x + 1 = 0. Here, a = 1, b = 1, and c = 1.

Calculate the discriminant: Δ = (1)2 - 4(1)(1) = 1 - 4 = -3.

Since Δ = -3, which is less than 0, the equation has two complex roots. Using the quadratic formula, x = [-b ± sqrt(Δ)] / 2a, we get x = [-1 ± sqrt(-3)] / 2 = [-1 ± i*sqrt(3)] / 2. The roots are (-1 + i*sqrt(3))/2 and (-1 - i*sqrt(3))/2, which are complex conjugates.

Quick Memory Trick for Discriminant:

  • Δ > 0: Two Different Real Roots (Think 'D' for Different)
  • Δ = 0: One (or Two Equal) Real Root (Think 'E' for Equal)
  • Δ < 0: Two Complex Roots (Think 'C' for Complex)

Formation of Quadratic Equations

We can form a quadratic equation if we know its roots. Let the roots of a quadratic equation be α (alpha) and β (beta).

We know that the equation can be written in terms of its roots as:

(x - α)(x - β) = 0

Expanding this equation, we get:

x2 - βx - αx + αβ = 0

x2 - (α + β)x + αβ = 0

This gives us a standard form for constructing a quadratic equation from its roots:

x2 - (Sum of Roots)x + (Product of Roots) = 0

This formula is fundamental. If we know the sum (α + β) and the product (αβ) of the roots, we can directly write down the quadratic equation.

Relationship between Roots and Coefficients

For a general quadratic equation ax2 + bx + c = 0, if the roots are α and β, then we have the following relationships:

  • Sum of Roots: α + β = -b/a
  • Product of Roots: αβ = c/a

These relationships are derived by dividing the standard form of the quadratic equation by 'a':

x2 + (b/a)x + (c/a) = 0

Comparing this with x2 - (α + β)x + αβ = 0, we can see that:

-(α + β) = b/a => α + β = -b/a

αβ = c/a

Example of Forming a Quadratic Equation

Form a quadratic equation whose roots are 3 and 5.

Here, the roots are α = 3 and β = 5.

Sum of Roots: α + β = 3 + 5 = 8

Product of Roots: αβ = 3 * 5 = 15

Using the formula x2 - (Sum of Roots)x + (Product of Roots) = 0:

x2 - (8)x + 15 = 0

So, the quadratic equation is x2 - 8x + 15 = 0.

Alternatively, we could use the form (x - α)(x - β) = 0:

(x - 3)(x - 5) = 0

x2 - 5x - 3x + 15 = 0

x2 - 8x + 15 = 0

Example with Complex Roots

Form a quadratic equation whose roots are 2 + 3i and 2 - 3i.

Here, α = 2 + 3i and β = 2 - 3i.

Sum of Roots: α + β = (2 + 3i) + (2 - 3i) = 4

Product of Roots: αβ = (2 + 3i)(2 - 3i)

This is in the form (a + bi)(a - bi) = a2 + b2.

αβ = 22 + 32 = 4 + 9 = 13

Using the formula x2 - (Sum of Roots)x + (Product of Roots) = 0:

x2 - (4)x + 13 = 0

The quadratic equation is x2 - 4x + 13 = 0.

Example using Coefficients

Form a quadratic equation with real coefficients whose roots are 1 + sqrt(2) and 1 - sqrt(2).

Here, α = 1 + sqrt(2) and β = 1 - sqrt(2).

Sum of Roots: α + β = (1 + sqrt(2)) + (1 - sqrt(2)) = 2

Product of Roots: αβ = (1 + sqrt(2))(1 - sqrt(2))

This is in the form (a + b)(a - b) = a2 - b2.

αβ = 12 - (sqrt(2))2 = 1 - 2 = -1

Using the formula x2 - (Sum of Roots)x + (Product of Roots) = 0:

x2 - (2)x + (-1) = 0

The quadratic equation is x2 - 2x - 1 = 0.

Notice that if a quadratic equation has real coefficients, then any complex roots must occur in conjugate pairs, and any irrational roots involving square roots must also occur in conjugate pairs (of the form a + sqrt(b) and a - sqrt(b)).

Quadratic Equations with Non-Real Coefficients

The rules for forming quadratic equations from roots still apply even if the coefficients are not real. However, if the coefficients are not real, the roots do not necessarily have to be complex conjugates.

Example: Form a quadratic equation whose roots are 2i and 3.

Here, α = 2i and β = 3.

Sum of Roots: α + β = 2i + 3 = 3 + 2i

Product of Roots: αβ = (2i)(3) = 6i

Using the formula x2 - (Sum of Roots)x + (Product of Roots) = 0:

x2 - (3 + 2i)x + 6i = 0

This quadratic equation has complex coefficients.

Special Cases and Considerations

Equations Reducible to Quadratic Form

Sometimes, equations that are not initially quadratic can be transformed into quadratic equations. This often involves a substitution.

Example: Solve x4 - 5x2 + 4 = 0.

Let y = x2. Then the equation becomes:

y2 - 5y + 4 = 0

This is a quadratic equation in 'y'. We can solve it by factoring:

(y - 1)(y - 4) = 0

So, y = 1 or y = 4.

Now, substitute back x2 for y:

If y = 1, then x2 = 1, which gives x = ±1.

If y = 4, then x2 = 4, which gives x = ±2.

The roots of the original equation are 1, -1, 2, and -2.

Common Factors and Roots

If two quadratic equations share a common root, say 'k', then substituting 'k' into both equations will result in 0.

Let the two equations be: a1x2 + b1x + c1 = 0 a2x2 + b2x + c2 = 0

If they share a common root 'k', then: a1k2 + b1k + c1 = 0 a2k2 + b2k + c2 = 0

To find the condition for a common root, we can use various algebraic methods, such as elimination or determinants.

One method is to eliminate the k2 term. Multiply the first equation by a2 and the second by a1: a1a2k2 + b1a2k + c1a2 = 0 a1a2k2 + b2a1k + c2a1 = 0

Subtracting the second from the first: (b1a2 - b2a1)k + (c1a2 - c2a1) = 0

If (b1a2 - b2a1) is not zero, then: k = - (c1a2 - c2a1) / (b1a2 - b2a1) k = (c2a1 - c1a2) / (a1b2 - a2b1)

This gives the value of the common root. For this root 'k' to exist, it must satisfy the original equations. Substituting this value of 'k' back into one of the equations can lead to the condition for the common root.

A more elegant way to find the condition for a common root is using determinants. The condition for the quadratic equations a1x2 + b1x + c1 = 0 and a2x2 + b2x + c2 = 0 to have a common root is:

(c1a2 - c2a1)2 = (a1b2 - a2b1)(b1c2 - b2c1)

This condition ensures that there is a value of 'x' that satisfies both equations simultaneously.

Shortcut for Common Root Condition:

Remember the determinant form:

a1b1c1
a2b2c2
= 0 implies a common root if the coefficients are proportional, i.e., a1/a2 = b1/b2 = c1/c2. This is for identical equations.
The condition (c1a2 - c2a1)2 = (a1b2 - a2b1)(b1c2 - b2c1) is the key for a single common root.

Coincident Equations

Two quadratic equations are coincident if they have the same roots. This means their coefficients are proportional.

a1x2 + b1x + c1 = 0 and a2x2 + b2x + c2 = 0 are coincident if:

a1/a2 = b1/b2 = c1/c2

This is a special case of having common roots, where both roots are common.

Summary of Key Concepts

Understanding the nature of roots and how to form quadratic equations is fundamental.

  • The discriminant (Δ = b2 - 4ac) determines the nature of roots:
    • Δ > 0: Two distinct real roots.
    • Δ = 0: One real root (repeated).
    • Δ < 0: Two complex conjugate roots.
  • A quadratic equation can be formed from its roots (α, β) using the formula: x2 - (α + β)x + αβ = 0.
  • For ax2 + bx + c = 0, the sum of roots is -b/a and the product of roots is c/a.
  • Equations reducible to quadratic form can be solved using substitution.
  • The condition for two quadratic equations to have a common root involves a specific algebraic relationship between their coefficients.