This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
math121a-f23:september_8_friday [2023/09/08 14:11] pzhou |
math121a-f23:september_8_friday [2026/02/21 14:41] (current) |
||
|---|---|---|---|
| Line 10: | Line 10: | ||
| 4. Taylor series, Laurent series. | 4. Taylor series, Laurent series. | ||
| + | |||
| + | |||
| + | ====== Exercise ====== | ||
| + | |||
| + | 1. let $z = 2 e^{i \pi / 3}$, | ||
| + | * compute $z^2, z^3$. | ||
| + | * what is $\log z$? (be aware this is a multivalued function) | ||
| + | |||
| + | 2. how many complex solution does $z^4 = -1$ have? what are they? | ||
| + | |||
| + | 3. let $z = 2 e^{i \pi / 3}$. What does $z^i$ mean? is it multivalued? | ||
| + | |||
| + | 4. express $\sin(1+2 i)$ in terms of exponential. Is it true that $\sin(z) = Re( e^{i z})$ for all real $z$, for all complex $z$? | ||
| + | |||
| + | 5. What is the Laurent expansion (first 3 terms) of $\frac{\cos(z)}{z}$ around $z=0$? $\frac{\cos(z)}{\sin(z)}$ around $z=0$? | ||
| + | |||
| + | |||
| + | |||