Given points $O(0)$ and $A(1+i)$ in the complex plane, find the complex number $w$ which is the reflection of the complex number $z$ across the line $OA$. Express $w$ in terms of $z$.

AlgebraComplex NumbersGeometric TransformationsReflectionComplex Conjugate
2025/6/23

1. Problem Description

Given points O(0)O(0) and A(1+i)A(1+i) in the complex plane, find the complex number ww which is the reflection of the complex number zz across the line OAOA. Express ww in terms of zz.

2. Solution Steps

The line OAOA has the argument arg(1+i)=π4\arg(1+i) = \frac{\pi}{4}.
To reflect a complex number zz across the line OAOA, we can perform the following steps:

1. Rotate $z$ by $-\frac{\pi}{4}$ so that the line $OA$ coincides with the real axis. This gives us $z e^{-i\pi/4}$.

2. Take the complex conjugate of the result. This gives us $\overline{z e^{-i\pi/4}} = \bar{z}e^{i\pi/4}$.

3. Rotate back by $\frac{\pi}{4}$. This gives us $\bar{z} e^{i\pi/4} e^{i\pi/4} = \bar{z} e^{i\pi/2} = \bar{z} i$.

Therefore, w=izˉw = i\bar{z}.
The rotation can also be written as:
Let θ=π4\theta = \frac{\pi}{4}
w=eiθeiθz=eiθeiθzˉ=e2iθzˉ=eiπ2zˉ=izˉw = e^{i\theta} \overline{e^{-i\theta} z} = e^{i\theta} e^{i\theta} \bar{z} = e^{2i\theta} \bar{z} = e^{i \frac{\pi}{2}} \bar{z} = i\bar{z}

3. Final Answer

w=izˉw = i\bar{z}