← Back to all lessons
Class 10Algebra13:25Published 13 Oct 2024

Speed, Time and Distance Problems with Quadratic Equations

Solve Class 10 speed, time and distance word problems by setting them up as quadratic equations and finding the speed of a train two ways.

This lesson turns two classic train problems into quadratic equations using the relationship between distance, speed and time. Each problem is solved twice, first by factorisation and then with the quadratic formula, so you can pick whichever method is faster on the day. Along the way you also see how to find a square root by long division when the formula gives a large number under the root.

What you'll learn

  • How to set up a speed, time and distance problem as a quadratic equation
  • Solving the same equation by factorisation and by the quadratic formula
  • Why a negative speed answer is rejected and the positive root is kept
  • Finding a square root by the long division method

Lesson chapters

0:00Distance, speed and time formulas
0:17Train problem: forming the equation
2:19Solving by factorisation
3:20Solving with the quadratic formula
4:07Square root by long division
6:34Second problem: express and passenger trains

Lesson notes

This lesson works through two Class 10 word problems on speed, time and distance. In each one we use the relationship between distance, speed and time to build a quadratic equation, then solve it by factorisation and again with the quadratic formula.

The basic formulas

The three forms of the speed relationship are:

Distance=Speed×Time\text{Distance} = \text{Speed} \times \text{Time}

Speed=DistanceTime\text{Speed} = \frac{\text{Distance}}{\text{Time}}

Time=DistanceSpeed\text{Time} = \frac{\text{Distance}}{\text{Speed}}

Problem 1: speed of the train

A train travels 360360 km at a uniform speed. If the speed had been 55 km/h more, it would have taken 11 hour less for the same journey. Find the speed of the train.

Let the speed be xx km/h. Then the time taken is:

360x\frac{360}{x}

With the speed 55 km/h more, the new speed is x+5x + 5 and the new time is:

360x+5\frac{360}{x + 5}

The new time is 11 hour less, so:

360x360x+5=1\frac{360}{x} - \frac{360}{x + 5} = 1

Taking 360360 out and combining the fractions:

360(1x1x+5)=1360 \left( \frac{1}{x} - \frac{1}{x + 5} \right) = 1

360(x+5)xx(x+5)=1360 \cdot \frac{(x + 5) - x}{x(x + 5)} = 1

360×5x(x+5)=1\frac{360 \times 5}{x(x + 5)} = 1

So 1800=x(x+5)1800 = x(x + 5), which gives the quadratic:

x2+5x1800=0x^2 + 5x - 1800 = 0

By factorisation

We need two numbers with product 1800-1800 and sum +5+5. Since the product is negative, look for numbers whose difference is 55: these are 4545 and 4040. The equation factors as:

(x+45)(x40)=0(x + 45)(x - 40) = 0

So x=45x = -45 or x=40x = 40. Speed cannot be negative, so x=40x = 40.

By the quadratic formula

With a=1a = 1, b=5b = 5, c=1800c = -1800:

b24ac=524(1)(1800)=25+7200=7225b^2 - 4ac = 5^2 - 4(1)(-1800) = 25 + 7200 = 7225

7225=85\sqrt{7225} = 85

x=5±852x = \frac{-5 \pm 85}{2}

This gives x=802=40x = \tfrac{80}{2} = 40 or x=902=45x = \tfrac{-90}{2} = -45. Rejecting the negative value, x=40x = 40.

The speed of the train is 4040 km/h.

Finding a square root by long division

To check 7225\sqrt{7225}, group the digits in pairs from the right: 7272 and 2525. The largest square not exceeding 7272 is 64=8264 = 8^2, so the first digit is 88 and the remainder is 7264=872 - 64 = 8. Bring down 2525 to get 825825. Double the 88 to get 1616, then find a digit dd so that (160+d)×d825(160 + d) \times d \le 825. Here 165×5=825165 \times 5 = 825 exactly, so the next digit is 55 and:

7225=85\sqrt{7225} = 85

Problem 2: express and passenger trains

An express train takes 11 hour less than a passenger train to travel 132132 km between Mysore and Bangalore. The express train's average speed is 1111 km/h more than the passenger train's. Find the average speed of each train.

Let the passenger train's speed be xx km/h, so the express train's speed is x+11x + 11 km/h. Their times are:

Passenger: 132x,Express: 132x+11\text{Passenger: } \frac{132}{x}, \qquad \text{Express: } \frac{132}{x + 11}

The express train takes 11 hour less:

132x132x+11=1\frac{132}{x} - \frac{132}{x + 11} = 1

132(x+11)xx(x+11)=1132 \cdot \frac{(x + 11) - x}{x(x + 11)} = 1

132×11x(x+11)=1\frac{132 \times 11}{x(x + 11)} = 1

So 1452=x(x+11)1452 = x(x + 11), giving:

x2+11x1452=0x^2 + 11x - 1452 = 0

By factorisation

We need two numbers with product 1452-1452 and sum +11+11: these are 4444 and 33-33. So:

(x+44)(x33)=0(x + 44)(x - 33) = 0

Then x=44x = -44 or x=33x = 33. Rejecting the negative value, x=33x = 33.

By the quadratic formula

With a=1a = 1, b=11b = 11, c=1452c = -1452:

b24ac=1124(1)(1452)=121+5808=5929b^2 - 4ac = 11^2 - 4(1)(-1452) = 121 + 5808 = 5929

5929=77\sqrt{5929} = 77

x=11±772x = \frac{-11 \pm 77}{2}

This gives x=662=33x = \tfrac{66}{2} = 33 or x=882=44x = \tfrac{-88}{2} = -44. Rejecting the negative value, x=33x = 33.

So the passenger train's average speed is 3333 km/h and the express train's is 33+11=4433 + 11 = 44 km/h.

Key takeaways

  • Use Time=DistanceSpeed\text{Time} = \dfrac{\text{Distance}}{\text{Speed}} and the given time difference to form a quadratic equation.
  • Solve by factorisation when the numbers are easy to spot; switch to the quadratic formula quickly if they are not.
  • A speed must be positive, so always reject the negative root.