The sixth degree polynomial
$1-{x^2\over 4}+{x^4\over 64}-{x^6\over 2304}$
Is sometimes used to approximate the Bessel function $J_0(x)$ of the first kind of order zero for $0 \leq x\leq 1$. Show that the error $E$ involved in this approximation is less than $0.00001$.
I know that
$J_0(x)=\sum_{n=0}^\infty \frac{(-1)^n}{(n!)^2} ({\frac{x}{2}})^{(2n)}= 1-{x^2\over 4}+{x^4\over 64}-{x^6\over 2304}+{x^8\over 147456}+...$
I think, We want to show that
$J_0(x)-( 1-{x^2\over 4}+{x^4\over 64}-{x^6\over 2304})\leq {x^8\over 147456}$
But How can I show that, and how can I use the information $0 \leq x\leq 1$, please?
“ this question in calculus course”
The series is alternating and the ratio of the consecutive terms is $$\frac {a_{n + 1}} {a_n} = -\frac {x^2} {4 (n + 1)^2}.$$ The absolute values of the terms converge to zero monotonically for any $x \in (0, 1]$, therefore $$\left| J_0(x) - \sum_{k = 0}^n a_k \right| < |a_{n + 1}|.$$ Now observe that the denominator of $a_4$ is greater than $10^5$.