cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

Translate the entire conversation x

Differential Equations. Solution Interval and linear dependence.

Sergey
15-Moonstone

Differential Equations. Solution Interval and linear dependence.

Hello everybody.

 

I have a general question: 

How do I define the solution interval for the simple first/second  order DE?

Example:

The DE y**-9y = 0, has two solutions: y1=e^3x and y2=e^(-3x). How do I define the solution interval here? 

I need merely a simple explanation of how to proceed in order to find the solution interval (in general also).

 

Linear independence:

Question: What does it mean for the "real" world? What do we get by knowing that the solutions of a given DE is linearly dependent or independent?

 

Best regards,

Sergey

1 REPLY 1
Werner_E
25-Diamond I
(To:Sergey)


The DE y**-9y = 0, has two solutions: y1=e^3x and y2=e^(-3x).

 

No, it has an infinite number of solutions!  y = C1 * e3x + C2*e-3x    and Prime is able to come up with it

Werner_E_0-1763736116483.png

or

Werner_E_1-1763736381400.png

 

or using hyperbolic functions

Werner_E_0-1763750607271.png
Werner_E_1-1763750614381.png

 

 

To get particular solution you have to provide initial values. For example to get the two solutions which you mentioned you would use

Werner_E_2-1763736457972.png

and

Werner_E_3-1763736473994.png

or even

Werner_E_1-1763739930192.png

etc.

 

Not sure what exactly you mean by  "define the solution interval" ?

In case you have using  odesolve(vf, b, [intvls])  in mind: the lower limit is defined by the initial condition. If you use y(0)=.... then the lower limit is 0.

The upper limit is the second function argument b of odesolve.

Werner_E_0-1763751135854.png

 

And if you have the 'interval of validity' or "interval of definition' in mind - that may also depend on the initial condition and Prime will not provide it.

Lets take for example the ODE y'=y^2 with y(0)=1. The solution is y=1/(1-x) and Prime can provide it

Werner_E_0-1763752899469.png

The function is defined in R\{0} but that's not an INTERVAL - so the interval of definition is just (-infinity; 1) because the value 0 of the IC lies within this interval. Prime will be of no help to come up with this interval.

 

 

Announcements

Top Tags