Nitin P. answered 06/26/20
Machine Learning Engineer - UC Berkeley CS+Math Grad
1.) Use trigonometric identities then convert to exponential form. i.e. :
tan(iz) = sin(iz)/cos(iz) = [(ei(iz) - e-i(iz))/2i]/[(ei(iz) + e-i(iz))/2] = [i(ez - e-z)/2]/[(e-z + ez)/2]
= i sinh(z) / cosh(z) = i tanh(z)
2.) Convert to exponential form. We have:
sqrt(1 + i) = (sqrt(2)eiπ/4)1/2 = 21/4eiπ/8 = 21/4[cos(π/8) + isin(π/8)]
3.) exp(log(z)) = z, so the answer is just 3 + 4i.