CBSE Class 10 Mathematics Chapter 19: Quadratic Equations NCERT Solutions

NCERT Solutions PDF Class 10 PDF

This chapter introduces students to the concept of Quadratic Equations in CBSE Class 10 Mathematics. The NCERT Solutions provided cover Exercise 4.1, focusing on identifying whether a given equation is quadratic and representing real-world situations using quadratic equations. Students will learn to expand and simplify algebraic expressions to check the standard form of a quadratic equation, ax^2 + bx + c = 0. The solutions also guide students on how to translate word problems involving areas, consecutive integers, ages, and uniform motion into their corresponding quadratic equation forms. These detailed, step-by-step solutions are designed to build a strong foundation for understanding and solving quadratic equations, aiding students in their exam preparation and revision.

Quick info

BoardCBSE
ClassClass 10
SubjectMathematics
Session2026
LanguageEnglish
TypeNCERT Solutions
ChapterChapter 19

Chapter summary

Chapter 19 of the NCERT Class 10 Mathematics textbook deals with Quadratic Equations. This section provides solutions for Exercise 4.1, which focuses on the fundamental aspects of quadratic equations. The exercises involve verifying if given equations are quadratic by simplifying them to the standard form ax^2 + bx + c = 0 and formulating quadratic equations from given real-world scenarios. The solutions offer clear, step-by-step guidance for each problem.

Learning outcomes

  • Understand the definition and standard form of a quadratic equation.
  • Identify whether a given algebraic equation is quadratic.
  • Simplify complex algebraic expressions to determine if they represent quadratic equations.
  • Formulate quadratic equations from given real-world problem statements.
  • Apply algebraic manipulation skills to solve problems involving quadratic equations.

Topics covered

Paper topics

  • Introduction to Quadratic Equations
  • Standard form of a quadratic equation
  • Identifying quadratic equations
  • Simplifying algebraic expressions
  • Formulating quadratic equations from word problems
  • Area of a rectangle
  • Consecutive integers
  • Ages problems
  • Uniform speed problems

Important topics

  • Standard form of a quadratic equation (ax^2 + bx + c = 0)
  • Checking if an equation is quadratic
  • Setting up quadratic equations from word problems
  • Algebraic simplification for verification

PDF preview

Read page by page below. PDF is streamed from the official NCERT website — no download button on this page.

Loading document …
Page of
Loading page …

Questions and Solutions

Question 1

Check whether the following are quadratic equations:
  1. (x+1)^2 = 2(x-3)
  2. x^2 - 2x = (-2)(3-x)
  3. (x-2)(x+1) = (x-1)(x+3)
  4. (x-3)(2x+1) = x(x+5)
  5. (2x-1)(x-3)=(x+5)(x-1)
  6. x^2+3x+1=(x-2)^2
  7. (x+2)^3 = 2x(x^2-1)
  8. x^3 - 4x^2 - x + 1 = (x-2)^3
Solution:

A quadratic equation is an equation of the form ax^2 + bx + c = 0, where a, b, c are real numbers and a \neq 0. We need to simplify each given equation to check if it fits this form.

  1. Given equation: (x+1)^2 = 2(x-3)

    Expand both sides: x^2 + 2x + 1 = 2x - 6

    Rearrange to the standard form: x^2 + 2x + 1 - 2x + 6 = 0

    Simplify: x^2 + 7 = 0

    This equation is in the form ax^2 + bx + c = 0 with a=1, b=0, and c=7. Since a \neq 0, it is a quadratic equation.

  2. Given equation: x^2 - 2x = (-2)(3-x)

    Expand the right side: x^2 - 2x = -6 + 2x

    Rearrange to the standard form: x^2 - 2x - 2x + 6 = 0

    Simplify: x^2 - 4x + 6 = 0

    This equation is in the form ax^2 + bx + c = 0 with a=1, b=-4, and c=6. Since a \neq 0, it is a quadratic equation.

  3. Given equation: (x-2)(x+1) = (x-1)(x+3)

    Expand both sides: x^2 + x - 2x - 2 = x^2 + 3x - x - 3

    Simplify each side: x^2 - x - 2 = x^2 + 2x - 3

    Rearrange to the standard form: x^2 - x - 2 - x^2 - 2x + 3 = 0

    Simplify: -3x + 1 = 0 or 3x - 1 = 0

    The highest power of x is 1. This is a linear equation, not a quadratic equation.

  4. Given equation: (x-3)(2x+1) = x(x+5)

    Expand both sides: 2x^2 + x - 6x - 3 = x^2 + 5x

    Simplify the left side: 2x^2 - 5x - 3 = x^2 + 5x

    Rearrange to the standard form: 2x^2 - 5x - 3 - x^2 - 5x = 0

    Simplify: x^2 - 10x - 3 = 0

    This equation is in the form ax^2 + bx + c = 0 with a=1, b=-10, and c=-3. Since a \neq 0, it is a quadratic equation.

  5. Given equation: (2x-1)(x-3) = (x+5)(x-1)

    Expand both sides: 2x^2 - 6x - x + 3 = x^2 - x + 5x - 5

    Simplify each side: 2x^2 - 7x + 3 = x^2 + 4x - 5

    Rearrange to the standard form: 2x^2 - 7x + 3 - x^2 - 4x + 5 = 0

    Simplify: x^2 - 11x + 8 = 0

    This equation is in the form ax^2 + bx + c = 0 with a=1, b=-11, and c=8. Since a \neq 0, it is a quadratic equation.

  6. Given equation: x^2 + 3x + 1 = (x-2)^2

    Expand the right side: x^2 + 3x + 1 = x^2 - 4x + 4

    Rearrange to the standard form: x^2 + 3x + 1 - x^2 + 4x - 4 = 0

    Simplify: 7x - 3 = 0

    The highest power of x is 1. This is a linear equation, not a quadratic equation.

  7. Given equation: (x+2)^3 = 2x(x^2-1)

    Expand the left side using (a+b)^3 = a^3 + b^3 + 3a^2b + 3ab^2: x^3 + 2^3 + 3(x^2)(2) + 3(x)(2^2) = 2x^3 - 2x

    x^3 + 8 + 6x^2 + 12x = 2x^3 - 2x

    Rearrange to the standard form: x^3 + 8 + 6x^2 + 12x - 2x^3 + 2x = 0

    Simplify: -x^3 + 6x^2 + 14x + 8 = 0 or x^3 - 6x^2 - 14x - 8 = 0

    The highest power of x is 3. This is a cubic equation, not a quadratic equation.

  8. Given equation: x^3 - 4x^2 - x + 1 = (x-2)^3

    Expand the right side using (a-b)^3 = a^3 - b^3 - 3a^2b + 3ab^2: x^3 - 4x^2 - x + 1 = x^3 - 2^3 - 3(x^2)(2) + 3(x)(2^2)

    x^3 - 4x^2 - x + 1 = x^3 - 8 - 6x^2 + 12x

    Rearrange to the standard form: x^3 - 4x^2 - x + 1 - x^3 + 8 + 6x^2 - 12x = 0

    Simplify: (-4x^2 + 6x^2) + (-x - 12x) + (1 + 8) = 0

    2x^2 - 13x + 9 = 0

    This equation is in the form ax^2 + bx + c = 0 with a=2, b=-13, and c=9. Since a \neq 0, it is a quadratic equation.

Question 2

Represent the following situations in the form of quadratic equations:
  1. The area of a rectangular plot is 528 m<sup>2</sup>. 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.
  2. The product of two consecutive positive integers is 306. We need to find the integers.
  3. 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.
  4. 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:
  1. Let the breadth of the rectangular plot be x metres.

    According to the problem, the length of the plot is one more than twice its breadth. So, the length is 2x + 1 metres.

    The area of a rectangle is given by the formula: Area = Length \times Breadth.

    We are given that the area is 528 m<sup>2</sup>. Therefore,

    528 = (2x + 1) \times x

    Expand the equation: 528 = 2x^2 + x

    Rearrange it into the standard quadratic form ax^2 + bx + c = 0:

    2x^2 + x - 528 = 0

    This is the required quadratic equation representing the situation.

  2. Let the two consecutive positive integers be x and x + 1.

    The problem states that their product is 306.

    So, we can write the equation as:

    x(x + 1) = 306

    Expand the equation: x^2 + x = 306

    Rearrange it into the standard quadratic form ax^2 + bx + c = 0:

    x^2 + x - 306 = 0

    This is the required quadratic equation.

  3. Let Rohan's present age be x years.

    Rohan's mother is 26 years older than him, so her present age is x + 26 years.

    In 3 years from now:

    Rohan's age will be x + 3 years.

    Rohan's mother's age will be (x + 26) + 3 = x + 29 years.

    The problem states that the product of their ages 3 years from now will be 360.

    So, the equation is: (x + 3)(x + 29) = 360

    Expand the equation: x^2 + 29x + 3x + 87 = 360

    x^2 + 32x + 87 = 360

    Rearrange it into the standard quadratic form ax^2 + bx + c = 0:

    x^2 + 32x + 87 - 360 = 0

    x^2 + 32x - 273 = 0

    This is the required quadratic equation to find Rohan's present age.

  4. Let the uniform speed of the train be s km/h.

    The distance to be covered is 480 km.

    The time taken to cover the distance at uniform speed is given by Time = Distance / Speed.

    So, the original time taken is \frac{480}{s} hours.

    If the speed had been 8 km/h less, the new speed would be s - 8 km/h.

    The time taken at this reduced speed would be \frac{480}{s-8} hours.

    According to the problem, this new time is 3 hours more than the original time.

    Therefore, we can write the equation:

    \frac{480}{s-8} = \frac{480}{s} + 3

    To solve this, we can first rearrange the terms:

    \frac{480}{s-8} - \frac{480}{s} = 3

    Find a common denominator for the left side:

    \frac{480s - 480(s-8)}{s(s-8)} = 3

    Simplify the numerator: 480s - 480s + 3840 = 3840

    \frac{3840}{s(s-8)} = 3

    Multiply both sides by s(s-8):

    3840 = 3s(s-8)

    Divide both sides by 3:

    1280 = s(s-8)

    Expand the right side: 1280 = s^2 - 8s

    Rearrange into the standard quadratic form as^2 + bs + c = 0:

    s^2 - 8s - 1280 = 0

    This is the required quadratic equation to find the speed of the train.

Common mistakes

  • Errors in expanding algebraic expressions, especially involving squares and products.
  • Incorrectly simplifying terms, leading to the wrong degree of the equation.
  • Mistakes in transposing terms across the equality sign.
  • Failing to recognize that an equation might simplify to a linear equation, not quadratic.
  • Errors in setting up the initial variables and relationships for word problems.

Revision tips

  • Practice expanding all types of algebraic expressions carefully.
  • Ensure you simplify each equation to the standard form ax^2 + bx + c = 0 before concluding.
  • Pay close attention to the conditions given in word problems to set up the correct equations.
  • Review the definition of a quadratic equation (degree 2) to avoid misclassification.
  • Work through each problem step-by-step, checking each intermediate calculation.

Practice MCQs

Q1. Which of the following equations is a quadratic equation?

Q2. If the equation simplifies to 3x - 1 = 0, is it a quadratic equation?

Q3. What is the standard form of a quadratic equation?

Q4. If the length of a rectangular plot is one more than twice its breadth (x), what is the expression for the length?

Q5. The product of two consecutive positive integers is 306. If the integers are x and x+1, which equation represents this?

Frequently asked questions

What is a quadratic equation?

A quadratic equation is a polynomial equation of the second degree, meaning it contains at least one term that is squared. Its standard form is ax^2 + bx + c = 0, where 'a', 'b', and 'c' are coefficients and 'a' is not equal to zero.

How do I check if an equation is quadratic?

To check if an equation is quadratic, you need to simplify it by expanding all brackets and combining like terms. If the highest power of the variable after simplification is 2, and the coefficient of the squared term is not zero, then it is a quadratic equation.

What is the purpose of Exercise 4.1 in Chapter 19?

Exercise 4.1 focuses on the foundational understanding of quadratic equations. It helps students learn to identify whether a given equation is quadratic and to translate real-world situations into the form of quadratic equations.

How are word problems converted into quadratic equations?

Word problems are converted by first defining a variable for an unknown quantity. Then, using the information given in the problem, you set up relationships between quantities and form an equation. This equation is then simplified to the standard quadratic form.

Can a cubic equation become a quadratic equation?

Yes, a cubic equation (highest power 3) can become a quadratic equation if, after simplification, the term with the highest power (x^3) cancels out, leaving the highest power as x^2.

Content reviewed by the NCERT Help team. Editorial Team and update policy

NCERT Solutions PDF PDF on NCERT Help. URL unchanged for search indexing.