Did I do anything wrong in this limit evaluation?

  • Thread starter Thread starter pylauzier
  • Start date Start date
  • Tags Tags
    Limit
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
pylauzier
Messages
20
Reaction score
0

Homework Statement



A problem in my book asks the reader to evaluate lim x→0 xln(2x) using L'Hôpital.

Homework Equations



None


The Attempt at a Solution



I think I got it right but I simply wanted to make sure I did no illegal manipulations (I'm self-studying this stuff).

I started by substituting u = 1/x to get an undeterminate form suitable for L'Hôpital. By doing so, lim x→0 becomes lim u→∞

lim x→0 xln(2x) = lim u→∞ ln(2/u) / u

Applying L'Hôpital:

= lim u→∞ (-u)/2u2

= lim u→∞ (-1)/2u

= 0


I know that's the right answer, but did I make any mistakes? Also, was I allowed to switch lim x→0 by lim u→∞? Thanks in advance!
 
Physics news on Phys.org
Sure, it's right. You didn't even really need a substitution. Write the original limit as ln(2x)/(1/x) which is equally indeterminant. Then l'Hopital gives (1/x)/(-1/x^2)=(-x). That's still 0.
 
Dick said:
Sure, it's right. You didn't even really need a substitution. Write the original limit as ln(2x)/(1/x) which is equally indeterminant. Then l'Hopital gives (1/x)/(-1/x^2)=(-x). That's still 0.

Oh right, that sure is simpler. Thanks again!