Find the roots of the following quadratic equations by factorisation:
Concept Foundation: Factorisation Method
A quadratic equation of the form \(ax^2 + bx + c = 0\) can be solved by factorisation when the middle term can be split into two terms such that:
- Their product = \(a \times c\)
- Their sum = \(b\)
After splitting the middle term, grouping is done to extract common factors and form linear factors.
General Roadmap
- Identify \(a, b, c\)
- Compute \(a \cdot c\)
- Find two numbers satisfying product and sum condition
- Split middle term
- Group and factorise
- Apply zero product rule
-
\(x^2 - 3x - 10 = 0\)
Solution:
Roadmap: Split middle term → Group → Factor → Solve
Given: \[x^2 - 3x - 10 = 0\]
Here, \(a = 1\), \(b = -3\), \(c = -10\)
Compute: \[a \cdot c = 1 \times (-10) = -10\]
Find two numbers: \[-5 \text{ and } 2\]
Because: \[(-5)\times 2 = -10, \quad (-5)+2 = -3\]
Split middle term: \[x^2 - 5x + 2x - 10 = 0\]
Group: \[x(x-5) + 2(x-5) = 0\]
Factor: \[(x-5)(x+2) = 0\]
Apply zero product rule: \[x-5=0 \Rightarrow x=5\] \[x+2=0 \Rightarrow x=-2\]
Roots: \(x=5, -2\)
-
\(2x^2 + x - 6 = 0\)
Solution:
Roadmap: Multiply \(a\cdot c\) → Split → Group → Solve
\[2x^2 + x - 6 = 0\]
\(a=2,\; b=1,\; c=-6\)
\[a \cdot c = -12\]
Required numbers: \[4 \text{ and } -3\]
Split: \[2x^2 + 4x - 3x - 6 = 0\]
Group: \[2x(x+2) - 3(x+2) = 0\]
Factor: \[(x+2)(2x-3)=0\]
Solve: \[x+2=0 \Rightarrow x=-2\] \[2x-3=0 \Rightarrow x=\frac{3}{2}\]
Roots: \(x=-2,\; \frac{3}{2}\)
-
\(\sqrt{2}x^2 + 7x + 5\sqrt{2} = 0\)
Solution:
Roadmap: Handle surds carefully → Split → Factor
\[\sqrt{2}x^2 + 7x + 5\sqrt{2} = 0\]
\[a \cdot c = \sqrt{2} \times 5\sqrt{2} = 10\]
Numbers: \[5 \text{ and } 2\]
Split: \[\sqrt{2}x^2 + 5x + 2x + 5\sqrt{2} = 0\]
Group: \[x(\sqrt{2}x+5) + \sqrt{2}(x+\sqrt{2})\]
Final factorisation: \[(\sqrt{2}x+5)(x+\sqrt{2})=0\]
Solve: \[\sqrt{2}x+5=0 \Rightarrow x=-\frac{5}{\sqrt{2}}=-\frac{5\sqrt{2}}{2}\] \[x+\sqrt{2}=0 \Rightarrow x=-\sqrt{2}\]
Roots: \(x=-\sqrt{2}, -\frac{5\sqrt{2}}{2}\)
-
\(2x^2 - x + \frac{1}{8} = 0\)
Solution:
Roadmap: Remove fraction → Factor → Identify repeated root
Multiply entire equation by 8: \[16x^2 - 8x + 1 = 0\]
\[a \cdot c = 16\]
Numbers: \[4 \text{ and } 4\]
Split: \[16x^2 - 4x - 4x + 1 = 0\]
Group: \[4x(4x-1) -1(4x-1)=0\]
Factor: \[(4x-1)^2=0\]
Solve: \[4x-1=0 \Rightarrow x=\frac{1}{4}\]
Repeated Root: \(x=\frac{1}{4}, \frac{1}{4}\)
-
\(100x^2 - 20x + 1 = 0\)
Solution:
Roadmap: Recognise identity → Perfect square → Solve
\[100x^2 - 20x + 1 = 0\]
Rewrite: \[(10x)^2 - 2(10x)(1) + 1^2 = 0\]
Using identity: \[(a-b)^2\]
Factor: \[(10x-1)^2=0\]
Solve: \[10x-1=0 \Rightarrow x=\frac{1}{10}\]
Repeated Root: \(x=\frac{1}{10}, \frac{1}{10}\)
Exam & Concept Significance
- Factorisation is the fastest method in board exams when applicable
- Frequently asked in CBSE 2–4 mark questions
- Builds foundation for quadratic formula and discriminant
- Repeated roots concept directly linked to discriminant \(D=0\)
- Important for JEE/NTSE in algebra simplification and equation solving