Im trying to prove that Newtons method applied to ${\rm f}\left(\, x\,\right) =x^{2} + c$, is chaotic for $c > 0$.
I know I need to prove:
(a) The periodic points of ${\rm f}$ are dense in $X$,
(b) ${\rm f}$ is topologically transitive and
(c) ${\rm f}$ exhibits sensitive dependence on initial conditions.
and have the following definitons for (a), (b) and (c).
(a) Let $G \subset X$ where $X$ is a metric space with metric ${\rm d}$. Then $G$ is said to be dense in $X$ if, for any given $x \in X$ and $\epsilon > 0,\exists\ y \in g$ such that ${\rm d}\left(\, x,y\,\right) < \epsilon$. Equivalently, $G$ is dense in $X$, if for any given $x \in X,\exists\ {x_{n}} \subset G$ such that $x_{n} \to x$ in $X$ as $n \to\ \infty$.
(b) The function ${\rm f}:X \to X$ is topologically transitive if for all open sets $U$ and $V$ in $X$, $\exists\ x \in U$ and a natural number $n$ such that ${\rm f}^{n}\left(\, x\,\right)$ is in $V$.
(c) Let $X$ be a metric space with metric ${\rm d}$. The function ${\rm f}:X \to X$ exhibits sensitive dependence on initial conditions if $\exists\ \delta > 0$ such that $\forall\ x \in X$ and $\forall\ \epsilon > 0$, there is a $y \in X$ and a natural number $n$ such that ${\rm d}\left(\, x,y\,\right) < \epsilon$ and ${\rm d}\left(\,{\rm f}^{n}\left(\, x\,\right),{\rm f}^{n}\left(\, y\,\right)\right) > \delta$.
Struggling to get started as I can't find any examples of anyone doing this sort of thing anywhere. Most books have this sort of thing as an exercise but with no solutions.
Any help would be brilliant !.
I recommend that you use the notion of dynamically conjugacy - an extremely important tool in dynamics. The function $f$ is said to be dynamically conjugate to $g$ if there is a function $\varphi$ such that $f\circ\varphi = \varphi\circ g$. It's not hard to show that this implies $f^n\circ\varphi = \varphi\circ g^n$. As a result, $\varphi$ maps an orbit of $g$ starting at $z_0$ to an orbit of $f$ starting at $\varphi(z_0)$ so that the dynamics of $f$ and $g$ will be closely related. Typically, the conjugacy $\varphi$ is assumed to have some nice properties. The nicer $\varphi$, the closer the relationship between $f$ and $g$.
For example, let $f_c(z)=z^2+c$ so that the Newton's method iteration function is $$n_c(z)=\frac{z}{2}-\frac{c}{2\,z}.$$ It turns out that $n_c(z)$ is conjugate to $n_1$ via $\varphi(z)=\sqrt{c}\,z$. We can show this with a couple simple computations:
\begin{align} n_c(\varphi(z)) &= \frac{\sqrt{c}\,z}{2} - \frac{c}{2\sqrt{c}\,z} = \frac{\sqrt{c}\,z}{2} - \frac{\sqrt{c}}{2\,z} \\ \varphi(n_1(z)) &= \sqrt{c}\left(\frac{z}{2}-\frac{1}{2\,z}\right) = \frac{\sqrt{c}\,z}{2} - \frac{\sqrt{c}}{2\,z}. \end{align}
Since these are equal, we have the conjugacy you were looking for. Note that this already helps your cause - if you can show that $n_1$ is a chaotic map on the line, then so is $n_c$ for any choice of $c$. Thus, you can focus on just the one choice of $c$.
Now to show that $n_1$ is a chaotic map, you can show that it is dynamically conjugate to some function that is known to be chaotic. I'll let you fill out the details, but here are some possibilities.