Solving Separable DE with Initial Value: Techniques and Examples

  • Thread starter Thread starter Jeann25
  • Start date Start date
  • Tags Tags
    Separable
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 4K views
Jeann25
Messages
30
Reaction score
0
How would I start this one? I tried dividing by y, but that does not work

y'=xy/(1+x²)
 
Physics news on Phys.org
Jeann25 said:
How would I start this one? I tried dividing by y, but that does not work

y'=xy/(1+x²)

Yeah why does dividing by y not work?
 
Here's what I did:

1/y y' = x/(1+x²)
ln y = 1/2 ln (1+x²)+c
y = ce^(1/2 ln(1+x²))

Answer's supposed to be: c*sqrt(1+x²)
 
Jeann25 said:
Here's what I did:

1/y y' = x/(1+x²)
ln y = 1/2 ln (1+x²)+c
y = ce^(1/2 ln(1+x²))

Answer's supposed to be: c*sqrt(1+x²)

Yeah, ok and how is that different from what you had? Just simplify your expression with the properties of logs.
 
Nevermind. I get it now. Thank you :)