Finding the Maclaurin series for a function

Finding the Maclaurin series for a function

f(x)=f(0)+f'(0)x+\frac{f''(0)}{2!}x^2+\frac{f'''(0)}{3!}x^3+\cdots

Finding a series from standard results

Create a series for \cos2x^3

We know the maclaurin series for \cos x:

\cos x = 1-\frac{x^2}{2!}+\frac{x^4}{4!}-\frac{x^6}{6!}+\cdots

Now we can just substitute 2x^3 in place of x:

\cos 2x^3 = 1-\frac{(2x^3)^2}{2!}+\frac{(2x^3)^4}{4!}-\frac{(2x^3)^6}{6!}+\cdots

Next, we can expand + simplify the powers:

\cos 2x^3 = 1-\frac{4x^6}{2!}+\frac{16x^{12}}{4!}-\frac{64x^{18}}{6!}+\cdots

And then simplify the factorials and coefficient fractions:

\cos 2x^3 = 1-2x^6+\frac{2}{3}x^{12}-\frac{32}{45}x^{18}+\cdots

Create a series for e^{\sin x}

TODO: finish this stupid question, I can’t bear even looking at it anymore

Create a series for \ln(2-3x)

Create a series for the expression \ln(\sqrt{1+2x})