Differential equations substitution method

cue928
Messages
129
Reaction score
0

Homework Statement



y'=y+y^3

Homework Equations





The Attempt at a Solution



I set y=v, dy/dx = dv/dx. Substituted back into original equation ST dv/dx = v + v^3. Cross multiply, then divide yielded dv/(v+v^3) = dx. After that, I have no clue. The book gives the following answer: y^2 = 1/(C(e^-2x)-1)

Any guidance would be appreciated.
 
Physics news on Phys.org
You should (saving yourself time) recognise that your first steps would have yielded you exactly nothing, it is like you have just changed a symbol and called "y" "v" instead.

The differential equation part of this is nothing at all really; dy/dx = f(x) or dy/dx = f(y) are nothing different. Just divide by the RHS and mytiply by dx and you will see you have got dx = something involving only y and dy, and so x = the integral of this something. That integration therefore is the hard part, (plus maybe getting the result into nicest form) however you have surely done things like it and know what to do. :smile:

Oops reread your post and apart from the useless renaming y as v you have done what I said. I am sure you previously did harder exercises on this sort of expression than this before. The denominator (v+v3) is a product OK? :wink:
 
Last edited:
epenguin said:
You should (saving yourself time) recognise that your first steps would have yielded you exactly nothing, it is like you have just changed a symbol and called "y" "v" instead.

The differential equation part of this is nothing at all really; dy/dx = f(x) or dy/dx = f(y) are nothing different. Just divide by the RHS and mytiply by dx and you will see you have got dx = something involving only y and dy, and so x = the integral of this something. That integration therefore is the hard part, (plus maybe getting the result into nicest form) however you have surely done things like it and know what to do. :smile:

Oops reread your post and apart from the useless renaming y as v you have done what I said. I am sure you previously did harder exercises on this sort of expression than this before. The denominator (v+v3) is a product OK? :wink:

The renaming was not "useless" - it was, however, required by our professor. It's easier to do what they ask rather than lose points.
 
cue928 said:
yielded dv/(v+v^3) = dx. After that, I have no clue..


So you have:

\frac{dv}{v(1+v^2)}=dx

So integrate both sides. How about trying partial fractions on the left.
 
cue928 said:
The renaming was not "useless" - it was, however, required by our professor. It's easier to do what they ask rather than lose points.

Any substitution y = v is useless. As epenguin already pointed out, all this does is change any occurrence of y (and dy) with v and dv, to no advantage that I can see.

I can't believe that your professor would require such a useless step.

The original DE can be separated without using this substitution, as
dy/(y^3 + y) = dx

Using jackmell's suggestion, you have
dy/(y(y^2 + 1)) = dx
 
cue928 said:
The renaming was not "useless" - it was, however, required by our professor. It's easier to do what they ask rather than lose points.
I suggest you ask your professor about that. I suspect he/she was referring to a problem where such a substitution did make a difference.
 
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