\[\huge \lim_{x \rightarrow \infty} x^{\frac{3}{\ln(5x^3)}} \]
@perl @satellite73
looks like \(\infty^0\) take the log
\[\frac{3}{3\ln(5x)}\ln(x)\] is a start
$$\Large { \lim_{x \rightarrow \infty} x^{\frac{3}{\ln(5x^3)}} = \lim_{x \rightarrow \infty} e^{\ln x^{\frac{3}{\ln(5x^3)}} } = \lim_{x \rightarrow \infty} e^{\frac{3}{\ln(5x^3)}\cdot \ln x } } $$
cancel the 3's
oh no i make a mistake oops
just gonna say that lol
well we can still break it apart, not sure if it helps or hurts
The 3's will cancel there
\[\frac{3\ln(x)}{\ln(5x^3)}\] is the limit you need to compute
$$\Large { \lim_{x \rightarrow \infty} x^{\frac{3}{\ln(5x^3)}} = \lim_{x \rightarrow \infty} e^{\ln x^{\frac{3}{\ln(5x^3)}} } \\ = \lim_{x \rightarrow \infty} e^{\frac{3}{\ln(5x^3)}\cdot ~\ln (x) } = e^{\lim_{x \rightarrow \infty} \frac{3\ln(x)}{\ln(5x^3)}} \\~\\ \Rightarrow^{L'Hopitals} } $$
you get one pretty much in your head
thats an \( \bf \frac{\infty}{\infty} \) indeterminate form
now i see it is better to bring the exponent in than the other way around \[\frac{\ln(x^3)}{\ln(5x^3)}\]
What happened from \[\huge = \lim_{x \rightarrow \infty} e^{\ln x^{\frac{3}{\ln(5x^3)}} } \] to \[\huge = \lim_{x \rightarrow \infty} e^{\frac{3}{\ln(5x^3)}\cdot ~\ln (x) } \]
you can save a step and use property of logs
algebra
multiply means multiply in the numerator
if you wanto work it w/o Lhopital \(u = \ln(5x^3) \implies x = (\frac{e^u}{5})^{1/3}\) the limit becomes \[\lim\limits_{u\to \infty} \left((\frac{e^u}{5})^{1/3}\right)^{3/u} = \lim\limits_{u\to \infty} \frac{e}{5^u} = e \]
$$ \Huge e^{\ln(x^a)} = e^{a\cdot \ln(x)} $$
the exponent is \[\frac{3\ln(x)}{\ln(5x^3)}=\frac{\ln(x^3)}{\ln(5x^3)}\]
Ahhh that part is clear now.
you do not really need l'hopital to compute that limit, but it would work i like @rational method without doing much at all
I posted this problem to better understand exp rules, they confuse me a bit.
$$ \Large { \lim_{x \rightarrow \infty} x^{\frac{3}{\ln(5x^3)}} = \lim_{x \rightarrow \infty} e^{\ln x^{\frac{3}{\ln(5x^3)}} } \\ = \lim_{x \rightarrow \infty} e^{\frac{3}{\ln(5x^3)}\cdot ~\ln (x) } = e^{\lim_{x \rightarrow \infty} \frac{3\ln(x)}{\ln(5x^3)}} \\\LARGE = e^{\lim_{x \rightarrow \infty} \frac{3\ln(x)}{\ln(5) + 3\cdot \ln (x))}} \\~\\ \Rightarrow^{L'Hopitals} \\\LARGE = e^{\lim_{x \rightarrow \infty} \frac{3 \cdot \frac1x}{0 + 3\cdot \frac1x}} \\\LARGE = e^{\lim_{x \rightarrow \infty} 1} \\\LARGE = e^{1} } $$
@rational 's method is shorter but both methods are good.
Thanks @perl and @rational :) Cleared things up alot more.
some parentheses would make it clearer
maybe :)
\(\color{blue}{\text{Originally Posted by}}\) @rational if you wanto work it w/o Lhopital \(u = \ln(5x^3) \implies x = (\frac{e^u}{5})^{1/3}\) the limit becomes \[\lim\limits_{u\to \infty} \left((\frac{e^u}{5})^{1/3}\right)^{3/u} = \lim\limits_{u\to \infty} \frac{e}{5^u} = e \] \(\color{blue}{\text{End of Quote}}\) Didn't catch the u-sub that quickly, haha.
personally i feel the best way to understand exponents is to study them with logarithms
just a correction to rational's version it is supposed to be 5^(1/u) no 5^u
theres a typo there
lim e / 5^{1/u}
yes! that's my point :)
Ahh right it has to be 1/u
good substitution :)
yes thats pretty nifty
@rational Is there a way to find limit lim x^x as x ->0+ without Lhopital's rule , analytically
that looks interesting you're doing e^(x lnx) hoping to use Lhopital right
yeah, i was wondering if there was a clever substitution to avoid Lhopitals rule
http://math.stackexchange.com/questions/522973/lim-x-to0-x-ln-x-without-lhopitals-rule
thanks inky
yay stack exchange :D
ill just finish this problem
i need quote addon for mozilla firefox
that's an interesting way to do it it required using some linear approximation
$$ \LARGE{ \lim_{x \to 0^+}x^x = \lim_{x \to 0^+}e^{\ln(x^x)} =\\ \lim_{x \to 0^+}e^ { x \cdot \ln x } = \lim_{x \to 0^+} e^ { \frac{\ln x }{ 1/x} } \\ \Rightarrow^{L'Hopital's} \lim_{x \to 0^+} e^ { \frac{\frac1x }{ -1/x^2} } \\=\lim_{x \to 0^+} e^ { \frac 1 x \cdot \frac{-x^2}{1} } \\=\lim_{x \to 0^+} e^ { -x } = e^{-0} =e^{0}= 1 } $$
delete what (i was busy with Latex)
i liked \(x = e^{-t}\) substittuion reply in that mse link
ofcourse that "requires" lhopital to conclude: \[\lim\limits_{t\to\infty} \dfrac{t}{e^t} = 0\] he is just masking it by saying that limit is intuitive enough for everybody
didn't the replay compare that with lim 2/t which we know goes to zero there isn't l'hopital rule use ?
reply*
\[e^t \ge t^2/2\] part ?
that linear approximation
yes thats nice and clever but still don't you think we can always say \[e^t \gt t^n\] for all \(n\ge 0\) and large enough \(t\) ?
$$\Large{ e^t = 1 + t + t^2/2 + ... \\ \therefore \\ e^t \geq t^2/2 } $$
i think derivatives/linear approximations/lhopital all are same
yes true, but we needed t^2/2 to ur case so we just ignore other facts lol
for limit w/o lhopital, i think we're not allowed to use any of them... dont even think of taylor
what do you mean by linear approximation?
hmmm you do have a point! there the use of many theorem that fall into l'hopital
i mean how would we use it here
l'hopital if recall came by mean value theorem
interesting article http://math.stackexchange.com/questions/1220875/has-lack-of-mathematical-rigour-killed-anybody-before
heading off for the night, thanks again you guys.
im pretty sure its very hard to make sense of the flaw in that fakeproof w/o analysis tools (analysis = rigor)
true
Join our real-time social learning platform and learn together with your friends!