How do you differentiate (x^2)^(ln[x])?

  • Thread starter Thread starter indie452
  • Start date Start date
  • Tags Tags
    Differentiate
indie452
Messages
115
Reaction score
0

Homework Statement



differentiate (x2)lnx


im having a blonde moment...how do you start?
 
Physics news on Phys.org
Write x as e^{\ln x}.
 
ok so you mean write

eln(x2)^ln(x)

this gives me eln(x)*ln(x2)
 
Yes that's correct. You can write the part in the exponent slightly easier by using \ln x^2=2\ln x. Now you just have to use the chain rule.
 
Last edited:
Cyosis said:
can write the part in the exponent slightly easier by using \ln x^2=2\lnx.

how can you say this?
 
I 'said' that, because in the latex code I wrote 2\lnx, \lnx is not a command in latex so it doesn't recognize it. I added the space now so it becomes 2\ln x, which should display the correct result.

Edit: I see you edited post 3, but what you did there is not correct. (x^2)^{\ln x}=(x)^{2 \ln x}=(e^{\ln x})^{\ln x^2}=e^{\ln x \ln x^2} \neq e^{(\ln x^2)^{\ln x}}.
 
Last edited:
He didn't say it. (Unless he editted his post immediately after your response.) He said ln(x2)= 2ln(x).

On edit: And while I was typing this, he explained!

Using that
(x^2)^{ln(x)}= e^{(ln(x))(2ln(x))}= e^{2(ln(x))^2}[/itex]
 
ok i got

e(2(lnx)2)

differentiating gives

(4lnx)/x * e(2(lnx)2)
 
Yes, that's right.

Another way to differentiate y= (x^2)^{ln x} is to take the logarithm of both sides: ln(y)= ln((x^2)^{ln(x)}= ln(x)(ln(x)^2)= 2 (ln(x))^2

Now, differentiating both sides with respect to x,
\frac{1}{y}y'= 4 ln(x)\frac{1}{x}
y'= \frac{4 ln(x)}{x} y= \frac{4 ln(x)}{x}(x^2)^{ln(x)}

(If you were given the problem as (x^2)^{ln x} it is probably better to write the answer using that rather than e^{2(ln x)^2}.)
 
Back
Top