A relatively simple ODE problem

  • Thread starter Thread starter bennyska
  • Start date Start date
  • Tags Tags
    Ode
bennyska
Messages
110
Reaction score
0
So many years ago, i took elementary differential equations. unfortunately, I've forgotten too much of it, and now I'm in a not so elementary class. I'm confident i'll catch up to where i was, but at the moment I'm stuck on a relatively simple problem.


i'm having trouble separating them (not sure if this is separable). maybe if someone could give me a pointer to get started, i would be very appreciative. thanks!

Homework Statement




x3 + 3y -xy' = 0.

Homework Equations





The Attempt at a Solution


stuck
 
Physics news on Phys.org
It doesn't look separable to me. Try finding an integrating factor. Does that ring a bell?
 
okay, so I'm not getting the correct answer, but here's the work I've done so far:
x3 + 3y -xy' = 0
3y - xy' = -x3
x(3y/x) - y' = -x3
-y' + 3/x*y = -x2

let mu(x) = eintegral(-3/x) = e-3 ln x = 1/x3

d/dx[1/x3*y] = 1/x3* x2
1/x3*y = x-1
y=x2

is this the right path?

editing:
i saw i didn't integrate the left hand side at x-1. afterwards, it seemed to work.
y = x3ln(x)
 
Last edited:
Almost. You forgot the constant of integration, which will result in another term, cx3, which is the solution to the homogeneous equation.
 
cool, thanks so much.
 
it's slowly coming back to me. okay, linear equations, put them in the proper form, use integrating factor, got it.
now I'm kind of stuck again with a problem from the same set.

xy + y2 - x2y'=0.

so this isn't separable, and it's not linear, and I'm kind of stuck. any help, or advice where to start looking? gracias.
 
If you divide both sides by x^2, you've got y/x+(y/x)^2-y'=0. Suggests that a change of variable v=y/x might help.
 
how's this:

\frac{y}{x} + (\frac{y}{x})2 - y' = 0
let v= \frac{y}{x}, with \frac{dy}{dx} = v + x\frac{dv}{dx}

v + v2 - v - x\frac{dv}{dx} = 0
v2 - x\frac{dv}{dx} = 0

\frac{1}{v<sup>2</sup>} dv = \frac{1}{x}dx

integrate, get

v = \frac{-1}{ln x}

substitute and solve for y

y = x (\frac{-1}{ln x}

and do i just throw a constant on at the end?
 
It's pretty good. But you don't just "throw a constant on at the end". You put in a constant at the point you integrate then carry it through.
 
  • #10
yeah, i kind of figured that, it just seems that that's how it usually works out, and i can't remember to put them in when they come up.
so I'm having another hard time working out a different problem.

(for future reference, should i start a new thread if i have a different problem?)

so it's a bernoulli equation
4xy2 + y' = 5x4y2
y' = 5x4y2 - 4xy2
y' = y2( 5x4 - 4x)

let n = 2, p(x) = 0, g(x) = 5x4 - 4x, v = y-1
divide both sides by y2
y-2y' + 0y = 5x4 - 4x
substitute v= y-1

-dv/dx + 0v = 5x4 - 4x
let mu(x) = eint. 0 dx = ec0 = c1
-c1 dv/dx + 1*0v = c1(5x4 - 4x)
d/dx c1*v = c1(5x4 - 4x)
integrate both sides
c1*v=-c1*x2(x3 + 2)
v = -x2(x3 + 2)
replace v
y-1 = -x2(x3 + 2)
y = 1/ (-x2(x3 + 2))
however, this doesn't seem to work. I'm guessing maybe letting p(x) = 0 might be a problem? i don't see why, it's continuous, but that's the only thing i can think of.

btw, thanks for your help. it's coming back to me. i was able to solve 2 other bernoulli equations and got stuck on this one.
 
  • #11
bennyska said:
yeah, i kind of figured that, it just seems that that's how it usually works out, and i can't remember to put them in when they come up.
so I'm having another hard time working out a different problem.

(for future reference, should i start a new thread if i have a different problem?)

so it's a bernoulli equation
4xy2 + y' = 5x4y2
y' = 5x4y2 - 4xy2
y' = y2( 5x4 - 4x)
You're making things hard for yourself. You should be able to see at this point that the equation is separable.
 
  • #12
bennyska said:
let n = 2, p(x) = 0, g(x) = 5x4 - 4x, v = y-1
divide both sides by y2
y-2y' + 0y = 5x4 - 4x
substitute v= y-1

-dv/dx + 0v = 5x4 - 4x
let mu(x) = eint. 0 dx = ec0 = c1
-c1 dv/dx + 1*0v = c1(5x4 - 4x)
d/dx c1*v = c1(5x4 - 4x)
integrate both sides
c1*v=-c1*x2(x3 + 2)
v = -x2(x3 + 2)
replace v
y-1 = -x2(x3 + 2)
y = 1/ (-x2(x3 + 2))
however, this doesn't seem to work. I'm guessing maybe letting p(x) = 0 might be a problem? i don't see why, it's continuous, but that's the only thing i can think of.

btw, thanks for your help. it's coming back to me. i was able to solve 2 other bernoulli equations and got stuck on this one.
You dropped a sign or two, and again, you forgot the constant of integration.
 

Similar threads

Back
Top