ICSE Class 8 Maths Chapter 18 Quadratic Equations

Read and download the Chapter 18 Quadratic Equations PDF from the official ICSE Book for Class 8 Mathematics. Updated for the 2026-27 academic session, you can access the complete Mathematics textbook in PDF format for free.

ICSE Class 8 Mathematics Chapter 18 Quadratic Equations Digital Edition

For Class 8 Mathematics, this chapter in ICSE Class 8 Maths Chapter 18 Quadratic Equations provides a detailed overview of important concepts. We highly recommend using this text alongside the ICSE Solutions for Class 8 Mathematics to learn the exercise questions provided at the end of the chapter.

Chapter 18 Quadratic Equations ICSE Book Class Class 8 PDF (2026-27)

Chapter 18: Quadratic Equations

Quadratic Equation

An equation of the form \(ax^2 + bx + c = 0\), where a, b and c are real numbers and a ≠ 0, is called a quadratic equation in the variable x.

For Example:

\(x^2 - 3x + 2 = 0\) and \(6x^2 + x - 1 = 0\) are quadratic equations in the variable x.

A number α is a root (or solution) of the quadratic equation \(ax^2 + bx + c = 0\) if it satisfies the equation i.e. if \(aα^2 + bα + c = 0\).

For Example:

When we substitute x = 2 in the quadratic equation \(x^2 - 3x + 2 = 0\), we get \(2^2 - 3 \times 2 + 2 = 0\) i.e. \(4 - 6 + 2 = 0\) i.e. 0 = 0, which is true. Therefore, 2 is a root of the quadratic equation \(x^2 - 3x + 2 = 0\).

When we substitute x = 3 in the quadratic equation \(x^2 - 3x + 2 = 0\), we get \(3^2 - 3 \times 3 + 2 = 0\) i.e. \(9 - 9 + 2 = 0\) i.e. 2 = 0, which is wrong. Therefore, 3 is not a root of the quadratic equation \(x^2 - 3x + 2 = 0\).

Solving Quadratic Equations

Factorisation can be used to solve quadratic equations. The equation \(x^2 - 3x + 2 = 0\) can be written as (x - 1)(x - 2) = 0. This equation can be solved by using a property of real numbers called zero-product rule.

Zero-Product Rule

If a and b are two numbers or expressions and if ab = 0, then either a = 0 or b = 0 or both a = 0 and b = 0

Using this rule, the solutions of the equation (x - 1)(x - 2) = 0 can be obtained by putting each factor equal to zero and then solving for x. Thus, we get

x - 1 = 0 or x - 2 = 0

⟹ x = 1 or x = 2.

Hence, the solutions of the equation \(x^2 - 3x + 2 = 0\) are 1 and 2.

Method To Solve A Quadratic Equation By Factorisation

Proceed As Under:

- Clear all fractions and write the equation in the form \(ax^2 + bx + c = 0\).

- Factorise the left hand side into product of two linear factors.

- Put each linear factor equal to zero and solve the resulting linear equations.

Remark

The solutions (roots) may be checked by substituting in the original equation.

Example 1.

Solve: \(x^2 - 2x - 15 = 0\).

Solution.

Given \(x^2 - 2x - 15 = 0\)

⟹ \(x^2 - 5x + 3x - 15 = 0\)

⟹ \(x(x - 5) + 3(x - 5) = 0\)

⟹ (x - 5)(x + 3) = 0

⟹ x - 5 = 0 or x + 3 = 0

⟹ x = 5 or x = -3.

Hence, the roots of the given equation are 5, -3.

Example 2.

Solve: \(6x^2 + x - 1 = 0\).

Solution.

Given \(6x^2 + x - 1 = 0\)

⟹ \(6x^2 + 3x - 2x - 1 = 0\)

⟹ \(3x(2x + 1) - 1(2x + 1) = 0\)

⟹ (2x + 1)(3x - 1) = 0

⟹ 2x + 1 = 0 or 3x - 1 = 0

⟹ \(x = -\frac{1}{2}\) or \(x = \frac{1}{3}\).

Hence, the roots of the given equation are \(-\frac{1}{2}, \frac{1}{3}\).

Example 3.

Solve: \(9x^2 + 6x + 1 = 0\).

Solution.

Given \(9x^2 + 6x + 1 = 0\)

⟹ \(9x^2 + 3x + 3x + 1 = 0\)

⟹ \(3x(3x + 1) + 1(3x + 1) = 0\)

⟹ (3x + 1)(3x + 1) = 0

⟹ 3x + 1 = 0 or 3x + 1 = 0

⟹ \(x = -\frac{1}{3}\) or \(x = -\frac{1}{3}\).

Hence, the roots of the given equation are \(-\frac{1}{3}, -\frac{1}{3}\).

Note that the given quadratic equation has equal roots.

Example 4.

Solve: \(2x - \frac{1}{x} = 1\).

Solution.

To clear the fractions, multiply both sides of the given equation by x. We get

\(2x^2 - 1 = x\)

⟹ \(2x^2 - x - 1 = 0\)

⟹ \(2x^2 - 2x + x - 1 = 0\)

⟹ \(2x(x - 1) + 1(x - 1) = 0\)

⟹ (2x + 1)(x - 1) = 0

⟹ 2x + 1 = 0 or x - 1 = 0

⟹ \(x = -\frac{1}{2}\) or x = 1.

Hence, the roots of the given equation are \(-\frac{1}{2}, 1\).

Example 5.

Solve: \(\frac{x + 3}{x - 1} = \frac{2x + 1}{3x - 5}\)

Solution.

Given \(\frac{x + 3}{x - 1} = \frac{2x + 1}{3x - 5}\)

⟹ (x + 3)(3x - 5) = (x - 1)(2x + 1) (By cross-multiplication)

⟹ \(3x^2 - 5x + 9x - 15 = 2x^2 + x - 2x - 1\)

⟹ \(3x^2 + 4x - 15 = 2x^2 - x - 1\)

⟹ \(3x^2 - 2x^2 + 4x + x - 15 + 1 = 0\)

⟹ \(x^2 + 5x - 14 = 0\)

⟹ \(x^2 + 7x - 2x - 14 = 0\)

⟹ \(x(x + 7) - 2(x + 7) = 0\)

⟹ (x + 7)(x - 2) = 0

⟹ x + 7 = 0 or x - 2 = 0

⟹ x = -7 or x = 2.

Hence, the roots of the given equation are -7, 2.

Example 6.

Solve \(\frac{x}{x - 1} + \frac{x - 1}{x} = 2\frac{1}{2}\).

Solution.

Given \(\frac{x}{x - 1} + \frac{x - 1}{x} = \frac{5}{2}\)

To clear the fractions, multiply both sides of the given equation by L.C.M. of denominators i.e. by 2x(x - 1). We get

2x \times x + 2(x - 1)(x - 1) = 5x(x - 1)

⟹ \(2x^2 + 2x^2 - 4x + 2 = 5x^2 - 5x\)

⟹ \(4x^2 - 4x + 2 = 5x^2 - 5x\)

⟹ \(4x^2 - 5x^2 - 4x + 5x + 2 = 0\)

⟹ \(-x^2 + x + 2 = 0\)

⟹ \(x^2 - x - 2 = 0\)

⟹ \(x^2 - 2x + x - 2 = 0\)

⟹ \(x(x - 2) + 1(x - 2) = 0\)

⟹ (x + 1)(x - 2) = 0

⟹ x + 1 = 0 or x - 2 = 0

⟹ x = -1 or x = 2.

Hence, the roots of the given equation are -1, 2.

This is a preview of the first 3 pages. To get the complete book, click below.

ICSE Book Class 8 Mathematics Chapter 18 Quadratic Equations

Download the official ICSE Textbook for Class 8 Mathematics Chapter 18 Quadratic Equations, updated for the latest academic session. These e-books are the main textbook used by major education boards across India. All teachers and subject experts recommend the Chapter 18 Quadratic Equations NCERT e-textbook because exam papers for Class 8 are strictly based on the syllabus specified in these books. You can download the complete chapter in PDF format from here.

Download Mathematics Class 8 NCERT eBooks in English

We have provided the complete collection of ICSE books in English Medium for all subjects in Class 8. These digital textbooks are very important for students who have English as their medium of studying. Each chapter, including Chapter 18 Quadratic Equations, contains detailed explanations and a detailed list of questions at the end of the chapter. Simply click the links above to get your free Mathematics textbook PDF and start studying today.

Benefits of using ICSE Class 8 Textbooks

The Class 8 Mathematics Chapter 18 Quadratic Equations book is designed to provide a strong conceptual understanding. Students should also access NCERT Solutions and revision notes on studiestoday.com to enhance their learning experience.

FAQs

Where can I download the latest ICSE Class 8 Maths Chapter 18 Quadratic Equations in PDF for 2026-27?

You can download the latest, teacher-verified PDF for ICSE Class 8 Maths Chapter 18 Quadratic Equations for free on StudiesToday.com. These digital editions are updated as per 2026-27 session and are optimized for mobile reading.

Does this Mathematics book follow the latest NCERT rationalized syllabus?

Yes, our collection of Class 8 Mathematics NCERT books follow the 2026 rationalization guidelines. All deleted chapters have been removed and has latest content for you to study.

Why is it better to download ICSE Class 8 Maths Chapter 18 Quadratic Equations chapter-wise?

Downloading chapter-wise PDFs for Class 8 Mathematics allows for faster access, saves storage space, and makes it easier to focus in 2026 on specific topics during revision.

Are these NCERT books for Class 8 Mathematics sufficient for scoring 100%?

NCERT books are the main source for ICSE exams. By reading ICSE Class 8 Maths Chapter 18 Quadratic Equations line-by-line and practicing its questions, students build strong understanding to get full marks in Mathematics.