power freak said:
Instead of starting a new thread I thought I'd "borrow" this one:
I am trying to differentiate the function [tex]y=(x^x)^x[/tex]
Would this working be correct?
[tex]y = (x^x)^x = x^f^(^x^)[/tex]
Nope, this line is wrong. Instead, it should read:
[tex]y = {(x ^ x)} ^ x = f(x) ^ x[/tex], where f(x) = x
x. :)
Ok, let's take log of both sides:
[tex]\ln y = x \ln f(x)[/tex]
Differentiate both sides with respect to x, we have:
[tex]\frac{y'_x}{y} = \ln f(x) + x \frac{f'(x)}{f(x)} \Rightarrow y'_x = y \left( \ln f(x) + x \frac{f'(x)}{f(x)} \right) = {(x ^ x)} ^ x \left( \ln f(x) + x \frac{f'(x)}{f(x)} \right)[/tex], right?
And from the above posts, we have:
f'(x) = (x
x)' = (x
x) (ln(x) + 1). So plug that into the expression above, we have:
[tex]y'_x = {(x ^ x)} ^ x \left( \ln f(x) + x \frac{x ^ x (\ln (x) + 1)}{x ^ x} \right) = {(x ^ x)} ^ x \left( \ln (x ^ x) + x (\ln (x) + 1)} \right)[/tex]
[tex]= {(x ^ x)} ^ x \left( \ln (x ^ x) + \ln (x ^ x) + x)} \right) = {(x ^ x)} ^ x \left( 2 \ln (x ^ x) + x)}[/tex]
Ok. Can you get this? :)