An exercice asks me to find the Taylor Polynomial of the function
$$f(x)=x^2\ln(1-x^3)$$
on $a=0$.
I understand the Taylor Polynomial as an aproximation of a function in a point in some nth degree which as it gets bigger, the error of the polynomial decreases.
What I would do here is find the first derivatives:
$$f'(x)=2x\ln(1-x^3)-2x^4\frac{1}{1-x^3}$$
$$f''(x)=2\left(\ln \left(1-x^3\right)-\frac{3x^3}{1-x^3}\right)-\frac{3\left(4x^3-x^6\right)}{\left(1-x^3\right)^2}$$
And then aplicate the formula of the Taylor Polynomial:
$$T(x)=f(0)+f'(0)x+\frac{f''(0)}{2}x^2 \dots$$
With that i would have the Polynomial of second order, but the exercice doesn't provide any order, so I understand it should be without error. I find that the second derivative is already very tedious, getting the following derivatives would get harder and what is most probable is that i make a mistake at some point.
So this is where i get lost. Maybe I should find some way the nth derivative? How can I do that?
Should i look for a pattern that repeats or see if at some point the derivative is 0?