Find the general solution of Bernoulli Eq

Ready2GoXtr
Messages
74
Reaction score
0
Problem:y' + y(1/x) = 3 x^2 y^2
Solution:p(x)= 1/x q(x) = 3x^2 <--- These are countinuous functions on the interval (0,+inf)

y^-2[y' + y(1/x) = 3 x^2 y^2] A

=> y'y^-2 + y^-1(1/x) = 3x^2

v = y^(-n+1) = y^-1 v' = -y^-2 y'

Plugin to problem A
v' + v/x = 3x^2 B

p(x) = 1/x q(x) =3x^2 <---- there's are continuous on the interval (0,+inf)

Find integral factor

h(x) = Int:[ 1/x dx] = ln(x) e^h(x) = e^(ln(x)) = x

multiply B through by factor

xv' + v = 3x^3
[xv]' = 3x^3
xv = Int:[3x^3 dx] = x^4 + C
solve for v

v = x^3 + C/x
replace v = y^-1

y^-1 = x^3 + C/x

y = (x^3 + C/x)^-1


Book listed solution = 2/(Cx - 3x^3)

Not sure what I am doing wrong there.
 
Physics news on Phys.org
On a side question: does dy/dx = y' ?
 
That is standard notation. Surely you knew that?

A question back to you: "y(1/x)" means "y times 1/x" and not "y of 1/x"?
 
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