← Back to all lessons
Class 10Algebra5:08Published 29 Jan 2025

Two Quadratic Equation Questions for Class 10

Two exam-style quadratic equation problems for Class 10: proving a condition for equal roots using the discriminant, and finding a train's speed from a word problem.

This lesson works through two important Class 10 quadratic equation questions. The first uses the equal-roots condition (discriminant equal to zero) to prove a relationship between the constants. The second turns a train journey word problem into a quadratic equation and solves it by factorisation to find the actual speed. Both are common board-exam questions, shown step by step.

What you'll learn

  • How to use the equal-roots condition, where the discriminant is zero, to prove a relationship between the constants in a quadratic
  • Expanding and simplifying the discriminant carefully to reach a clean result
  • Turning a time, speed, and distance word problem into a quadratic equation
  • Solving the quadratic by factorisation and rejecting the answer that makes no physical sense

Lesson chapters

0:00Equal roots question and setup
0:40Working out the discriminant
1:34Applying the equal-roots condition
2:07Train speed word problem setup
3:07Forming the quadratic equation
3:58Factorising and finding the speed

Lesson notes

This lesson covers two common Class 10 quadratic equation questions: proving a condition for equal roots, and a speed word problem solved with a quadratic.

Question 1: Condition for equal roots

We are given the quadratic equation

(1+m2)x2+2mcx+(c2a2)=0(1 + m^2)x^2 + 2mcx + (c^2 - a^2) = 0

and told it has two equal roots. We must prove that c2=a2(1+m2)c^2 = a^2(1 + m^2).

Identify the coefficients

Comparing with ax2+bx+c=0ax^2 + bx + c = 0:

A=1+m2,B=2mc,C=c2a2A = 1 + m^2, \quad B = 2mc, \quad C = c^2 - a^2

Compute the discriminant

B24AC=(2mc)24(1+m2)(c2a2)B^2 - 4AC = (2mc)^2 - 4(1 + m^2)(c^2 - a^2)

Expanding each part:

(2mc)2=4m2c2(2mc)^2 = 4m^2c^2

4(1+m2)(c2a2)=4c24a2+4m2c24m2a24(1 + m^2)(c^2 - a^2) = 4c^2 - 4a^2 + 4m^2c^2 - 4m^2a^2

So

B24AC=4m2c24c2+4a24m2c2+4m2a2=4c2+4a2+4m2a2B^2 - 4AC = 4m^2c^2 - 4c^2 + 4a^2 - 4m^2c^2 + 4m^2a^2 = -4c^2 + 4a^2 + 4m^2a^2

Apply the equal-roots condition

For equal roots the discriminant is zero:

4c2+4a2+4m2a2=0-4c^2 + 4a^2 + 4m^2a^2 = 0

Dividing by 44 and rearranging:

a2+m2a2=c2a^2 + m^2a^2 = c^2

c2=a2(1+m2)c^2 = a^2(1 + m^2)

which is what we needed to prove.

Question 2: Finding the train's speed

A passenger train takes 33 hours less for a journey of 360360 km when its speed is increased by 1010 km/h from its usual speed. Find the actual speed.

Set up the variables

Let the usual speed be xx km/h. Using time=distancespeed\text{time} = \dfrac{\text{distance}}{\text{speed}}:

usual time=360x,new time=360x+10\text{usual time} = \frac{360}{x}, \qquad \text{new time} = \frac{360}{x + 10}

The faster trip takes 33 hours less, so

360x360x+10=3\frac{360}{x} - \frac{360}{x + 10} = 3

Form the quadratic

Taking 360360 out and combining the fractions:

360(1x1x+10)=360(x+10)xx(x+10)=3600x(x+10)=3360\left(\frac{1}{x} - \frac{1}{x + 10}\right) = 360 \cdot \frac{(x + 10) - x}{x(x + 10)} = \frac{3600}{x(x + 10)} = 3

So 3600=3x(x+10)3600 = 3x(x + 10), giving 1200=x2+10x1200 = x^2 + 10x, that is

x2+10x1200=0x^2 + 10x - 1200 = 0

Solve by factorisation

We need two numbers with product 1200-1200 and sum 1010: these are 4040 and 30-30.

(x+40)(x30)=0(x + 40)(x - 30) = 0

x=40orx=30x = -40 \quad \text{or} \quad x = 30

Speed cannot be negative, so we reject x=40x = -40. The actual speed is

x=30 km/hx = 30 \text{ km/h}

Key takeaways

  • A quadratic has equal roots exactly when its discriminant b24acb^2 - 4ac is zero; setting that to zero gives the required relationship between constants.
  • Expand and simplify the discriminant carefully so terms cancel cleanly.
  • Word problems on time, speed, and distance often reduce to a quadratic; solve by factorisation and discard any root that is physically impossible (here a negative speed).