Mastering Quadratic Equations: CBSE Class 10 Maths

Welcome, Class 10 students, to a deep dive into the fascinating world of Quadratic Equations! This chapter is a cornerstone of algebra, building upon your understanding of linear equations and polynomials. You'll discover how equations with the highest power of the variable as '2' are not just abstract mathematical concepts, but powerful tools used to model real-life situations, from projectile motion in physics to calculating areas and optimizing processes in engineering.

In this comprehensive guide, we'll break down everything you need to know about quadratic equations as per the CBSE Class 10 NCERT syllabus. We'll cover the standard form, various methods to find their solutions (roots), understand the nature of these roots, and tackle word problems. By the end of this page, you'll be able to confidently identify, analyze, and solve any quadratic equation, paving the way for higher-level mathematics and problem-solving skills. Get ready to transform challenging problems into solvable solutions!

What are Quadratic Equations?

A quadratic equation in the variable x is an equation of the form ax² + bx + c = 0, where a, b, and c are real numbers, and a ≠ 0. The condition a ≠ 0 is crucial because if a were 0, the term ax² would vanish, and the equation would reduce to bx + c = 0, which is a linear equation, not a quadratic one. The highest power of the variable x in a quadratic equation is 2, also known as its degree.

The values of x that satisfy the quadratic equation are called its roots or solutions. A quadratic equation can have at most two roots. These roots represent the points where the graph of the corresponding quadratic polynomial y = ax² + bx + c intersects the x-axis. Understanding this standard form is the first step towards mastering quadratic equations and their applications. We will explore different techniques to find these roots systematically.

Methods to Solve Quadratic Equations

  1. 1. Factorization Method (Middle Term Splitting) — This method involves splitting the middle term (bx) into two terms such that their sum is b and their product is ac. Once split, we group the terms and factor out common factors to obtain two linear factors. Setting each linear factor to zero gives us the roots. Steps: 1. Write the equation in standard form: ax² + bx + c = 0. 2. Find two numbers, p and q, such that p + q = b and p × q = ac. 3. Rewrite the middle term 'bx' as 'px + qx'. 4. Group the four terms into two pairs and factor out the common monomial factor from each pair. 5. Factor out the common binomial factor. 6. Set each linear factor equal to zero and solve for x.
  2. 2. Completing the Square Method — This method transforms the quadratic equation into a perfect square trinomial on one side, allowing us to easily take the square root of both sides. While sometimes complex, it's fundamental to deriving the quadratic formula. Steps: 1. Ensure the coefficient of x² is 1. If not, divide the entire equation by a (the coefficient of x²). 2. Move the constant term (c/a) to the right side of the equation. 3. Take half of the coefficient of x (which is b/a), square it ((b/2a)²), and add it to both sides of the equation. 4. The left side will now be a perfect square: (x + b/2a)². 5. Take the square root of both sides, remembering to include both positive and negative roots. 6. Solve for x to find the two roots.
  3. 3. Quadratic Formula Method — The most universally applicable method, the quadratic formula provides a direct way to find the roots of any quadratic equation. It is derived by applying the 'completing the square' method to the general form ax² + bx + c = 0. Formula: For an equation ax² + bx + c = 0, the roots are given by: x = [-b ± √(b² - 4ac)] / 2a Steps: 1. Identify the values of a, b, and c from the standard form of the equation. 2. Substitute these values into the quadratic formula. 3. Simplify the expression under the square root (the discriminant, b² - 4ac). 4. Calculate the two possible values for x using the '+' and '-' signs.

Understanding the Nature of Roots (Discriminant)

The expression b² - 4ac within the quadratic formula is called the discriminant, denoted by D. The value of the discriminant tells us a lot about the nature of the roots of a quadratic equation without actually solving for them. This is a very common topic for exam questions!

  • If D > 0 (b² - 4ac > 0): The equation has two distinct real roots. This means the parabola corresponding to the quadratic polynomial intersects the x-axis at two different points.
  • If D = 0 (b² - 4ac = 0): The equation has two equal real roots. In this case, the parabola touches the x-axis at exactly one point (its vertex).
  • If D < 0 (b² - 4ac < 0): The equation has no real roots. The roots are complex (imaginary). Geometrically, the parabola does not intersect the x-axis at all. For Class 10, this means there are no real solutions.

Worked Examples

  • Example 1: Solving by Factorization Solve: x² - 3x - 10 = 0 Solution: 1. Identify a=1, b=-3, c=-10. 2. We need two numbers that sum to -3 and multiply to -10. These numbers are -5 and 2. 3. Rewrite the equation: x² - 5x + 2x - 10 = 0 4. Group terms: x(x - 5) + 2(x - 5) = 0 5. Factor out (x - 5): (x - 5)(x + 2) = 0 6. Set each factor to zero: x - 5 = 0 or x + 2 = 0 7. Solve for x: x = 5 or x = -2 The roots are 5 and -2.
  • Example 2: Solving using the Quadratic Formula Solve: 2x² + 4x + 1 = 0 Solution: 1. Identify a=2, b=4, c=1. 2. Apply the quadratic formula: x = [-b ± √(b² - 4ac)] / 2a x = [-4 ± √(4² - 4 2 1)] / (2 * 2) x = [-4 ± √(16 - 8)] / 4 x = [-4 ± √8] / 4 x = [-4 ± 2√2] / 4 3. Simplify: x = -1 ± (√2)/2 The roots are (-1 + (√2)/2) and (-1 - (√2)/2).
  • Example 3: Determining the Nature of Roots Determine the nature of the roots of the equation 3x² - 4√3x + 4 = 0. Solution: 1. Identify a=3, b=-4√3, c=4. 2. Calculate the discriminant D = b² - 4ac. D = (-4√3)² - 4 3 4 D = (16 * 3) - 48 D = 48 - 48 D = 0 3. Since D = 0, the equation has two equal real roots. Nature of roots: Two equal real roots.

Common Mistakes to Avoid

  • Incorrectly identifying a, b, c: Always rewrite the equation in standard form (ax² + bx + c = 0) before identifying coefficients. Don't forget the signs!
  • Errors in calculations with negative numbers: Be extra careful when squaring negative numbers or performing subtraction, especially within the discriminant (b² - 4ac). Remember, (-k)² = k².
  • Forgetting ± in square roots: When solving by completing the square or after applying the quadratic formula, always consider both the positive and negative square roots to get both solutions.
  • Division by zero or 'a=0' cases: Remember that 'a' (coefficient of x²) cannot be zero in a quadratic equation. If a question leads to a=0, it's a linear equation.
  • Not simplifying solutions: Always simplify your answers, especially radical expressions, to their simplest form. For example, √8 should be written as 2√2.

Practice Questions with Solutions

  • Q: Find the roots of the quadratic equation x² + 7x + 10 = 0 by factorization. A: Step 1: Identify a=1, b=7, c=10. Find two numbers that sum to 7 and multiply to 10. These are 5 and 2. Step 2: Rewrite the equation: x² + 5x + 2x + 10 = 0. Step 3: Group terms and factor: x(x + 5) + 2(x + 5) = 0. Step 4: Factor out (x + 5): (x + 5)(x + 2) = 0. Step 5: Set each factor to zero: x + 5 = 0 or x + 2 = 0. Final answer: x = -5 or x = -2.
  • Q: Solve the quadratic equation 5x² - 6x - 2 = 0 using the quadratic formula. A: Step 1: Identify a=5, b=-6, c=-2. Step 2: Apply the quadratic formula: x = [-b ± √(b² - 4ac)] / 2a. x = [-(-6) ± √((-6)² - 4 5 -2)] / (2 5) x = [6 ± √(36 + 40)] / 10 x = [6 ± √76] / 10 Step 3: Simplify √76 = √(4 19) = 2√19. x = [6 ± 2√19] / 10 Step 4: Factor out 2 from the numerator and simplify. x = 2(3 ± √19) / 10 Final answer: x = (3 ± √19) / 5.
  • Q: For what value of 'k' will the quadratic equation 2x² + kx + 3 = 0 have two equal real roots? A: Step 1: For equal real roots, the discriminant D must be zero (D = b² - 4ac = 0). Step 2: Identify a=2, b=k, c=3. Step 3: Substitute values into the discriminant equation: k² - 4 2 3 = 0. k² - 24 = 0. Step 4: Solve for k: k² = 24 => k = ±√24. Step 5: Simplify √24 = √(4 * 6) = 2√6. Final answer: k = ±2√6.
  • Q: The product of two consecutive positive integers is 306. Formulate the quadratic equation. A: Step 1: Let the first positive integer be x. The next consecutive positive integer will be x + 1. Step 2: The product of these integers is x * (x + 1). Step 3: We are given that their product is 306. So, x(x + 1) = 306. Step 4: Expand and rearrange into standard quadratic form: x² + x = 306 => x² + x - 306 = 0. Final answer: The quadratic equation is x² + x - 306 = 0.

Frequently Asked Questions

What is the standard form of a quadratic equation?

The standard form of a quadratic equation is ax² + bx + c = 0, where 'x' is the variable, and 'a', 'b', and 'c' are real numbers, with 'a' not equal to zero. This form helps in consistently applying various solution methods.

How many roots can a quadratic equation have?

A quadratic equation can have at most two roots (solutions). These roots can be distinct real numbers, equal real numbers, or non-real (complex) conjugate pairs, depending on the discriminant's value.

What is the discriminant and why is it important?

The discriminant (D = b² - 4ac) is the part of the quadratic formula under the square root. It's crucial because its value (positive, zero, or negative) determines the nature of the quadratic equation's roots without needing to fully solve the equation.

When should I use the quadratic formula instead of factorization?

The quadratic formula can solve any quadratic equation, regardless of whether it can be easily factored or not. Use factorization when the factors are obvious, but rely on the quadratic formula for more complex equations or when factorization seems difficult.