Banner 0
Banner 1
Banner 2
Banner 3
Banner 4
Banner 5
Banner 6
Banner 7
Banner 8
Banner 9
Banner 10
AI Mentor
Book Online Demo
Try Test

Quadratic Equations Class 10 CBSE Notes - Formula, Solutions & Examples

By Shailendra Singh

|

Updated on 12 Nov 2025, 15:10 IST

Introduction to Quadratic Equations

A quadratic equation is a polynomial equation of degree two. When a quadratic polynomial f(x) = ax² + bx + c (where a ≠ 0) is equated to zero, we get a quadratic equation: ax² + bx + c = 0.

Quadratic equations appear frequently in mathematics, physics, engineering, economics, and everyday problem-solving. Understanding how to solve them and interpret their solutions is fundamental for Class 10 CBSE Mathematics.

Fill out the form for expert academic guidance
+91
Student
Parent / Guardian
Teacher
submit

General Form and Types of Quadratic Equations

Standard Form

The general form of a quadratic equation is:

ax² + bx + c = 0

Unlock the full solution & master the concept
Get a detailed solution and exclusive access to our masterclass to ensure you never miss a concept

where:

  • a, b, c are real numbers
  • a ≠ 0 (if a = 0, the equation becomes linear)

Types of Quadratic Equations

TypeConditionFormExample
Pure Quadraticb = 0, c ≠ 0ax² + c = 03x² - 12 = 0
Incomplete Quadraticb ≠ 0, c = 0ax² + bx = 05x² + 10x = 0
Simple Quadraticb = 0, c = 0ax² = 07x² = 0
Complete/Mixed Quadraticb ≠ 0, c ≠ 0ax² + bx + c = 02x² - 5x + 3 = 0

Roots of Quadratic Equations

A value x = α is called a root (or zero or solution) of the quadratic equation ax² + bx + c = 0 if it satisfies the equation, meaning aα² + bα + c = 0.

Quadratic Equations Class 10 CBSE Notes - Formula, Solutions & Examples

Loading PDF...

Solving a quadratic equation means finding all its roots—the values of x that make the equation true.

Methods to Solve Quadratic Equations

1. Solution by Factorization Method

This is one of the most common methods for solving quadratic equations, especially when the equation can be easily factored.

Ready to Test Your Skills?
Check Your Performance Today with our Free Mock Tests used by Toppers!
Take Free Test

Algorithm:

  1. Factorize the constant term of the quadratic equation
  2. Express the middle term coefficient as the sum or difference of factors from step 1
  3. Split the middle term using the factors identified
  4. Group and factor the expression
  5. Apply the zero product property: If AB = 0, then A = 0 or B = 0

Example:

Solve 5x² + 16x + 12 = 0 by factorization

Solution:

cta3 image
create your own test
YOUR TOPIC, YOUR DIFFICULTY, YOUR PACE
start learning for free

5x² + 16x + 12 = 0 5x² + 10x + 6x + 12 = 0 [Split middle term: 16x = 10x + 6x] 5x(x + 2) + 6(x + 2) = 0 [Factor by grouping] (x + 2)(5x + 6) = 0 [Common factor (x + 2)]

Therefore: x = -2 or x = -6/5

Best Courses for You

JEE

JEE

NEET

NEET

Foundation JEE

Foundation JEE

Foundation NEET

Foundation NEET

CBSE

CBSE

2. Solution by Completing the Square

This method transforms the quadratic equation into a perfect square form.

Algorithm:

  1. Make the coefficient of x² equal to 1 (divide throughout by a if needed)
  2. Move the constant term to RHS
  3. Add the square of half the coefficient of x to both sides
  4. Write LHS as a perfect square
  5. Take square root of both sides
  6. Solve for x

Example:

Solve x² - (√3 + 1)x + √3 = 0 by completing the square

Ready to Test Your Skills?
Check Your Performance Today with our Free Mock Tests used by Toppers!
Take Free Test

Solution:

x² - (√3 + 1)x = -√3 x² - 2[(√3 + 1)/2]x + [(√3 + 1)/2]² = -√3 + [(√3 + 1)/2]² [x - (√3 + 1)/2]² = (√3 - 1)²/4 x - (√3 + 1)/2 = ±(√3 - 1)/2 x = (√3 + 1)/2 ± (√3 - 1)/2

cta3 image
create your own test
YOUR TOPIC, YOUR DIFFICULTY, YOUR PACE
start learning for free

Therefore: x = √3 or x = 1

3. Quadratic Formula (Sridharacharya's Rule)

This is the most powerful and universal method for solving any quadratic equation.

How to Derive the Quadratic Formula Step by Step

Starting with: ax² + bx + c = 0 (a ≠ 0)

  1. Divide throughout by a: x² + (b/a)x + c/a = 0
  2. Move constant to RHS: x² + (b/a)x = -c/a
  3. Add square of half the coefficient of x to both sides: x² + (b/a)x + (b/2a)² = (b/2a)² - c/a
  4. Simplify RHS: (b² - 4ac)/4a²
  5. Write LHS as perfect square: [x + b/2a]² = (b² - 4ac)/4a²
  6. Take square root: x + b/2a = ±√(b² - 4ac)/2a
  7. Solve for x: x = [-b ± √(b² - 4ac)]/2a

This is the quadratic formula.

Using a Quadratic Equations Calculator

While it's essential to understand the manual methods, quadratic equation calculators can:

  • Verify your solutions
  • Save time during practice
  • Help visualize the parabola
  • Show step-by-step solutions

Recommended approach: Always solve manually first, then verify with a calculator.

Key Formulas Table

Formula NameMathematical ExpressionExplanation
Quadratic Formulax = [-b ± √(b² - 4ac)]/2aUniversal formula for solving ax² + bx + c = 0
DiscriminantD = b² - 4acDetermines nature of roots
Sum of Rootsα + β = -b/aRelationship between roots and coefficients
Product of Rootsαβ = c/aRelationship between roots and coefficients
Equation from Rootsx² - (α + β)x + αβ = 0Forms equation when roots are known
Roots Formulaα = [-b + √D]/2a, β = [-b - √D]/2aIndividual root expressions

The Discriminant and Nature of Roots

The expression D = b² - 4ac is called the discriminant of the quadratic equation ax² + bx + c = 0.

How to Determine Nature of Roots Using the Discriminant

The discriminant tells us everything about the nature of roots without actually solving the equation:

Discriminant ValueNature of RootsDetails
D > 0Real and DistinctTwo different real roots
D = 0Real and EqualTwo identical real roots (α = β = -b/2a)
D < 0Imaginary/ComplexNo real roots (roots are complex conjugates)

Special Cases (when a, b, c are rational):

If D > 0:

  • D is a perfect square → Roots are rational and unequal
  • D is not a perfect square → Roots are irrational and unequal (conjugate surds: p + √q and p - √q)

Example:

Find the nature of roots of 2x² + 7x + 5 = 0

Solution:

D = b² - 4ac D = 7² - 4(2)(5) D = 49 - 40 = 9 Since D > 0 and D = 9 (perfect square) The roots are real, rational, and unequal.

Sum and Product of Roots

For the quadratic equation ax² + bx + c = 0 with roots α and β:

Key Relationships:

  • Sum of roots: α + β = -b/a = -(coefficient of x)/(coefficient of x²)
  • Product of roots: αβ = c/a = (constant term)/(coefficient of x²)

Forming Quadratic Equations from Roots

If α and β are roots, the quadratic equation is: x² - (α + β)x + αβ = 0

Or equivalently: x² - (sum of roots)x + (product of roots) = 0

How to Factor Quadratics with Integer Coefficients Quickly

Quick Factoring Strategy:

For ax² + bx + c = 0:

  1. Find factors of ac (product of leading coefficient and constant)
  2. Identify the pair that adds up to b (middle coefficient)
  3. Split the middle term using these factors
  4. Factor by grouping

Example:

Factor 6x² + 13x + 5 = 0

Solution:

ac = 6 × 5 = 30 Factors of 30: (1,30), (2,15), (3,10), (5,6) Which pair sums to 13? → 3 + 10 = 13 ✓ 6x² + 3x + 10x + 5 = 0 3x(2x + 1) + 5(2x + 1) = 0 (2x + 1)(3x + 5) = 0 Roots: x = -1/2 or x = -5/3

Methods to Solve Quadratics Besides the Quadratic Formula

While the quadratic formula works universally, other methods can be more efficient:

Alternative Methods:

  1. Factorization - Best when factors are obvious
  2. Completing the square - Useful for deriving vertex form
  3. Graphical method - Visual interpretation of roots
  4. Using sum and product of roots - When roots have special relationships
  5. Special identities - For equations like (x-a)(x-b) = k

When to Use Which Method:

MethodBest For
FactorizationInteger or simple rational roots
Quadratic FormulaNon-factorable equations, decimal/complex roots
Completing SquareFinding vertex, deriving formulas
GraphicalVisualization, approximate solutions

Solutions of Equations Reducible to Quadratic Form

Many non-quadratic equations can be solved by substitution to convert them into quadratic form.

Common Types:

Type I: Biquadratic Equations

Form: ax⁴ + bx² + c = 0

Method: Substitute x² = y to get ay² + by + c = 0

Example: Solve 2x⁴ - 5x² + 3 = 0

Let x² = y 2y² - 5y + 3 = 0 (2y - 3)(y - 1) = 0 y = 3/2 or y = 1 Therefore: x² = 3/2 → x = ±√(3/2) x² = 1 → x = ±1

Type II: Equations with p(x) and 1/p(x)

Form: a[x² + 1/x²] + b[x + 1/x] + c = 0

Method:

  • If middle term has (x + 1/x), substitute x + 1/x = y
  • Note: x² + 1/x² = y² - 2

Example: Solve 9[x² + 1/x²] - 9[x + 1/x] - 52 = 0

Let x + 1/x = y Then x² + 1/x² = y² - 2 9(y² - 2) - 9y - 52 = 0 9y² - 9y - 70 = 0 y = 10/3 or y = -7/3

Type III: Product of Binomials

Form: (x+a)(x+b)(x+c)(x+d) + k = 0, where a+b = c+d

Method: Regroup as [(x+a)(x+b)][(x+c)(x+d)] + k = 0, then substitute

Example: Solve (x+1)(x+2)(x+3)(x+4) = 120

Note: 1+4 = 2+3 = 5 [(x+1)(x+4)][(x+2)(x+3)] = 120 (x² + 5x + 4)(x² + 5x + 6) = 120 Let x² + 5x = y (y+4)(y+6) = 120 y² + 10y - 96 = 0 y = 6 or y = -16 x² + 5x = 6 → x = 1 or x = -6 x² + 5x = -16 → No real solution

Real-World Problems Modeled by Quadratic Equations

Quadratic equations are essential for solving practical problems in various fields.

Common Applications:

  1. Geometry and Mensuration
    • Area and perimeter problems
    • Pythagorean theorem applications
    • Diagonal relationships
  2. Motion and Physics
    • Projectile motion
    • Free fall problems
    • Distance-speed-time relationships
  3. Economics and Business
    • Profit maximization
    • Cost-revenue analysis
    • Break-even calculations
  4. Number Problems
    • Consecutive integers
    • Age-related problems
    • Digit problems
  5. Work and Time
    • Efficiency problems
    • Pipe filling/emptying
    • Combined work rates

Example 1: Geometry Problem

Problem: The diagonal of a rectangular field is 60 meters more than the shorter side. If the longer side is 30 meters more than the shorter side, find the dimensions.

Solution:

Let shorter side = x meters Longer side = (x + 30) meters Diagonal = (x + 60) meters By Pythagorean theorem: x² + (x+30)² = (x+60)² x² + x² + 900 + 60x = x² + 3600 + 120x x² - 60x - 2700 = 0 (x - 90)(x + 30) = 0 x = 90 meters (rejecting negative value) Dimensions: 90 m × 120 m

Example 2: Motion Problem

Problem: A train travels 360 km at uniform speed. If the speed had been 5 km/h more, it would have taken 1 hour less. Find the speed.

Solution:

Let speed = x km/h Time taken = 360/x hours With increased speed: Time = 360/(x+5) hours Given: 360/x - 360/(x+5) = 1 360(x+5) - 360x = x(x+5) 1800 = x² + 5x x² + 5x - 1800 = 0 (x + 45)(x - 40) = 0 x = 40 km/h (rejecting negative value)

Example 3: Age Problem

Problem: Seven years ago, Varun's age was five times the square of Swati's age. Three years hence, Swati's age will be two-fifths of Varun's age. Find their present ages.

Solution:

Let present ages: Varun = x years, Swati = y years Seven years ago: x - 7 = 5(y - 7)² x = 5y² - 70y + 252 ... (1) Three years hence: y + 3 = (2/5)(x + 3) 5y + 15 = 2x + 6 x = (5y + 9)/2 ... (2) From (1) and (2): 5y² - 70y + 252 = (5y + 9)/2 10y² - 145y + 495 = 0 2y² - 29y + 99 = 0 (y - 9)(2y - 11) = 0 y = 9 years (valid solution) x = 27 years Present ages: Varun = 27 years, Swati = 9 years

Geometrical Representation of Quadratic Expressions

The graph of y = ax² + bx + c is always a parabola.

Key Features:

When a > 0When a < 0
Parabola opens upward (∪)Parabola opens downward (∩)
Has minimum valueHas maximum value
Vertex is the lowest pointVertex is the highest point

Relationship with Discriminant:

  • D > 0: Parabola intersects x-axis at two distinct points (two real roots)
  • D = 0: Parabola touches x-axis at one point (equal roots)
  • D < 0: Parabola doesn't intersect x-axis (no real roots)

Sign Analysis:

For a > 0:

  • ax² + bx + c > 0 for x < α or x > β (outside roots)
  • ax² + bx + c < 0 for α < x < β (between roots)

For a < 0: Signs reverse

Roots Under Particular Cases

Special Conditions:

ConditionResult
b = 0Roots are equal in magnitude but opposite in sign (α = -β)
c = 0One root is zero, other is -b/a
a = cRoots are reciprocals of each other
a > 0, c < 0 or a < 0, c > 0Roots have opposite signs
a + b + c = 0One root is 1, other is c/a
a, b, c ∈ Z and roots rationalRoots must be integers

Quadratic Equations Worksheet and Practice Problems

Level 1: Basic Problems

  1. Solve by factorization: x² - 5x + 6 = 0
  2. Solve using formula: 2x² + 3x - 5 = 0
  3. Find discriminant and nature of roots: x² - 4x + 4 = 0
  4. Find two consecutive numbers whose product is 156
  5. The sum of a number and its reciprocal is 2.5. Find the number.

Level 2: Intermediate Problems

  1. Solve by completing square: 4x² + 4√3x + 3 = 0
  2. Find k if equation kx² + 4x + 1 = 0 has equal roots
  3. If α and β are roots of 2x² - 5x + 3 = 0, find α² + β²
  4. Form a quadratic equation whose roots are 2 + √3 and 2 - √3
  5. Solve: x⁴ - 13x² + 36 = 0

Level 3: Advanced Problems

  1. A rectangular park is 30 m longer than it is wide. If its area is 7,000 m², find dimensions.
  2. Two taps can fill a tank in 12 hours. The larger tap takes 10 hours less than smaller. Find individual times.
  3. Solve: (x+2)(x+3)(x+4)(x+5) = 120
  4. A shopkeeper buys articles and sells at 10% profit. If he had bought at 10% less and sold for ₹2 more per article, he would have gained 25%. Find the cost price.
  5. Prove that the equation x² + (k+1)x + k² = 0 has no real roots for all real values of k.

Common Mistakes to Avoid

  1. Forgetting a ≠ 0 in standard form
  2. Not considering both roots when taking square roots
  3. Sign errors in quadratic formula (especially with -b)
  4. Rejecting valid negative roots in pure mathematics problems
  5. Accepting negative roots in practical problems (age, distance, etc.)
  6. Calculation errors in discriminant
  7. Not simplifying irrational roots
  8. Wrong factorization of middle term

Tips for Exam Success

Before the Exam:

  • ✓ Memorize the quadratic formula and discriminant
  • ✓ Practice at least 50 problems of varying difficulty
  • ✓ Learn to quickly identify which method to use
  • ✓ Master factorization of quadratics
  • ✓ Understand when to reject negative roots

During the Exam:

  • ✓ Read word problems carefully
  • ✓ Define variables clearly
  • ✓ Check discriminant before solving
  • ✓ Verify solutions by substitution
  • ✓ Watch for logical constraints (age, distance cannot be negative)
  • ✓ Present solutions step-by-step for full marks

Summary

Essential Concepts:

  • Quadratic equations have degree 2 and can have 0, 1, or 2 real roots
  • Three main solving methods: factorization, completing square, quadratic formula
  • Discriminant (D = b² - 4ac) determines nature of roots
  • Sum of roots = -b/a, Product of roots = c/a
  • Many real-world problems reduce to quadratic equations

For CBSE Class 10 Exam:

  • Quadratic equations carry 3-5 marks
  • Focus on word problems and application-based questions
  • Practice different types of equations
  • Master both solving and forming equations from roots
  • Understand the geometric meaning of roots

Conclusion

Mastering quadratic equations is crucial not just for Class 10 board exams, but also for higher mathematics, competitive exams, and real-world problem solving. The key is understanding when to apply which method, recognizing patterns in problems, and practicing systematically.

Remember: Every quadratic equation tells a story through its roots, discriminant, and graph. Learn to read that story, and you'll find these equations become intuitive friends rather than intimidating foes.

Practice regularly, solve diverse problems, and always verify your solutions. Success in quadratic equations comes from understanding, not memorization.

course

No courses found

Frequently Asked Questions about Quadratic Equations

When should I use factorization vs quadratic formula?

Use factorization when factors are obvious or coefficients are small. Use the formula for complex coefficients or when factorization isn't apparent.

Can a quadratic equation have more than 2 roots?

No. A quadratic equation can have at most 2 roots (fundamental theorem of algebra).

What if the discriminant is negative?

The equation has no real roots, only complex conjugate roots (beyond Class 10 syllabus).

How do I know if my answer is correct?

Substitute the roots back into the original equation. If both sides equal, your answer is correct.

Are there shortcuts for finding roots?

Yes! If a + b + c = 0, one root is 1 and the other is c/a. If coefficients are symmetric (a = c), roots are reciprocals.

What is a quadratic equation?

A quadratic equation is a polynomial equation of degree two in one variable. It takes the standard form ax² + bx + c = 0, where a, b, and c are real numbers and a ≠ 0. The term "quadratic" comes from "quad" meaning square, as the variable is squared. Examples include 2x² - 3x + 1 = 0 and x² - 5x + 6 = 0. These equations appear frequently in real-world problems involving area, projectile motion, profit optimization, and many other applications.

What are the roots of a quadratic equation?

The roots of a quadratic equation are the values of x that satisfy the equation, making it equal to zero. In other words, if you substitute a root into the equation ax² + bx + c = 0, the left side equals zero. A quadratic equation can have two real roots, one repeated real root, or two complex roots depending on the discriminant value. Finding these roots is often called "solving" the quadratic equation.

What is the discriminant and why is it important?

The discriminant is the expression b² - 4ac from the quadratic formula, typically denoted by D or Δ. It determines the nature of the roots without actually solving the equation. If D > 0, the equation has two distinct real roots; if D = 0, it has two equal real roots (one repeated root); and if D < 0, it has no real roots (two complex conjugate roots). The discriminant is crucial for understanding whether real solutions exist before attempting to solve the equation.

What is the quadratic formula (Sreedharacharya's formula)?

The quadratic formula, also known as Sreedharacharya's formula, provides the solutions to any quadratic equation ax² + bx + c = 0 where a ≠ 0. The formula is: x = (-b ± √(b² - 4ac)) / 2a. This gives two roots: α = (-b + √D) / 2a and β = (-b - √D) / 2a, where D is the discriminant. This universal method works for all quadratic equations and is particularly useful when factorization is difficult or impossible.

How do you solve quadratic equations by factorization?

Factorization involves expressing the quadratic equation as a product of two linear factors. First, find two numbers whose product equals the product of the coefficient of x² and the constant term, and whose sum equals the coefficient of x. Then split the middle term and group the terms to factor by grouping. For example, x² + 5x + 6 = 0 factors as (x + 2)(x + 3) = 0, giving roots x = -2 and x = -3. This method is efficient when the roots are rational numbers.

What is the completing the square method?

Completing the square is a technique that transforms a quadratic equation into a perfect square trinomial. You make the coefficient of x² equal to 1, move the constant to the right side, add the square of half the coefficient of x to both sides, and then take the square root. This method not only solves equations but also helps derive the quadratic formula and is useful in graphing parabolas and optimization problems.

For a quadratic equation ax² + bx + c = 0 with roots α and β, the sum of roots α + β = -b/a (negative of coefficient of x divided by coefficient of x²), and the product of roots αβ = c/a (constant term divided by coefficient of x²). These relationships allow you to find information about roots without solving the equation completely, form new equations with given roots, and verify your solutions.

How do you form a quadratic equation when roots are given?

If you know the roots α and β of a quadratic equation, you can form the equation using: x² - (α + β)x + αβ = 0, or more generally, a[x² - (sum of roots)x + product of roots] = 0. For example, if the roots are 2 and 3, the equation is x² - 5x + 6 = 0. This concept is particularly useful in problems where you need to construct equations based on conditions about the roots.

What types of real-world problems use quadratic equations?

Quadratic equations model numerous practical situations including calculating areas of rectangular plots, determining projectile motion trajectories, optimizing profit in business, analyzing age-related problems, computing travel time and speed relationships, designing structures with specific dimensions, and solving problems involving consecutive numbers. Any scenario involving squared terms or relationships between quantities that follow a parabolic pattern can potentially be modeled using quadratic equations.

When does a quadratic equation have equal roots?

A quadratic equation has equal (or coincident) roots when the discriminant D = b² - 4ac equals zero. In this case, both roots have the same value: α = β = -b/2a. Geometrically, this means the parabola just touches the x-axis at one point (the vertex). For example, x² - 6x + 9 = 0 has equal roots because D = 36 - 36 = 0, and both roots equal 3.

How do you know if a quadratic equation has real roots?

A quadratic equation ax² + bx + c = 0 has real roots if and only if the discriminant D = b² - 4ac ≥ 0. If D > 0, there are two distinct real roots; if D = 0, there are two equal real roots. If D < 0, the equation has no real roots but has two complex conjugate roots. Checking the discriminant before attempting to solve can save time and help you understand the nature of solutions.

What are irrational and rational roots?

When a quadratic equation with rational coefficients has a positive discriminant that is a perfect square, the roots are rational numbers. If the discriminant is positive but not a perfect square, the roots are irrational and come in conjugate pairs like p + √q and p - √q, where p is rational and √q is a surd. For example, x² - 2x - 1 = 0 has irrational roots (1 + √2) and (1 - √2).

How do you solve equations reducible to quadratic form?

Many equations that don't initially appear quadratic can be solved by substitution. For example, x⁴ - 5x² + 4 = 0 becomes quadratic by letting y = x². Similarly, equations like (x² + 3x)² - (x² + 3x) - 6 = 0 can be simplified by substituting y = x² + 3x. After solving for y, substitute back to find x. This technique extends the power of quadratic methods to more complex equations.

What conditions make both roots of a quadratic equation negative?

For a quadratic equation ax² + bx + c = 0 to have both roots negative, three conditions must be satisfied: the discriminant must be non-negative (D ≥ 0), the sum of roots must be negative (α + β < 0), and the product of roots must be positive (αβ > 0). This translates to: b² - 4ac ≥ 0, -b/a < 0, and c/a > 0, which means a, b, and c must all have the same sign.

How is the quadratic formula used in word problems?

In word problems, first translate the situation into mathematical expressions by defining variables. Set up equations based on the given conditions, which often leads to a quadratic equation. Solve using the quadratic formula: x = (-b ± √(b² - 4ac)) / 2a. Finally, interpret the solutions in the context of the problem, rejecting any that don't make physical sense (like negative lengths or times). Always verify your answer against the original problem conditions.