Verify a limit using L'Hopital's Rule

Click For Summary

Homework Help Overview

The discussion revolves around verifying the limit \(\lim_{x \rightarrow 0^+} \left[x^{\left(\frac{\ln a}{1+ \ln x}\right)}\right] = a\), particularly in the context of the indeterminate form \(0^0\). Participants explore the implications of continuity and the application of L'Hopital's Rule in this limit evaluation.

Discussion Character

  • Exploratory, Conceptual clarification, Assumption checking

Approaches and Questions Raised

  • Participants discuss the validity of taking the logarithm of the limit and whether the limit's existence needs to be established beforehand. There are considerations about continuity and the implications of using L'Hopital's Rule.

Discussion Status

The discussion is ongoing, with participants providing insights and questioning the robustness of certain steps in the original poster's approach. Some guidance has been offered regarding the continuity of functions involved and the importance of ensuring limits exist before applying logarithmic transformations.

Contextual Notes

Participants note that the continuity of the function is crucial for the validity of certain steps, and there is an emphasis on the need for mathematical rigor in handling limits that may lead to undefined expressions.

murshid_islam
Messages
468
Reaction score
21
Homework Statement
Verify that [tex]\lim_{x \rightarrow 0^+} \left[x^\left[(\ln a)/(1+ \ln x)\right] \right]= a[/tex]
Relevant Equations
[tex]\lim_{x \rightarrow 0^+} \left[x^\left[(\ln a)/(1+ \ln x)\right] \right]= a[/tex]
I have to prove that \lim_{x \rightarrow 0^+} \left[x^\left[(\ln a)/(1+ \ln x)\right] \right]= a (in order to show that the indeterminate form of the type 0^0 can be any positive real number).

This is what I did:

Let y = \lim_{x \rightarrow 0^+} \left[x^\left[(\ln a)/(1+ \ln x)\right] \right]
\ln y = \ln \left( \lim_{x \rightarrow 0^+} \left[x^\left[(\ln a)/(1+ \ln x)\right] \right] \right) = \lim_{x \rightarrow 0^+} \ln x^\left[(\ln a)/(1+ \ln x)\right] = \lim_{x \rightarrow 0^+} \frac{\ln a}{1+ \ln x} \ln x = (\ln a)\lim_{x \rightarrow 0^+} \frac{\ln x}{1+ \ln x}

Now, using L'Hopital's Rules, \ln y = (\ln a)\lim_{x \rightarrow 0^+} \frac{\frac{1}{x}}{\frac{1}{x}} = \ln a
Therefore, y = a
 
  • Like
Likes   Reactions: Delta2
Physics news on Phys.org
Not bad! Is there anything you're not sure about?
 
PeroK said:
Not bad! Is there anything you're not sure about?
I hope this part is correct:
\ln \left( \lim_{x \rightarrow 0^+} \left[x^\left[(\ln a)/(1+ \ln x)\right] \right] \right) = \lim_{x \rightarrow 0^+} \ln x^\left[(\ln a)/(1+ \ln x)\right]

We can do that because x^\left[(\ln a)/(1+ \ln x)\right] is continuous for x > 0, right?
.
 
Not quite, you can do that because the function ##\ln## is continuous.
 
  • Like
Likes   Reactions: murshid_islam
One thing to watch out for is that's only true if the limit exists to begin with.

Here's a dumb counterexample. Let ##f(x)=x^2##, and let ##g(x)## be 1 if x is rational, -1 if x is irrational. Then
$$f(\lim_{x\to 1 }g(x))$$

Doesn't exist, but

$$\lim_{x\to 1} f(g(x))=1.$$

The fact that ln is monotonic is actually fairly important for concluding that your new limit exists implies the old limit exists also.
 
  • Like
Likes   Reactions: DaveE, etotheipi, PeroK and 1 other person
murshid_islam said:
I hope this part is correct:
\ln \left( \lim_{x \rightarrow 0^+} \left[x^\left[(\ln a)/(1+ \ln x)\right] \right] \right) = \lim_{x \rightarrow 0^+} \ln x^\left[(\ln a)/(1+ \ln x)\right]

We can do that because x^\left[(\ln a)/(1+ \ln x)\right] is continuous for x > 0, right?
.
Also, you could work backwards. First you show that the limit on the right-hand side exists and equals ##\ln a##. You then use the fact that the exponential is a continuous function and take the exponential inside the limit. So, if ##s_n## is your sequence, you have: $$\lim \ln (s_n) = \ln a \ \Rightarrow \ \lim \exp(\ln (s_n)) = \exp (\ln a) \ \Rightarrow \ \lim s_n = a$$
PS By mistake I've used a sequence instead of a function, but the same technique applies!
 
  • Like
Likes   Reactions: etotheipi and Delta2
PeroK said:
Also, you could work backwards. First you show that the limit on the right-hand side exists and equals ##\ln a##. You then use the fact that the exponential is a continuous function and take the exponential inside the limit. So, if ##s_n## is your sequence, you have: $$\lim \ln (s_n) = \ln a \ \Rightarrow \ \lim \exp(\ln (s_n)) = \exp (\ln a) \ \Rightarrow \ \lim s_n = a$$
PS By mistake I've used a sequence instead of a function, but the same technique applies!
Very well, I also believe this is the absolutely correct way to do it. Your only glitch is that we don't have a sequence but a function ##f(x)=x^\frac{\ln a}{1+\ln x}##
 
  • Like
Likes   Reactions: PeroK
murshid_islam said:
Homework Statement:: Verify that \lim_{x \rightarrow 0^+} \left[x^\left[(\ln a)/(1+ \ln x)\right] \right]= a
Relevant Equations:: \lim_{x \rightarrow 0^+} \left[x^\left[(\ln a)/(1+ \ln x)\right] \right]= a

I have to prove that \lim_{x \rightarrow 0^+} \left[x^\left[(\ln a)/(1+ \ln x)\right] \right]= a (in order to show that the indeterminate form of the type 0^0 can be any positive real number).

This is what I did:

Let y = \lim_{x \rightarrow 0^+} \left[x^\left[(\ln a)/(1+ \ln x)\right] \right]
\ln y = \ln \left( \lim_{x \rightarrow 0^+} \left[x^\left[(\ln a)/(1+ \ln x)\right] \right] \right) = \lim_{x \rightarrow 0^+} \ln x^\left[(\ln a)/(1+ \ln x)\right] = \lim_{x \rightarrow 0^+} \frac{\ln a}{1+ \ln x} \ln x = (\ln a)\lim_{x \rightarrow 0^+} \frac{\ln x}{1+ \ln x}

Now, using L'Hopital's Rules, \ln y = (\ln a)\lim_{x \rightarrow 0^+} \frac{\frac{1}{x}}{\frac{1}{x}} = \ln a
Therefore, y = a
Was it necessary to show that the limit exists before letting y = \lim_{x \rightarrow 0^+} \left[x^\left[(\ln a)/(1+ \ln x)\right] \right]? Wasn't it going to be revealed at the end of the calculation if the limit didn't exist?
 
murshid_islam said:
Was it necessary to show that the limit exists before letting y = \lim_{x \rightarrow 0^+} \left[x^\left[(\ln a)/(1+ \ln x)\right] \right]? Wasn't it going to be revealed at the end of the calculation if the limit didn't exist?
If was taking the log of that equation that was the dubious step.
 
  • #10
PeroK said:
If was taking the log of that equation that was the dubious step.
Why was it dubious?
 
  • #11
murshid_islam said:
Why was it dubious?
Because you don't know yet whether ##y## is a real number. See the example @Office_Shredder gave of why this can go wrong.
 
  • #12
PeroK said:
See the example @Office_Shredder gave of why this can go wrong.
But in that example, g(x) was not continuous.
 
  • #13
murshid_islam said:
But in that example, g(x) was not continuous.
Okay. Let's say we have: $$y = \lim_{x \rightarrow 0^+} x \ \ \text{and} \ \ \ln y = \lim_{x \rightarrow 0^+} \ln x$$
And you've effectively got an expression with the log of zero. This is why it's dubious, because ##\ln y## is actually undefined. Even if you end up concluding that ##y = 0##, the expressions you have are not mathematically robust.
 
  • Like
Likes   Reactions: Delta2 and murshid_islam
  • #14
PeroK said:
Okay. Let's say we have: $$y = \lim_{x \rightarrow 0^+} x \ \ \text{and} \ \ \ln y = \lim_{x \rightarrow 0^+} \ln x$$
And you've effectively got an expression with the log of zero. This is why it's dubious, because ##\ln y## is actually undefined. Even if you end up concluding that ##y = 0##, the expressions you have are not mathematically robust.
So how would you suggest I change my initial work (and do I need to)?
 
  • #15
murshid_islam said:
So how would you suggest I change my initial work (and do I need to)?
PeroK said:
Also, you could work backwards. First you show that the limit on the right-hand side exists and equals ##\ln a##. You then use the fact that the exponential is a continuous function and take the exponential inside the limit. So, if ##s_n## is your sequence, you have: $$\lim \ln (s_n) = \ln a \ \Rightarrow \ \lim \exp(\ln (s_n)) = \exp (\ln a) \ \Rightarrow \ \lim s_n = a$$
PS By mistake I've used a sequence instead of a function, but the same technique applies!
 
  • Like
Likes   Reactions: murshid_islam

Similar threads

Replies
5
Views
2K
  • · Replies 34 ·
2
Replies
34
Views
4K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
Replies
17
Views
3K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K