Making the Imports

1.

First thing I need to show is that for a small number $x$, the value of $e^x$ is approximately equal to $$ e^x = 1+x $$ To prove this, we'll first show that $$ 10^x = 1+cx$$ here c is constant which as we'll see is a scale factor. Which will turn out to be $\ln{10}$. To get this, we'll start out with trying to get the value of $10^{x}$ for a number x. We'll start by calculating the square root of $10$ and then keep doing this.

As we can see, the value of $c$ is coming out to be about 2.30259. This is approximately the value of $\ln{10} =2.302585092994046 $. Using this, we see that for samll value of x: $$ e^x = 1 + x$$

2.

Now we shall proceed to prove tha Euler's equation: $$ e^{ix} = \cos(x) + i\sin(x) $$ The only assumption we need to make is that for small value of x, we must have $$ e^{ix} = 1 + ix$$

We shall start by using: $$ e^{i\frac{1}{1024}} = 1 + i\times \frac{1}{1024} $$ and follow the exact opposite method as done above. We'll multiply the above value to itself to get the next values.
To get more accurate value, we'll start from $x = \frac{1}{2^{15}}$

It is obvious from the table above that the real value of $e^{ix}$ is decreasing while the imaginary part is increasing. To see the effects more clearly, we'll use $e^{i/8}$ as base number and repeat the procedure above.

Plotting The Graphs

Creating an Interactive Plot