Differential equation substitution method

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 5K views
Messages
1,753
Reaction score
143
[tex]\begin{array}{l}<br /> \frac{{dy}}{{dx}} = \frac{{4x^2 + 5xy + y^2 }}{{x^2 }} \\ <br /> \\ <br /> \frac{{dy}}{{dx}} = 4 + \frac{{5y}}{x} + \left( {\frac{y}{x}} \right)^2 \\ <br /> \\ <br /> {\rm{Let }}v = y/x\,\,\,\, \Rightarrow \,\,\,\,y = vx \\ <br /> \\ <br /> \frac{{dy}}{{dx}} = 4 + \frac{{5v}}{{xx}} + \left( {\frac{{vx}}{x}} \right)^2 \\ <br /> \\ <br /> \frac{{dy}}{{dx}} = 4 + \frac{{5v}}{{x^2 }} + v^2 \\ <br /> \end{array}[/tex]

But the class notes say the final line should be
[tex]\frac{dy}{dx}=x\frac{dv}{dx}+v[/tex]
How did he get that?
 
Physics news on Phys.org
Take the derivative of y = vx with respect to x, then equate it, and you are done.
 
tony873004 said:
[tex]\begin{array}{l}<br /> \frac{{dy}}{{dx}} = \frac{{4x^2 + 5xy + y^2 }}{{x^2 }} \\ <br /> \\ <br /> \frac{{dy}}{{dx}} = 4 + \frac{{5y}}{x} + \left( {\frac{y}{x}} \right)^2 \\ <br /> \\ <br /> {\rm{Let }}v = y/x\,\,\,\, \Rightarrow \,\,\,\,y = vx \\ <br /> \\ <br /> \frac{{dy}}{{dx}} = 4 + \frac{{5v}}{{xx}} + \left( {\frac{{vx}}{x}} \right)^2 \\ <br /> \\ <br /> \end{array}[/tex]

This should be [itex]\frac{dy}{dx}= 4 + \frac{{5vx}}{{x}} + \left( {\frac{{vx}}{x}} \right)^2=4+5v+v^2[/itex]

But the class notes say the final line should be
[tex]\frac{dy}{dx}=x\frac{dv}{dx}+v[/tex]
How did he get that?

Use the product rule to differentiate [itex]y=vx[/itex].