AJ L. answered 05/17/23
Patient and knowledgeable Calculus Tutor committed to student mastery
xln(x)(dy/dx) = 1; (e,1)
dy/dx = 1/[xln(x)]
∫(dy/dx)dx = ∫dx/[xln(x)]
Let u=ln(x) so 1/u=1/ln(x), and let du=dx/x:
∫(dy/dx)dx = ∫du/u
y = ln(|u|)+C
y = ln(|ln(x)|)+C
Plugging in (e,1):
1 = ln(|ln(e)|)+C
1 = ln(|1|)+C
1 = C
Therefore, the solution to the differential equation is y=ln(|ln(x)|)+1
Plugging in x=ee:
y(ee) = ln(|ln(ee)|)+1 = ln(|e|)+1 = 1+1 = 2, so y(ee)=2
Hope this helped!