0

I'm currently working on these two problems, and I'm getting really confused with them. Can someone walk me through them?

  1. Find the Maclaurin Series for $f(x)=\cos\left(\sqrt x\right)$ and use it to evaluate $\int\cos\left(\sqrt x\right)\mathrm dx$ as a series.

  2. Find the Taylor Series for $f(x)=\ln(2-x)$ about $x=-1$.

1 Answers1

0

Hint:

$1)$ $$\cos (x ^{1/2}) = \sum_{n=0}^{\infty} (-1)^n \frac{x^{2n/2}}{(2n)!} = \sum_{n=0}^{\infty} (-1)^n \frac{x^{n}}{(2n)!}$$

If $[a,b] \subset (-1,1)$ then you may use termwise integration.

$2)$ $$\ln (2 - x) = \ln (3 - 1 - x) = \ln (3 - (x + 1)) = \ln 3 + \ln \Big(1 -\frac{1}{3}(x + 1) \Big)$$

Aaron Maroja
  • 17,571