How can I solve this differential equation using Bernoulli's equation?

  • Thread starter Thread starter darthxepher
  • Start date Start date
  • Tags Tags
    Bernoulli
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
2 replies · 2K views
darthxepher
Messages
56
Reaction score
0
Ugh Bernoulli Equations!

Homework Statement



dy/dx = y(xy^3-1)

I tried to set it up and use the bernoulli equation method as a substitution but it didn't work. Any tips?





The Attempt at a Solution



I set u=y^(-3) and had it set up like this

dy/dx + y = xy^4


Ok HELP!

Thanks...
 
Physics news on Phys.org


I've never done this before, but:

[tex]\frac{dy}{dx} = f(x)y + g(x)y^k[/tex]

The solution is

[tex]y^{1-k} = y_1 + y_2[/tex]

Where

[tex]y_1= Ce^{\phi(x)}[/tex]

[tex]y_2=(1-k)e^{\phi(x)}\int e^{-\phi(x)}g(x)dx[/tex]

[tex]\phi(x) = (1-k)\int f(x)dx[/tex]



Here,

[tex]k=4[/tex]

[tex]g(x)=x[/tex]

[tex]f(x)=-1[/tex]



So,


[tex]\phi(x) = 3x[/tex]

Then,

[tex]y_1= Ce^{3x}[/tex]

[tex]y_2=-3e^{3x}\int xe^{-3x}dx=\frac{1}{3}+x[/tex]


Finally,

[tex]y = (Ce^{3x} + \frac{1}{3} + x)^{-\frac{1}{3}}[/tex]


I think...
 


darthxepher said:

Homework Statement



dy/dx = y(xy^3-1)

I tried to set it up and use the bernoulli equation method as a substitution but it didn't work. Any tips?





The Attempt at a Solution



I set u=y^(-3) and had it set up like this

dy/dx + y = xy^4


Ok HELP!

Thanks...

OK, writing it as y' + y = xy^4 is a good start. What you want to do next is divide by y^4:

y^(-4) y' + y^(-3) = x. Now let v = y^(-3) so v' = -3y^(-4) y'

This gives you expressions for y^(-4)y' and y^(-3) in terms of v and it gives you a first order linear equation in v which you can solve. Then back substitute to get y.