0
$\begingroup$

I don't understand how to do the series expansion of $$\sin(\cos x^2)$$ in x=0, up to fourth order of derivation. I know the composite function developments, but mixing McLaurin (x=0) and taylor (x!=0) is confusional: I tried to to the expansion of $y=\cos x^2$, but once I do it and replace the "new" y in the expansion of sen(1), I don't think to have a polynomial as a result.

  • 0
    Why not?________2017-02-01
  • 0
    In my solution I have, for example, $cos(0)(\frac{-x^2 +}{2} + \frac{x^4}{4!} +...)$ as a term. And I don't understand if that could be ok2017-02-01
  • 0
    $\cos(0)=1$ ....2017-02-01
  • 0
    Just obtain the first 4 derivatives of the function $f(x)=\sin(\cos(x^2))$, and calculate them at $x=0$.2017-02-01
  • 0
    @user31264 isn't there another way to do this?2017-02-01

1 Answers 1

1

Just start, as you did, with $$\cos(t)=1-\frac{t^2}{2}+\frac{t^4}{24}+O\left(t^6\right)$$ So $$\cos(x^2)=1-\frac{x^4}{2}+\frac{x^8}{24}+O\left(x^{12}\right)$$ So $$A=\sin(\cos(x^2))=\sin\left(1-\frac{x^4}{2}+\frac{x^8}{24}+O\left(x^{12}\right)\right)$$ Define $a=\frac{x^4}{2}-\frac{x^8}{24}+\cdots$ which makes $$A=\sin(1-a)=\sin(1)\cos(a)-\sin(a)\cos(1)$$ and use again Taylor with $a$ to get $$A=\sin (1)-a \cos (1)-\frac{1}{2} a^2 \sin (1)+\frac{1}{6} a^3 \cos (1)+O\left(a^4\right)$$ Replace now $a$ by $\frac{x^4}{2}-\frac{x^8}{24}+\cdots$