How do I find #(3+i)^4#?

1 Answer
Sep 16, 2014

I like to use Pascal's Triangle to do binomial expansions!

Pascals triangle

The triangle helps us to find the coefficients of our "expansion" so that we don't have to do the Distributive property so many times! (it actually represents how many of the like terms we have gathered)

So, in the form #(a + b)^4# we use the row: 1, 4, 6, 4, 1.

#1(a)^4+4(a)^3(b)+6(a)^2(b)^2+4(a)(b)^3+(b)^4#

But your example contains a = 3 and b = i. So...

#1(3)^4+4(3)^3(i)+6(3)^2(i)^2+4(3)(i)^3+(i)^4#

#= 81 + 4(27i) + 6(9i^2) + 12(i^3) + 1#

#= 81 + 108i -54 -12i + 1#

#=28+96i#