Study Guide

Quadratic Equations for Class 10: Everything You Need to Score Full Marks

3 solving methods, discriminant mastery, word problem strategies, and the 7 mistakes that cost students marks every year.

CBSEICSEClass 10
The SparkEd Authors (IITian & Googler)6 March 202614 min read
Quadratic equations guide with parabola illustration, formula, and discriminant analysis

Why Quadratic Equations Are a Board Exam Favourite

Quadratic equations appear in CBSE and ICSE board exams year after year without exception. The chapter carries approximately 5 to 6 marks, but its real importance goes beyond the direct marks. Quadratic thinking shows up in word problems from other chapters too, especially when you are finding areas, ages, or speeds.

The good news is that unlike trigonometry proofs or geometric constructions, quadratic equations follow clear, systematic methods. Once you learn the three approaches and understand when to use each one, you can solve any quadratic equation the board throws at you.

Let us start from the absolute basics and build up to the exam level problems that trip students up the most.

What Is a Quadratic Equation?

A quadratic equation is any equation that can be written in the standard form:

ax2+bx+c=0ax^2 + bx + c = 0

where aa, bb, and cc are real numbers and a0a \neq 0 (if a=0a = 0, the equation becomes linear, not quadratic).

The word "quadratic" comes from "quadratus," the Latin word for square. Every quadratic equation has x2x^2 as its highest power. Examples include x2+5x+6=0x^2 + 5x + 6 = 0, 2x23x=02x^2 - 3x = 0, and x24=0x^2 - 4 = 0.

The first step with any quadratic equation is to rearrange it into standard form. Move everything to one side so you have ax2+bx+c=0ax^2 + bx + c = 0. Then identify aa, bb, and cc. Getting this step right is crucial because every method that follows depends on knowing these three values correctly.

The 3 Methods of Solving Quadratic Equations

You need to know all three methods because each one works best in different situations.

Method 1: Factorisation (Split the Middle Term)

This is the fastest method when it works. The idea is to split the middle term bxbx into two parts that allow grouping.

For x2+5x+6=0x^2 + 5x + 6 = 0: find two numbers that add to 5 and multiply to 6. Those are 2 and 3. So x2+2x+3x+6=0x^2 + 2x + 3x + 6 = 0, which gives x(x+2)+3(x+2)=0x(x + 2) + 3(x + 2) = 0, therefore (x+2)(x+3)=0(x + 2)(x + 3) = 0, and x=2x = -2 or x=3x = -3.

Use this method when the equation has "clean" numbers where you can find integer factors easily. If you cannot find factors within 30 seconds, switch to the quadratic formula.

Method 2: Completing the Square

This method works for any quadratic equation, but it involves more steps. You rearrange the equation to create a perfect square on one side.

For x2+6x+2=0x^2 + 6x + 2 = 0: move the constant to get x2+6x=2x^2 + 6x = -2. Add (6/2)2=9(6/2)^2 = 9 to both sides: x2+6x+9=7x^2 + 6x + 9 = 7. Now the left side is (x+3)2=7(x + 3)^2 = 7, so x+3=±7x + 3 = \pm\sqrt{7}, giving x=3±7x = -3 \pm \sqrt{7}.

This method is important for understanding the derivation of the quadratic formula. Board exams sometimes ask you to solve specifically using this method.

Method 3: The Quadratic Formula

The universal method that works for every quadratic equation:

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

This formula comes from completing the square on the general form ax2+bx+c=0ax^2 + bx + c = 0. Identify aa, bb, and cc, substitute them into the formula, and compute.

Use this method when factorisation does not give clean numbers, or when the question asks for roots "using the quadratic formula." It always works and is the most reliable method for exam conditions.

Practice this topic on SparkEd — free visual solutions and AI coaching

Try Free

The Discriminant: Nature of Roots

The expression D=b24acD = b^2 - 4ac is called the discriminant, and it tells you everything about the nature of the roots without actually solving the equation.

**When D>0D > 0:** The equation has two distinct real roots. The parabola crosses the x axis at two different points. For example, x25x+6=0x^2 - 5x + 6 = 0 has D=2524=1>0D = 25 - 24 = 1 > 0, so it has two distinct roots (x=2x = 2 and x=3x = 3).

**When D=0D = 0:** The equation has two equal real roots (also called repeated or double roots). The parabola just touches the x axis at one point. For example, x26x+9=0x^2 - 6x + 9 = 0 has D=3636=0D = 36 - 36 = 0, so it has a repeated root (x=3x = 3).

**When D<0D < 0:** The equation has no real roots. The parabola does not cross the x axis at all. For example, x2+x+1=0x^2 + x + 1 = 0 has D=14=3<0D = 1 - 4 = -3 < 0, so it has no real roots.

Discriminant questions appear in almost every board exam. They are quick to solve once you know the formula, making them easy marks.

Conquering Word Problems

Word problems involving quadratic equations are feared by most students, yet they carry 5 marks in board exams. The key is a systematic translation process.

Step 1: Read the problem twice. Identify what is unknown and assign it a variable (let the number be xx, let the age be xx, let the speed be xx).

Step 2: Translate the English sentences into mathematical relationships. "A number and its square add up to 42" becomes x+x2=42x + x^2 = 42, which rearranges to x2+x42=0x^2 + x - 42 = 0.

Step 3: Solve the quadratic equation using any method.

Step 4: Check both roots against the original problem. Often one root is mathematically valid but does not make sense in context (like a negative age or speed). Reject it and state why.

Common word problem types: number problems (find two numbers whose sum and product are given), age problems (present and past/future ages), speed and distance (total time for a journey), and area problems (dimensions of a rectangle given perimeter and area).

5 Solved Examples

Example 1: Factorisation
Solve x27x+12=0x^2 - 7x + 12 = 0
Find two numbers with sum 7 and product 12: that is 3 and 4.
x23x4x+12=0x(x3)4(x3)=0(x3)(x4)=0x^2 - 3x - 4x + 12 = 0 \Rightarrow x(x - 3) - 4(x - 3) = 0 \Rightarrow (x - 3)(x - 4) = 0
Roots: x=3x = 3 or x=4x = 4

Example 2: Quadratic Formula
Solve 2x2+3x5=02x^2 + 3x - 5 = 0
Here a=2,b=3,c=5a = 2, b = 3, c = -5. Discriminant D=9+40=49D = 9 + 40 = 49.
x=3±74x = \frac{-3 \pm 7}{4}, so x=1x = 1 or x=104=2.5x = \frac{-10}{4} = -2.5

Example 3: Nature of Roots
For what value of kk does x2+kx+9=0x^2 + kx + 9 = 0 have equal roots?
For equal roots, D=0D = 0: k236=0k^2 - 36 = 0, so k=±6k = \pm 6

Example 4: Word Problem
The product of two consecutive positive integers is 272. Find them.
Let the integers be xx and x+1x + 1. Then x(x+1)=272x(x + 1) = 272, giving x2+x272=0x^2 + x - 272 = 0.
Using the formula: x=1+1+10882=1+332=16x = \frac{-1 + \sqrt{1 + 1088}}{2} = \frac{-1 + 33}{2} = 16.
The integers are 16 and 17. (Reject x=17x = -17 since they must be positive.)

Example 5: Completing the Square
Solve x2+4x5=0x^2 + 4x - 5 = 0 by completing the square.
x2+4x=5x^2 + 4x = 5. Add (4/2)2=4(4/2)^2 = 4 to both sides: x2+4x+4=9x^2 + 4x + 4 = 9.
(x+2)2=9(x + 2)^2 = 9, so x+2=±3x + 2 = \pm 3. Therefore x=1x = 1 or x=5x = -5.

The 7 Mistakes That Cost Students Marks

These are the errors that teachers and forum discussions highlight most frequently.

1. Forgetting That a Cannot Be Zero

If a=0a = 0, the equation is linear, not quadratic. Always verify that the x2x^2 coefficient is nonzero before applying quadratic methods.

2. Wrong Signs When Splitting the Middle Term

When factorising x25x+6x^2 - 5x + 6, students sometimes write x2+2x3x+6x^2 + 2x - 3x + 6 instead of x22x3x+6x^2 - 2x - 3x + 6. Always check that your two numbers give the correct sum AND product.

3. Not Writing the Equation in Standard Form First

Students jump into solving before rearranging. If the equation is 3x5=2x23x - 5 = 2x^2, first rewrite as 2x23x+5=02x^2 - 3x + 5 = 0. Only then identify aa, bb, cc.

4. Arithmetic Errors in the Quadratic Formula

The most common: computing b24acb^2 - 4ac incorrectly, especially when bb or cc is negative. Write each step separately. Calculate b2b^2 first, then 4ac4ac, then subtract.

5. Dividing Both Sides by x

For x2=5xx^2 = 5x, never divide both sides by xx because you lose the root x=0x = 0. Instead, rearrange to x25x=0x^2 - 5x = 0, factor as x(x5)=0x(x - 5) = 0, giving x=0x = 0 or x=5x = 5.

6. Not Verifying Roots in Word Problems

Both roots of a quadratic are mathematically valid, but in word problems, one may not make sense (negative length, speed, age). Always check both roots against the original context and reject the one that does not fit. State the reason for rejection.

7. Confusing the Discriminant Conditions

Students mix up which condition gives which result. Remember: D>0D > 0 means two distinct roots, D=0D = 0 means equal roots, D<0D < 0 means no real roots. A helpful mnemonic: Positive D gives a Pair of distinct roots, Zero D gives Zeroed (equal) roots.

How SparkEd Breaks Down Quadratic Equations Visually

At SparkEd, every quadratic equation is solved with a visual step by step walkthrough. You do not just see the factorisation or the formula application. You see why each step follows from the previous one.

For factorisation problems, SparkEd shows the factor pair search visually, highlighting which pairs work and which do not. For the quadratic formula, each computation (b2b^2, then 4ac4ac, then DD, then D\sqrt{D}, then the final division) is shown as a separate labelled step.

For word problems, SparkEd walks you through the translation from English to algebra, then solves the equation, and finally verifies the answer against the original problem context.

With three difficulty levels, you can start with straightforward factorisation (Easy), move to discriminant and formula questions (Medium), and then tackle multi step word problems (Hard). Our AI coach Spark helps you through stuck moments without giving away the answer.

Written by the SparkEd Math Team

Built by an IITian and a Googler. Trusted by parents from Google, Microsoft, Meta, McKinsey and more.

Serving Classes 6 to 10 across CBSE, ICSE, IB MYP and Olympiad.

www.sparkedmaths.com | info@sparkedmaths.com

Frequently Asked Questions

Try SparkEd Free

Visual step-by-step solutions, three difficulty levels of practice, and an AI-powered Spark coach to guide you when you are stuck. Pick your class and board to start.

Start Practicing Now