This is the limit I'm trying to solve: limx→1(xx−1−1log(x))
I thought: let's define x=k+1, so that k→0 as x→1.
Then it becomes:
limk→0(k+1k−1log(k+1))
and then,
limk→0(k+1k−1log(k+1)×kk)=limk→0(k+1k−1k).
Which results in kk , that should be 1, but wolfram says it's 12...
Did I do something illegal?
Answer
Yes, the illegal part is this step:
limk→01log(k+1)k1k=limk→01k
I see that you applied the known limit
limt→0log(1+t)t=1
but the fact is that
limx→αf(x)g(x)=limx→αf(x)×limx→αg(x)
is only valid when both limit are finite. In your case you're left with limk→01k, which not only is not finite, but does not exist entirely.
If you are looking for a way to evaluate your limit, I'd suggest MacLauring (that is, a Taylor expansion around x=0), which is the simplest and most elegant way. But since you said that you can't use Taylor yet, I fear your only possibility is going with L'Hospital.
No comments:
Post a Comment