Processing math: 46%
Google
 
Web unafbapune.blogspot.com

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 cC for which such Julia set is connected:
  M={cC:J(z2+c) is connected}
Here are two amazing theorems:

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 n1 !
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()={zC:fn(z) as n}
The filled-in Julia set of f, K(f), are those zC for which fn(z) stays bounded:
  K(f)={zC:{fn(z)} is bounded}
Given f(z)=z2+c, where cC, how can we find K(f) ? Turns out
  R=1+1+4|c|2
may help !

Let z0C. If for some n>0 we have |fn(z0)| > R, then fn(z0) as n !

That is, z0A(), so z0K(f).

You can find more info at Analysis of a Complex Kind.


Tuesday, October 29, 2013

 

φ(w)=w+1w

Let
  φ(w)=w+1w
Why is it true that
  φ(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θ+eiθ=cosθ+isinθ+cosθisinθ=2cosθ
when \lvert w \rvert = 1.

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}
What is f(z) in terms of g ?

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}
Why is \displaystyle \varphi^{-1} \circ f \circ \varphi interesting ?

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}
So instead of studying p, which can be a bit more complicated, the problem can be reduced to the study of f; or vice-versa.

In general, given any quadratic polynomials in \mathbb{C}
  \begin{aligned} p(z) = az^2 + bz + d \\ \end{aligned}
Let
  \begin{aligned} f(z) &= z^2 + c \\ c &= ad + \frac{b}{2} - (\frac{b}{2})^2 \\ \varphi(z) &= az + \frac{b}{2} \\ \end{aligned}
It can be readily verified that
  \begin{aligned} p &= \varphi^{-1} \circ f \circ \varphi \\ f &= \varphi \circ p \circ \varphi^{-1} \\ \end{aligned}
Furthermore,
  \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}
If
  \begin{aligned} \int_1^\infty f(x)\,dx \,\,\,\, \text{ is finite,} \end{aligned}
then
  \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}
Then
  \begin{aligned} f(x)\,g(x) &= \sum_{n=0}^\infty (\sum_{i=0}^{n}a_i\, b_{n-i}) \, x^n \\ \end{aligned}
for \displaystyle x \in (-R, R) !

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}
Show that S_n is the Fibonacci number F_{2n+2} by proving F_{2n+2} = 3F_{2n} - F_{2n-2}. Keep using Fibonacci's rule F_k = F_{k-1} + F_{k-2} starting with k = 2n + 2.

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}
In general, we can see that
  \begin{aligned} S_n = 3S_{n-1} - S_{n-2} \end{aligned}
Next, setting k = 2n + 2,
  \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}
Now, if S_n = F_{2n+2}, then S_{n-1} = F_{2(n-1)+2} = F_{2n} and similarly S_{n-2} = F_{2n-2} . But as demonstrated above this turns out to be the case for S_1 = F_4 and S_2 = F_6. Therefore, S_n is indeed the Fibonnaci number F_{2n+2}. Interestingly, S_n is a sequence that produces every second Fibonnaci number !


This page is powered by Blogger. Isn't yours?