Find the Value of z in z^{1+i}=4 using Logarithms

AI Thread Summary
To solve for z in the equation z^{1+i}=4, the approach involves expressing 4 in polar form and applying logarithmic properties. The initial solution attempts to equate the magnitudes and angles, leading to the expression r^{1+i}e^{-\theta}=4, where r is the modulus and θ is the argument. A suggestion is made to simplify the process by taking the natural logarithm of both sides, resulting in ln(4) = (1+i)ln(z). This alternative method may clarify the relationship between r and θ without assuming r^{1+i} is real. The discussion emphasizes the importance of correctly applying logarithmic identities in complex analysis.
Terrell
Messages
316
Reaction score
26

Homework Statement


Find ##z## in ##z^{1+i}=4##. Is my solution correct

Homework Equations


##\log(z_1 z_2)=\log(z_1)+\log(z_2)## such that ##z_1, z_2\in \{z\in\Bbb{C} : (z=x+iy) \land (x\in\Bbb{R}) \land -\infty \lt y \lt +\infty\}##
##re^{i\theta}=r(\cos\theta + i\sin\theta)##

The Attempt at a Solution


Note ##4=4(\cos 0 +i\sin 0)##. Thus,
\begin{align}
r^{1+i}e^{i\theta(1+i)}&=r^{1+i}e^{-\theta}(\cos\theta + i\sin\theta)=4(\cos 0 +i\sin 0)=4\
r^{1+i}e^{-\theta}&=4 \quad \text{and}\quad \theta=0\\
\log_e(r^{1+i}e^{-\theta})&=\log_{e}(4)\\
\log_(r^{1+i})+\log(e^{-\theta})&=\log_{e}(4)\\
(1+i)\log_{e}(r)-\theta&=\log_{e}(4)\\
\log_{e}(r)&=\frac{\log_e(4)}{1+i}\\
\log_{e}(r)&=\log_{e}(4^{\frac{1}{1+i}})\\
r&=4^{\frac{1}{1+i}}
\end{align}
 
Physics news on Phys.org
In step 1 you appear to be making the false assumption that r1+i is real. (Express it as elnr(1+i) and see.)
I think it would be easier if you start by taking logs
ln4 = (1+i)lnz
and see where that gets you.
 
Back
Top