As the question states:
"Determine the Taylor series for $f(x) = x^3 \cdot \ln{\sqrt{x}}$ around the point $a = 1$ and determine its radius of convergence."
I have consulted this related question, and understand the steps to be:
- find the first few terms of the Taylor polynomial.
- Generalize the terms by making use of an infinite sum to represent the function as the Taylor series.
- use the infinite sum in the ratio test to find the radius of convergence.
Progress so far:
- The first 6 terms (n = 0 to n = 5) of the Taylor polynomial I have calculated to be:
$x^3 \cdot \ln{(\sqrt{x})} + \frac{1}{2}(x-a) + \frac{5}{4}(x-a)^2 + \frac{11}{12}(x-a)^3 + \frac{1}{8}(x-a)^4 - \frac{1}{40}(x-a)^5$
It is at this point however that I fall over. It is not intuitive to me how I can write the c-terms as a function without utilizing some sort of online maths engine for fitting the data to a curve.
Is there some sort of first-year-student-friendly technique for modelling these data points systematically? Alternatively, does someone have an intuition they would be willing to share for solving this problem?
In fact a lot of the work needed is already done. Let's recapitulate. We have $f(x)=x^3\ln\left(\sqrt{ x}\right)$ and the Taylor expansion at $a=1$ is given as \begin{align*} f(x)=\sum_{n=0}^\infty \frac{1}{n!}f^{(n)}(a)(x-a)^n \end{align*}
From the fourth derivative $\frac{3}{x}$ we can relatively easy obtain higher derivatives and assume the general formula (1) which can be shown by induction.