Differential Equations: Solving Non-separable Equations

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
11 replies · 3K views
rpgkevin
Messages
4
Reaction score
0

Homework Statement


Solve The following Equations:
2(y+3)dx-xydy=0

(x2-xy+y2)dx - xydy=0 use following assumption y=vx

xy3+ex2dy=0

The Attempt at a Solution



I am still a novice at diff eqs but here is what I got on the first one:
After seperating it I ended up with
(dx/x)=(ydy)/(2y+6) Then I get stuck with integrating the side with the Y

For the other two I believe they can not be separated and I am not sure what to do when this is the case
 
Physics news on Phys.org
For the y-integral on the first one, you can do this:[tex]\frac{1}{2}\int \frac{y}{y+3}\,dy = \frac{1}{2}\int \frac{(y+3)-3}{y+3}\,dy = \frac{1}{2}\int \left[1-\frac{3}{y+3}\right]\,dy[/tex]or you could use the substitution u=y+3.

On the second one, what did you get when you used the substitution y=vx?
 
vela said:
For the y-integral on the first one, you can do this:[tex]\frac{1}{2}\int \frac{y}{y+3}\,dy = \frac{1}{2}\int \frac{(y+3)-3}{y+3}\,dy = \frac{1}{2}\int \left[1-\frac{3}{y+3}\right]\,dy[/tex]or you could use the substitution u=y+3.

On the second one, what did you get when you used the substitution y=vx?

I have never used the substitution method I have no clue how to use that I looked it up earlier because someone told me that but I was unable to use the examples to work that one out
 
rpgkevin said:
I have never used the substitution method I have no clue how to use that I looked it up earlier because someone told me that but I was unable to use the examples to work that one out
If you differentiate y=vx with respect to x, you'll get
[tex]\frac{dy}{dx} = v + x\frac{dv}{dx}[/tex]
Multiplying through by dx, you end up with
[tex]dy = v \,dx + x\, dv[/tex]
Use this and the original substitution to eliminate y from the original equation. You should find it separates then, allowing you to solve for v, from which you can then find y.
 
Mark44 said:
I don't think you wrote this correctly - there seems to be a dx missing.

ahh you are correct it is suppose to be a dx after the xy3
 
vela said:
If you differentiate y=vx with respect to x, you'll get
[tex]\frac{dy}{dx} = v + x\frac{dv}{dx}[/tex]
Multiplying through by dx, you end up with
[tex]dy = v \,dx + x\, dv[/tex]
Use this and the original substitution to eliminate y from the original equation. You should find it separates then, allowing you to solve for v, from which you can then find y.

I tried what you said and plugged stuff back in and then I Tried separating things out and I can't seem to get it to separate out I am stuck at
X2(1-V-V2)dx=x2v2+(x3v)dv/dx)