https://puu.sh/x8M1o/e3eda5a999.png
Using Chain Rule,
dz/dx = dz/dy x dy/dx
what i did was to make dy/dx the subject so i can satisfy the equation above, but i do not know how to find dz/dy
Okay, so I'll begin by copying the text from the image for those who might not be so inclined to visit an outside link:
Show that the differential equation
\(\displaystyle x^3 \: \dfrac{dy}{dx} + 4 = 2x^2y\)
can be reduced to
\(\displaystyle \dfrac{dz}{dx} = -\dfrac{4}{x^5}\)
by means of the substitution \(\displaystyle y=zx^2\).
Hence, find y in terms of x, given that \(\displaystyle y = 6\) when \(\displaystyle x = 1\)
Your working was to subtract 4 from both sides of the ODE and then divide by x
3 to isolate \(\displaystyle \dfrac{dy}{dx}\). That leaves you with:
\(\displaystyle \dfrac{dy}{dx} = \dfrac{2x^2y - 4}{x^3}\)
\(\displaystyle \dfrac{dy}{dx} = \dfrac{2y}{x} - \dfrac{4}{x^3}\)
Edit: I had previously suggested a method that I now realize wouldn't work at all. My mistake.
At this point, you can rearrange the terms to get an ODE that can be solved by using what my textbook calls the "integrating factor method:"
\(\displaystyle \dfrac{dy}{dx} - \dfrac{2y}{x} = - \dfrac{4}{x^3}\)
Are you familiar with solving ODEs of the form:
\(\displaystyle \dfrac{dy}{dx} - f(x) \cdot y = g(x)\)
If so, where does applying those techniques lead you? If you're willing to skip ahead a bit and do the second part first, you should be able to get an expression for y in terms of x, using the given initial conditions. Then you can make the suggested substitution of y = zx
2.