Dansuer
- 81
- 1
Homework Statement
Find the limit of n^2(e^\frac{1}{n^2} - cos(\frac{1}{n}))
Homework Equations
The Attempt at a Solution
since cos(1/n) is asymptotic to 1. n^2(e^\frac{1}{n^2} - cos(\frac{1}{n})) ~ n^2(e^\frac{1}{n^2} - 1) ~ n^2 \frac{1}{n^2}) = 1
The right answer is 3/2 though. I don't see what's wrong with my reasoning. Maybe i used asymptotic in an illegitimate way. What's the problem?