You can put this solution on YOUR website! solve: (x+iy)^5 + (x-iy)^5 = -8
-----------
C = x + iy ---> sqrt(2)cis(45)
D = x - iy ---> sqrt(2)cis(315)
===========================
C^5 = sqrt(32)cis(225)
D^5 = sqrt(32)cis(1575) = sqrt(32)cis(135)
-8 = -8cis(0) = -8*1 + i*0
-----------------
C^5 = sqrt(32)*(-sqrt(2)/2 + i*(-sqrt(2)/2))
D^5 = sqrt(32)*(-sqrt(2)/2 + i*(sqrt(2)/2))
-----
C^5 + D^5 = -sqrt(64) = -8
----------------------------
Did you mean solve?
Or confirm the identity?
===================================
It's a confirmation of the case that x & y are equal. I forgot to state that.
If x <> y, then it's more tedious and not worth the effort without knowing what you want to do.
The post by Alan is NOT a solution, because it contains mistakes.
First mistake is in its first line " C = x + iy ---> sqrt(2)cis(45) ". It is an assumption, but not an identity.
Second mistake is in its second line " D = x - iy ---> sqrt(2)cis(315) ". Again, it is an assumption, but not an identity.
Actually, "the solution" to this equation is some CURVE line at the coordinate plane (x,y).