Advertisements
Advertisements
प्रश्न
Factorise the following:
x3 + 3x2y + 3xy2 + 9y3
Advertisements
उत्तर
Given: x3 + 3x2y + 3xy2 + 9y3
Step-wise calculation:
1. Recognize the pattern: The expression looks like a cubic expansion.
Recall that (a + b)3 = a3 + 3a2b + 3ab2 + b3
2. Compare the given expression with the expansion:
x3 + 3x2y + 3xy2 + 9y3
Notice that the last term is (9y3), which can be rewritten as (3y)3.
3. Thus, the expression is like (x + 3y)3 but the last term in the expansion of (x + 3y)3 would be (3y)3 = 27y3, which is different.
4. Alternatively, try rewriting the expression grouping within the cubic expansion form.
Let’s look if the expression can be factored as a perfect cube of the form (x + ay)3:
(x + ay)3 = x3 + 3ax2y + 3a2xy2 + a3y3
Matching the coefficients:
- 3a = 3 ⇒ a = 1
- 3a2 = 3 ⇒ 3(1)2 = 3 matches
- a3 = 9 ⇒ 13 = 1 ≠ 9 does not match
So a = 1 does not satisfy the last term.
Try `a = root(3)(9)`, but that is complicated.
Alternatively, rewrite the expression grouping the terms:
x3 + 3x2y + 3xy2 + 9y3 = (x3 + 3x2y + 3xy2 + y3) + 8y3
Because we subtracted and added (y3) to make a perfect cube (x + y)3 = x3 + 3x2y + 3xy2 + y3.
So, (x + y)3 + 8y3 = (x + y)3 + (2y)3.
Now it is sum of cubes:
a3 + b3 = (a + b)(a2 – ab + b2)
where (a = x + y), (b = 2y).
Applying formula:
(x + y)3 + (2y)3 = ((x + y) + 2y) ((x + y)2 – (x + y)(2y) + (2y)2)
Simplify the first factor:
(x + y) + 2y = x + 3y
Simplify the second factor:
(x + y)2 – 2y(x + y) + 4y2
Calculate each term:
- (x + y)2 = x2 + 2xy + y2
- 2y(x + y) = 2xy + 2y2
So:
x2 + 2xy + y2 – (2xy + 2y2) + 4y2
= x2 + 2xy + y2 – 2xy – 2y2 + 4y2
= x2 + (2xy – 2xy) + (y2 – 2y2 + 4y2)
= x2 + 0 + 3y2
= x2 + 3y2
x3 + 3x2y + 3xy2 + 9y3 = (x + 3y)(x2 + 3y2)
