Solving Bernoulli Equation: Confirm Results and Identify Error

Saladsamurai
Messages
3,009
Reaction score
7
I have solved the following Bernoulli equation by letting Z = y1 - 2:

xy' - 2y = x3y2. I obtained the solution

y = 5/(5c1 - x5)

which Wolfram Alpha has confirmed.

From this result, I have obtained y' to be

y' = 25x4/(5c1 - x5)2

The problem is when I go to check the solution by plugging into DE:

x*25x4/(5c1 - x5)2 - 2*5/(5c1 - x5)

= \frac{25x^4}{(5c_1 - x^5)^2} - \frac{10}{5c_1 - x^5} = \frac{25x^4}{(5c_1 - x^5)^2} - \frac{10*(5c_1 - x^5)}{(5c_1 - x^5)^2}

which will never equal the right hand side of the original equation:

x^3y^2 = x^3\frac{25}{(5c_1 - x^5)^2}Anyone seeing where I am messing this up?

thanks.
 
Physics news on Phys.org
Hello fellow engineer ,

First of all your y(x) and wolframs y(x) are not the same function.

You are missing an x^{2} term.
 
╔(σ_σ)╝ said:
Hello fellow engineer ,

First of all your y(x) and wolframs y(x) are not the same function.

You are missing an x^{2} term.

Ahhh...yes. Thanks! So let's try this again...

The solution to xy' - 2y = x3y2 is given by

y(x) = \frac{5x^2}{5c - x^5} = 5x^2(5c - x^5)^{-1}

\Rightarrow y'(x) = (5x^2)\cdot[(-1)(5c - x^5)^{-2}(-5x^4)] + ((5c - x^5)^{-1})\cdot[10x]

\Rightarrow y'(x) = \frac{25x^6}{(5c-x^5)^2}+\frac{10x}{5c-x^5}

\Rightarrow y'(x) = \frac{25x^6+(5c - x^5)(10x)}{(5c - x^5)^2}

Plugging the result back into original DE we have

\frac{25x^7+(5c - x^5)(10x^2)}{(5c - x^5)^2} - 2*\frac{5x^2}{5c - x^5}=<br /> \frac{25x^7+(5c - x^5)(10x^2)}{(5c - x^5)^2} -\frac{(5c - x^5)(10x^2)}{(5c - x^5)^2} = \frac{25x^7}{(5c - x^5)^2} = A<br />

From the right side of original DE we know that

A&#039; = x^3y^2 = \frac{(x^3)(25*x^4)}{(5c - x^5)^2} =\frac{25x^7}{(5c - x^5)^2}

Thus, A = A' and we must have the solution.

Thanks for catching that error! :smile:
 
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