3 x → 0 lim x 1 + 2 0 1 4 x 3 1 + 2 0 1 5 x − 1 = ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Use binomial approximation: for small x , ( 1 + x ) n ≈ 1 + n x .
L'Hopital's Rule would also yield another short solution.
As @Pi Han Goh points out, we can use the binomial series , ( 1 + x ) r = 1 + r x + o ( x ) , to see that the given limit is 3 x → 0 lim x ( 1 + 2 0 1 4 x / 2 + o ( x ) ) ( 1 + 2 0 1 5 x / 3 + o ( x ) ) − 1 = 3 ( 2 2 0 1 4 + 3 2 0 1 5 ) = 5 0 3 6
o ( x ) simply means that lim x → 0 x o ( x ) = 0
Good simple approach for those who know about big/little O notation.
Problem Loading...
Note Loading...
Set Loading...
The shortest solution. Anyone?