First order differential equation

mr bob
Messages
38
Reaction score
0
Just need a hand with this one.

(dy/dx)x + 2y = x^3.ln(x)

(dy/dx) = (x^3.ln(x) - 2y)/x

Integrating factor = x^2

(dy/dx)x^2 + 2xy = (x^3.ln(x))x^2

yx^2 = INT[(x^3.ln(x))x^2]

I'm having trouble integrating the last part to complete it.

Thanks a lot and in advance for any help.
 
Physics news on Phys.org
mr bob said:
Integrating factor = x^2

Correct.

(dy/dx)x^2 + 2xy = (x^3.ln(x))x^2

Check this line again. You should have x^4\ln(x) on the right side. You have an extra power of x there.

yx^2 = INT[(x^3.ln(x))x^2]

I'm having trouble integrating the last part to complete it.

Once you clean up the right side you should integrate by parts. If you choose wisely for the parts you will only have to do it once.
 
Thank you Tom. These differential equations can be a little tough sometimes.
 
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