The teacher hasn't uploaded a solution for this question yet.
We are given the differential equation $2(y+3)-xy\frac{dy}{dx}=0$. We can rearrange this equation to separate the variables $x$ and $y$. $2(y+3) = xy\frac{dy}{dx}$ $\frac{2(y+3)}{y} dy = x dx$ $\frac{2y+6}{y} dy = x dx$ $(2 + \frac{6}{y}) dy = x dx$
Now, we integrate both sides of the equation with respect to their respective variables: $\int (2 + \frac{6}{y}) dy = \int x dx$ $2\int dy + 6\int \frac{1}{y} dy = \int x dx$ $2y + 6\ln|y| = \frac{x^2}{2} + C$, where $C$ is the constant of integration.
We are given the initial condition $y(1) = -2$. We substitute $x=1$ and $y=-2$ into the equation to find the value of $C$: $2(-2) + 6\ln|-2| = \frac{(1)^2}{2} + C$ $-4 + 6\ln(2) = \frac{1}{2} + C$ $C = -4 + 6\ln(2) - \frac{1}{2}$ $C = -\frac{9}{2} + 6\ln(2)$
Substitute the value of $C$ back into the equation: $2y + 6\ln|y| = \frac{x^2}{2} - \frac{9}{2} + 6\ln(2)$ Multiply by 2: $4y + 12\ln|y| = x^2 - 9 + 12\ln(2)$ $4y - x^2 + 12\ln|y| - 12\ln(2) + 9 = 0$ $4y - x^2 + 12\ln|\frac{y}{2}| + 9 = 0$
Final Answer: $4y - x^2 + 12\ln|\frac{y}{2}| + 9 = 0$
AI generated content. Review strictly for academic accuracy.