👁 Preview — Study, Practice and Revise are open; mock tests and the rest of the syllabus unlock on subscription. Unlock all · ₹4,999
← Back to Algebra
Study mode

Quadratic Equations with Real Coefficients

Learning objective
Solve quadratic equations, analyze roots and form equations.

Quadratic Equations with Real Coefficients

A quadratic equation is a polynomial equation of degree 2 in the variable \( x \). It has the general form:

\[ax^2 + bx + c = 0\]

where \( a, b, c \) are real numbers, and \( a \neq 0 \). Here, \( a \) is called the quadratic coefficient, \( b \) the linear coefficient, and \( c \) the constant term.

1. Discriminant and Nature of Roots

The solutions (or roots) of the quadratic equation are given by the quadratic formula:

\[x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\]

The expression under the square root, \( \Delta = b^2 - 4ac \), is called the discriminant. It determines the nature of the roots:

  • If \( \Delta > 0 \), there are two distinct real roots.
  • If \( \Delta = 0 \), there is exactly one real root (a repeated root).
  • If \( \Delta < 0 \), the roots are complex conjugates (no real roots).

Example: For \( x^2 - 4x + 3 = 0 \), \( a=1, b=-4, c=3 \), so

\[\Delta = (-4)^2 - 4 \times 1 \times 3 = 16 - 12 = 4 > 0\]

Thus, two distinct real roots exist.

2. Sum and Product of Roots

Let the roots of the quadratic equation \( ax^2 + bx + c = 0 \) be \( \alpha \) and \( \beta \). From the quadratic formula and factorization, the following relations hold:

\[\alpha + \beta = -\frac{b}{a} \quad \text{(Sum of roots)}\]\[\alpha \beta = \frac{c}{a} \quad \text{(Product of roots)}\]

These relations are very useful in solving problems without explicitly finding the roots.

3. Methods of Solving Quadratic Equations

  • Factorization: Express the quadratic as a product of two linear factors, if possible.
  • Quadratic Formula: Use the formula \( x = \frac{-b \pm \sqrt{\Delta}}{2a} \).
  • Completing the Square: Rewrite the quadratic in the form \( (x + p)^2 = q \) and solve.

4. Graphical Interpretation

The graph of \( y = ax^2 + bx + c \) is a parabola. The roots correspond to the x-intercepts of the parabola.

1 3 x y

The parabola opens upwards since \( a = 1 > 0 \). The roots \( x=1 \) and \( x=3 \) are where the parabola crosses the x-axis.

5. Applications and Problem Solving

Quadratic equations appear in various contexts such as projectile motion, area problems, optimization, and more. Understanding the nature of roots and their relations helps solve these efficiently.


Key Concepts Summary

  • Standard form: \( ax^2 + bx + c = 0 \), \( a \neq 0 \)
  • Discriminant: \( \Delta = b^2 - 4ac \)
  • Nature of roots depends on \( \Delta \)
  • Sum of roots: \( \alpha + \beta = -\frac{b}{a} \)
  • Product of roots: \( \alpha \beta = \frac{c}{a} \)
  • Methods of solving: factorization, quadratic formula, completing the square

Worked Examples

Example 1: Find the roots of \( 2x^2 - 7x + 3 = 0 \) using the quadratic formula. [Medium]

Solution:

Given \( a=2, b=-7, c=3 \).

Calculate discriminant:

\[ \Delta = (-7)^2 - 4 \times 2 \times 3 = 49 - 24 = 25 \]

Since \( \Delta > 0 \), roots are real and distinct.

Apply quadratic formula:

\[ x = \frac{-(-7) \pm \sqrt{25}}{2 \times 2} = \frac{7 \pm 5}{4} \]

So,

\[ x_1 = \frac{7 + 5}{4} = \frac{12}{4} = 3, \quad x_2 = \frac{7 - 5}{4} = \frac{2}{4} = \frac{1}{2} \]

Answer: \( x = 3 \) or \( x = \frac{1}{2} \)


Example 2: Determine the nature of roots of \( x^2 + 4x + 5 = 0 \). [Easy]

Solution:

\[ a=1, \quad b=4, \quad c=5 \] \[ \Delta = 4^2 - 4 \times 1 \times 5 = 16 - 20 = -4 < 0 \]

Since \( \Delta < 0 \), roots are complex conjugates.

Answer: Roots are complex and not real.


Example 3: If the roots of \( x^2 - 5x + k = 0 \) are equal, find \( k \). [Medium]

Solution:

Equal roots imply \( \Delta = 0 \).

\[ \Delta = b^2 - 4ac = (-5)^2 - 4 \times 1 \times k = 25 - 4k = 0 \] \[ \Rightarrow 4k = 25 \implies k = \frac{25}{4} = 6.25 \]

Answer: \( k = \frac{25}{4} \)


Example 4: Find the quadratic equation whose roots are \( 3 \) and \( -2 \). [Easy]

Solution:

Sum of roots:

\[ \alpha + \beta = 3 + (-2) = 1 \]

Product of roots:

\[ \alpha \beta = 3 \times (-2) = -6 \]

Using the relation \( x^2 - (\alpha + \beta) x + \alpha \beta = 0 \), the equation is:

\[ x^2 - 1x - 6 = 0 \quad \Rightarrow \quad x^2 - x - 6 = 0 \]

Answer: \( x^2 - x - 6 = 0 \)


Example 5: Solve \( x^2 + 6x + 8 = 0 \) by factorization. [Easy]

Solution:

We look for two numbers whose product is 8 and sum is 6. These are 4 and 2.

\[ x^2 + 6x + 8 = (x + 4)(x + 2) = 0 \] \[ \Rightarrow x = -4, \quad x = -2 \]

Answer: \( x = -4 \) or \( x = -2 \)


Example 6: If the roots of \( 3x^2 + px + 12 = 0 \) are in the ratio 2:3, find \( p \). [Challenging]

Solution:

Let roots be \( 2k \) and \( 3k \).

Sum of roots:

\[ 2k + 3k = 5k = -\frac{p}{3} \]

Product of roots:

\[ 2k \times 3k = 6k^2 = \frac{12}{3} = 4 \] \[ \Rightarrow k^2 = \frac{4}{6} = \frac{2}{3} \] \[ k = \sqrt{\frac{2}{3}} \]

Sum of roots:

\[ 5k = -\frac{p}{3} \implies p = -15k = -15 \sqrt{\frac{2}{3}} = -15 \times \frac{\sqrt{6}}{3} = -5 \sqrt{6} \]

Answer: \( p = -5 \sqrt{6} \)

Formula Bank

  • Standard form: \( ax^2 + bx + c = 0, \quad a \neq 0 \)
  • Quadratic formula: \( x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \)
  • Discriminant: \( \Delta = b^2 - 4ac \)
  • Nature of roots:
    • \( \Delta > 0 \) : Two distinct real roots
    • \( \Delta = 0 \) : One real repeated root
    • \( \Delta < 0 \) : Two complex conjugate roots
  • Sum of roots: \( \alpha + \beta = -\frac{b}{a} \)
  • Product of roots: \( \alpha \beta = \frac{c}{a} \)
  • Form quadratic from roots \( \alpha, \beta \): \( x^2 - (\alpha + \beta) x + \alpha \beta = 0 \)
Curated videos per subtopic
Top YouTube explainers, AI-ranked for your exam and language. Unlocks with subscription.
Unlock

Try Practice next.

Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.

Go to practice →
Ask a doubt
Quadratic Equations with Real Coefficients · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.