Ch 2  ·  Q–
0%
Class 10 Mathematics Exercise 2.1 NCERT Solutions Olympiad Board Exam

Chapter 2 — POLYNOMIALS

Step-by-step NCERT solutions with stress–strain analysis and exam-oriented hints for Boards, JEE & NEET.

📋2 questions
Ideal time: 20-25 min
📍Now at: Q1
Q1
NUMERIC3 marks

Find the zeroes of the following quadratic polynomials and verify the relationship between the zeroes and the coefficients.

Concept, Theory & Solution Roadmap

1. Standard Form of Quadratic Polynomial

A quadratic polynomial is written as: \[ ax^2 + bx + c \quad (a \neq 0) \]

2. Relationship Between Zeroes and Coefficients

If zeroes are \( \alpha \) and \( \beta \), then:

\[ \alpha + \beta = -\frac{b}{a}, \quad \alpha\beta = \frac{c}{a} \]

3. Solution Roadmap (Exam Strategy)
  • Identify \(a, b, c\)
  • Compute \(a \times c\)
  • Find two numbers → product = \(ac\), sum = \(b\)
  • Split middle term
  • Factorise using grouping
  • Find roots
  • Verify using formulas
4. Graph Interpretation (Conceptual Understanding)

Zeroes are the x-intercepts of the graph:

α β
  1. \(x^2 - 2x - 8\)

    Step 1: Identify coefficients

    \[ a=1,\quad b=-2,\quad c=-8 \]

    Step 2: Compute product

    \[ a \times c = 1 \times (-8) = -8 \]

    Step 3: Find numbers

    \[ 2 \text{ and } -4 \quad (product=-8,\ sum=-2) \]

    Step 4: Split middle term

    \[ x^2 - 2x - 8 = x^2 + 2x - 4x - 8 \]

    Step 5: Factorisation

    \[ = x(x+2) -4(x+2) \] \[ = (x+2)(x-4) \]

    Step 6: Roots

    \[ x=-2,\quad x=4 \]

    Step 7: Verification

    \[ \alpha+\beta = 4+(-2)=2 = -\frac{-2}{1} \] \[ \alpha\beta = 4(-2)=-8 = \frac{-8}{1} \]
  2. \(4s^2 - 4s + 1\)

    Step 1

    \[ a=4,\ b=-4,\ c=1 \]

    Step 2

    \[ ac = 4 \]

    Step 3

    \[ -2,\ -2 \]

    Step 4

    \[ 4s^2 -2s -2s +1 \]

    Step 5

    \[ 2s(2s-1) -1(2s-1) \] \[ = (2s-1)^2 \]

    Step 6

    \[ 2s-1=0 \Rightarrow s=\frac{1}{2} \]

    Double root

    Repeated Root

    Verification

    \[ \frac{1}{2}+\frac{1}{2}=1,\quad -\frac{-4}{4}=1 \] \[ \frac{1}{2}\cdot\frac{1}{2}=\frac{1}{4}=\frac{1}{4} \]
  3. \(6x^2 - 7x - 3\)

    Step 1

    \[ a=6,\ b=-7,\ c=-3 \]

    Step 2

    \[ ac=-18 \]

    Step 3

    \[ -9,\ 2 \]

    Step 4

    \[ 6x^2 -9x +2x -3 \]

    Step 5

    \[ 3x(2x-3) +1(2x-3) \] \[ = (3x+1)(2x-3) \]

    Step 6

    \[ x=\frac{3}{2},\quad x=-\frac{1}{3} \]

    Verification

    \[ \frac{3}{2}-\frac{1}{3}=\frac{7}{6}=-\frac{-7}{6} \] \[ \frac{3}{2}\cdot -\frac{1}{3}=-\frac{1}{2}=\frac{-3}{6} \]
  4. \(4u^2 + 8u\)

    Step 1

    \[ 4u(u+2) \]

    Step 2

    \[ u=0,\quad u=-2 \]

    Verification

    \[ 0+(-2)=-2=-\frac{8}{4} \] \[ 0 \cdot (-2)=0 \]
  5. \(t^2 - 15\)

    Step 1

    \[ t^2=15 \]

    Step 2

    \[ t=\pm \sqrt{15} \]

    Verification

    \[ \sqrt{15}+(-\sqrt{15})=0 \] \[ \sqrt{15}(-\sqrt{15})=-15 \]
  6. \(3x^2 - x - 4\)

    Step 1

    \[ ac=-12 \]

    Step 2

    \[ -4,\ 3 \]

    Step 3

    \[ 3x^2 -4x +3x -4 \]

    Step 4

    \[ x(3x-4)+1(3x-4) \] \[ = (x+1)(3x-4) \]

    Step 5

    \[ x=-1,\quad x=\frac{4}{3} \]

    Verification

    \[ \frac{4}{3}-1=\frac{1}{3} \] \[ -\frac{-1}{3}=\frac{1}{3} \] \[ \frac{4}{3}(-1)=-\frac{4}{3} \]

Why This Exercise is Important

For CBSE Board Exams
  • Direct 3–4 mark questions from factorisation
  • Verification step is often compulsory
  • Case-based questions use root relationships
For Competitive Exams (JEE, NDA, SSC, CUET)
  • Foundation of quadratic equations
  • Used in coordinate geometry & calculus
  • Helps in graph-based MCQs
Concept Mastery
  • Builds algebraic manipulation speed
  • Strengthens number sense
  • Improves factorisation accuracy
↑ Top
1 / 2  ·  50%
Q2 →
Q2
NUMERIC3 marks

Find a quadratic polynomial each with the given numbers as the sum and product of its zeroes respectively.

Concept & Fast Construction Method

Direct Formula (Most Important)

If sum of zeroes = \(S\) and product = \(P\), then the quadratic polynomial is:

\[ p(x) = x^2 - Sx + P \]
Why this works

From theory: \[ \alpha + \beta = -\frac{b}{a}, \quad \alpha\beta = \frac{c}{a} \] Taking \(a=1\): \[ b = -S,\quad c = P \]

Exam Tip
  • Always use \(x^2 - Sx + P\) → fastest method
  • Avoid long coefficient solving unless required
Visual Meaning
α β
  1. \(S=\frac{1}{4},\; P=-1\)

    Step 1: Use formula

    \[ p(x)=x^2 - Sx + P \]

    Step 2: Substitute

    \[ p(x)=x^2 - \frac{1}{4}x -1 \]

    Step 3: Remove fraction (multiply by 4)

    \[ p(x)=4x^2 - x -4 \]

    Verification

    \[ -\frac{-1}{4}=\frac{1}{4}, \quad \frac{-4}{4}=-1 \]
  2. \(S=\sqrt{2},\; P=\frac{1}{3}\)

    Step 1

    \[ p(x)=x^2 - \sqrt{2}x + \frac{1}{3} \]

    Optional simplification

    \[ 3x^2 - 3\sqrt{2}x +1 \]

    Verification

    \[ -\frac{-\sqrt{2}}{1}=\sqrt{2}, \quad \frac{1}{3} \]
  3. \(S=0,\; P=\sqrt{5}\)

    Step 1

    \[ p(x)=x^2 - 0x + \sqrt{5} \]

    Final polynomial

    \[ p(x)=x^2 + \sqrt{5} \]

    Important Note

    This polynomial has no real roots (since discriminant is negative).

    Verification

    \[ -\frac{0}{1}=0,\quad \frac{\sqrt{5}}{1}=\sqrt{5} \]
  4. \(S=1,\; P=1\)

    Step 1

    \[ p(x)=x^2 - x + 1 \]

    Important Insight

    Though sum = 1 and product = 1, roots are complex:

    \[ x=\frac{1 \pm i\sqrt{3}}{2} \]

    Verification

    \[ -\frac{-1}{1}=1,\quad \frac{1}{1}=1 \]
  5. \(S=-\frac{1}{4},\; P=\frac{1}{4}\)

    Step 1

    \[ p(x)=x^2 -(-\frac{1}{4})x + \frac{1}{4} \]

    Step 2

    \[ p(x)=x^2 + \frac{1}{4}x + \frac{1}{4} \]

    Step 3 (clear fraction)

    \[ 4x^2 + x +1 \]

    Verification

    \[ -\frac{1/4}{1}=-\frac{1}{4}, \quad \frac{1}{4} \]
  6. \(S=4,\; P=1\)

    Step 1

    \[ p(x)=x^2 - 4x +1 \]

    Verification

    \[ -\frac{-4}{1}=4,\quad \frac{1}{1}=1 \]

Exam Importance & Application

For Board Exams
  • Direct 2–3 mark question guaranteed
  • Often combined with verification or graph questions
  • Case study questions use this concept
For Competitive Exams
  • Used in quadratic equation problems (JEE, NDA, CUET)
  • Helps in forming equations quickly from roots
  • Important in algebra simplification & transformations
Concept Power
  • Transforms root-based problems instantly
  • Builds speed for MCQs
  • Foundation for higher algebra
← Q1
2 / 2  ·  100%
↑ Back to top
🎓

Chapter Complete!

All 2 solutions for POLYNOMIALS covered.

↑ Review from the top

Additional Solved Examples (Concept Mastery Booster)

Quick Reminder (Roadmap)
  1. \(x^2 + 5x + 6\) \[ a=1,\ b=5,\ c=6 \] \[ ac=6 \] Numbers: \(2, 3\) \[ x^2 + 2x + 3x + 6 \] \[ x(x+2) + 3(x+2) \] \[ (x+2)(x+3) \] Roots: \(-2, -3\) Verification: \[ -2 + (-3) = -5 = -\frac{5}{1} \] \[ (-2)(-3)=6 \]
  2. \(2x^2 + 7x + 3\) \[ ac=6 \] Numbers: \(6,1\) \[ 2x^2 + 6x + x + 3 \] \[ 2x(x+3) +1(x+3) \] \[ (2x+1)(x+3) \] Roots: \[ x=-\frac{1}{2},\ -3 \]
  3. \(x^2 - 9\) \[ x^2 - 3^2 \] \[ (x-3)(x+3) \] Roots: \(3,-3\)
  4. \(3x^2 + 5x - 2\) \[ ac=-6 \] Numbers: \(6,-1\) \[ 3x^2 +6x -x -2 \] \[ 3x(x+2) -1(x+2) \] \[ (3x-1)(x+2) \] Roots: \[ \frac{1}{3},\ -2 \]
  5. \(x^2 - 4x + 4\) \[ (x-2)^2 \] Root: \(2,2\) (equal roots)
  6. \(4x^2 - 25\) \[ (2x)^2 - 5^2 \] \[ (2x-5)(2x+5) \] Roots: \[ \frac{5}{2},\ -\frac{5}{2} \]
  7. \(x^2 + x - 2\) \[ ac=-2 \] Numbers: \(2,-1\) \[ x^2 +2x -x -2 \] \[ x(x+2) -1(x+2) \] \[ (x-1)(x+2) \] Roots: \[ 1,\ -2 \]
  8. \(5x^2 - x - 6\) \[ ac=-30 \] Numbers: \(5,-6\) \[ 5x^2 +5x -6x -6 \] \[ 5x(x+1) -6(x+1) \] \[ (5x-6)(x+1) \] Roots: \[ \frac{6}{5},\ -1 \]
  9. \(x^2 + 2x + 5\) \[ D = 4 - 20 = -16 \] Roots: \[ x = -1 \pm 2i \] (Complex roots)
  10. \(2x^2 - 3x + 1\) \[ ac=2 \] Numbers: \(-1,-2\) \[ 2x^2 -x -2x +1 \] \[ x(2x-1) -1(2x-1) \] \[ (2x-1)(x-1) \] Roots: \[ \frac{1}{2},\ 1 \]

Why These Examples Matter

HOTS Questions (CBSE Pattern)

  1. [Easy] If sum = 6 and product = 5, find the polynomial and its roots.
  2. [Easy] Find the nature of roots of \(x^2 - 4x + 4\).
  3. [Easy] If one root is 2 and product is 6, find the other root.
  4. [Easy] Find sum of zeroes of \(3x^2 - 7x + 2\).
  5. [Easy] If roots are equal, what is discriminant?
  6. [Medium] Construct quadratic with roots \(2\) and \(-3\), then verify.
  7. [Medium] If sum = 0 and product = -9, find polynomial and graph nature.
  8. [Medium] Find quadratic whose roots differ by 3 and sum is 5.
  9. [Medium] If one root is reciprocal of another and sum = 5/2, find polynomial.
  10. [Medium] Determine k so that \(x^2 + kx + 9\) has equal roots.
  11. [Hard] If roots are \(a+b\) and \(a-b\), form quadratic in terms of a, b.
  12. [Hard] If one root is square of another, product = 16, find roots.
  13. [Hard] Find quadratic whose roots are \( \sqrt{2} + \sqrt{3},\ \sqrt{2} - \sqrt{3}\).
  14. [Hard] If sum = product, find general quadratic form.
  15. [Hard] If roots are inverses, prove product = 1 and form polynomial.
  16. [Assertion] If sum = 0, polynomial has no x-term.
    [Reason] Because coefficient b = 0.
  17. [Assertion] If D < 0, roots are real.
    [Reason] Discriminant determines nature.
  18. [Assertion] Product of roots negative ⇒ opposite signs.
    [Reason] Multiplication rule of signs.
  19. [Assertion] Equal roots ⇒ graph touches x-axis.
    [Reason] Vertex lies on x-axis.
  20. [Assertion] Larger discriminant ⇒ roots farther apart.
    [Reason] Root difference depends on √D.

Difficulty Mapping (AI Guided)

Level Concept Exam Relevance
Easy Direct formula \(x^2 - Sx + P\) Board 1–2 marks
Medium Mixed conditions, verification Board 3–4 marks
Hard Radicals, parameter-based questions JEE / Olympiad

Smart Revision Sheet (1-Minute Recall)

Core Formula
\[ p(x)=x^2 - Sx + P \]
Relations
\[ \alpha+\beta = -\frac{b}{a}, \quad \alpha\beta = \frac{c}{a} \]
Discriminant
\[ D=b^2 - 4ac \]
Fast Tricks
Exam Strategy
Academia Aeternum · Mathematics

Polynomial AI Lab

Zero Finder · Sum/Product Engine · Adaptive MCQ · Exam Mode · Diagnostics

🔍Enter Polynomial p(x)

Use * for × ^ for power 2*x not 2x

📈Graph — Scroll Zoom · Drag Pan

 

Zeroes Detected

Total Zeroes
±10⁻⁷
Precision
Search Range
#x valuep(x)BehaviourMultiplicity
Enter polynomial above

🤖AI Analysis

Enter a polynomial to see analysis.

⚗️Build Polynomial from Zeroes

p(x) = x² − Sx + P α + β = S α · β = P

🔢Step-by-Step Solution

Enter Sum and Product above to see solution.

📈Graph

🧠Adaptive Practice Engine

Level 1 — Foundation
Q 1 / 15 🔥 0
Loading question…

📊Session Score

0
Correct
0
Attempted
—%
Accuracy
0
Best Streak

Timed Exam Mode

60
seconds remaining

📝Exam Question

Press ▶ to start exam

📊Exam Score

0
Score
0
Attempted
—%
Accuracy

🔬Common Mistake Analyzer

  • ⚠️
    Sign Error — Sum/Product
    Forgetting the negative sign: α+β = −b/a not +b/a. Always check: for x²−5x+6, S=+5 (not −5).
  • ✖️
    Multiplication Error — Product
    αβ = c/a. If p(x)=2x²−8x+6, then P=6/2=3, not 6. Always divide by leading coefficient.
  • 📐
    Wrong Standard Form
    Must write ax²+bx+c=0. If equation is x²=4x, rewrite as x²−4x+0=0 first.
  • 🔺
    Discriminant Miscalculation
    D = b²−4ac. Note: b is the coefficient of x (with its sign). For x²−5x+6: b=−5, D=(−5)²−4(1)(6)=1.
  • 📉
    Graph — Parabola Direction
    If a>0: opens upward (∪). If a<0: opens downward (∩). Vertex is at x=−b/2a.
  • 🔄
    Verification Shortcut
    Always verify: if roots are α,β then α+β must equal S and α×β must equal P from original polynomial.
  • Complex Root Confusion
    If D<0, roots are complex — they do NOT appear on the x-axis. The graph does not touch/cross the x-axis.
  • 📋
    Multiplicity Miss
    If graph touches x-axis but doesn't cross: double root (even multiplicity). x²−4x+4=(x−2)²: root x=2 with mult=2.

📚Key Formulae Reference

FormulaExpressionNotes
p(x) x² − Sx + P Build from sum S, product P
α + β −b/a Sum of zeroes
αβ c/a Product of zeroes
Discriminant b² − 4ac Determines root nature
D > 0 Two real distinct roots Graph cuts x-axis twice
D = 0 Two equal real roots Graph touches x-axis once
D < 0 No real roots Graph doesn't touch x-axis
Vertex x −b / 2a Axis of symmetry

📊Performance Tracker

0
Total Attempts
0
Correct
—%
Accuracy
Accuracy bar · updates live

📈Recent Activity

Polynomial AI Lab · Academia Aeternum · Zero External Dependencies · API Free
📚
ACADEMIA AETERNUM तमसो मा ज्योतिर्गमय · Est. 2025
Sharing this chapter
Polynomials Class 10 Exercise 2.2 – NCERT Solutions with Steps
Polynomials Class 10 Exercise 2.2 – NCERT Solutions with Steps — Complete Notes & Solutions · academia-aeternum.com
Exercise 2.2 of NCERT Class X Mathematics Chapter 2, "Polynomials," focuses on the concept of zeros of a polynomial and their graphical interpretation. This exercise deepens a student's understanding of how to determine the number of zeros from graphs, and relates graphical solutions to algebraic forms of polynomials. Students learn through practical examples and visual reasoning how the graph of a linear or quadratic polynomial corresponds to its roots. Working through these questions helps in…
🎓 Class 10 📐 Mathematics 📖 NCERT ✅ Free Access 🏆 CBSE · JEE
Share on
academia-aeternum.com/class-10/mathematics/polynomials/exercises/exercise-2.2/ Copy link
💡
Exam tip: Sharing chapter notes with your study group creates a reinforcement loop. Teaching a concept is the fastest path to mastering it.

Get in Touch

Let's Connect

Questions, feedback, or suggestions?
We'd love to hear from you.