Implicit function Taylor series error bound

59 Views Asked by At

Given the implicit curve $$x^4y^5+x^2y^3+y+x-1=0$$ I have found the Taylor polynomial around $x=0$ of third order to be $$p(x)=1-x-x^2+3x^3.$$ My objective now is to find an error bound for the approximation for $y(0.1)$ given by $p(0.1)=0.893$. Of course I could attempt to find the supremum of the 4th derivative of $y$ but this turns out to be way too complicated. Is there any alternative way to find such error bound?