x → 0 lim ( x 2 1 − ( e x − 1 ) 2 e x )
Find the reciprocal of the above limit.
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.
Interesting approach! You made one mistake though: the Maclaurin series of e x − 2 + e − x is 2 ( 2 ! x 2 + 4 ! x 4 + 6 ! x 6 + . . . ) . So actually, the step before you use L'Hopital's rule would look like this: x → 0 lim 2 ( 2 ! x 4 + 4 ! x 6 + . . . ) 2 ( 4 ! x 4 + 6 ! x 6 + . . . ) Looks like you don't even need L'Hopital's rule in this case!
Log in to reply
Thanks. I will amend the solution. Nice problem.
So finally a question to which you couldn't (and didn't) apply L'Hopital's Rule.
Anyway, exceptionally brilliant solution as always. Cheers! (+1)
Elegent approach and I really love doing with this.
=limx>0 x 2 ( e x − 1 ) 2 e 2 x + 1 − 2 e x − e x ∗ x 2 =limx>0 x 4 x 2 ( e x − 1 ) 2 e 2 x + 1 − 2 e x − e x ∗ x 2 =limx>0 x 4 e 2 x + 1 − 2 e x − e x ∗ x 2 Now if the limit has to exist we can just find the coefficient of x 4 in numerator by applying the expansion of e. = 1 + 2 x + 2 ! 4 x 2 + 3 ! 8 x 3 + 4 ! 1 6 x 4 . . . + 1 − 2 − 2 x − 2 ! 2 x 2 − 3 ! 2 x 3 − 4 ! 2 x 4 . . . . − x 2 ( 1 + x + 2 ! x 2 . . . ) Taking out the coefficient of x 4
4 ! 1 6 − 4 ! 2 − 2 ! 1 = 1 2 1
We can be sure that terms having power less than 4 will cancel out and more than 4 will become 0
the LaTeX code for the limit of a function f ( x ) is
\lim _{ x\rightarrow a }{ f(x) }
lim x → a f ( x ) (what the math would look like)
or you can add \displaystyle so it'll look like this
x → a lim f ( x )
x → 0 lim ( x ( e x − 1 ) ) 2 ( e x − 1 ) 2 − x 2 e x
Plugging in e x = 1 + x + 2 ! x 2 + 3 ! x 3 + . . . (Taylor's Expansion for e x ):
= x → 0 lim ( x ( 1 + x + 2 ! x 2 + 3 ! x 3 + . . . − 1 ) ) 2 ( 1 + x + 2 ! x 2 + 3 ! x 3 + . . . − 1 ) 2 − x 2 ( 1 + x + 2 ! x 2 + 3 ! x 3 + . . . )
= x → 0 lim ( x ( x + 2 ! x 2 + 3 ! x 3 + . . . ) ) 2 ( x + 2 ! x 2 + 3 ! x 3 + . . . ) 2 − x 2 ( 1 + x + 2 ! x 2 + 3 ! x 3 + . . . )
= x → 0 lim ( x 2 + 2 ! x 3 + 3 ! x 4 + . . . ) 2 ( x + 2 ! x 2 + 3 ! x 3 + . . . ) ( x + 2 ! x 2 + 3 ! x 3 + . . . ) − x 2 − x 3 − 2 ! x 4 − 3 ! x 5 − . . .
From here, it is pretty clear that the lowest powered term in the denominator will be x 4 . Evidently, for limit to exist and be non infinite, terms with a power lesser than 4 in the numerator must cancel out and the terms larger than 4 must equate to 0 as x → 0 . Hence, we collect all the x 4 terms in the numerator to prepare for cancellation.
= x → 0 lim x 4 ( x ⋅ 3 ! x 3 + 2 ! x 2 ⋅ 2 ! x 2 + 3 ! x 3 ⋅ x − 2 ! x 4 )
= 6 1 + 4 1 + 6 1 − 2 1 = 1 2 1
Problem Loading...
Note Loading...
Set Loading...
x → 0 lim ( x 2 1 − ( e x − 1 ) 2 e x ) = x → 0 lim ( x 2 1 − e 2 x − 2 e x + 1 e x ) = x → 0 lim ( x 2 1 − e x − 2 + e − x 1 ) By Maclaurin series = x → 0 lim ⎝ ⎛ x 2 1 − 2 ( 2 ! x 2 + 4 ! x 4 + 6 ! x 6 + . . . ) 1 ⎠ ⎞ = x → 0 lim 2 x 2 ( 2 ! x 2 + 4 ! x 4 + 6 ! x 6 + . . . ) 2 ( 2 ! x 2 + 4 ! x 4 + 6 ! x 6 + . . . ) − x 2 = x → 0 lim 2 ( 2 ! x 4 + 4 ! x 6 + 8 ! x 8 + . . . ) 2 ( 4 ! x 4 + 6 ! x 6 + 8 ! x 8 + . . . ) = x → 0 lim 2 ! 1 + 4 ! x 2 + 8 ! x 4 + . . . 4 ! 1 + 6 ! x 2 + 8 ! x 4 + . . . = 2 ! 1 4 ! 1 = 4 ! 2 ! = 1 2 1