Find dy/dx.

y = x^ln x, x > 0

recall that

d/dx x^n = n x^(n-1)
d/dx a^x = lna a^x

so, if y = u^v,
y' = v u^(v-1) u' + lnu u^v v'

Here you have
u = x
v = lnx

So,
y = x^lnx
y' = lnx x^(lnx -1) + lnx x^lnx (1/x)
= lnx/x x^lnx + lnx/x x^lnx
= 2lnx/x x^lnx

or, do it like this

y = x^lnx
lny = lnx lnx = (lnx)^2
1/y y' = 2lnx * 1/x
y' = 2lnx/x y = 2lnx/x x^lnx

I don't understand how you went from y' = lnx x^(lnx -1) + lnx x^lnx (1/x) to lnx/x x^lnx + lnx/x x^lnx. Where did the -1 go? May you please explain?

Is the lnx/x suppose to be (lnx)/(x) or ln(x/x)?

(lnx)/(x)

x^(lnx-1) = x^(lnx)/x

To find dy/dx, we can use the logarithmic differentiation technique.

Step 1: Take the natural logarithm (ln) of both sides of the equation to simplify it:
ln(y) = ln(x^ln(x))

Step 2: Apply the logarithmic rule to simplify the expression further:
ln(y) = ln(x) * ln(x)

Step 3: Differentiate both sides of the equation with respect to x using the chain rule:
1/y * dy/dx = ln(x) * (1/x) + ln(x) * (1/x) * ln(x)

Step 4: Simplify the expression by multiplying through by y:
dy/dx = y * [ln(x) / x + ln(x) * ln(x) / x] = x^ln(x) * [ln(x) / x + ln(x) * ln(x) / x]

Therefore, dy/dx = x^ln(x) * [ln(x) / x + ln(x) * ln(x) / x].