0
$\begingroup$

The given differential equation is $x {dy \over dx} = y( \ln y - \ln x +1)$

The initial condition is y(1)=3. Need to find y(3).

  • 0
    You can solve this explicitly. Set $u = \ln(y)$.2017-02-02
  • 0
    Let $u=\dfrac{y}{x}$.2017-02-02

1 Answers 1

2

Let $u=\dfrac{y}{x}$ so given differential equation is \begin{eqnarray} x {dy \over dx} &=& y( \ln y - \ln x +1)\\ u'x+u&=&u(\ln u+1)\\ \dfrac{du}{u\ln u} &=&\dfrac{dx}{x}\\ \int\dfrac{du}{u\ln u} &=&\int\dfrac{dx}{x}\\ \ln\ln u&=&\ln x+\ln C\\ y&=&x3^{x}\\ y(3)&=&81 \end{eqnarray}