Overview
Introduction: A quadratic equation is a second-degree polynomial equation in one variable, written as ax^2 + bx + c = 0 (a ≠ 0). This NCERT chapter introduces methods to solve such equations, studies the nature of their roots, and connects algebraic solutions with geometric interpretation (parabola). Importance: Quadratic equations form a fundamental part of algebra and appear across geometry, physics and real-life problems (projectile motion, areas, optimization). Mastery of this chapter builds skills in algebraic manipulation, problem modelling, and prepares students for higher-level mathematics. Key themes: Standard form and examples; zeroes of quadratic polynomials; three main solution methods — factorization, completing the square, and the quadratic formula; derivation and use of the discriminant (b^2 − 4ac) to determine nature of roots (real & distinct / real & equal / non-real); relations between roots and coefficients (α + β = −b/a, αβ = c/a); forming quadratic equations from given conditions; equations reducible to quadratic form; and graphical view of a quadratic as a parabola (vertex, axis of symmetry, intercepts). What the student will learn: Students will learn to…
Learning Objectives
- Define a quadratic equation and state its standard form ax^2 + bx + c = 0 with a ≠ 0
- Identify coefficients a, b, c and the degree from a given quadratic equation
- Factorise quadratic expressions and solve quadratic equations by factorisation
- Apply the method of completing the square to solve quadratic equations
- Derive the quadratic formula and use it to find the roots of ax^2 + bx + c = 0
- Determine the nature of roots (real and distinct, real and equal, or complex) using the discriminant Δ = b^2 − 4ac
- Interpret the meaning of real and complex roots in simple contextual problems
- Use relationships between roots and coefficients (sum = −b/a, product = c/a) to find roots or coefficients
Topics in this chapter
11 topics · tap a topic title to jump straight to it.
Introduction to Quadratic Equations
Introduction to Quadratic Equations
Key Point: Standard form: ax^2 + bx + c = 0, with a ≠ 0
A quadratic equation is a polynomial equation of degree 2 in a variable x. Its standard form is ax2 + bx + c = 0 where a, b and c are real numbers and a ≠ 0. The graph of the quadratic function y = ax2 + bx + c is a parabola.
Methods to solve quadratic equations (Class 10 level):
- Factorisation: Write the quadratic as product of two linear factors, e.g. (px + q)(rx + s) = 0 and use zero-product property.
- Completing the square: Rewrite in the form a(x + h)2 = k and solve for x.
- Quadratic formula: x = [−b ± √(b2 − 4ac)] / (2a), used always and useful when factorisation is not obvious.
Discriminant Δ = b2 − 4ac determines the nature of roots:
- Δ > 0: Two distinct real roots (if Δ is a perfect square, rational).
- Δ = 0: One repeated (real) root.
- Δ < 0: Two complex (non-real) roots.
Important properties: If α and β are roots of ax2 + bx + c = 0, then sum of roots α + β = −b/a and product αβ = c/a. The vertex of the parabola y = ax2 + bx + c is at x = −b/(2a) and y value f(−b/(2a)); the axis of symmetry is x = −b/(2a). If a > 0 the parabola opens upward (vertex is minimum); if a < 0 it opens downward (vertex is maximum).
Real-life examples:
- Projectile motion: Height vs time of a thrown object (ignoring air resistance) is a quadratic function; the object rises to a maximum (vertex) then falls.
- Area problems: If one side of a rectangular field is expressed in terms of the other variable, the area leads to a quadratic equation when set to a fixed value.
- Profit/revenue modelling: Some revenue or profit functions approximate a quadratic in terms of price or quantity; maximizing profit corresponds to the parabola's vertex.
- Solve by factorisation: x^2 − 5x + 6 = 0. Factor as (x − 2)(x − 3) = 0 ⇒ x = 2 or x = 3.
- Solve by quadratic formula: 2x^2 + 3x − 2 = 0. Δ = 3^2 − 4·2·(−2) = 9 + 16 = 25. x = [−3 ± 5]/4 ⇒ x = 1/2 or x = −2.
- Solve by completing the square: x^2 + 6x + 5 = 0. Write (x^2 + 6x + 9) − 4 = 0 ⇒ (x + 3)^2 = 4 ⇒ x + 3 = ±2 ⇒ x = −1 or x = −5.
- \[Standard form: ax^2 + bx + c = 0\]\[with a ≠ 0\]
- \[Quadratic formula: x = [−b ± √(b^2 − 4ac)] / (2a)\]
- \[Discriminant: Δ = b^2 − 4ac (determines nature of roots)\]
- \[Sum of roots: α + β = −b / a\]
- \[Product of roots: αβ = c / a\]
- \[Axis of symmetry: x = −b / (2a)\]
Methods of Solving Quadratic Equations
Methods of Solving Quadratic Equations
Key Point: Standard form: ax² + bx + c = 0, a ≠ 0
Definition. A quadratic equation in one variable x has the standard form ax² + bx + c = 0 where a ≠ 0 and a, b, c are real numbers. The graph of y = ax² + bx + c is a parabola.
Main methods to solve.
- 1. Factorisation: Express the quadratic as a product of two linear factors: (px + q)(rx + s) = 0. Then use the zero-product property: if AB = 0 then A = 0 or B = 0. Best when factors are integers or simple rationals.
- 2. Completing the square: Rewrite ax² + bx + c into a perfect square plus constant, typically by dividing by a (if a ≠ 1), then adding and subtracting the square term. This gives (x + d)² = e, then solve x = −d ± √e. Useful for deriving vertex form and when factorisation is not obvious.
- 3. Quadratic formula: For ax² + bx + c = 0, the solutions are x = (−b ± √(b² − 4ac)) / (2a). This always works and is especially handy when other methods are hard.
- 4. Square-root method: If the equation can be written as (linear expression)² = k, take square roots: linear expression = ±√k. Works when b = 0 in standard form after rearrangement or after completing the square.
- 5. Graphical method: Solve by plotting y = ax² + bx + c and finding x-intercepts (where y = 0). Useful for visual understanding and approximate roots.
Discriminant and nature of roots. The discriminant Δ = b² − 4ac determines the nature of roots:
- Δ > 0: two distinct real roots
- Δ = 0: one real (repeated) root
- Δ < 0: two complex conjugate roots (no real roots)
When to choose which method? Factorisation is fastest if simple factors exist. Use completing the square to find vertex or when coefficients allow it. Use the quadratic formula when factorisation is hard or to guarantee exact answers. Use the square-root method for equations reducible to a square. Use graphing for visual/approximate solutions.
Derivation highlight (quadratic formula via completing square). Divide by a: x² + (b/a)x + c/a = 0. Move c/a: x² + (b/a)x = −c/a. Add (b/2a)² to both sides to make a perfect square: (x + b/2a)² = (b² − 4ac)/4a². Take square root and solve to get x = (−b ± √(b² − 4ac)) / (2a).
- Factorisation: Solve x² − 5x + 6 = 0. Factor: (x − 2)(x − 3) = 0 ⇒ x = 2, 3.
- Completing the square: Solve x² + 6x + 5 = 0. Write x² + 6x = −5. Add (6/2)² = 9: (x + 3)² = 4 ⇒ x + 3 = ±2 ⇒ x = −1 or x = −5.
- Quadratic formula: Solve 2x² − 3x − 5 = 0. Here a = 2, b = −3, c = −5. Discriminant Δ = (−3)² − 4·2·(−5) = 9 + 40 = 49. So x = [3 ± 7]/(4) ⇒ x = 10/4 = 5/2 or x = −4/4 = −1.
- Square-root method: Solve x² − 9 = 0. x² = 9 ⇒ x = ±3.
- Graphical context example (real-life): A ball thrown vertically has height h(t) = −5t² + 20t + 1 (metres, seconds). To find when it hits ground solve −5t² + 20t + 1 = 0. Use quadratic formula to get the positive time root. (Apply formula with a = −5, b = 20, c = 1.)
- \[Standard form: ax² + bx + c = 0\]\[a ≠ 0\]
- \[Quadratic formula: x = (−b ± √(b² − 4ac)) / (2a)\]
- \[Discriminant: Δ = b² − 4ac (nature of roots depends on Δ)\]
- \[Sum and product of roots: If roots are α and β then α + β = −b/a, αβ = c/a\]
- \[Vertex (from vertex form): y = a(x − h)² + k has vertex (h\]\[k)\]\[For ax² + bx + c\]\[vertex x-coordinate = −b/(2a) and y = f(−b/(2a))\]
- \[Completing square identity: x² + 2px + p² = (x + p)²\]
Factorisation Method
Factorisation Method
Key Point: Standard quadratic: ax² + bx + c = 0
What it is: The factorisation method solves a quadratic equation by writing the quadratic polynomial as a product of two linear factors and then using the zero-product property: if AB = 0 then A = 0 or B = 0.
Standard form: ax² + bx + c = 0 (a ≠ 0). To use factorisation we try to express ax² + bx + c as (px + q)(rx + s).
Steps (simple case a = 1):
- Write x² + bx + c. Find two numbers m and n such that m + n = b and m·n = c.
- Then x² + bx + c = (x + m)(x + n). Set each factor = 0 to get roots x = −m, x = −n.
General case (a ≠ 1) — AC or split-middle method:
- Compute product a·c.
- Find two integers p and q with p + q = b and p·q = a·c.
- Rewrite bx as px + qx, then factor by grouping into two binomials.
- Extract common factors to get (px + q)(rx + s) and solve each linear factor = 0.
Special factorisation patterns to recognise:
- Difference of squares: a² − b² = (a − b)(a + b)
- Perfect square trinomial: a² ± 2ab + b² = (a ± b)²
- Common factor: take out greatest common divisor first (e.g., 2x²+4x = 2x(x+2))
When factorisation is convenient: If the quadratic has real rational roots (often when the discriminant Δ = b² − 4ac is a perfect square), factorisation over integers or rationals is usually possible and quick.
What to do if it does not factor nicely: Use the quadratic formula x = [−b ± √(b² − 4ac)]/(2a) or complete the square. Factorisation may still be possible over real irrational or complex numbers, but not always needed in Class 10 problems.
- Example 1: x² − 5x + 6 = 0. Find two numbers that multiply to 6 and add to −5: −2 and −3. So (x − 2)(x − 3) = 0 → x = 2 or x = 3.
- Example 2: 2x² + 5x − 3 = 0. Here a·c = 2·(−3) = −6. Find p, q with p+q = 5 and p·q = −6 → p = 6, q = −1. Split: 2x² + 6x − x − 3 = 0 → 2x(x + 3) −1(x + 3) = 0 → (2x − 1)(x + 3) = 0 → x = 1/2 or x = −3.
- Example 3 (perfect square): x² − 6x + 9 = 0. Recognise (x − 3)² = 0 → x = 3 (double root).
- Example 4 (difference of squares): x² − 9 = 0 = (x − 3)(x + 3) → x = 3 or x = −3.
- \[Standard quadratic: ax² + bx + c = 0\]
- \[Zero-product property: if (A)(B)=0 then A=0 or B=0\]
- \[AC (split-middle) method condition: find p\]\[q such that p + q = b and p·q = a·c\]
- \[Difference of squares: a² − b² = (a − b)(a + b)\]
- \[Perfect square trinomial: a² ± 2ab + b² = (a ± b)²\]
- \[Discriminant (to check nature of roots): Δ = b² − 4ac (if Δ is a perfect square → rational roots → often factorable)\]
Completing the Square
Completing the Square
Key Point: General completion result: ax^2 + bx + c = a\left(x + \frac{b}{2a}\right)^2 + \left(c - \frac{b^2}{4a}\right).
What it is: Completing the square is a method to rewrite a quadratic expression ax2 + bx + c in the form a(x − h)2 + k (called the vertex form). This makes it easy to find the vertex, axis of symmetry and to solve quadratic equations.
Why it works (idea): For x2 + bx, adding (b/2)2 makes the expression a perfect square: x2 + bx + (b/2)2 = (x + b/2)2. For ax2 + bx + c, first factor out a (if a ≠ 0) from the x2 and x terms, then complete the square inside the bracket.
Procedure (a = 1):
- Take x2 + bx + c.
- Add and subtract (b/2)2: x2 + bx + (b/2)2 − (b/2)2 + c.
- Group the perfect square: (x + b/2)2 − (b/2)2 + c, so the vertex form is (x + b/2)2 + (c − (b/2)2).
Procedure (general a ≠ 1):
- Start with ax2 + bx + c. Factor a from the first two terms: a[x2 + (b/a)x] + c.
- Inside the bracket add and subtract (b/2a)2: a[x2 + (b/a)x + (b/2a)2 − (b/2a)2] + c.
- Rewrite: a[(x + b/2a)2 − (b/2a)2] + c = a(x + b/2a)2 − a(b/2a)2 + c.
- Simplify constant: a(x + b/2a)2 + (c − b2/4a).
Vertex and axis of symmetry: If ax2 + bx + c = a(x − h)2 + k, then the vertex is (h, k) with h = −b/(2a). The axis of symmetry is x = h.
Connection to quadratic formula: Completing the square applied to ax2 + bx + c = 0 gives x = [−b ± sqrt(b2 − 4ac)]/(2a).
When to use: To solve quadratic equations (especially when factoring is hard), to find vertex/maximum or minimum values, and to convert to vertex form for graphing.
- 1) Solve x^2 + 6x + 5 = 0 by completing the square: Step 1: x^2 + 6x + 5 = 0 Step 2: x^2 + 6x = -5 Step 3: Add (6/2)^2 = 9 to both sides: x^2 + 6x + 9 = 4 Step 4: (x + 3)^2 = 4 Step 5: x + 3 = ±2 ⇒ x = -1 or x = -5.
- 2) Convert 2x^2 + 8x + 3 to vertex form and find vertex: Step 1: Factor 2 from first two terms: 2[x^2 + 4x] + 3 Step 2: Complete square inside: add and subtract (4/2)^2 = 4 ⇒ 2[x^2 + 4x + 4 - 4] + 3 Step 3: 2[(x + 2)^2 - 4] + 3 = 2(x + 2)^2 - 8 + 3 Step 4: = 2(x + 2)^2 - 5. Vertex: (-2, -5).
- 3) Real-life (projectile motion): The height of a ball t seconds after throw: h(t) = -5t^2 + 20t + 2 (height in metres). Find maximum height. Complete square: Factor -5: h(t) = -5[t^2 - 4t] + 2. Add/subtract (4/2)^2 = 4 inside: -5[(t - 2)^2 - 4] + 2 = -5(t - 2)^2 + 20 + 2 = -5(t - 2)^2 + 22. Maximum occurs at t = 2 s; max height = 22 m.
- \[General completion result: ax^2 + bx + c = a\left(x + \frac{b}{2a}\right)^2 + \left(c - \frac{b^2}{4a}\right).\]
- \[Vertex (h\]\[k): h = -\frac{b}{2a}\]\[k = c - \frac{b^2}{4a} (from vertex form a(x - h)^2 + k).\]
- \[Quadratic formula (derived by completing the square): x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}.\]
- \[To complete square when a = 1: x^2 + bx + c = (x + b/2)^2 + (c - (b/2)^2).\]
Quadratic Formula
Quadratic Formula
Key Point: Standard form: ax^2 + bx + c = 0 (a ≠ 0)
What it is: The quadratic formula gives the solutions (roots) of any quadratic equation in standard form ax^2 + bx + c = 0, where a ≠ 0. It is
x = (-b ± √(b^2 - 4ac)) / (2a).
Derivation (brief): Start from ax^2 + bx + c = 0. Divide by a, complete the square for x^2 + (b/a)x, then solve for x to obtain the formula above. The expression under the square root, Δ = b^2 - 4ac, is called the discriminant and determines the nature of the roots.
- Discriminant Δ = b^2 - 4ac: if Δ > 0 → two distinct real roots; Δ = 0 → one real repeated root; Δ < 0 → two complex conjugate roots.
- Useful related formulas: axis of symmetry x = -b/(2a); vertex coordinates ( -b/(2a), (4ac - b^2)/(4a) ); sum and product of roots: α + β = -b/a, αβ = c/a.
- When to use: Use the quadratic formula when factoring is hard or impossible by inspection, or to get exact roots including irrational or complex ones.
Tips for using the formula: identify a, b, c carefully (including signs); compute Δ first to know root type; simplify √Δ before final division when possible.
- Example 1 (two real roots): Solve 2x^2 - 4x - 6 = 0. Here a=2, b=-4, c=-6. Δ = (-4)^2 - 4(2)(-6) = 16 + 48 = 64. x = -(-4) ± √64 divided by 2·2 → x = (4 ± 8)/4 → x = 3 or x = -1.
- Example 2 (repeated root): Solve x^2 - 6x + 9 = 0. a=1, b=-6, c=9. Δ = 36 - 36 = 0. x = -(-6) ± 0 / 2 = 3 (double root).
- Example 3 (complex roots): Solve x^2 + x + 1 = 0. a=1, b=1, c=1. Δ = 1 - 4 = -3. x = (-1 ± i√3)/2 (two complex conjugate roots).
- Real-life example (projectile motion): Height h(t) = -5t^2 + 20t (metres). To find when the projectile hits ground set h(t)=0. Using quadratic formula (or factor), t( -5t + 20) = 0 → t = 0 s or t = 4 s. The formula also finds times for nonzero initial heights and gives exact values when coefficients are not factorable.
- Real-life example (area optimization): Given a fixed perimeter, the area of a rectangle can lead to a quadratic in one side. Solving that quadratic with the formula gives the dimensions that satisfy conditions or maximize area (vertex gives maximum area when a<0).
- \[Standard form: ax^2 + bx + c = 0 (a ≠ 0)\]
- \[Quadratic formula: x = (-b ± √(b^2 - 4ac)) / (2a)\]
- \[Discriminant: Δ = b^2 - 4ac (Δ >\]\[0 two real roots\]\[Δ = 0 one repeated root\]\[Δ <\]\[0 two complex roots)\]
- \[Axis of symmetry: x = -b / (2a)\]
- \[Vertex: ( -b/(2a)\]\[(4ac - b^2) / (4a) )\]
- \[Sum and product of roots: if roots are α and β\]\[then α + β = -b/a and αβ = c/a\]
Discriminant and Nature of Roots
Discriminant and Nature of Roots
Key Point: Discriminant: D = b^2 − 4ac
Discriminant (D)
The discriminant of a quadratic equation ax^2 + bx + c = 0 (a ≠ 0) is defined as D = b^2 − 4ac. It is a number that determines the nature (type and number) of the roots of the quadratic.
Nature of roots by value of D
- D > 0: Two distinct real roots. If D is a perfect square (and a, b, c are rational/integer), the roots are rational; if D is not a perfect square the roots are irrational.
- D = 0: Two equal (repeated) real roots; the quadratic has a double root (both roots equal to −b/(2a)). The graph of the parabola is tangent to the x-axis at the vertex.
- D < 0: Two complex conjugate (non-real) roots. The parabola does not meet the x-axis.
Why it works (brief)
Using the quadratic formula x = [−b ± sqrt(b^2 − 4ac)]/(2a), the expression under the square root is the discriminant. Its sign determines whether the square root is real and whether the ± gives two distinct values or a repeated value.
Connections with graph of y = ax^2 + bx + c
The discriminant is directly related to intersection points of the parabola with the x-axis:
- D > 0: parabola cuts x-axis at two points.
- D = 0: parabola touches (is tangent to) x-axis at one point (vertex).
- D < 0: parabola does not cut the x-axis.
Useful related facts
- Axis of symmetry (x-coordinate of vertex): x = −b/(2a).
- y-coordinate of vertex: y_v = −D/(4a). (So sign of D affects whether vertex y-value is positive/negative relative to a.)
- Sum of roots α + β = −b/a; product αβ = c/a.
Procedure to determine nature of roots
1. Identify a, b, c in ax^2 + bx + c = 0.
2. Compute D = b^2 − 4ac.
3. Use the sign and value of D to classify the roots (and to check if they are rational or irrational when D > 0).
- Example 1: x^2 − 5x + 6 = 0. Here a=1, b=−5, c=6. D = (−5)^2 − 4·1·6 = 25 − 24 = 1 (>0, perfect square). So two distinct rational roots. Roots: x = [5 ± √1]/2 = (5 ± 1)/2 → x = 3, 2.
- Example 2: x^2 + 4x + 4 = 0. Here a=1, b=4, c=4. D = 16 − 16 = 0. So one repeated real root x = −b/(2a) = −4/(2) = −2. Parabola is tangent to x-axis at x = −2.
- Example 3: x^2 + x + 1 = 0. Here a=1, b=1, c=1. D = 1 − 4 = −3 (<0). No real roots; two complex conjugate roots x = [−1 ± i√3]/2. Parabola (a>0) lies entirely above the x-axis (no x-intercepts).
- Example 4 (irrational roots): x^2 − 2x − 1 = 0. a=1, b=−2, c=−1. D = 4 + 4 = 8 (>0, not a perfect square). Roots are x = [2 ± √8]/2 = 1 ± √2 (two distinct irrational roots).
- \[Discriminant: D = b^2 − 4ac\]
- \[Quadratic formula: x = [−b ± √(b^2 − 4ac)]/(2a)\]
- \[Conditions: D > 0 → two distinct real roots\]\[D = 0 → one repeated real root\]\[D < 0 → two complex conjugate roots\]
- \[Sum of roots: α + β = −b/a\]
- \[Product of roots: αβ = c/a\]
- \[Axis of symmetry: x = −b/(2a)\]
Relationship Between Roots and Coefficients (Vieta's Relations)
Relationship Between Roots and Coefficients (Vieta's Relations)
Key Point: For ax^2 + bx + c = 0 (a ≠ 0): α + β = −b/a, αβ = c/a
What the topic states
For a quadratic equation ax^2 + bx + c = 0 (a ≠ 0), if its roots are α and β, then the sum and product of the roots are related to the coefficients by Vieta's relations:
α + β = -b/a, αβ = c/a.
Derivation (brief)
Divide the equation by a: x^2 + (b/a)x + c/a = 0. If the roots are α and β, the quadratic factors as (x − α)(x − β) = x^2 − (α + β)x + αβ. Comparing coefficients gives α + β = −b/a and αβ = c/a.
Consequences and useful facts
- Axis of symmetry (vertical line through vertex): x = (α + β)/2 = −b/(2a). The vertex x-coordinate is the average of the roots.
- Vertex y-coordinate: f(−b/(2a)) = −Δ/(4a), where Δ = b^2 − 4ac is the discriminant.
- Nature of roots from discriminant Δ: Δ > 0 ⇒ two distinct real roots, Δ = 0 ⇒ equal (repeated) root α = β = −b/(2a), Δ < 0 ⇒ two complex conjugate roots. Vieta's relations still hold for complex roots (sum and product real if coefficients are real).
- Special cases: if c = 0 then α = 0 and β = −b/a (one root is zero). If a = 1 (monic), then α + β = −b and αβ = c.
- To form a quadratic with given roots r1 and r2: k[x^2 − (r1 + r2)x + r1 r2] = 0 for any nonzero constant k (usually k = 1).
Interpretation
The sum of the roots locates the axis of symmetry and the product (scaled by a) gives the constant term c; thus coefficients encode where the parabola crosses the x-axis and the y-intercept: f(0) = c = aαβ.
- Example 1 (verify Vieta): 2x^2 − 5x + 3 = 0 factors as (2x − 3)(x − 1) so roots are α = 3/2, β = 1. Sum α + β = 3/2 + 1 = 5/2 = −(−5)/2 = −b/a, product αβ = (3/2)(1) = 3/2 = c/a.
- Example 2 (construct quadratic): Given roots 2 and −3, a monic quadratic is x^2 − (2 + (−3))x + (2)(−3) = x^2 + x − 6 = 0.
- Example 3 (real-life — break-even points): If profit P(q) = aq^2 + bq + c models profit vs units q, the roots are break-even quantities. Their sum = −b/a gives the midpoint between the two break-even quantities (useful to find symmetric production levels), and product = c/a relates to the y-intercept (profit at q = 0 scaled by a).
- Example 4 (real-life — projectile time): Vertical motion y(t) = −(1/2)gt^2 + v0 t + h0. Roots t1, t2 are times when the object is at ground level. Their sum t1 + t2 = −(v0)/(−g/2) = 2v0/g equals total time between those two ground crossings; if launch from ground (h0 = 0), one root is t = 0 and the other is t = 2v0/g (product is 0).
- \[For ax^2 + bx + c = 0 (a ≠ 0): α + β = −b/a, αβ = c/a\]
- \[Quadratic from roots r1\]\[r2: k[x^2 − (r1 + r2)x + r1 r2] = 0 (usually k = 1)\]
- \[Axis of symmetry: x = (α + β)/2 = −b/(2a)\]
- \[Vertex y-coordinate: f(−b/(2a)) = −(b^2 − 4ac)/(4a) = −Δ/(4a)\]
- \[Discriminant: Δ = b^2 − 4ac (Δ >\]\[0 two real, Δ = 0 equal, Δ <\]\[0 complex conjugates)\]
- \[If c = 0 then roots are 0 and −b/a\]
Forming Quadratic Equations from Roots or Conditions
Forming Quadratic Equations from Roots or Conditions
Key Point: General: ax^2 + bx + c = 0, a ≠ 0.
A quadratic equation in one variable x has the general form ax2 + bx + c = 0 (a ≠ 0). If its roots (zeros) are α and β, then the equation can be written as k(x − α)(x − β) = 0 for some nonzero constant k. The most common (monic) choice is k = 1, giving x2 − (α + β)x + αβ = 0.
Key ideas and methods:
- From given roots α and β: directly use k(x − α)(x − β) = 0. Expand to standard form and choose k (often 1) to get integer coefficients if required.
- From given sum S and product P of roots: let α + β = S and αβ = P. The monic equation is x2 − Sx + P = 0.
- From a relation between roots (e.g., roots are in a given ratio, one root is a multiple of the other, roots differ by d, one root is reciprocal of the other, etc.): express α and β in terms of a parameter (say k), compute sum and product, then form the equation.
- If one root is complex (nonreal) and coefficients are real, the conjugate is also a root. Example: if 2 + i is a root, the other is 2 − i, and the quadratic is (x − (2 + i))(x − (2 − i)) = x2 − 4x + 5 = 0.
Practical tips:
- If roots are fractions, choose k to clear denominators and get integer coefficients.
- If only one root r is given and you are told, for example, the sum S of roots, then the other root is S − r; use this to find product and form the equation.
- For roots in ratio m:n, let roots be mk and nk. Then sum = (m + n)k and product = mn k2. Use these to find k from any additional condition (like given sum) and then form the equation.
Connections to graph of a quadratic:
- For y = a(x − α)(x − β): x-intercepts are α and β. The axis of symmetry (vertical) is x = (α + β)/2. The vertex x-coordinate is (α + β)/2 and vertex y-coordinate equals −Δ/(4a) where Δ is the discriminant (b2 − 4ac). For this factor form, Δ = a2(α − β)2, so yvertex = −a(α − β)2/4.
- If roots are real and distinct the parabola crosses the x-axis twice; if roots are equal it is tangent to the x-axis (repeated root); if roots are complex it does not meet the x-axis.
- Example 1 — Given roots 2 and −3: equation = (x − 2)(x + 3) = x^2 + x − 6 = 0.
- Example 2 — Given sum S = 5 and product P = 6: monic equation x^2 − 5x + 6 = 0 (roots 2 and 3).
- Example 3 — One root is 4 and the other is 1/2: (x − 4)(x − 1/2) = 0. Multiply by 2 to clear fraction: 2x^2 − 9x + 4 = 0.
- Example 4 — Roots in ratio 3:2 and sum 25: let roots 3k and 2k, then 5k = 25 ⇒ k = 5, roots 15 and 10, equation x^2 − 25x + 150 = 0.
- Example 5 — One root is 2 + i (complex): other root 2 − i, equation (x − (2 + i))(x − (2 − i)) = x^2 − 4x + 5 = 0.
- Example 6 — Repeated root 3 (double root): (x − 3)^2 = x^2 − 6x + 9 = 0.
- \[General: ax^2 + bx + c = 0\]\[a ≠ 0.\]
- \[From roots α and β (general): k(x − α)(x − β) = 0 (k ≠ 0).\]
- \[Monic form (k = 1): x^2 − (α + β)x + αβ = 0.\]
- \[Sum and product relations: α + β = −b/a, αβ = c/a.\]
- \[Given sum S and product P: x^2 − Sx + P = 0 (monic).\]
- \[If roots in ratio m:n: roots = mk and nk ⇒ sum = (m + n)k\]\[product = mn k^2.\]
Application Problems Leading to Quadratic Equations
Application Problems Leading to Quadratic Equations
Key Point: Standard form: ax^2 + bx + c = 0, with a ≠ 0
What this topic means
Application problems leading to quadratic equations are word problems from real life that, after assigning a variable and translating relations into algebra, reduce to an equation of the form ax^2 + bx + c = 0. Solving that quadratic gives the required numerical answers (lengths, ages, numbers, times, etc.).
General method (step-by-step)
- Read the problem carefully and identify the unknown. Choose a variable (say x) to represent it.
- Translate every verbal relation into an algebraic expression in x (pay attention to words like "more", "less", "product", "consecutive", "reciprocal", etc.).
- Form the equation expressing the required condition. Simplify to get a quadratic in standard form: ax^2 + bx + c = 0.
- Solve the quadratic by factoring (if possible), completing the square, or quadratic formula: x = [-b ± sqrt(b^2 − 4ac)]/(2a).
- Check the solutions against the context (e.g. reject negative lengths if the quantity must be positive). State the final answer in words and correct units.
Important modelling tips
- Prefer simple variable choices: for "two consecutive integers" use x and x + 1; for "consecutive even integers" use x and x + 2.
- When equations involve reciprocals, multiply by the common denominator to clear fractions, which usually leads to a quadratic.
- Watch domain restrictions: physical quantities (length, area, time) must be non-negative; sometimes one root is extraneous.
Connection to graphs
A quadratic equation ax^2 + bx + c = 0 corresponds to the x-intercepts of the parabola y = ax^2 + bx + c. Graphical interpretation helps: real distinct roots mean the parabola crosses the x-axis twice; repeated root means tangent; no real roots means no x-intercepts.
- Example 1 (Rectangle area): A rectangle's length is 3 m more than its breadth. If its area is 220 m^2, find its dimensions. Let breadth = x. Then x(x + 3) = 220 → x^2 + 3x − 220 = 0. Solve with quadratic formula: x = [−3 ± √(9 + 880)]/2 = [−3 ± √889]/2. Positive root ≈ 13.41 m, length ≈ 16.41 m. (Reject negative root.)
- Example 2 (Consecutive integers): The product of two consecutive integers is 56. Let the smaller be x. Then x(x + 1) = 56 → x^2 + x − 56 = 0. Factor: (x + 8)(x − 7) = 0, so x = 7 or x = −8. The pairs are (7, 8) or (−8, −7).
- Example 3 (Reciprocal problem): A number and its reciprocal add up to 5/2. Let the number be x, so x + 1/x = 5/2. Multiply by 2x: 2x^2 + 2 = 5x → 2x^2 − 5x + 2 = 0. Solve: x = [5 ± √9]/4 = (5 ± 3)/4 → x = 2 or x = 1/2.
- Example 4 (Two-digit number): The difference between a two-digit number and the number obtained by reversing its digits is 27. If the digits add to 9, find the number. Let the tens digit be x and units be (9 − x). Number = 10x + (9 − x) = 9x + 9. Reversed = 10(9 − x) + x = 90 − 9x. Difference: (9x + 9) − (90 − 9x) = 27 → 18x − 81 = 27 → 18x = 108 → x = 6. So number = 9x + 9 = 63.
- \[Standard form: ax^2 + bx + c = 0\]\[with a ≠ 0\]
- \[Quadratic formula (roots): x = [-b ± √(b^2 − 4ac)] / (2a)\]
- \[Discriminant: D = b^2 − 4ac\]\[If D > 0 → two distinct real roots\]\[D = 0 → one repeated real root\]\[D < 0 → no real roots (complex)\]
- \[Sum and product of roots (if roots are α and β): α + β = −b/a, αβ = c/a\]
- \[Vertex of parabola y = ax^2 + bx + c: (h\]\[k) where h = −b/(2a)\]\[k = −D/(4a) or k = f(h)\]
- \[Axis of symmetry: x = −b/(2a)\]
Graphical Interpretation
Graphical Interpretation
Key Point: General form: ax² + bx + c = 0 (corresponding function y = ax² + bx + c)
What it means: A quadratic equation ax² + bx + c = 0 can be interpreted graphically by considering the quadratic function y = ax² + bx + c. Its graph is a parabola. The roots (solutions) of the quadratic equation are the x-coordinates where the parabola meets the x-axis (y = 0).
Key features to read from the graph:
- Direction: If a > 0 the parabola opens upward (U-shaped); if a < 0 it opens downward (∩-shaped).
- Vertex: The highest or lowest point of the parabola. Coordinates: (h, k) where h = -b/(2a) and k = f(h).
- Axis of symmetry: Vertical line x = -b/(2a) that passes through the vertex.
- x-intercepts (roots): Points where the graph crosses the x-axis. Number of real x-intercepts depends on the discriminant D = b² - 4ac:
- D > 0 → two distinct real roots (two x-intercepts).
- D = 0 → one real repeated root (parabola is tangent to x-axis at the vertex).
- D < 0 → no real roots (parabola does not meet x-axis).
- y-intercept: Point (0, c).
How to sketch from an equation (step-by-step):
- Write as y = ax² + bx + c.
- Find y-intercept (0, c).
- Compute axis of symmetry x = -b/(2a) and vertex (h, k) with k = f(h).
- Compute discriminant D to know how many x-intercepts to expect; if D ≥ 0 find roots via quadratic formula x = [-b ± √D]/(2a).
- Plot vertex, intercepts and a few symmetric points about the axis to determine the parabola shape (narrow if |a| large, wide if |a| small).
Interpretation in problem solving: By looking at the graph you can immediately tell how many real solutions a quadratic has, estimate them, and understand maximum/minimum values of y (useful for optimization questions).
- Example 1 — Distinct real roots: y = x² − 4x + 3. Here a = 1, b = −4, c = 3. Roots at x = 1 and x = 3 (x-intercepts (1,0) and (3,0)). Vertex at (2, −1). Parabola opens upward (a > 0).
- Example 2 — Repeated root (tangent): y = x² − 2x + 1 = (x − 1)². D = 0, single root x = 1. Vertex at (1, 0). Parabola just touches the x-axis at the vertex.
- Example 3 — No real root: y = x² + 4x + 5. D = 16 − 20 = −4 < 0, so the parabola (opening upward) does not meet the x-axis; equation has no real solutions.
- Example 4 — Opens downward (maximum): y = −2x² + 4x + 6. a = −2 so parabola opens down; vertex gives the maximum value of y (useful in projectile or profit problems).
- \[General form: ax² + bx + c = 0 (corresponding function y = ax² + bx + c)\]
- \[Quadratic (roots) formula: x = [−b ± √(b² − 4ac)]/(2a)\]
- \[Discriminant: D = b² − 4ac\]\[If D >\]\[0 → two real roots\]\[D = 0 → one real (repeated) root\]\[D <\]\[0 → no real roots.\]
- \[Axis of symmetry: x = −b/(2a)\]
- \[Vertex coordinates: (h\]\[k) where h = −b/(2a)\]\[k = f(h) = a(h)² + b(h) + c\]
- \[Vertex form: y = a(x − h)² + k\]\[obtained by completing the square (helps in easy sketching)\]
Practice and Problem-Solving Strategies
Practice and Problem-Solving Strategies
Key Point: Standard form: ax^2 + bx + c = 0 (a ≠ 0).
Overview: Practice and problem-solving strategies for quadratic equations help you translate word problems into equations, choose efficient solution methods, check answers, and interpret results in context. A systematic approach reduces mistakes and builds confidence.
Step-by-step strategy:
- Read and understand: Identify what is given and what is to be found. Note units and any implicit constraints (e.g., lengths must be positive).
- Introduce a variable: Choose a variable that simplifies relationships (often the unknown quantity itself).
- Form the equation: Translate word relations into algebraic expressions and simplify to standard form ax^2 + bx + c = 0.
- Choose a solving method: Try factorization first (fast if factors are integers); if not obvious, use completing the square or the quadratic formula. Use substitution to reduce complex forms.
- Check discriminant: D = b^2 − 4ac gives the nature of roots. If D < 0, no real solutions (may be invalid for physical problems).
- Solve and interpret: Compute roots, discard extraneous or infeasible roots (negative lengths, etc.), and give answers with correct units/interpretation.
- Verify: Substitute back into the original statement and check reasonableness (signs, approximate magnitudes).
Specific tactics and tips:
- Try to factor by inspection when a, b, c are small integers. Use integer root test (possible rational roots are factors of c over factors of a).
- Use completing the square to find vertex (useful for max/min problems) or to convert to a form that reveals translations: a(x − h)^2 + k.
- Use the quadratic formula when factorization is not easy: x = [−b ± sqrt(b^2 − 4ac)] / (2a).
- Use substitution to convert complicated expressions (e.g., let y = x^2 for biquadratic-like forms) or to reduce word problems.
- For optimisation (max/min) problems, use vertex formula x = −b/(2a) and maximum/minimum value −D/(4a) for y = ax^2 + bx + c.
- Sketch the graph to visualise number of real roots and behaviour (parabola opens up if a > 0, down if a < 0). Graphs help check sign/interval questions.
- Keep units consistent and consider domain restrictions (e.g., time > 0, length > 0).
Common mistakes to avoid:
- Forgetting to simplify to standard form before applying formula.
- Accepting negative or complex roots without checking context.
- Arithmetic errors under the square root; always simplify D before taking sqrt.
- Misplacing the factor a when using vertex formula or completing the square.
Practice advice: Solve a mix of algebraic and word problems: factorable quadratics, those requiring formula, word problems (geometry, motion), and sketching tasks. Time-yourself on some problems to build speed.
- Projectile motion: The height (in m) of a ball thrown up from a 2 m high roof with initial velocity 10 m/s is h(t) = -5t^2 + 10t + 2. Find when the ball hits the ground by solving -5t^2 + 10t + 2 = 0 (keep t > 0).
- Area problem: A rectangle has perimeter 20 m. If its length is x and width is (10 - x), area A(x) = x(10 - x) = -x^2 + 10x. Maximise the area by finding the vertex at x = -b/(2a) = -10/(2 * -1) = 5 m, so max area = 25 m^2.
- Two numbers problem: Two positive numbers have sum 12 and product 35. Let x be one number; then x(12 - x) = 35 → -x^2 + 12x - 35 = 0 → x^2 - 12x + 35 = 0 → (x - 5)(x - 7) = 0, so numbers are 5 and 7.
- Speed/distance problem: A motorboat takes 3 hours downstream and 5 hours upstream for the same distance. If river speed is r and boat still-water speed is b, distance d = (b + r) * 3 = (b - r) * 5 → form an equation in b or r leading to a quadratic after eliminating d or r.
- Optimization in business: Revenue minus cost can lead to profit P(x) = ax^2 + bx + c. Use vertex to find production level x that maximises profit when a < 0.
- \[Standard form: ax^2 + bx + c = 0 (a ≠ 0).\]
- \[Quadratic formula: x = [−b ± sqrt(b^2 − 4ac)] / (2a).\]
- \[Discriminant: D = b^2 − 4ac\]\[if D > 0 two distinct real roots\]\[D = 0 one real (repeated) root\]\[D < 0 no real roots.\]
- \[Sum and product of roots: If roots are α and β\]\[then α + β = −b/a and αβ = c/a.\]
- \[Vertex (h\]\[k): h = −b/(2a)\]\[k = value at h = c − b^2/(4a) or k = −D/(4a).\]
- \[Completed-square form: a(x − h)^2 + k where h = −b/(2a) and k as above.\]
Key Concepts
- Quadratic equation
- An equation of degree two in variable x of the form ax^2 + bx + c = 0 with a ≠ 0.
- Standard form
- The canonical arrangement of a quadratic: ax^2 + bx + c = 0 where a, b, c are constants.
- Coefficients (a, b, c)
- The constants a, b and c in ax^2 + bx + c = 0; they determine the shape and position of the parabola.
- Leading coefficient
- The coefficient a of x^2 in a quadratic; its sign determines whether the parabola opens upward (a > 0) or downward (a < 0).
- Degree
- The highest exponent of the variable in the polynomial; a quadratic has degree 2.
- Roots (zeroes)
- Values of x that satisfy ax^2 + bx + c = 0; points where the parabola meets the x-axis.
- Discriminant
- Δ = b^2 - 4ac; a quantity that determines the nature of the roots of a quadratic.
- Nature of roots
- Classification of roots based on Δ: Δ > 0 two distinct real, Δ = 0 real and equal, Δ < 0 complex conjugates.
- Real and distinct roots
- Two different real roots occur when Δ > 0; the quadratic crosses the x-axis at two points.
- Real and equal root (repeated root)
- A double root occurs when Δ = 0; both roots are equal and the parabola is tangent to the x-axis.
- Complex conjugate roots
- When Δ < 0, roots are non-real and occur in conjugate pairs α ± βi.
- Quadratic formula
- General solution for ax^2 + bx + c = 0: x = [-b ± √(b^2 - 4ac)] / (2a).
- Factorization
- Expressing a quadratic as a product of linear factors (px + q)(rx + s), when possible.
- Completing the square
- A method to rewrite ax^2 + bx + c as a(x + d)^2 + e to solve or find vertex form.
- Vertex
- The turning point of the parabola y = ax^2 + bx + c; coordinates are ( -b/(2a), f(-b/(2a)) ).
- Axis of symmetry
- A vertical line through the vertex about which the parabola is symmetric: x = -b/(2a).
- Parabola
- The graph of a quadratic function y = ax^2 + bx + c; U-shaped curve opening up or down.
- Sum and product of roots (Vieta's relations)
- If roots are α and β, then α + β = -b/a and αβ = c/a.
- Monic quadratic
- A quadratic whose leading coefficient a = 1.
- Perfect square trinomial
- A quadratic equal to (px + q)^2; expands to p^2x^2 + 2pqx + q^2.
Practice Questions
-
Define a quadratic equation and state its standard form. / द्विघात समीकरण को परिभाषित कीजिए और इसका मानक रूप लिखिए।
Show answer
A quadratic equation is a polynomial equation of degree two in one variable, written in standard form as ax^2 + bx + c = 0 where a, b, c are real numbers and a ≠ 0. / द्विघात समीकरण एक चर में घात दो वाला बहुपद समीकरण है, जिसका मानक रूप ax^2 + bx + c = 0 है जहाँ a, b, c वास्तविक संख्याएँ हैं और a ≠ 0।
-
Solve x^2 − 5x + 6 = 0 by factorisation. / गुणनखंड विधि से x^2 − 5x + 6 = 0 हल कीजिए।
Show answer
Factor as (x − 2)(x − 3) = 0, so by the zero-product property x = 2 or x = 3. / (x − 2)(x − 3) = 0 के रूप में गुणनखंड करने पर, शून्य-गुणनफल नियम से x = 2 या x = 3।
-
Find the nature of the roots of 2x^2 − 4x − 6 = 0 without solving it fully. / 2x^2 − 4x − 6 = 0 के मूलों की प्रकृति को पूरी तरह हल किए बिना ज्ञात कीजिए।
Show answer
Discriminant Δ = b^2 − 4ac = (−4)^2 − 4(2)(−6) = 16 + 48 = 64 > 0, which is a perfect square, so the equation has two distinct real (rational) roots. / विविक्तकर Δ = b^2 − 4ac = (−4)^2 − 4(2)(−6) = 16 + 48 = 64 > 0, जो पूर्ण वर्ग है, अतः समीकरण के दो भिन्न वास्तविक (परिमेय) मूल हैं।
-
Why does Δ = 0 correspond to the parabola being tangent to the x-axis? / Δ = 0 होने पर परवलय x-अक्ष को स्पर्श क्यों करता है?
Show answer
When Δ = 0 the quadratic formula gives a single repeated root x = −b/(2a), so the graph y = ax^2 + bx + c meets the x-axis at exactly one point (the vertex), touching it rather than crossing. / जब Δ = 0 होता है तो द्विघात सूत्र एक ही दोहरा मूल x = −b/(2a) देता है, इसलिए ग्राफ y = ax^2 + bx + c x-अक्ष को ठीक एक बिंदु (शीर्ष) पर मिलता है, उसे काटने के बजाय स्पर्श करता है।
-
If α and β are roots of 2x^2 − 5x + 3 = 0, find α + β and αβ. / यदि α और β समीकरण 2x^2 − 5x + 3 = 0 के मूल हैं, तो α + β और αβ ज्ञात कीजिए।
Show answer
By Vieta's relations α + β = −b/a = −(−5)/2 = 5/2 and αβ = c/a = 3/2. / वियेटा संबंधों से α + β = −b/a = −(−5)/2 = 5/2 और αβ = c/a = 3/2।
-
Solve x^2 + 6x + 5 = 0 by completing the square. / पूर्ण वर्ग विधि से x^2 + 6x + 5 = 0 हल कीजिए।
Show answer
Write x^2 + 6x = −5; add (6/2)^2 = 9 to both sides to get (x + 3)^2 = 4; then x + 3 = ±2, giving x = −1 or x = −5. / x^2 + 6x = −5 लिखें; दोनों ओर (6/2)^2 = 9 जोड़ें जिससे (x + 3)^2 = 4; फिर x + 3 = ±2, अतः x = −1 या x = −5।
-
Form a quadratic equation whose roots are 2 and −3. / वह द्विघात समीकरण बनाइए जिसके मूल 2 और −3 हैं।
Show answer
Using x^2 − (sum)x + (product) = 0 with sum = −1 and product = −6 gives x^2 + x − 6 = 0. / x^2 − (योग)x + (गुणनफल) = 0 का प्रयोग करते हुए योग = −1 और गुणनफल = −6 से x^2 + x − 6 = 0 प्राप्त होता है।
-
The product of two consecutive positive integers is 56. Form and solve a quadratic equation to find them. / दो क्रमागत धनात्मक पूर्णांकों का गुणनफल 56 है। उन्हें ज्ञात करने के लिए द्विघात समीकरण बनाकर हल कीजिए।
Show answer
Let the smaller be x; then x(x + 1) = 56 gives x^2 + x − 56 = 0, which factors as (x + 8)(x − 7) = 0; taking the positive value x = 7, the integers are 7 and 8. / माना छोटा पूर्णांक x है; तब x(x + 1) = 56 से x^2 + x − 56 = 0, जिसका गुणनखंड (x + 8)(x − 7) = 0 है; धनात्मक मान x = 7 लेने पर पूर्णांक 7 और 8 हैं।
Related Laws & Principles
Explore allFoundational laws & principles connected to this chapter — tap to open in the Laws Explorer.