Limit of $\frac{x^c-c^x}{x^x-c^c}$ as $x \rightarrow c$

1.8k Views Asked by At

My question is: Show that $\lim_{x \rightarrow c} \frac{x^c-c^x}{x^x-c^c}$ exists and find its value.

Because the limit is 0/0 I've tried using L'Hopital's rule, but every time I differentiate it I still get 0/0?

We're given this hint in the question: use the fact that $a^b=\exp(b\log(a))$ and I've tried doing this to be able to differentiate and use L'Hopital's rule, and also for trying to rearrange it. Can anyone help please?

3

There are 3 best solutions below

0
On

No need invoke L'Hospital here, just rewrite the fraction: $$\frac{x^c-c^x}{x^x-c^c}=\frac{(x^c-c^c)-(c^x-c^c)}{x-c}\frac{x-c} {(x^x-c^c)}$$ By definition,

  • $\dfrac{(x^c-c^c)}{x-c} \;$ tends to the derivative of $x^c$ at $x=c$, i.e. to $c^c$;
  • $\dfrac{(c^x-c^c)}{x-c}\; $ tends to the derivative of $c^x$ , i.e. $c^c\ln c$.
  • $\dfrac{(x^x-c^c)}{x-c}\; $ tends to the derivative of $x^x$, i.e.$\;c^c(\ln c+1)$.

Thus $\;\lim\limits_{x\to c}\dfrac{x^c-c^x}{x^x-c^c}=\dfrac{c^c(1-\ln c)}{c^c(1+\ln c)}=\dfrac{1-\ln c}{1+\ln c}$.

0
On

Why turn to L'Hopital at all, whose hypotheses are not so easy to check anyway? Rather consider the "simple" derivatives of the functions $f(x)=x^c$, $g(x)=c^x$ and $h(x)=x^x$, namely, $$f'(x)=cx^{c-1}\qquad g'(x)=c^x\ln c\qquad h'(x)=(1+\ln x)x^x$$ Using these at $x=c$, one gets the limits $$\lim_{x\to c}\frac{x^c-c^c}{x-c}=f'(c)=c^c$$ $$\lim_{x\to c}\frac{c^x-c^c}{x-c}=g'(c)=c^c\ln c$$ $$\lim_{x\to c}\frac{x^x-c^c}{x-c}=h'(c)=(1+\ln c)c^c$$ Now, for every $x\ne c$,$$\frac{x^c-c^x}{x^x-c^c}=\frac{\frac{x^c-c^c}{x-c}-\frac{c^x-c^c}{x-c}}{\frac{x^x-c^c}{x-c}}$$ thus, the desired limit is $$\lim_{x\to c}\frac{x^c-c^x}{x^x-c^c}=\frac{f'(c)-g'(c)}{h'(c)}=\frac{1-\ln c}{1+\ln c}$$

0
On

You can apply L'hopital rule, there's nothing wrong in it. Why reinvent the wheel? Lets differentiate wrt $x$: $$\lim_{x\to c}\frac{cx^{c-1}-c^x \ln(c)}{xx^{x-1}+x^x \ln(x)} = \frac{1-\ln(c)}{1+\ln(c)}$$

Here we have used that $\frac{d(x^x)}{dx} = x\cdot x^{x-1} + x^x \ln(x)$, which can be directly evaluated (i dont remember the name of the theorem) and also by taking logarithms.