You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stephen Crowley edited this page Jul 5, 2023
·
21 revisions
Given the function $f(t)$ as
$$
f(t) = \frac{{(1+t^2)^2-1}}{{(1+t^2)^2+1}}
$$
where $t$ is a complex number $t = x + iy$. This function can be represented as $f(t) = a(t) + i\cdot b(t)$, where $a(t)$ and $b(t)$ are the real and imaginary parts of $f(t)$ respectively.
The real part of the function $a(t)$ is derived as:
Both $a(t)$ and $b(t)$ are real-valued for any complex number $t$. The operations on $x$ and $y$ (addition, subtraction, multiplication, division, and exponentiation) yield real numbers, so both $a(t)$ and $b(t)$ are real-valued functions.