Is This the Correct Way to Differentiate y = x^(x^2 - 7)?

  • Thread starter Thread starter Chadlee88
  • Start date Start date
  • Tags Tags
    Derivative
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:

<br /> 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)<br />

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 y= x^{x^2-7} so you rewrite it as
ln(y)= (x^2- 7)ln(x)[/itex]<br /> The derivative of ln y <b>with respect to y</b> is \frac{1}{y} but you want the derivative <b>with respect to x</b>- so use the chain rule: <br /> \frac{d ln y}{dx}= \frac{d ln y}{dy}\frac{dy}{dx}= \frac{1}{y}\frac{dy}{dx}<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&#039;.<br /> <br /> On the right side you want to differentiate (x<sup>2</sup>- 7)ln x: use the product rule- (fg)&#039;= f&#039;g+ fg&#039;. ((x<sup>2</sup>-7)ln(x))&#039;= (x<sup>2</sup>-7)&#039; ln(x)+ (x<sup>2</sup>-7)(ln x)&#039;. 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))&#039;= (2x) ln(x)+ (x<sup>2</sup>-7)/x. Put those together:<br /> \frac{1}{y}y&amp;#039;= 2x ln x+ \frac{x^2- 7}{x}<br /> and solve for y&#039;.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top