Question
Question: Factorise \({{x}^{2}}+5x+6\) into linear factors....
Factorise x2+5x+6 into linear factors.
Solution
Hint: Use (x+a)(x+b)=x2+(a+b)x+ab or factorise using the method of completing the square or use quadratic formula [x=2a−b±b2−4ac] and factor theorem [if f(a)=0 then x−a is the factor of f(x)].
Complete step-by-step solution -
Let x2+5x+6=(x+a)(x+b)
Using (x+a)(x+b)=x2+(a+b)x+ab we get
x2+5x+6=x2+(a+b)x+ab
Comparing coefficients of x, we get
a+b=5 (i)
Comparing constant terms, we get
ab=6 (ii)
We can factorise 6 in following ways
6=6×1 or 6=3×2
If a = 6 and b = 1 then we have a+b=7=5
If a = 3 and b = 2 then we have a+b=3+2=5
Hence, we get a = 3 and b = 2
⇒x2+5x+6=(x+3)(x+2)
Sometimes it is not possible to factorise by using hit and trial method as above. In those cases, we factorise using the method of completing the square.
In this method we use the following identities to factorise
[i] x2+2ax+a2=(x+a)2
[ii] x2−2ax+a2=(x−a)2
[iii] a2−b2=(a+b)(a−b).
Step 1: Make the coefficient of leading term as 1
Here the leading term has a coefficient of the leading term is already one. So, we proceed to step 2.
Step 2: Write the middle term in the form of 2ax.
x2+5x+6=x2+2×25×x+6
Here the middle term 5x has been written in form of 2ax with a = 25
Step 3: Add and Subtract a2
⇒x2+5x+6=x2+2×25x+6+(25)2−(25)2
Step 4: Use x2+2ax+a2=(x+a)2 or x2−2ax+a2=(x−a)2 whichever is applicable
x2+2×25x+(25)2−(25)2+6=(x+25)2−(25)2+6 using x2+2ax+a2=(x+a)2
⇒x2+5x+6=(x+25)2−(25)2+6
Simplifying we get
⇒x2+5x+6=(x+25)2−425+6⇒x2+5x+6=(x+25)2−425−6×4⇒x2+5x+6=(x+25)2−425−24⇒x2+5x+6=(x+25)2−41
Step 5: Write the constant term in the form of b2
⇒x2+5x+6=(x+25)2−41=(x+25)2−(21)2
Step 6: If the resultant expression is of form a2+b2then the given expression cannot be factorised.
If it is of the form a2−b2 then use a2−b2=(a+b)(a−b).
Here the resultant expression is of the form of a2−b2 where a=(x+25) and b =21
Using a2−b2=(a+b)(a−b) we get
x2+5x+6=(x+25)2−(21)2=(x+25+21)(x+25−21)
Simplifying we get
x2+5x+6=(x+25+21)(x+25−21)=(x+25+1)(x+25−1)⇒x2+5x+6=(x+26)(x+24)=(x+3)(x+2)
Hence x2+5x+6=(x+3)(x+2)
Note: Quadratic formula: The roots of the quadratic equation ax2+bx+c=0 are 2a−b+b2−4ac and 2a−b−b2−4ac.
We can factorise quadratic expressions using quadratic formulas also.
If r1 and r2 are the roots of quadratic expression(found using quadratic formula) then the expression = a(x−r1)(x−r2) where a is the leading coefficient of the quadratic expression.
Here a = 1, b = 5 and c = 6
We know from quadratic formula r1=2a−b+b2−4ac and r2=2a−b−b2−4ac
Substituting the values of a, b and c in the expression for r1 and r2 we get
r1=2×1−5+52−4×1×6 and r2=2×1−5−52−4×1×6
⇒r1=−2 and r2=−3
Hence x2+5x+6=(x−(−2))(x−(−3))
⇒x2+5x+6=(x+2)(x+3)