Quadratic Equations - Solving quadratic equations by factorization, quadratic formula, and nature of roots
Hello young mathematicians! Welcome to this step-by-step tutorial on Chapter 4: Quadratic Equations from your Class 10 NCERT Mathematics syllabus.
Have you ever thrown a basketball into a hoop? The curved path that the ball follows through the air is called a parabola, and its height at any point can be calculated using a quadratic equation! Whether you are calculating the area of a rectangular garden, determining the speed of a stream, or designing bridges, quadratic equations are working behind the scenes.
In this guide, we will break down this chapter into simple, bite-sized concepts so that you can tackle any board exam question with confidence!
---
Section 1: What is a Quadratic Equation?
In simple terms, a quadratic equation is a polynomial equation of degree 2. That means the highest exponent (power) of the variable is $2$.
The Standard Form
The standard form of a quadratic equation in variable $x$ is:
$$ax^2 + bx + c = 0$$
Where:
Quick Check Examples:
---
Section 2: Method 1 – Solving by Factorization (Splitting the Middle Term)
Solving a quadratic equation means finding the values of $x$ (called the roots or zeros) that satisfy the equation. Since the degree is 2, a quadratic equation will always have at most two roots.
The Factorization Method works by splitting the linear middle term ($bx$) into two terms such that we can rewrite the equation as a product of two linear factors.
The 4-Step Recipe:
---
Worked Example 1: Factorization Method
Solve the equation: $x^2 - 5x + 6 = 0$
$$x^2 - 2x - 3x + 6 = 0$$
Group terms in pairs:
$$x(x - 2) - 3(x - 2) = 0$$
Take $(x - 2)$ common:
$$(x - 2)(x - 3) = 0$$
Answer: The roots of the equation are $x = 2$ and $x = 3$.
---
Section 3: Method 2 – Solving using the Quadratic Formula
Sometimes, splitting the middle term can be tricky, especially when square roots or large numbers are involved. Don't worry! Ancient Indian mathematician Sridharacharya gave us a foolproof formula that directly yields the roots.
The Quadratic Formula:
For any quadratic equation $ax^2 + bx + c = 0$ (where $a \neq 0$):
$$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$
---
Worked Example 2: Quadratic Formula
Solve the equation: $2x^2 - 7x + 3 = 0$
$$x = \frac{-(-7) \pm \sqrt{(-7)^2 - 4(2)(3)}}{2(2)}$$
$$x = \frac{7 \pm \sqrt{49 - 24}}{4}$$
$$x = \frac{7 \pm \sqrt{25}}{4}$$
$$x = \frac{7 \pm 5}{4}$$
Answer: The roots are $x = 3$ and $x = \frac{1}{2}$.
---
Section 4: Nature of Roots (The Magic of Discriminant $D$)
Have you noticed the expression inside the square root in the formula? That expression, $b^2 - 4ac$, is called the Discriminant (denoted by $D$).
$$D = b^2 - 4ac$$
The Discriminant determines the nature of the roots without requiring you to fully solve the equation!
| Value of Discriminant ($D$) | Nature of Roots | What the roots look like |
|---|---|---|
| $D > 0$ (Positive) | Two distinct (different) real roots | $x = \frac{-b + \sqrt{D}}{2a}$ and $x = \frac{-b - \sqrt{D}}{2a}$ |
| $D = 0$ (Zero) | Two equal real roots | $x = -\frac{b}{2a}$ (both roots are the same) |
| $D < 0$ (Negative) | No real roots (Imaginary roots) | Square root of a negative number is not real |
💡 Teacher's Tip for Exams: If a board question asks you to "Determine whether real roots exist," always calculate $D = b^2 - 4ac$ first!
---
Practice Time! (3 Board-Style Questions with Solutions)
Now it's your turn to test your understanding! Try solving these on paper before reading the step-by-step solutions below.
---
Question 1 (Factorization Method)
Solve for $x$: $x^2 - 3x - 10 = 0$
<details>
<summary>🔍 <b>Click to view Solution</b></summary>
Solution:
Given equation: $x^2 - 3x - 10 = 0$
We need two numbers whose product is $-10$ and sum is $-3$.
The numbers are $-5$ and $+2$.
Splitting the middle term:
$$x^2 - 5x + 2x - 10 = 0$$
Group terms:
$$x(x - 5) + 2(x - 5) = 0$$
$$(x - 5)(x + 2) = 0$$
Equating factors to zero:
Final Answer: $x = 5$ and $x = -2$
</details>
---
Question 2 (Quadratic Formula)
Solve for $x$ using the Quadratic Formula: $2x^2 + x - 528 = 0$
<details>
<summary>🔍 <b>Click to view Solution</b></summary>
Solution:
Given equation: $2x^2 + x - 528 = 0$
Step 1: Calculate the Discriminant ($D$)
$$D = b^2 - 4ac$$
$$D = (1)^2 - 4(2)(-528)$$
$$D = 1 + 4224 = 4225$$
Since $D > 0$, two distinct real roots exist!
Note that $\sqrt{4225} = 65$.
Step 2: Apply the Quadratic Formula
$$x = \frac{-b \pm \sqrt{D}}{2a}$$
$$x = \frac{-1 \pm 65}{2(2)} = \frac{-1 \pm 65}{4}$$
Step 3: Calculate the roots
Final Answer: $x = 16$ and $x = -\frac{33}{2}$
</details>
---
Question 3 (Nature of Roots / Finding Unknown $k$)
Find the value of $k$ for which the quadratic equation $2x^2 + kx + 3 = 0$ has two equal real roots.
<details>
<summary>🔍 <b>Click to view Solution</b></summary>
Solution:
Given equation: $2x^2 + kx + 3 = 0$
Condition for Equal Roots:
A quadratic equation has two equal real roots if and only if its Discriminant is zero ($D = 0$).
$$D = b^2 - 4ac = 0$$
Substitute the values:
$$k^2 - 4(2)(3) = 0$$
$$k^2 - 24 = 0$$
$$k^2 = 24$$
$$k = \pm \sqrt{24}$$
$$k = \pm 2\sqrt{6}$$
Final Answer: The required value of $k$ is $\pm 2\sqrt{6}$ (i.e., $2\sqrt{6}$ or $-2\sqrt{6}$).
</details>
---
Quick Revision Summary
Keep practicing regularly, and remember: math isn't about memorization—it's about practice and understanding the logic. You've got this! Happy learning!