1

Assume $$f(x)=1-x^2+{x^4\over2!}-{x^6\over3!}+{x^8\over4!}+\cdots+{(-1)^nx^{2n}\over n!}.$$

I am trying to find $$\lim_{x\to 0}{1-x^2-f(x) \over x^4}.$$

I first found $\lim_{x\to0}{f(x)}$, which is clearly just $1$, seen after plugging in $0$ for all $x$ in the expression for $f(x)$.

This leaves $\lim_{x\to0}{1-x^2-1 \over x^4}$, which simplifies to $\lim_{x\to0}{1 \over x^2}$. This limit is equal to $-\infty$, however it is not the correct answer.

To find the correct answer, one must first substitute in $f(x)$ and simplify before taking the limit.

This gives $\lim_{x\to0}{1-x^2-(1-x^2+{x^4\over2!}-{x^6\over3!}+{x^8\over4!}+\cdots+{(-1)^nx^{2n}\over n!})\over x^4}$, which can then be simplified to $\lim_{x\to0}{-{x^4\over2!}+{x^6\over3!}-{x^8\over4!} \over x^4}$, and finally $\lim_{x\to0}({{-1\over2}+{x^2\over3!}-{x^4\over4!}+\cdots})$. Plugging in zero leaves only $-{1\over2}$, which is the correct answer.

Why does the second method work while the first method doesn't? Can't limits be distributed around to all the individual $x$s? Is this due to the nature of the infinite series?

Note: This problem comes from the 2007 AP BC Calculus Exam, Free Response Question #6. This question can be found at this link.

Any help would be greatly appreciated!

volcanrb
  • 2,796
  • 9
  • 23

2 Answers2

2

This is not correct, for the same reason as the thing below:

Since $\lim_{x\to 0} x = 0$, $$ \lim_{x\to 0} \frac{x}{x} = \lim_{x\to 0}\frac{0}{x} =0 $$

is false.

Do you notice the problem? Operations on limits tell use that, if $\lim_{x\to 0} f(x)$, $\lim_{x\to 0} g(x)$, and $\lim_{x\to 0} \frac{f(x)}{g(x)}$ all exist and $\lim_{x\to 0} g(x) \neq 0$, then $$ \lim_{x\to 0} \frac{f(x)}{g(x)} = \frac{\lim_{x\to 0} f(x)}{\lim_{x\to 0} g(x)}\,. \tag{1} $$ Similarly, if $\lim_{x\to 0} f(x)$ and $\lim_{x\to 0} g(x)$ both exist, then $$ \lim_{x\to 0} f(x)+ g(x)= \lim_{x\to 0} f(x)+ \lim_{x\to 0} g(x) \tag{2} $$

But absolutely nothing ever said that $$ \lim_{x\to 0} \frac{f(x)+g(x)}{h(x)} = \lim_{x\to 0} \frac{f(x)+\lim_{y\to 0}g(y)}{h(x)} $$ ! That's not a result that you can invoke nor use -- it's simply not a result.

Clement C.
  • 67,323
  • Thanks. I think the specific part that I was missing was the exception when $\lim_{x \to 0}{g(x)}=0$. Since $x^4$ in the denominator does approach 0, the limit can't be distributed. – volcanrb May 02 '18 at 02:24
  • @volcanrb Glad that helped. – Clement C. May 02 '18 at 02:25
0

You are splitting your function, $${1-x^2-f(x) \over x^4}={1-f(x) \over x^4} -{x^2\over x^4}$$ and none of the two fractions on the right side converges.