What is the limit as #x->pi/2# of #(1+2cotx)^(tanx)#?
1 Answer
I checked wolframalpha and it exists. So let's figure out what it is.
#y = lim_(x->pi/2)(1+2cotx)^tanx#
Generally when you have complicated exponents like this, it's a pretty good idea to use
#lny = ln (lim_(x->pi/2) (1+2cotx)^tanx)#
A useful property of limits is that logarithms can be brought into limits.
#lny = lim_(x->pi/2) ln((1+2cotx)^tanx)#
Now we can bring that
#lny = lim_(x->pi/2) tanxln(1+2cotx)#
#lny = lim_(x->pi/2) ln(1+2cotx)/(cotx)#
Now, using L'Hopital's rule, we can determine the limit by differentiating the numerator and denominator independently.
#lny = lim_(x->pi/2) [1/(1 + 2cotx)*cancel(-)2cancel(csc^2x)]/(cancel(-csc^2x))#
#lny = lim_(x->pi/2) 2/(1 + 2cotx)#
At this point we can solve this by plugging in regular numbers.
#cotx = cosx/sinx#
Plug in
#cot(pi/2) = (cos(pi/2))/(sin(pi/2)) = 0/1 = 0#
Hence:
#lny = lim_(x->pi/2) 2 = 2#
But remember, we modified the original function using
#color(blue)(y = lim_(x->pi/2)(1+2cotx)^tanx = e^2)#