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]