How do you find the limit of #y=lnx/cscx # as x approaches 0 using l'hospital's rule?

1 Answer
Apr 28, 2016

#lim_(x->0^+)ln(x)/csc(x) = 0#

Explanation:

First, assuming we are only consider real numbers, we can only take the limit of #ln(x)# as #x# approaches #0# from the positive direction, and so we will proceed as such.

Noting that #lim_(x->0^+)ln(x) = -oo# and #lim_(x->0^+)csc(x) = oo#, we have #lim_(x->0^+)ln(x)/csc(x)# as a #oo/oo# indeterminate form. As such, we can apply L'hopital's rule.

#lim_(x->0^+)ln(x)/csc(x) = lim_(x->0^+)(d/dxln(x))/(d/dxcsc(x))#

#=lim_(x->0^+)(1/x)/(-csc(x)cot(x))#

#=lim_(x->0^+)-sin(x)/x*tan(x)#

If two functions converge at a point, then their product also converges at that point, and the limit of the product is the product of the limits of the original functions. Using that fact, together with the known limits #lim_(x->0)sin(x)/x = 1#, and #lim_(x->0)tan(x)=0#, we can factor our expression into the product of two limits:

#lim_(x->0^+)ln(x)/csc(x) =lim_(x->0^+)-sin(x)/x*tan(x)#

#= -(lim_(x->0^+)sin(x)/x)(lim_(x->0^+)tan(x))#

#=-1*0#

#=0#