Derivative of y = x^(x^2 - 7)

  • Thread starter Thread starter Chadlee88
  • Start date Start date
  • Tags Tags
    Derivative
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 26K views
Chadlee88
Messages
40
Reaction score
0
i jst wanted to know if this is right. I need to find out the derivative of:
y = x^(x^2 - 7) :smile:

y = x^(x^2 - 7)

ln y = (x^2 -7) ln (x)

1/y = x^2 + 2x -7
x

y = x
(x^2 + 2x - 7)

dy/dx = -x^2 + 2x - 9 <----------- my answer
(x^2 + 2x -7)
 
Physics news on Phys.org
Your notation is a bit unclear to me, but the logarithm is a good idea:

[tex] y = x^{x^2 - 7} \Rightarrow y = \exp \left( {\ln \left( {x^{x^2 - 7} } \right)} \right) = \exp \left( {\left( {x^2 - 7} \right)\ln \left( x \right)} \right)[/tex]

Can you find the derivative of that exponential?
 
Beware of non-fixed fonts! Much better in Latex.
I don't see how you got from x2- 7 to x2+ 2x- 7 and I certainly don't see where that -x2+ 2x- 9 came from!
And, you seem to first solve for y, then it magically becomes y'.

You want to differentiate [itex]y= x^{x^2-7}[/itex] so you rewrite it as
[tex]ln(y)= (x^2- 7)ln(x)[/itex]<br /> The derivative of ln y <b>with respect to y</b> is [itex]\frac{1}{y}[/itex] but you want the derivative <b>with respect to x</b>- so use the chain rule: <br /> [tex]\frac{d ln y}{dx}= \frac{d ln y}{dy}\frac{dy}{dx}= \frac{1}{y}\frac{dy}{dx}[/tex]<br /> but it is exactly dy/dx you want to find!<br /> The left hand side is <b>not</b> just 1/y but is (1/y)y'.<br /> <br /> On the right side you want to differentiate (x<sup>2</sup>- 7)ln x: use the product rule- (fg)'= f'g+ fg'. ((x<sup>2</sup>-7)ln(x))'= (x<sup>2</sup>-7)' ln(x)+ (x<sup>2</sup>-7)(ln x)'. The derivative of x<sup>2</sup>- 7 is 2x and the derivative of ln x is 1/x so ((x<sup>2</sup>-7)ln(x))'= (2x) ln(x)+ (x<sup>2</sup>-7)/x. Put those together:<br /> [tex]\frac{1}{y}y'= 2x ln x+ \frac{x^2- 7}{x}[/tex]<br /> and solve for y'.[/tex]