Skip to main content
Admissions Open 2026-27Ravindra Higher Secondary School (Est. 1988) | Waidhan, Singrauli (MP)
+91 9826986106• Student Portal• Study Notes
Ravindra Higher Secondary School Logo
Ravindra Higher Secondary SchoolWaidhan, Singrauli (M.P.)
Home
Contact
Home
Study Portal
Class 10 Mathematics
Quadratic Equations - Solving quadratic equations by factorization, quadratic formula, and nature of roots
Back to All Study GuidesOpen in Interactive App
MathematicsClass 10Quadratic Equations

Quadratic Equations - Solving quadratic equations by factorization, quadratic formula, and nature of roots

2026-08-289 min readRHS Academic Faculty
Overview & Key Summary:Master Class 10 Mathematics: Quadratic Equations Made Easy! Have you ever thrown a basketball into a hoop? The curved path that the ball follows through the air is called a parab...

Master Class 10 Mathematics: Quadratic Equations Made Easy!

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 222.

The Standard Form

The standard form of a quadratic equation in variable xxx is:

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

Where:

  • xxx is the unknown variable.
  • a,b,a, b,a,b, and ccc are real numbers.
  • Crucial Condition: a≠0a \neq 0a=0 (If a=0a = 0a=0, the x2x^2x2 term disappears, and it becomes a linear equation!).

Quick Check Examples:

  1. 2x2−5x+3=02x^2 - 5x + 3 = 02x2−5x+3=0 →\rightarrow→ Yes! Standard quadratic equation (a=2,b=−5,c=3a=2, b=-5, c=3a=2,b=−5,c=3).
  2. x2−9=0x^2 - 9 = 0x2−9=0 →\rightarrow→ Yes! Here, b=0b=0b=0, which is completely allowed (a=1,b=0,c=−9a=1, b=0, c=-9a=1,b=0,c=−9).
  3. x+1x=2x + \frac{1}{x} = 2x+x1​=2 →\rightarrow→ Yes! If you multiply the entire equation by xxx, it becomes x2+1=2x  ⟹  x2−2x+1=0x^2 + 1 = 2x \implies x^2 - 2x + 1 = 0x2+1=2x⟹x2−2x+1=0.

Section 2: Method 1 – Solving by Factorization (Splitting the Middle Term)

Solving a quadratic equation means finding the values of xxx (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 (bxbxbx) into two terms such that we can rewrite the equation as a product of two linear factors.

The 4-Step Recipe:

  1. Write the equation in standard form: ax2+bx+c=0ax^2 + bx + c = 0ax2+bx+c=0.
  2. Calculate the product P=a×cP = a \times cP=a×c and note the sum S=bS = bS=b.
  3. Find two numbers, ppp and qqq, such that:
    • p+q=bp + q = bp+q=b
    • p×q=a×cp \times q = a \times cp×q=a×c
  4. Rewrite bxbxbx as px+qxpx + qxpx+qx, group the terms into two pairs, take common factors out, and set each linear factor to zero.

Worked Example 1: Factorization Method

Solve the equation: x2−5x+6=0x^2 - 5x + 6 = 0x2−5x+6=0

  • Step 1: Compare with ax2+bx+c=0ax^2 + bx + c = 0ax2+bx+c=0.
    • Here, a=1a = 1a=1, b=−5b = -5b=−5, c=6c = 6c=6.
  • Step 2: Find product and sum.
    • Product (a×ca \times ca×c) = 1×6=61 \times 6 = 61×6=6
    • Sum (bbb) = −5-5−5
  • Step 3: Find two numbers that multiply to +6+6+6 and add up to −5-5−5.
    • The numbers are −2-2−2 and −3-3−3 (because (−2)×(−3)=6(-2) \times (-3) = 6(−2)×(−3)=6 and (−2)+(−3)=−5(-2) + (-3) = -5(−2)+(−3)=−5).
  • Step 4: Split the middle term and factorize: x2−2x−3x+6=0x^2 - 2x - 3x + 6 = 0x2−2x−3x+6=0 Group terms in pairs: x(x−2)−3(x−2)=0x(x - 2) - 3(x - 2) = 0x(x−2)−3(x−2)=0 Take (x−2)(x - 2)(x−2) common: (x−2)(x−3)=0(x - 2)(x - 3) = 0(x−2)(x−3)=0
  • Step 5: Equate each factor to zero:
    • x−2=0  ⟹  x=2x - 2 = 0 \implies x = 2x−2=0⟹x=2
    • x−3=0  ⟹  x=3x - 3 = 0 \implies x = 3x−3=0⟹x=3

Answer: The roots of the equation are x=2x = 2x=2 and x=3x = 3x=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 ax2+bx+c=0ax^2 + bx + c = 0ax2+bx+c=0 (where a≠0a \neq 0a=0):

x=−b±b2−4ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}x=2a−b±b2−4ac​​

  • The symbol ±\pm± (plus-minus) means you will calculate two values: one using +++ and one using −-−.

Worked Example 2: Quadratic Formula

Solve the equation: 2x2−7x+3=02x^2 - 7x + 3 = 02x2−7x+3=0

  • Step 1: Identify a,b,a, b,a,b, and ccc.
    • a=2a = 2a=2, b=−7b = -7b=−7, c=3c = 3c=3
  • Step 2: Substitute into the formula. x=−(−7)±(−7)2−4(2)(3)2(2)x = \frac{-(-7) \pm \sqrt{(-7)^2 - 4(2)(3)}}{2(2)}x=2(2)−(−7)±(−7)2−4(2)(3)​​
  • Step 3: Simplify step-by-step. x=7±49−244x = \frac{7 \pm \sqrt{49 - 24}}{4}x=47±49−24​​ x=7±254x = \frac{7 \pm \sqrt{25}}{4}x=47±25​​ x=7±54x = \frac{7 \pm 5}{4}x=47±5​
  • Step 4: Separate the two roots.
    • Root 1 (+++ case): x=7+54=124=3x = \frac{7 + 5}{4} = \frac{12}{4} = 3x=47+5​=412​=3
    • Root 2 (−-− case): x=7−54=24=12x = \frac{7 - 5}{4} = \frac{2}{4} = \frac{1}{2}x=47−5​=42​=21​

Answer: The roots are x=3x = 3x=3 and x=12x = \frac{1}{2}x=21​.


Section 4: Nature of Roots (The Magic of Discriminant DDD)

Have you noticed the expression inside the square root in the formula? That expression, b2−4acb^2 - 4acb2−4ac, is called the Discriminant (denoted by DDD).

D=b2−4acD = b^2 - 4acD=b2−4ac

The Discriminant determines the nature of the roots without requiring you to fully solve the equation!

Value of Discriminant (DDD)Nature of RootsWhat the roots look like
D>0D > 0D>0 (Positive)Two distinct (different) real rootsx=−b+D2ax = \frac{-b + \sqrt{D}}{2a}x=2a−b+D​​ and x=−b−D2ax = \frac{-b - \sqrt{D}}{2a}x=2a−b−D​​
D=0D = 0D=0 (Zero)Two equal real rootsx=−b2ax = -\frac{b}{2a}x=−2ab​ (both roots are the same)
D<0D < 0D<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=b2−4acD = b^2 - 4acD=b2−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 xxx: x2−3x−10=0x^2 - 3x - 10 = 0x2−3x−10=0

<details> <summary>🔍 <b>Click to view Solution</b></summary>

Solution:

Given equation: x2−3x−10=0x^2 - 3x - 10 = 0x2−3x−10=0

  • a=1a = 1a=1, b=−3b = -3b=−3, c=−10c = -10c=−10
  • Product = 1×(−10)=−101 \times (-10) = -101×(−10)=−10
  • Sum = −3-3−3

We need two numbers whose product is −10-10−10 and sum is −3-3−3. The numbers are −5-5−5 and +2+2+2.

Splitting the middle term: x2−5x+2x−10=0x^2 - 5x + 2x - 10 = 0x2−5x+2x−10=0

Group terms: x(x−5)+2(x−5)=0x(x - 5) + 2(x - 5) = 0x(x−5)+2(x−5)=0 (x−5)(x+2)=0(x - 5)(x + 2) = 0(x−5)(x+2)=0

Equating factors to zero:

  1. x−5=0  ⟹  x=5x - 5 = 0 \implies x = 5x−5=0⟹x=5
  2. x+2=0  ⟹  x=−2x + 2 = 0 \implies x = -2x+2=0⟹x=−2

Final Answer: x=5x = 5x=5 and x=−2x = -2x=−2

</details>

Question 2 (Quadratic Formula)

Solve for xxx using the Quadratic Formula: 2x2+x−528=02x^2 + x - 528 = 02x2+x−528=0

<details> <summary>🔍 <b>Click to view Solution</b></summary>

Solution:

Given equation: 2x2+x−528=02x^2 + x - 528 = 02x2+x−528=0

  • Here a=2a = 2a=2, b=1b = 1b=1, c=−528c = -528c=−528

Step 1: Calculate the Discriminant (DDD) D=b2−4acD = b^2 - 4acD=b2−4ac D=(1)2−4(2)(−528)D = (1)^2 - 4(2)(-528)D=(1)2−4(2)(−528) D=1+4224=4225D = 1 + 4224 = 4225D=1+4224=4225

Since D>0D > 0D>0, two distinct real roots exist! Note that 4225=65\sqrt{4225} = 654225​=65.

Step 2: Apply the Quadratic Formula x=−b±D2ax = \frac{-b \pm \sqrt{D}}{2a}x=2a−b±D​​ x=−1±652(2)=−1±654x = \frac{-1 \pm 65}{2(2)} = \frac{-1 \pm 65}{4}x=2(2)−1±65​=4−1±65​

Step 3: Calculate the roots

  • x=−1+654=644=16x = \frac{-1 + 65}{4} = \frac{64}{4} = 16x=4−1+65​=464​=16
  • x=−1−654=−664=−332x = \frac{-1 - 65}{4} = \frac{-66}{4} = -\frac{33}{2}x=4−1−65​=4−66​=−233​

Final Answer: x=16x = 16x=16 and x=−332x = -\frac{33}{2}x=−233​

</details>

Question 3 (Nature of Roots / Finding Unknown kkk)

Find the value of kkk for which the quadratic equation 2x2+kx+3=02x^2 + kx + 3 = 02x2+kx+3=0 has two equal real roots.

<details> <summary>🔍 <b>Click to view Solution</b></summary>

Solution:

Given equation: 2x2+kx+3=02x^2 + kx + 3 = 02x2+kx+3=0

  • Here a=2a = 2a=2, b=kb = kb=k, c=3c = 3c=3

Condition for Equal Roots: A quadratic equation has two equal real roots if and only if its Discriminant is zero (D=0D = 0D=0).

D=b2−4ac=0D = b^2 - 4ac = 0D=b2−4ac=0

Substitute the values: k2−4(2)(3)=0k^2 - 4(2)(3) = 0k2−4(2)(3)=0 k2−24=0k^2 - 24 = 0k2−24=0 k2=24k^2 = 24k2=24 k=±24k = \pm \sqrt{24}k=±24​ k=±26k = \pm 2\sqrt{6}k=±26​

Final Answer: The required value of kkk is ±26\pm 2\sqrt{6}±26​ (i.e., 262\sqrt{6}26​ or −26-2\sqrt{6}−26​).

</details>

Quick Revision Summary

  1. Standard Form: ax2+bx+c=0ax^2 + bx + c = 0ax2+bx+c=0, a≠0a \neq 0a=0.
  2. Methods to Solve:
    • Factorization: Split bxbxbx into two numbers that add up to bbb and multiply to acacac.
    • Quadratic Formula: x=−b±b2−4ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}x=2a−b±b2−4ac​​.
  3. Nature of Roots (D=b2−4acD = b^2 - 4acD=b2−4ac):
    • D>0  ⟹  D > 0 \impliesD>0⟹ Two real and distinct roots.
    • D=0  ⟹  D = 0 \impliesD=0⟹ Two real and equal roots.
    • D<0  ⟹  D < 0 \impliesD<0⟹ No real roots.

Keep practicing regularly, and remember: math isn't about memorization—it's about practice and understanding the logic. You've got this! Happy learning!

Common Student Mistakes to Avoid

  1. Sign Errors in Algebraic Calculations: Mistakes in distributing negative signs across brackets or when transferring terms across the equals sign.
  2. Formula Misapplication: Memorizing formulas without checking required units or conditions (e.g. using diameter instead of radius).
  3. Skipping Intermediate Steps: Jumping directly to final numerical answers without showing step-by-step mathematical working, leading to partial credit loss in board exams.
  4. Incorrect Unit Conversions: Forgetting to convert parameters into uniform SI units (e.g., cm to meters or minutes to seconds) before computing.

Exam Preparation & Frequently Asked Questions (FAQ)

Q1. How should I revise Quadratic Equations for the Class 10 Mathematics examination?

Focus on mastering core textbook definitions, practicing 3-4 numerical problems daily with pen and paper, and reviewing previous year CBSE/NCERT board exam questions.

Q2. What are the key concepts that carry maximum marks in this chapter?

Pay special attention to core definitions, step-by-step derivations, solved textbook examples, and practical real-world applications outlined in your NCERT curriculum.

Q3. How can I avoid losing marks in long answer questions?

Always structure your answers with clear subheadings, write step-by-step working for numerical problems, state given values clearly, and highlight your final answers with correct SI units.

Verified NCERT & Board Exam Aligned Material
Ravindra Higher Secondary School, Waidhan
Previous GuideMatter in Our Surroundings - States of matter, factors affecting evaporation, and latent heatNext GuideReal Numbers - Euclid's division lemma, fundamental theorem of arithmetic, and irrationality proofs

Related Study Notes

MathematicsClass 10

Triangles

Triangles - Criteria for similarity of triangles and application of the Basic Proportionality Theorem (Thales Theorem)

Read Article
MathematicsClass 10

Circles

Circles - Tangents to a circle, properties of tangents drawn from an external point, and geometric proofs

Read Article
MathematicsClass 8

Algebraic Expressions and Identities

Algebraic Expressions and Identities - Addition, subtraction, and multiplication of algebraic expressions, along with standard algebraic identities and their applications

Read Article

NCERT Study Guide Directory

Textbook solutions, chapter notes & practice worksheets by grade

Interlinked Syllabus
Class 10 NCERT Guides14 chapters
  • Triangles
  • Circles
  • The Human Eye and the Colourful World
  • Carbon and its Compounds
  • Magnetic Effects of Electric Current
  • Arithmetic Progressions
  • Electricity
  • Light - Reflection and Refraction
  • Life Processes
  • Acids, Bases and Salts
  • Chemical Reactions and Equations
  • Introduction to Trigonometry
  • → Quadratic Equations (Mathematics)
  • Real Numbers
Class 9 NCERT Guides11 chapters
  • Structure of the Atom
  • Atoms and Molecules
  • Work and Energy
  • Gravitation
  • Force and Laws of Motion
  • Motion
  • The Fundamental Unit of Life
  • Matter in Our Surroundings
  • Coordinate Geometry
  • Number Systems
  • Polynomials
Class 8 NCERT Guides11 chapters
  • Algebraic Expressions and Identities
  • Friction
  • Squares and Square Roots
  • Practical Geometry
  • Sound
  • Combustion and Flame
  • Coal and Petroleum
  • Microorganisms: Friend and Foe
  • Linear Equations in One Variable
  • Understanding Quadrilaterals
  • Rational Numbers
Class 7 NCERT Guides8 chapters
  • Acids, Bases and Salts
  • Heat
  • Nutrition in Animals
  • Nutrition in Plants
  • Perimeter and Area
  • Integers
  • Rational Numbers
  • Simple Equations
Class 6 NCERT Guides8 chapters
  • Algebra
  • Decimals
  • Fractions
  • Knowing Our Numbers
  • Electricity and Circuits
  • Components of Food
  • Getting to Know Plants
  • Separation of Substances
Ravindra Higher Secondary School Logo

Ravindra Higher Secondary School

Waidhan, Singrauli (M.P.)

We Serve Society By Serving People

Established in 1988, Ravindra Higher Secondary School (RHS Waidhan) is dedicated to delivering excellence in education, character building, and holistic growth for students in Waidhan, Singrauli (MP).

Quick Links

  • Home Page
  • About RHS & Leadership
  • Academic Programs & Curriculum
  • Admissions Process 2026-27
  • Campus & Facilities
  • Faculty & Staff Members
  • Photo & Video Gallery
  • Notice Board & Announcements
  • Contact & Location

Shift & Office Hours

KG to Class 5th (Morning Shift)

07:30 AM – 11:30 AM

Class 6th to 12th (Afternoon Shift)

12:00 PM – 05:00 PM

Administrative Office Hours

Mon – Sat: 09:00 AM – 04:00 PM

Address & Location

  • Ravindra Higher Secondary School, Main Campus, Waidhan, Singrauli, Madhya Pradesh – 486886
  • +91 9826986106
  • rhswaidhan@gmail.com

© 2026 Ravindra Higher Secondary School, Waidhan, Singrauli. All rights reserved.

Privacy Policy•Contact Us•Student Portal