1
$\begingroup$

I am trying to find $$\lim_{x\to 0}\frac{x3^x}{3^x-1}.$$

I don't really know where to start, I know I have done this many times but I can never remember what to do for this and there are no practice problems for this in my book.

  • 0
    I am sure you tried *something*. Can you show your attempt? To apply L'Hospital's rule (after checking that it is indeed applicable for this problem), you will need to find the derivatives of the numerator and the denominator. Could you find them? It's important for you to show your work.2011-10-17
  • 0
    That is what I can not do I have tried raising everything by ln and then I am not sure what to do after that, I have tried raising everything to en exponent ln but that didn't look right and I have also tried factoring out an exponent x but that definitely didn't work.2011-10-17
  • 0
    The top and bottom goes to zero. Use the product rule to differentiate the top part. To differentiate the bottom part, use this trick $y=3^x$, $x=\frac{ln(y)}{ln(3)}$, then differentiate that to get $\frac{dx}{dy}$ the trick is then to flip it and then sub y in it.2011-10-17
  • 0
    I don't understand the part with the lny/ln3=x.2011-10-17
  • 0
    You take the $log_3$ in both sides. Then you need to change that into $log_e$ which is ln. You can just also remember that $y=a^x$ differentiates to $ln(a) \times a^x$ if you can't follow that. It's called implicit differentiation.2011-10-17
  • 0
    I know about implicit differentiation I just don't understand how log3 can turn into ln.2011-10-17
  • 0
    @Jordan: You either need to know the formula for differentiating an arbitrary exponential, $$\frac{d}{dx}a^x = \ln(a)a^x,$$where $a$ is any real number greater than $0$, or you need to use the Change-of-Basis formula for logarithms, $$\log_a(x) = \frac{\ln(x)}{\ln(a)},$$where $a$ is any real number greater than $0$ and different from $1$; or you need to do some basic algebra with logarithms: if $y=3^x$, then taking ln on both sides you get $\ln(y) = \ln(3^x) = x\ln(3)$ (last equality by the basic properties of logarithms). Now solve for $x$. Once again, your algebra skills hold you back.2011-10-18
  • 0
    @ArturoMagidin I know it isn't applicable here but why can't I factor out an x from the numerator and denominator which will then make it not an indeterminate form if I make the x/x into 1. I have seen this being an option after using hospitals rule but it will not give me a correct answer I always have to use the rule again. Also I am pretty sure I am going to take college algebra and trig over again although I didn't learn any algera in those classes, not sure why I would a second time. I basically just wasted a lot of money and about a year of college.2011-10-19
  • 0
    @Jordan: You cannot factor $x$ from the denominator because the denominator is not a multiple of $x$. It is **not** true that if a function evaluate to $0$ at $0$ then it has a factor of $x$. That is only true for polynomials. The function $3^x-1$ is **not** a multiple of $x$, so you cannot "factor $x$. The only way to factor $x$ out of the denominator would be by including a division by $x$, $$3^x-1 = x\left(\frac{3^x-1}{x}\right)$$ which is *still* an indeterminate at $0$: you solved nothing.2011-10-19

2 Answers 2