Short and effective solutions for SSC CGL Maths Algebra Quadratic equations help you quickly understand key concepts like roots, coefficients, factorisation, and algebraic identities. Many students struggle with remembering formulas, forming equations from given roots, and solving problems quickly under exam pressure.
Key topics include the relationship between roots and coefficients, the Remainder Theorem, conditions for equal roots, and exam-oriented problem-solving techniques that improve speed and accuracy. Here, we provide you with a clear understanding of SSC CGL Maths Algebra Quadratic Equations to strengthen exam preparation.
A quadratic equation is represented in its general form as:
ax² + bx + c = 0
Here:
'a' is the coefficient of x².
'b' is the coefficient of x.
'c' is the constant term.
The roots of a quadratic equation are the values of x that satisfy the equation. For any quadratic equation, there are two roots, typically represented by alpha (α) and beta (β).
For a quadratic equation ax² + bx + c = 0, the following relationships hold:
Sum of the Roots (α + β):
α + β = -b/a
Product of the Roots (α ⋅ β):
α ⋅ β = c/a
Remember that "sum" has a negative sign in the formula (-b/a), while "product" has a positive sign (c/a).
|
English Term |
Hindi Term
|
|---|---|
|
Quadratic Equation |
द्विघात समीकरण |
|
Roots |
मूल |
This section covers calculating expressions using the sum and product of roots.
Question: If α and β are the roots of a quadratic equation, find the value of 1/α + 1/β.
Solution:
Simplify: 1/α + 1/β = (β + α) / (α ⋅ β)
Substitute formulas: (-b/a) / (c/a)
Simplify further: -b/c
Example: For x² + 3x + 7 = 0 (a=1, b=3, c=7), 1/α + 1/β = -3/7.
Question: Given a quadratic equation, find the value of α² + β².
Solution:
Using the identity (α + β)² = α² + β² + 2αβ, we rearrange to get:
α² + β² = (α + β)² - 2αβ
Find sum of roots (α + β) and product of roots (α ⋅ β) from the equation.
Substitute these values into the formula.
Example: For x² - x + 1 = 0, α + β = 1 and α ⋅ β = 1. So, α² + β² = (1)² - 2(1) = -1.
Question: Given a quadratic equation, find the value of α/β + β/α.
Solution:
Simplify: α/β + β/α = (α² + β²) / (α ⋅ β)
Substitute for α² + β²: ((α + β)² - 2αβ) / (α ⋅ β)
Find sum (α + β) and product (α ⋅ β) and substitute.
Example: For 2x² - 7x + 12 = 0, α + β = 7/2 and α ⋅ β = 6.
α/β + β/α = ((7/2)² - 2(6)) / 6 = (49/4 - 12) / 6 = (1/4) / 6 = 1/24.
Question: If one root of x² - kx + 27 = 0 is 3, find k.
Solution:
Substitute x = 3 into the equation:
(3)² - k(3) + 27 = 0
9 - 3k + 27 = 0
36 - 3k = 0 => 3k = 36 => k = 12.
Question: Find k if one root of x² - 9x + k = 0 is twice the other.
Solution:
Let roots be β and 2β.
Sum of roots: β + 2β = -(-9)/1 => 3β = 9 => β = 3.
So, roots are 3 and 2(3)=6.
Product of roots: (3)(6) = k/1 => k = 18.
Question: Find k for (k+1)x² + (2k+1)x - k - 5 = 0 if the sum of roots equals the product.
Solution:
Condition: α + β = α ⋅ β
Substitute formulas: -b/a = c/a => -b = c
From equation: a = (k+1), b = (2k+1), c = (-k-5)
Substitute into -b = c: -(2k+1) = (-k-5)
-2k - 1 = -k - 5
-k = -4 => k = 4.
A quadratic equation can be formed directly from its roots using:
x² - (Sum of Roots)x + (Product of Roots) = 0
Or, x² - (α + β)x + (α ⋅ β) = 0
Derivation: By dividing ax² + bx + c = 0 by 'a', we get x² + (b/a)x + (c/a) = 0. Since - (α + β) = b/a and α ⋅ β = c/a, substitution yields the formula.
Question: Form the Q.E. where sum of roots is 1 and product is -20.
Solution:
x² - (1)x + (-20) = 0 => x² - x - 20 = 0.
Question: Which quadratic equation has roots -3 and -5?
Solution:
Sum of roots: (-3) + (-5) = -8
Product of roots: (-3) ⋅ (-5) = 15
Form equation: x² - (-8)x + (15) = 0 => x² + 8x + 15 = 0.
Question: Given x² - 5x + 6 = 0, find the Q.E. whose roots are 1/α and 1/β.
Solution:
Roots of x² - 5x + 6 = 0 are (x-3)(x-2)=0 => α=3, β=2.
New roots: 1/α = 1/3, 1/β = 1/2.
New sum: 1/3 + 1/2 = 5/6.
New product: (1/3) ⋅ (1/2) = 1/6.
New equation: x² - (5/6)x + (1/6) = 0. Multiply by 6: 6x² - 5x + 1 = 0.
Question: If α and β are roots of x² - x + 1 = 0, find the Q.E. whose roots are α³ and β³.
Solution:
Original roots: α + β = 1, α ⋅ β = 1.
New sum (α³ + β³): Use identity α³ + β³ = (α + β)³ - 3αβ(α + β)
= (1)³ - 3(1)(1) = 1 - 3 = -2.
New product (α³ ⋅ β³): (α ⋅ β)³ = (1)³ = 1.
New equation: x² - (-2)x + (1) = 0 => x² + 2x + 1 = 0.
Question: Given the quadratic equation x² - 3x + 2 = 0, find the quadratic equation whose roots are α+1 and β+1.
Solution:
Original roots: α + β = 3, α ⋅ β = 2.
New sum: (α+1) + (β+1) = α + β + 2 = 3 + 2 = 5.
New product: (α+1)(β+1) = αβ + α + β + 1 = 2 + 3 + 1 = 6.
New equation: x² - (5)x + (6) = 0 => x² - 5x + 6 = 0.
The Remainder Theorem states that if a polynomial P(x) is divided by (x - a), the remainder is P(a). If P(x) is completely divisible by (x - a), then P(a) = 0.
Question: If x⁴ - 3x³ + 2x² - 5x + 7 is divided by (x - 2), what is the remainder?
Solution:
Set divisor to zero: x - 2 = 0 => x = 2.
Substitute x = 2 into P(x):
P(2) = (2)⁴ - 3(2)³ + 2(2)² - 5(2) + 7
= 16 - 24 + 8 - 10 + 7 = -3.
Question: If 15x³ + 14x² - 4x + 1 is divided by (3x + 2), what is the remainder?
Solution:
Set divisor to zero: 3x + 2 = 0 => x = -2/3.
Substitute x = -2/3 into P(x):
P(-2/3) = 15(-2/3)³ + 14(-2/3)² - 4(-2/3) + 1
= 15(-8/27) + 14(4/9) + 8/3 + 1
= -40/9 + 56/9 + 24/9 + 9/9
= (-40 + 56 + 24 + 9) / 9 = 49/9.
Question: If 5x³ + 5x² - 6x + 9 is divided by (x + 3), what is the remainder?
Solution:
Set divisor to zero: x + 3 = 0 => x = -3.
Substitute x = -3 into P(x):
P(-3) = 5(-3)³ + 5(-3)² - 6(-3) + 9
= 5(-27) + 5(9) + 18 + 9
= -135 + 45 + 18 + 9 = -63.
Solution:
Find two numbers whose product is 15 and sum is -8. These are -3 and -5.
Break the middle term: x² - 3x - 5x + 15 = 0
Factor by grouping: x(x - 3) - 5(x - 3) = 0
(x - 3)(x - 5) = 0
Set each factor to zero: x - 3 = 0 => x = 3; x - 5 = 0 => x = 5.
When factoring x² + Bx + C = 0, find two numbers (p, q) such that p+q = B and p*q = C. The factors are (x+p) and (x+q), and the roots are -p and -q (change the sign).
For a quadratic equation ax² + bx + c = 0, the condition for having equal roots is that its discriminant (D) must be zero.
D = b² - 4ac = 0
This implies: b² = 4ac.
Question: Find the positive value of k for which 9x² + 3kx + 4 = 0 has equal roots.
Solution:
Identify a=9, b=3k, c=4.
Apply b² = 4ac: (3k)² = 4(9)(4)
9k² = 144
k² = 16
Solve for k: k = ±4. Since a positive value is asked, k = 4.
Question: If ax² + bx + c = 0 has equal roots, express c in terms of a and b.
Solution:
Apply b² = 4ac.
Solve for c: c = b² / 4a.
Question: Given x² - 5x + 4 = 0, evaluate 1/α + 1/β + 2αβ.
Solution:
Simplify: 1/α + 1/β + 2αβ = (α + β) / (α ⋅ β) + 2αβ.
From x² - 5x + 4 = 0: α + β = 5, α ⋅ β = 4.
Substitute: (5) / (4) + 2(4) = 5/4 + 8 = 5/4 + 32/4 = 37/4.
These techniques simplify complex algebraic expressions by substituting specific values, especially useful in competitive exams.
This technique applies when coefficients in a polynomial are related to x (e.g., x+1 or x-1).
Problem: Evaluate x⁵ - 12x⁴ + 12x³ - 12x² + 12x - 5, given x = 11.
Solution:
Observe that 12 = x+1. Substitute (x+1) for 12:
x⁵ - (x+1)x⁴ + (x+1)x³ - (x+1)x² + (x+1)x - 5
= x⁵ - x⁵ - x⁴ + x⁴ + x³ - x³ - x² + x² + x - 5
= x - 5
Substitute x = 11: 11 - 5 = 6.
Problem: Evaluate x⁴ - 9x³ + 9x² - 9x - 8, given x = 8.
Solution:
Observe that 9 = x+1. Substitute (x+1) for 9:
x⁴ - (x+1)x³ + (x+1)x² - (x+1)x - 8
= x⁴ - x⁴ - x³ + x³ + x² - x² - x - 8
= -x - 8
Substitute x = 8: -8 - 8 = -16.
This technique involves equating each term to a common constant when a sum of terms equals that constant.
Problem: Solve for x in (x - a²/(b²+c²)) + (x - b²/(c²+a²)) + (x - c²/(a²+b²)) = 3.
Solution:
Since the sum is 3, we can assume each term equals 1:
x - a²/(b²+c²) = 1
x = 1 + a²/(b²+c²)
x = (b²+c² + a²)/(b²+c²)
This leads to consistent expressions involving a², b², and c², allowing simplification to a single symmetric form.
This logic holds for all three terms, giving a consistent value for x.
For symmetrical equations, assuming equal values for variables simplifies calculations significantly.
Problem: Given a² = b+c, b² = c+a, c² = a+b. Find the value of 1 / (a + 1) + 1 / (b + 1) + 1 / (c + 1).
Solution:
Assume a = b = c. Substitute into a² = b+c:
a² = a+a => a² = 2a
a² - 2a = 0 => a(a - 2) = 0
So, a = 0 or a = 2.
If a=0, then a,b,c=0, which might lead to division by zero.
Choose a = 2. Thus, a = b = c = 2.
Check: 2² = 2+2 => 4 = 4 (Satisfied).
Substitute a=b=c=2 into the expression:
1/(2+1) + 1/(2+1) + 1/(2+1) = 1/3 + 1/3 + 1/3 = 1.
5. Problem Given a + b + c = 0, find the value of
a² / (a² − bc) + b² / (b² − ca) + c² / (c² − ab)
Solution:
From the given condition:
a + b + c = 0 ⇒ c = −(a + b)
Substitute c = −(a + b):
a² − bc = a² − b(−a − b) = a² + ab + b²
b² − ca = b² − a(−a − b) = b² + ab + a² = a² + b² + ab
c² − ab = (a + b)² − ab = a² + 2ab + b² − ab = a² + b² + ab
So all denominators become:
a² + b² + ab
= a² / (a² + b² + ab) + b² / (a² + b² + ab) + c² / (a² + b² + ab)
= (a² + b² + c²) / (a² + b² + ab)
Since c = −(a + b):
c² = (a + b)² = a² + b² + 2ab
So,
a² + b² + c²
= a² + b² + (a² + b² + 2ab)
= 2a² + 2b² + 2ab
= 2(a² + b² + ab)
= 2(a² + b² + ab) / (a² + b² + ab)
= 2
Problem: Given a + b = 6 and ab = 5. Find a³ + b³.
Solution:
Find two numbers whose product is 5 and sum is 6. These are 5 and 1.
So, let a = 5 and b = 1.
Substitute into a³ + b³:
5³ + 1³ = 125 + 1 = 126.
Problem: Given a³ + b³ = 217 and a + b = 7. Find ab.
Solution:
Observe a³ + b³ = 217. The cube of 6 is 216 (6³ = 216).
If one number is 6, then 6³ = 216. For the sum to be 217, the other number's cube must be 1 (1³ = 1).
So, let a = 6 and b = 1.
Check a + b = 7: 6 + 1 = 7 (satisfied).
Find ab: 6 * 1 = 6.
A2: For ax² + bx + c = 0, the sum of roots (α + β) is -b/a, and the product of roots (α ⋅ β) is c/a.
A3: A quadratic equation can be formed using the formula: x² - (Sum of Roots)x + (Product of Roots) = 0.
A5: Value substitution is effective when dealing with symmetrical equations or specific conditions (like a+b+c=0 or a²=b+c), or when polynomial coefficients are simple multiples of the variable value (e.g., x+1), allowing for quick simplification and calculation.