Converting Non-Linear DE: From Standard Form to Integrating Factor

  • Thread starter Thread starter basty
  • Start date Start date
  • Tags Tags
    Linear
basty
Messages
94
Reaction score
0

Homework Statement



This problem appears as one of exercise, of a linear differential equations chapter in my DE book.

##y \ dx - 4(x + y^6) \ dy = 0##

How to change above equation in a standard form of a linear differential equation?

The standard form of a linear differential equation is:

##\frac{dy}{dx} + P(x) y = f(x)##

It appears that the above equation is not linear because the power of ##y## is not 1 instead of 6.

Also, what is its integrating factor ##(e^{\int P(x) \ dx})##?

Homework Equations

The Attempt at a Solution



##y \ dx - 4(x + y^6) \ dy = 0##
##y - 4(x + y^6) \frac{dy}{dx} = 0##
##4(x + y^6) \frac{dy}{dx} - y = 0##
##\frac{dy}{dx} - \frac{1}{4(x + y^6) }y = 0##
 
Physics news on Phys.org
basty said:

Homework Statement



This problem appears as one of exercise, of a linear differential equations chapter in my DE book.

##y \ dx - 4(x + y^6) \ dy = 0##

How to change above equation in a standard form of a linear differential equation?

The standard form of a linear differential equation is:

##\frac{dy}{dx} + P(x) y = f(x)##

It appears that the above equation is not linear because the power of ##y## is not 1 instead of 6.

You are correct. It is not linear.

Also, what is its integrating factor ##(e^{\int P(x) \ dx})##?
That's the wrong question to ask. Your equation is in the form ##Pdx + Qdy=f(x)##. Look in your text about exact DE's and what condition on ##P## and ##Q## makes the equation exact.

[Edit, added] And if the equation isn't exact is it possible to find an integrating factor that makes it exact?
 
Last edited:
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