NATURE OF QUADRATIC ROOTS

 Quadratic Roots

1. Introduction

A quadratic equation is any equation of the form

ax2+bx+c=0,with a0.ax^2 + bx + c = 0,\quad \text{with } a \neq 0.

Its solutions (or roots) are the values of xx that satisfy the equation. These roots can be real or complex depending on the values of the coefficients aa, bb, and cc. In solving quadratics, we often use the quadratic formula, analyze the discriminant, and sometimes recognize perfect square trinomials.


2. Quadratic Formula and the Discriminant

The Quadratic Formula

For a quadratic equation ax2+bx+c=0ax^2 + bx + c = 0, the quadratic formula gives the roots as:

x=b±b24ac2a.x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}.

The Discriminant

The expression under the square root, D=b24acD = b^2 - 4ac, is known as the discriminant. It determines the nature of the roots:

  • D>0D > 0: Two distinct real roots.
  • D=0D = 0: One real repeated (double) root.
  • D<0D < 0: Two complex conjugate roots.

Example:
Consider the quadratic x24x+3=0x^2 - 4x + 3 = 0. Here, a=1a=1, b=4b=-4, and c=3c=3. The discriminant is

D=(4)24(1)(3)=1612=4(D>0),D = (-4)^2 - 4(1)(3) = 16 - 12 = 4 \quad (D > 0),

so there are two distinct real roots.


3. Sum and Product of Roots

Let the two roots be α\alpha and β\beta. If the quadratic factors as

a(xα)(xβ)=ax2a(α+β)x+aαβ,a(x - \alpha)(x - \beta) = ax^2 - a(\alpha + \beta)x + a\alpha\beta,

by comparing coefficients with ax2+bx+cax^2 + bx + c, we obtain:

  • Sum of the roots:

    α+β=ba\alpha + \beta = -\frac{b}{a}
  • Product of the roots:

    αβ=ca.\alpha\beta = \frac{c}{a}.

Derivation Using the Quadratic Formula

Starting from the quadratic formula:

α,β=b±b24ac2a,\alpha,\, \beta = \frac{-b \pm \sqrt{b^2-4ac}}{2a},

their sum is

α+β=b+b24ac2a+bb24ac2a=2b2a=ba.\alpha + \beta = \frac{-b + \sqrt{b^2-4ac}}{2a} + \frac{-b - \sqrt{b^2-4ac}}{2a} = \frac{-2b}{2a} = -\frac{b}{a}.

For the product, note that

αβ=(b+b24ac2a)(bb24ac2a)=b2(b24ac)4a2=4ac4a2=ca.\alpha\beta = \left(\frac{-b + \sqrt{b^2-4ac}}{2a}\right)\left(\frac{-b - \sqrt{b^2-4ac}}{2a}\right) = \frac{b^2 - (b^2-4ac)}{4a^2} = \frac{4ac}{4a^2} = \frac{c}{a}.

4. Perfect Square Trinomials

A perfect square trinomial is a quadratic expression that can be written as the square of a binomial. It takes the form:

(px+q)2=p2x2+2pqx+q2.(px + q)^2 = p^2x^2 + 2pqx + q^2.

For a quadratic ax2+bx+cax^2 + bx + c to be a perfect square, the following condition must hold:

b2=4ac.b^2 = 4ac.

Example:
Consider x2+6x+9x^2 + 6x + 9. Here, b2=36b^2 = 36 and 4ac=4(1)(9)=364ac = 4(1)(9)=36. Since b2=4acb^2 = 4ac, the trinomial is perfect. In fact,

x2+6x+9=(x+3)2.x^2 + 6x + 9 = (x + 3)^2.

5. Worked JAMB Exam Examples

Below are five worked examples modeled on JAMB exam questions:

Example 1:

Question: Solve x25x+6=0x^2 - 5x + 6 = 0 and find the sum and product of the roots.

Solution:

  1. Factorization: x25x+6=(x2)(x3)=0.x^2 - 5x + 6 = (x - 2)(x - 3) = 0.
  2. Roots: x=2x = 2 and x=3x = 3.
  3. Sum: 2+3=52 + 3 = 5 (which is 51-\frac{-5}{1}).
  4. Product: 2×3=62 \times 3 = 6 (which is 61\frac{6}{1}).

Example 2:

Question: Solve 2x28x+8=02x^2 - 8x + 8 = 0.

Solution:

  1. Quadratic Formula: x=8±(8)24(2)(8)2×2=8±64644=8±04.x = \frac{8 \pm \sqrt{(-8)^2 - 4(2)(8)}}{2 \times 2} = \frac{8 \pm \sqrt{64 - 64}}{4} = \frac{8 \pm 0}{4}.
  2. Root: x=2x = 2 (a repeated root).
  3. Sum and Product:
    • Sum: 2+2=4=822 + 2 = 4 = -\frac{-8}{2}.
    • Product: 2×2=4=822 \times 2 = 4 = \frac{8}{2}.

Example 3:

Question: Solve x2+2x+5=0x^2 + 2x + 5 = 0.

Solution:

  1. Compute the Discriminant: D=224(1)(5)=420=16.D = 2^2 - 4(1)(5) = 4 - 20 = -16.
  2. Since D<0D < 0: The equation has two complex roots.
  3. Quadratic Formula: x=2±162=2±4i2=1±2i.x = \frac{-2 \pm \sqrt{-16}}{2} = \frac{-2 \pm 4i}{2} = -1 \pm 2i.

Example 4:

Question: Determine whether 9x2+12x+49x^2 + 12x + 4 is a perfect square trinomial.

Solution:

  1. Check the condition: b2=122=144and4ac=4(9)(4)=144.b^2 = 12^2 = 144 \quad \text{and} \quad 4ac = 4(9)(4) = 144.
  2. Since b2=4acb^2 = 4ac: It is a perfect square.
  3. Express as a square: 9x2+12x+4=(3x+2)2.9x^2 + 12x + 4 = (3x+2)^2.

Example 5:

Question: For the quadratic 3x212x+9=03x^2 - 12x + 9 = 0, find the roots and verify the sum and product formulas.

Solution:

  1. Divide the equation by 3: x24x+3=0.x^2 - 4x + 3 = 0.
  2. Factorization: (x1)(x3)=0x=1 or x=3.(x-1)(x-3)=0 \quad \Rightarrow \quad x=1 \text{ or } x=3.
  3. Sum of Roots: 1+3=4=1231 + 3 = 4 = -\frac{-12}{3}.
  4. Product of Roots: 1×3=3=931 \times 3 = 3 = \frac{9}{3}.

6. JAMB Practice Questions (with Options)

Here are 10 practice questions similar to those encountered in JAMB examinations:

Q1. Solve for xx:

x23x+2=0.x^2 - 3x + 2 = 0.

A) x=1,2x = 1, 2
B) x=1,2x = -1, -2
C) x=2±ix = 2 \pm i
D) x=1±ix = 1 \pm i


Q2. The discriminant of the quadratic equation 2x2+4x+k=02x^2 + 4x + k = 0 is zero. Find kk.
A) 2
B) 4
C) 3
D) 8


Q3. If the roots of ax2+bx+c=0ax^2 + bx + c = 0 are α\alpha and β\beta, then the sum of the roots is:
A) ba\frac{b}{a}
B) ba-\frac{b}{a}
C) ca\frac{c}{a}
D) ca-\frac{c}{a}


Q4. For the quadratic x2+6x+9=0x^2 + 6x + 9 = 0, the nature of the roots is:
A) Real and distinct
B) Real and equal
C) Complex conjugates
D) Irrational


Q5. Identify the value of cc for which x210x+cx^2 - 10x + c becomes a perfect square trinomial.
A) 16
B) 25
C) 36
D) 49


Q6. Solve the quadratic equation using the quadratic formula:

3x25x+2=0.3x^2 - 5x + 2 = 0.

A) x=1,23x = 1, \frac{2}{3}
B) x=23,1x = \frac{2}{3}, 1
C) x=1,23x = -1, -\frac{2}{3}
D) x=1,23x = 1, -\frac{2}{3}


Q7. If the product of the roots of a quadratic equation ax2+bx+c=0ax^2+bx+c=0 is 3, then

αβ=ca=3.\alpha\beta = \frac{c}{a} = 3.

Which of the following could be a correct form of the equation?
A) x25x+3=0x^2 - 5x + 3 = 0
B) 2x24x+3=02x^2 - 4x + 3 = 0
C) x2+3x+3=0x^2 + 3x + 3 = 0
D) 2x2+3x+3=02x^2 + 3x + 3 = 0


Q8. Find the roots of the equation x2+2x+5=0x^2 + 2x + 5 = 0.
A) 1±2i-1 \pm 2i
B) 1±2i1 \pm 2i
C) 1±i-1 \pm i
D) 1±i1 \pm i


Q9. The quadratic equation 4x2+kx+9=04x^2 + kx + 9 = 0 has no real roots. Which condition on kk is correct?
A) k2<144k^2 < 144
B) k2>144k^2 > 144
C) k2<0k^2 < 0
D) k2=144k^2 = 144


Q10. For the equation x24x+4=0x^2 - 4x + 4 = 0, what is the value of the discriminant and what does it indicate?
A) D=0D=0, indicating two distinct real roots
B) D=0D=0, indicating one repeated real root
C) D>0D>0, indicating two distinct real roots
D) D<0D<0, indicating complex roots


Final Remarks

This note has detailed the derivation and interpretation of the quadratic formula, the significance of the discriminant, and the use of Vieta’s formulas to find the sum and product of the roots. In addition, the explanation of perfect square trinomials aids in recognizing when a quadratic can be easily factored. The worked examples are representative of JAMB exam problems, and the practice questions are designed to reinforce these key concepts.

This comprehensive guide should serve as a useful reference for understanding quadratic equations in both theory and exam practice 

JAMB Practice Questions on Quadratic Equations

1. Solve for xx in the quadratic equation x27x+12=0x^2 - 7x + 12 = 0.
A) x=3,4x = 3, 4
B) x=2,6x = 2, 6
C) x=1,12x = 1, 12
D) x=5,7x = 5, 7


2. Find the sum and product of the roots of the equation 3x25x+2=03x^2 - 5x + 2 = 0.
A) Sum = 53\frac{5}{3}, Product = 23\frac{2}{3}
B) Sum = 23\frac{2}{3}, Product = 53\frac{5}{3}
C) Sum = 55, Product = 22
D) Sum = 33, Product = 55


3. If the discriminant of a quadratic equation is negative, then the roots are:
A) Real and distinct
B) Real and equal
C) Complex (imaginary)
D) Rational and different


4. What is the discriminant of the quadratic equation x26x+9=0x^2 - 6x + 9 = 0?
A) 9
B) 0
C) -9
D) 6


5. Which of the following quadratic equations is a perfect square trinomial?
A) x2+8x+16=0x^2 + 8x + 16 = 0
B) x2+5x+10=0x^2 + 5x + 10 = 0
C) 2x2+3x+4=02x^2 + 3x + 4 = 0
D) x24x+5=0x^2 - 4x + 5 = 0


6. The equation 2x23x+1=02x^2 - 3x + 1 = 0 has roots given by the quadratic formula. What is the correct solution?
A) x=1,12x = 1, \frac{1}{2}
B) x=3,2x = 3, 2
C) x=1,12x = -1, -\frac{1}{2}
D) x=2,32x = 2, \frac{3}{2}


7. If one root of the quadratic equation x2+kx+12=0x^2 + kx + 12 = 0 is 3, find the value of kk.
A) -7
B) 7
C) -5
D) 5


8. The product of the roots of the quadratic equation 4x210x+6=04x^2 - 10x + 6 = 0 is:
A) 66
B) 64\frac{6}{4}
C) 32\frac{3}{2}
D) 44


9. For what value of kk does the quadratic equation x24x+k=0x^2 - 4x + k = 0 have equal roots?
A) 4
B) 2
C) 1
D) 8


10. Which of the following quadratic equations has no real roots?
A) x25x+6=0x^2 - 5x + 6 = 0
B) x2+4x+5=0x^2 + 4x + 5 = 0
C) x22x3=0x^2 - 2x - 3 = 0
D) x23x+2=0x^2 - 3x + 2 = 0

Let me know if you need solutions or modifications!

Comments