Differential Equation Method Question

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 1K views
jofree87
Messages
37
Reaction score
0
dy/dx = (y-x)/(y+x)

I am suppose to solve this equation using substitution, but isn't it possible to solve this equation an easier way since it is an exact equation?

(y+x)dy - (y-x)dx = 0
 
Physics news on Phys.org
It's not an exact ODE. The form is [tex]P(x,y)dy + Q(x,y) dx = 0[/tex] for exact ODE's, you didn't bring the negative factor in.
 
jofree87 said:
dy/dx = (y-x)/(y+x)

I am suppose to solve this equation using substitution, but isn't it possible to solve this equation an easier way since it is an exact equation?

(y+x)dy - (y-x)dx = 0

[tex]\frac{dy}{dx}=\frac{y-x}{y+x}=\frac{y}{y+x}-\frac{x}{y+x}[/tex]

Use the substitution [tex]v=x+y[/tex].