Separable Differential Equation

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
3 replies · 1K views
MathWarrior
Messages
267
Reaction score
5
y' = (x)/(1+2y)

y(-1) = 0

trying to find the answer I do the following:

multiply both sides by (1+2y)
(1+2y) * dy/dx = x

i subtract 1 from both sides.. but for some reason this is wrong? why?

2y * dy/dx = x - 1

2y dy = x-1 dx

integrate..

y^2 = (x^2-x+C)/2

y = sqrt((x^2-x+C)/2) )

this however is wrong I was not suppose to subtract the 1 from both sides.. what exactly is wrong with doing that?
 
Last edited:
Physics news on Phys.org


MathWarrior said:
y' = (x)/(1+2y)

y(-1) = 0

trying to find the answer I do the following:

multiply both sides by (1+2y)
(1+2y) * dy/dx = x

i subtract 1 from both sides.. but for some reason this is wrong? why?
If you subtract 1 from both sides it will be (1+2y) * dy/dx-1 = x-1.

(1+2y) * dy/dx = x is not the same as 2y * dy/dx = x - 1 as both 1 and 2y is multiplied by dy/dx in the original equation.

ehild
 


ehild said:
If you subtract 1 from both sides it will be (1+2y) * dy/dx-1 = x-1

even if its multiplied by it like that is?

I mean I am seeing it in my mind sort of like

1+5a = b
in which I would think to solve such an algebraic equation it would be more like

-1 on both sides
5a=b-1 ?