I have two equations as follows: $$2f'(x)-\sqrt x\ln x=0$$ $$f(e)=0$$ But I'm not sure how I can find one function $f$ to satisfy both since the second equation has different variables. I've tried isolating $f'(x)$ on the first one, and then trying to find $f$ through integration but I don't think that's right.
Thanks :)
Integration is the right way to go for this problem. $$2f'(x)-\sqrt x\ln x=0$$ $$f'(x)=\frac12\sqrt x\ln x$$ $$f(x)=\int\frac12\sqrt x\ln x\,dx$$ $$=\frac12\left(\frac23x^{3/2}\ln x -\int\frac{\frac23x^{3/2}}x\,dx\right)$$ $$=\frac12\left(\frac23x^{3/2}\ln x-\frac49x^{3/2}+K\right)$$ $$=\frac13x^{3/2}\ln x-\frac29x^{3/2}+K$$ Since $f(e)=0$: $$0=\frac13e^{3/2}\ln e-\frac29e^{3/2}+K$$ $$K=\frac29e^{3/2}-\frac13e^{3/2}=-\frac19e^{3/2}$$ Finally we have $$f(x)=\frac13x^{3/2}\ln x-\frac29x^{3/2}-\frac19e^{3/2}$$