Is My Solution to the Bernoulli Equation Correct?

  • Thread starter Thread starter 1MileCrash
  • Start date Start date
  • Tags Tags
    Bernoulli
1MileCrash
Messages
1,338
Reaction score
41

Homework Statement



t^2y' + 2ty - y^3 = 0

Homework Equations





The Attempt at a Solution



y'+(2/t)y = (1/t^2)y^3

Let v = y^-2; then dv/dy = -2y^-3(dy/dt) and (dy/dt)=(-1/2)y^3(dv/dy)

Making that sub we have:

(-1/2)y^3(dv/dy)+(2/t)y = (1/t^2)y^3

(dv/dy)+(-4/t)y^-2 = (-2/t^2)
(dv/dy)+(-4/t)v = (-2/t^2)


My integrating factor is t^-4, giving me

v = (2/5)t^-1 + Ct^4
y^-2 = (2/5)t^-1 + Ct^4
y^2 = ((2/5)t^-1 + Ct^4)^-1

y= (+/-) (((2/5)t^-1 + Ct^4)^-1)^(1/2)


Wolfram gives something pretty irreconcilable.
 
Physics news on Phys.org
Your solution is correct. Note that you can plug in both values for y back into the DE to see if the left hand side equals 0, which is does.
 
Thanks for the response, much appreciated.

I'm having more trouble checking the validity of my solutions than finding them in the first place, turns into an algebraic mess.

For y' = ry-ky^2 (k r constant) I get:

y=((k/r)+ce^(-rt))^-1

And again wolfram gives something weird, and for

y' = ky - ny^3 I get

y= (+/-)sqrt((n/k)+ce^(-2kt)^-1)

Sorry again for the lack of latex, still doesn't work on my browser ( though admittedly if I knew the markup by memory without clicking the buttons it would work :/)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top