← Back to all lessons
Class 10Algebra27:57Published 4 Mar 2024

Quadratic Equation: Important Questions (Part 1)

A revision of the key quadratic equation facts and formulae, then worked solutions by factorisation and by the quadratic formula.

This Class 10 lesson starts with the must-know facts about quadratic equations: the standard form, the degree, the number of roots, the quadratic formula, and how the discriminant decides the nature of the roots. It also lists handy formulae for word problems, such as forming two-digit numbers, the distance-speed-time relation, and unit conversions. The teacher then solves four equations by splitting the middle term and one by the quadratic formula, showing every step.

What you'll learn

  • The standard form of a quadratic equation, its degree, and how many roots it can have
  • How the discriminant tells you whether the roots are real, equal, or do not exist
  • Solving quadratic equations by splitting the middle term and by the quadratic formula
  • Useful set-up formulae for word problems: two-digit numbers, distance-speed-time, and unit conversions

Lesson chapters

0:00Standard form, degree, and number of roots
3:42The quadratic formula and the discriminant
6:04Nature of the roots from the discriminant
7:40Formulae for word problems: numbers, speed, units
14:24Solving by splitting the middle term
25:25Solving by the quadratic formula

Lesson notes

This lesson revises the essential facts and formulae for quadratic equations, then works through several equations: four solved by splitting the middle term and one by the quadratic formula.

Key facts about a quadratic equation

The general (standard) form of a quadratic equation is

ax2+bx+c=0,a0,ax^2 + bx + c = 0, \qquad a \neq 0,

where aa, bb, cc are real numbers and bb or cc may be 00. Its degree is 22, and a quadratic equation has at most 22 roots (it may have 22, 11, or no real roots).

The quadratic formula and the discriminant

For ax2+bx+c=0ax^2 + bx + c = 0 with a0a \neq 0, the roots are given by

x=b±b24ac2a,x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a},

where aa is the coefficient of x2x^2, bb the coefficient of xx, and cc the constant term. The discriminant is

D=b24ac.D = b^2 - 4ac.

Nature of the roots

The sign of the discriminant decides the nature of the roots.

  • If D<0D < 0: no real roots.
  • If D=0D = 0: two equal real roots (one repeated root).
  • If D>0D > 0: two distinct real roots.

So D0D \ge 0 gives real roots.

Handy formulae for word problems

These set-up formulae are useful when a word problem leads to a quadratic.

Two-digit numbers

If the tens digit is xx and the units digit is yy, then the number is

10x+y,10x + y,

and with the digits reversed it becomes

10y+x.10y + x.

Distance, speed, and time

distance=speed×time,time=distancespeed,speed=distancetime.\text{distance} = \text{speed} \times \text{time}, \qquad \text{time} = \frac{\text{distance}}{\text{speed}}, \qquad \text{speed} = \frac{\text{distance}}{\text{time}}.

Unit conversions

km/hm/s: ×518,m/skm/h: ×185.\text{km/h} \to \text{m/s}: \ \times \tfrac{5}{18}, \qquad \text{m/s} \to \text{km/h}: \ \times \tfrac{18}{5}.

Also: hours to minutes, multiply by 6060; minutes to hours, divide by 6060; hours to seconds, multiply by 60×6060 \times 60; minutes to seconds, multiply by 6060.

Solving by splitting the middle term

To factorise, find two numbers whose product is a×ca \times c and whose sum is bb, then split the middle term.

Example 1: x2+8x+15=0x^2 + 8x + 15 = 0

Product =15= 15, sum =8= 8, so the numbers are 55 and 33. Since the coefficient of x2x^2 is 11, write directly:

(x+5)(x+3)=0    x=5 or x=3.(x + 5)(x + 3) = 0 \implies x = -5 \ \text{or}\ x = -3.

Solution: x=5, 3x = -5, \ -3.

Example 2: 6x2+11x10=06x^2 + 11x - 10 = 0

Product =6×(10)=60= 6 \times (-10) = -60, sum =11= 11. The numbers are 1515 and 4-4 (their product is 60-60, their sum is 1111). Split:

6x2+15x4x10=06x^2 + 15x - 4x - 10 = 0 3x(2x+5)2(2x+5)=03x(2x + 5) - 2(2x + 5) = 0 (2x+5)(3x2)=0    x=52 or x=23.(2x + 5)(3x - 2) = 0 \implies x = -\tfrac{5}{2} \ \text{or}\ x = \tfrac{2}{3}.

Solution: x=52, 23x = -\tfrac{5}{2}, \ \tfrac{2}{3}.

Example 3: 6x219x+10=06x^2 - 19x + 10 = 0

Product =60= 60, sum =19= -19, so both numbers are negative: 15-15 and 4-4. Split:

6x215x4x+10=06x^2 - 15x - 4x + 10 = 0 3x(2x5)2(2x5)=03x(2x - 5) - 2(2x - 5) = 0 (2x5)(3x2)=0    x=52 or x=23.(2x - 5)(3x - 2) = 0 \implies x = \tfrac{5}{2} \ \text{or}\ x = \tfrac{2}{3}.

Solution: x=52, 23x = \tfrac{5}{2}, \ \tfrac{2}{3}.

Example 4: 6x211x10=06x^2 - 11x - 10 = 0

Product =60= -60, sum =11= -11. The numbers are 15-15 and 44. Split:

6x215x+4x10=06x^2 - 15x + 4x - 10 = 0 3x(2x5)+2(2x5)=03x(2x - 5) + 2(2x - 5) = 0 (2x5)(3x+2)=0    x=52 or x=23.(2x - 5)(3x + 2) = 0 \implies x = \tfrac{5}{2} \ \text{or}\ x = -\tfrac{2}{3}.

Solution: x=52, 23x = \tfrac{5}{2}, \ -\tfrac{2}{3}.

Solving by the quadratic formula

Example: x2+15x+36=0x^2 + 15x + 36 = 0

First check it is in standard form (it is), so a=1a = 1, b=15b = 15, c=36c = 36. Find the discriminant:

D=b24ac=1524(1)(36)=225144=81>0,D = b^2 - 4ac = 15^2 - 4(1)(36) = 225 - 144 = 81 > 0,

so there are two distinct real roots, and D=81=9\sqrt{D} = \sqrt{81} = 9. Apply the formula:

x=15±92(1)=15+92, 1592=62, 242=3, 12.x = \frac{-15 \pm 9}{2(1)} = \frac{-15 + 9}{2}, \ \frac{-15 - 9}{2} = \frac{-6}{2}, \ \frac{-24}{2} = -3, \ -12.

Solution: x=3, 12x = -3, \ -12.

Key takeaways

  • A quadratic equation ax2+bx+c=0ax^2 + bx + c = 0 (a0a \neq 0) has degree 22 and at most two roots.
  • The discriminant D=b24acD = b^2 - 4ac decides the nature of the roots: D<0D < 0 none, D=0D = 0 equal, D>0D > 0 distinct.
  • To split the middle term, find two numbers with product a×ca \times c and sum bb; otherwise use x=b±b24ac2ax = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a}.