okay in general, if you have some complex number raised to the power of something big, you know you need to use de moivre's theorem. de moivre's theorem can only really be applied if the complex number which is you being raised to the power of something big is written in polar form. so the first step is to convert (1-i) into complex form. now, a complex number, represented on an argand diagram, is simply a dot. picture (1 - i) in your mind. it is simply the point (1, -1). now convert to polar form. you know that the modulus (distance from origin) can be found easily using pythagoras' theorem: sqrt(1^2 + (-1)^2) = sqrt(2). you can find the Argument (capital a) by noting the angle which the complex number makes with the positive direction of the x-axis (or real axis). in this case, this angle is 45 degrees, since your right angled triangle, in this particular case, is also an isosceles triangle. what is 45 degrees in radians? pi/4. so (1-i) = sqrt(2) cis(-pi/4). raise to the power of 9. 16sqrt(2) cis(-9pi/4). now this isn't in proper polar form, since the angle should be between -pi (non-inclusive) and pi (inclusive). this can be easily fixed by adding 2pi. the answer is 16sqrt(2) cis(-9pi/4 + 8pi/4) = 16sqrt(2) cis(-pi/4).
edit: awkward error corrected.