Wednesday, October 30, 2013
Mandelbrot Set
As it turns out, the Julia set of f(z)=z2+c is either "in on piece" or "totally dusty". This leads to the definition of a Mandelbrot set M, which is the set of all parameters c∈C for which such Julia set is connected:
M={c∈C:J(z2+c) is connected} |
J(z2+c) is connected if and only if 0 does not belong to A(∞) !In other words, {fn(0)} remains bounded under iteration. Furthermore,
A complex number c belongs to M if and only if |fn(0)|≤2 for all n≥1 !where f(z)=z2+c.
You can find more info at Analysis of a Complex Kind.
f(z)=z2+c
Given a function f, the Julia set of f, J(f), is the boundary of A(∞), where A(∞) is the "basin of attraction to infinity", ie.
A(∞)={z∈C:fn(z)→∞ as n→∞} |
K(f)={z∈C:{fn(z)} is bounded} |
R=1+√1+4|c|2 |
Let z0∈C. If for some n>0 we have |fn(z0)| > R, then fn(z0)→∞ as n→∞ !
That is, z0∈A(∞), so z0∉K(f).
You can find more info at Analysis of a Complex Kind.
Tuesday, October 29, 2013
φ(w)=w+1w
Let
φ(w)=w+1w |
φ(w):{w:|w|>1}→C∖[−2,2] |
If |w|≥2, φ(w) obviously excludes the interval [−2,2].
If w=1, φ(w)=2.
Or more generally, if |w|=1 or w=eiθ,
φ(w)=eiθ+e−iθ=cosθ+isinθ+cosθ−isinθ=2cosθ |
Observe that \displaystyle \left| \varphi(w) \right| is monotonic increasing, which means the interval [-2,2] is clearly excluded from \displaystyle \varphi(w) as \left| w \right| > 1.
More info at Analysis of a Complex Kind.
\varphi^{-1} \circ f \circ \varphi
Given
\begin{aligned} \varphi^{-1} (f(\varphi(w))) = w^2 = g(w) \\ \end{aligned} |
Let
\begin{aligned} z &= \varphi(w)) \\ \varphi^{-1}(z) &= w \\ \varphi^{-1} (f(\varphi(w))) &= g(w) \\ f(\varphi(w)) &= \varphi(g(w)) \\ \therefore \,\, f(z) &= \varphi(g(\varphi^{-1}(z))) \\ \end{aligned} |
It's rather easy to show that the function \displaystyle p(z) = \varphi^{-1} \circ f \circ \varphi behaves the same as \displaystyle f(z) under iteration. In other words,
\begin{aligned} p^n = \varphi^{-1} \circ f^n \circ \varphi \end{aligned} |
In general, given any quadratic polynomials in \mathbb{C}
\begin{aligned} p(z) = az^2 + bz + d \\ \end{aligned} |
\begin{aligned} f(z) &= z^2 + c \\ c &= ad + \frac{b}{2} - (\frac{b}{2})^2 \\ \varphi(z) &= az + \frac{b}{2} \\ \end{aligned} |
\begin{aligned} p &= \varphi^{-1} \circ f \circ \varphi \\ f &= \varphi \circ p \circ \varphi^{-1} \\ \end{aligned} |
\begin{aligned} p^n &= \varphi^{-1} \circ f^n \circ \varphi \\ f^n &= \varphi \circ p^n \circ \varphi^{-1} \\ \end{aligned} |
More info at Analysis of a Complex Kind.
Monday, October 28, 2013
\lim_{z \rightarrow i} \frac{z^2 + 1}{z - i}
What is \displaystyle \lim_{z \rightarrow i} \frac{z^2 + 1}{z - i} ?
I think the answer is neat and a little surprising.
You can find more info at Analysis of a Complex Kind.
Sunday, October 27, 2013
Why \frac{1}{i} = -i ?
\begin{aligned} \frac{1}{i} &= i^{-1} = e^{i\frac{-\pi}{2}} = -i \\ \end{aligned} |
Integral bounds of a series
Suppose
\begin{aligned} a_n = f(n) \,\,\,\,\, \text{ where \(f\) is a decreasing and positive function.} \end{aligned} |
\begin{aligned} \int_1^\infty f(x)\,dx \,\,\,\, \text{ is finite,} \end{aligned} |
\begin{aligned} \int_1^\infty f(x)\,dx \,\,\, \le \,\,\, \sum_{n=1}^\infty a_n \,\,\, \le \,\,\, a_1 + \int_1^\infty f(x)\,dx \end{aligned} |
You can find more information at Calculus Two: Sequences and Series.
Product of power series
Let
\begin{aligned} f(x) &= \sum_{n=0}^\infty a_n x^n \\ g(x) &= \sum_{n=0}^\infty b_n x^n \\ R &= \text{the minimum of their radii of convergence} \\ \end{aligned} |
\begin{aligned} f(x)\,g(x) &= \sum_{n=0}^\infty (\sum_{i=0}^{n}a_i\, b_{n-i}) \, x^n \\ \end{aligned} |
You can find more information at Calculus Two: Sequences and Series.
Sunday, October 13, 2013
1,3,1 matrices
The first three determinants of a 1,3,1 matrix:
S_1 = \begin{vmatrix} 3 \end{vmatrix} | S_2 = \begin{vmatrix} 3 & 1 \\ 1 & 3 \end{vmatrix} | S_3 = \begin{vmatrix} 3 & 1 & 0 \\ 1 & 3 & 1 \\ 0 & 1 & 3 \end{vmatrix} |
Attempt:
First, we can see via cofactors that
\begin{aligned} S_1 &= 3 = F_4 \\ S_2 &= 9 - 1 = 8 = F_6 \\ S_3 &= 3S_2 - \begin{vmatrix} 1 & 1 \\ 0 & 3 \end{vmatrix} = 3S_2 - S_1 \end{aligned} |
\begin{aligned} S_n = 3S_{n-1} - S_{n-2} \end{aligned} |
\begin{aligned} F_{2n+2} &= F_{2n+1} + F_{2n} = (F_{2n} + F_{2n-1}) + F_{2n} \\ &= (3F_{2n} - F_{2n}) + F_{2n-1} \\ &= (3F_{2n} - F_{2n-1} - F_{2n-2}) + F_{2n-1} \\ \therefore F_{2n+2} &= 3F_{2n} - F_{2n-2} \\ \end{aligned} |