Finding lim x→0+ x^(x²) using L'Hôpital's rule

  • Thread starter Thread starter laker88116
  • Start date Start date
  • Tags Tags
    Limit
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
laker88116
Messages
57
Reaction score
0
[tex]\lim x \rightarrow 0+[/tex] [tex]x^x^2[/tex]. This should read x^x^2 if that isn't clear. I am not sure where to start. I know that I need to use l'hospital's Rule and I know that I need to get this in a form of [itex]\frac{f(x)}{g(x)}[/itex]. Any suggestions on what else to do?
 
Last edited:
Physics news on Phys.org
Hmm, if you take logs of both sides, what could you get?
Let [tex]y = \lim_{x \rightarrow 0 ^ +} x^{(x ^ 2)}[/tex]
So:
[tex]\ln y = \lim_{x \rightarrow 0 ^ +} x ^ 2 \ln x = z[/tex]
Now, to find:[tex]\lim_{x \rightarrow 0 ^ +} x ^ 2 \ln x[/tex], you can use L'Hopital rule. Rewrite it as:
[tex]z = \lim_{x \rightarrow 0 ^ +} x ^ 2 \ln x = \lim_{x \rightarrow 0 ^ +} \frac{\ln x}{\frac{1}{x ^ 2}}[/tex]
So [tex]y = e ^ z[/tex].
Viet Dao,
 
But how do you know that its isn't [tex](x^x)^2[/tex]? I understand what you are saying though and it makes perfect sense, I just wasn't sure where to break it up.
 
Because [tex](x^x)^2 = x^{2x}[/tex] and it would seem silly to write it that way.
 
Ok, well I understand now I was able to interpret it after VietDao29 did most of the work, but anyways, thanks for the help I see it now.