1


I have this equation $y=x^{5x^3}$ by doing a log transformation we get, $log (y) = 5x^3 log (x)$ upon doing a differentiation w.r.t $(x)$, we get

$$\frac{1}{y}\frac{dy}{dx} = 5x^3.\frac{1}{x} + log(x) . 15x^2 =>\frac{dy}{dx} = x^{5x^3}(5x^3.\frac{1}{x} + log(x) . 15x^2)$$

upon simplification we get $$\frac{dy}{dx}=5x^{5x^3+2}(1+3 log (x))$$

but the result says $$\frac{dy}{dx}=5x^{5x^3+2}.log (e^ {x^3})$$

Can you please tell me how do I simplify the whole equation to get the result

Thanks,
Kamal.

Dylan
  • 16,575
Kamal
  • 351

1 Answers1

2

Your result is perfectly correct and the last is totally wrong. It could be $\log(e x^3)$ obtained from your since $$1+3\log(x)=\log(e)+\log(x^3)=\log(e x^3)$$ but $\log(e^{x^3})$ is perfectly wrong.

May be another typo in the book.