Identifying special situations in factoring
- Difference of two squares
- a2- b2 = (a + b)(a - b)
- 3 examples
- a2 - 9 (a+3) (a-3)
- b2 - 4 (b+2) (b-2)
- c2 - 1 (c+1) (c-1)
- Trinomial perfect squares
- a2 + 2ab + b2 = (a + b)(a + b) or (a + b)2
- 3 examples
- a2 + 4a + 2 (a+2)2
- a2 + 6a +9 (a+3)2
- x2 + 8x + 16 (x+4)2
- a2 - 2ab + b2 = (a - b)(a - b) or (a - b)2
- 3 examples
- x2 - 8x + 16 (x-4)2
- a2 - 4a + 2 (a-2)2
- a2 - 6a +9 (a-3)2
- Difference of two cubes
- a3 - b3
- 3 - cube root 'em
- 2 - square 'em
- 1 - multiply and change
- 3 examples
- x3-27= (x-3)(x2+3x+9)
- a3-125= (a-5)(a2+5a+25)
- d3-1= (d-1)(d2+d+1)
- Sum of two cubes
- a3 + b3
- 3 - cube root 'em
- 2 - square 'em
- 1 - multiply and change
- 3 examples
- x3+27= (x+3)(x2-3x+9)
- a3+125= (a+5)(a2-5a+25)
- d3+1= (d+1)(d2-d+1)
- Binomial expansion
- (a + b)3 = Use the pattern a3+3a2b+3ab2+b3
- (a + b)4 = Use the pattern a4+4a3b+6a2b2+4ab3+b4
No comments:
Post a Comment