what is the Taylor expansion of the function $$f(x) = \ln \frac{\sin x}x$$ around the point $x=0$? Ignore powers of $x$ which are greater than $6$.
Here is my method: $$\ln(1+x)=x-\frac{x^2}2 + \frac{x^3}3 -\frac{x^4}4,$$ so we should get the function $$g(x)=\frac{\sin x}x$$ in the form of $1 + x$ to get the answer … or is there another way to consider the Taylor expansion of $\ln (u)$ by considering $f$ to be the answer of $$\frac{\sin x}x\cdots$$ Which way is the best?? What is the final answer???
$$\neq -\frac{1}{2}\left(-\frac{x^2}{6}\right)^2\left(\frac{-\frac{x^2}{6}+\frac{x^4}{120}-\cdots}{-\frac{x^2}{6}}\right)^2,$$
which seems to look like $$-\frac{1}{2}\left(-\frac{x^2}{6}\right)^2\left(1-\frac{x^2}{20}+\cdots\right)^2$$
$$-\frac{x^4}{72}\left(1-\frac{x^2}{20}+\cdots\right)^2$$
Here $20\neq 10$.
To make this correct, you must use Cauchy product, where $$-\frac{x^2}{6}+\frac{x^4}{120}-\cdots$$
converges absolutely.
– user263326 Sep 17 '17 at 13:08