I know how to do this problem, but I'm stuck at the arc length differential.

Set up an integral for the arc length of the curve. (Do not evaluate the integral)

x=y^2ln(y), 1<y<2
dx/dy = 2yln(y) + y

ds= sqrt (1 + (2yln(y)+y)^2
so far I have sqrt (1 + 4y^2ln(y) + 2[2y^2ln(y) + y^2) dy
I'm stuck at this part

ds=sqrt(dx^2+dy^2)

dx=(2ylny +y^2/y )dy

S=INT ds=INT ((2ylny+y)^2 + 1)dy from y=1 to 2

check that

To set up the integral for the arc length of the curve, you correctly found the differential ds:

ds = sqrt(1 + (2yln(y) + y)^2) dy

Now, let's simplify the expression inside the square root:

(2yln(y) + y)^2
= (2yln(y))^2 + 2(2yln(y))(y) + y^2
= 4y^2(ln(y))^2 + 4y^2ln(y) + y^2

After simplification, the differential becomes:

ds = sqrt(1 + 4y^2(ln(y))^2 + 4y^2ln(y) + y^2) dy

Now, you can set up the integral for the arc length. The arc length differential ds represents an infinitesimally small portion of the curve's length, so by integrating it over the range of y (1 to 2), you can find the total length of the curve.

The integral becomes:

∫[1 to 2] sqrt(1 + 4y^2(ln(y))^2 + 4y^2ln(y) + y^2) dy

However, it's important to note that this integral does not have a closed-form solution and cannot be evaluated analytically using elementary functions. It may require numerical methods or special techniques to approximate the answer.