General Solution and Transient Terms

Geofram
Messages
5
Reaction score
0

Homework Statement


Find the general solution of the given differential equation. Give the largest interval over which the general solution is defined. Determine whether there are any transient terms in the general solution.


Homework Equations



x(dy/dx) + 2y = 3

The Attempt at a Solution



Divide by x:
dy/dx + (2/x)y = 3/x

The integrating factor would be e2lnx or x2?

Multiplying by IF:

x2(dy/dx) + 2xy = 3x

d(x2y)/dx = 3x

Integrating both sides:

x2y = (3/2)x2

Dividing by x2:

y = 3/2

I've never had a solution like this, which leads me to believe I've done something wrong. If not, would the interval still be x>0? And is 3/2 a transient term since every solution would point to it?
 
Physics news on Phys.org
Do you agree that

\frac{dy}{dx} = \frac{3-2y}{x} ?

Then separate the variables and integrate correctly (don't forget about the integration constant).
 
One moment, have to work this out on paper!
 
Alright, using the separation method I got:

x/dx = (3 - 2y )/dy

Integrate both sides:

x2/2 + C = 3y - y2

Now I'm just not sure how to get it in a form that would allow me to figure out the interval and transient terms.
 
Geofram said:
Alright, using the separation method I got:

x/dx = (3 - 2y )/dy

Integrate both sides:

x2/2 + C = 3y - y2

Now I'm just not sure how to get it in a form that would allow me to figure out the interval and transient terms.

This is a little topsy-turvy. You should set this up as
\frac{dy}{3-2y} = \frac{dx}{x}
and then integrate.
 
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