Class 10 Mathematics
Exercise 4.1
NCERT Solutions
Olympiad
Board Exam
Chapter 4 — QUADRATIC EQUATIONS
Step-by-step NCERT solutions with stress–strain analysis and exam-oriented hints for Boards, JEE & NEET.
📋 2 questions
⏱ Ideal time: 30-45 min
📍 Now at: Q1
Concept Before Solving
A quadratic equation in one variable is of the form:
$$ax^2 + bx + c = 0,\quad a \ne 0$$
where highest power of variable is 2.
Identification Rule
Bring all terms to one side
Simplify completely
Check highest power of \(x\)
If degree = 2 → Quadratic
If degree ≠ 2 → Not quadratic
Solution Roadmap
Expand brackets carefully
Move all terms to LHS
Combine like terms
Check degree
Visual Insight (Degree Identification)
Quadratic curve (degree = 2)
\((x + 1)^2 = 2(x – 3)\)
Solution
$$\begin{aligned}
(x+1)^2 &= 2(x-3) \\
x^2 + 2x + 1 &= 2x - 6 \\
x^2 + 2x + 1 - 2x + 6 &= 0 \\
x^2 + 7 &= 0
\end{aligned}$$
Highest power = 2 → Quadratic Equation
\(x^2 – 2x = (–2)(3 – x)\)
Solution
$$\begin{aligned}
x^2 - 2x &= -2(3 - x) \\
x^2 - 2x &= -6 + 2x \\
x^2 - 2x - 2x + 6 &= 0 \\
x^2 - 4x + 6 &= 0
\end{aligned}$$
Degree = 2 → Quadratic Equation
\((x – 2)(x + 1) = (x – 1)(x + 3)\)
Solution
$$\begin{aligned}
(x-2)(x+1) &= (x-1)(x+3) \\\
x^2 + x - 2x - 2 &= x^2 + 3x - x - 3 \\\
x^2 - x - 2 &= x^2 + 2x - 3 \\\
x^2 - x - 2 - x^2 - 2x + 3 &= 0 \\\
-3x + 1 &= 0
\end{aligned}$$
Degree = 1 → Not a Quadratic Equation
\((x – 3)(2x +1) = x(x + 5)\)
Solution
$$\begin{aligned}
(x-3)(2x+1) &= x(x+5) \\
2x^2 + x - 6x - 3 &= x^2 + 5x \\
2x^2 - 5x - 3 &= x^2 + 5x \\
2x^2 - x^2 - 5x - 5x - 3 &= 0 \\
x^2 - 10x - 3 &= 0
\end{aligned}$$
Degree = 2 → Quadratic Equation
\((2x – 1)(x – 3) = (x + 5)(x – 1)\)
Solution
$$\begin{aligned}
(2x-1)(x-3) &= (x+5)(x-1) \\
2x^2 - 6x - x + 3 &= x^2 - x + 5x - 5 \\
2x^2 - 7x + 3 &= x^2 + 4x - 5 \\
2x^2 - x^2 - 7x - 4x + 3 + 5 &= 0 \\
x^2 - 11x + 8 &= 0
\end{aligned}$$
Degree = 2 → Quadratic Equation
\(x^2 + 3x + 1 = (x – 2)^2\)
Solution
$$\begin{aligned}
x^2 + 3x + 1 &= (x-2)^2 \\
x^2 + 3x + 1 &= x^2 - 4x + 4 \\
x^2 + 3x + 1 - x^2 + 4x - 4 &= 0 \\
7x - 3 &= 0
\end{aligned}$$
Degree = 1 → Not a Quadratic Equation
\((x + 2)^3 = 2x (x^2 – 1)\)
Solution
$$\begin{aligned}
(x+2)^3 &= 2x(x^2 - 1) \\
x^3 + 6x^2 + 12x + 8 &= 2x^3 - 2x \\
x^3 + 6x^2 + 12x + 8 - 2x^3 + 2x &= 0 \\
-x^3 + 6x^2 + 14x + 8 &= 0
\end{aligned}$$
Degree = 3 → Not a Quadratic Equation
\(x^3 – 4x^2 – x + 1 = (x – 2)^3\)
Solution
$$\begin{aligned}
x^3 - 4x^2 - x + 1 &= (x-2)^3 \\
x^3 - 4x^2 - x + 1 &= x^3 - 6x^2 + 12x - 8 \\
x^3 - 4x^2 - x + 1 - x^3 + 6x^2 - 12x + 8 &= 0 \\
2x^2 - 13x + 9 &= 0
\end{aligned}$$
Degree = 2 → Quadratic Equation
Exam Significance
This concept is directly asked in CBSE Board exams (1–2 mark questions)
Foundation for solving quadratics using factorisation, formula, graph
Frequently tested in NTSE, Olympiads, and JEE foundation level
Critical for understanding discriminant and nature of roots
Common Mistakes to Avoid
Not bringing all terms to one side
Wrong expansion of identities
Ignoring cancellation of highest degree terms
Misidentifying degree after simplification
Concept: Converting Real-Life Problems into Quadratic Equations
Many real-life situations can be translated into quadratic equations using variables.
Standard Modelling Framework
Define variable clearly
Translate words into algebraic expressions
Use given condition (area, product, time etc.)
Form equation
Simplify to standard form \(ax^2 + bx + c = 0\)
Visual Idea (Word → Equation Mapping)
Words
Equation
Solution
Represent the following situations in the form of quadratic equations :
The area of a rectangular plot is 528 \(\mathrm{m^2}\). The length of the plot (in metres) is one more than twice its breadth. We need to find the length and breadth of the plot.
Solution
Let breadth = \(x\) m
Length = \(2x + 1\)
\[\text{Area} = \text{Length} \times \text{Breadth}\]
$$\begin{aligned}
x(2x+1) &= 528 \\
2x^2 + x - 528 &= 0
\end{aligned}$$
Factorisation:
\[2 \times (-528) = -1056\]
\[33 - 32 = 1\]
$$\begin{aligned}
2x^2 + 33x - 32x - 528 &= 0 \\
x(2x + 33) -16(2x + 33) &= 0 \\
(2x + 33)(x - 16) &= 0
\end{aligned}$$
\[x = 16 \quad \text{or} \quad x = -\frac{33}{2}\]
Breadth cannot be negative → \(x = 16\)
Breadth = 16 m
Length = \(2(16) + 1 = 33\) m
The product of two consecutive positive integers is 306. We need to find the integers
Solution
Let first integer = \(x\)
Next integer = \(x + 1\)
$$\begin{aligned}
x(x+1) &= 306 \\
x^2 + x - 306 &= 0
\end{aligned}$$
\[306 = 18 \times 17\]
$$\begin{aligned}
x^2 + 18x - 17x - 306 &= 0 \\
x(x + 18) -17(x + 18) &= 0 \\
(x + 18)(x - 17) &= 0
\end{aligned}$$
\[x = 17 \quad \text{or} \quad x = -18\]
Only positive values valid:
First number = 17
Second number = 18
Rohan’s mother is 26 years older than him. The product of their ages (in years) 3 years from now will be 360. We would like to find Rohan’s present age.
Solution
Let Rohan’s present age = \(x\)
Mother’s age = \(x + 26\)
After 3 years:
Rohan = \(x + 3\)
Mother = \(x + 29\)
$$\begin{aligned}
(x+3)(x+29) &= 360 \\
x^2 + 29x + 3x + 87 &= 360 \\
x^2 + 32x - 273 &= 0
\end{aligned}$$
\[273 = 39 \times 7\]
$$\begin{aligned}
x^2 + 39x - 7x - 273 &= 0 \\
x(x+39) -7(x+39) &= 0 \\
(x+39)(x-7) &= 0
\end{aligned}$$
\[x = 7 \quad \text{or} \quad x = -39\]
Age cannot be negative → \(x = 7\)
Rohan’s age = 7 years
A train travels a distance of 480 km at a uniform speed. If the speed had been 8 km/h less, then it would have taken 3 hours more to cover the same distance. We need to find the speed of the train.
Solution
Let speed = \(v\) km/h
$$\text{Time} = \frac{480}{v}$$
Reduced speed = \(v - 8\)
\[\text{New time} = \frac{480}{v - 8}\]
Given:
\[\frac{480}{v-8} = \frac{480}{v} + 3\]
$$\begin{aligned}
\frac{480}{v-8} - \frac{480}{v} &= 3 \\
\frac{480v - 480(v-8)}{v(v-8)} &= 3 \\
\frac{480v - 480v + 3840}{v(v-8)} &= 3 \\
\frac{3840}{v(v-8)} &= 3
\end{aligned}$$
$$\begin{aligned}
3840 &= 3v(v-8) \\
3840 &= 3v^2 - 24v \\
3v^2 - 24v - 3840 &= 0 \\
v^2 - 8v - 1280 &= 0
\end{aligned}$$
\[1280 = 40 \times 32\]
$$\begin{aligned}
v^2 - 40v + 32v - 1280 &= 0 \\
v(v-40) +32(v-40) &= 0 \\
(v-40)(v+32) &= 0
\end{aligned}$$
\[v = 40 \quad \text{or} \quad v = -32\]
Speed cannot be negative → \(v = 40\)
Speed of train = 40 km/h
Exam Significance
Very frequently asked in CBSE Board (3–4 mark questions)
Core application of quadratic equations in real-life modelling
Important for NTSE, Olympiads, and foundation of higher algebra
Strengthens word → equation conversion (high-weight skill)
Common Mistakes
Wrong variable assumption
Incorrect translation of statements
Errors in fraction handling (especially time problems)
Not rejecting negative values in real-life context