Second order differential equation problem

Click For Summary
SUMMARY

The discussion focuses on the second order linear differential equation z" + c(t)z = 0, where c(t) is a continuous real-valued function. It establishes that solutions are non-oscillatory if c(t) < (1 - epsilon)/(4t^2) for t >= 1 and oscillatory if c(t) > (1 + epsilon)/(4t^2) for t >= 1, with epsilon being a positive real number. The analysis involves transforming the equation into Euler-Cauchy form and deriving solutions based on the parameter 'a' and its relationship with epsilon.

PREREQUISITES
  • Understanding of second order linear differential equations
  • Familiarity with Euler-Cauchy equations
  • Knowledge of oscillatory and non-oscillatory behavior in differential equations
  • Experience with numerical methods for solving differential equations, particularly using Mathematica
NEXT STEPS
  • Study the properties of Euler-Cauchy differential equations
  • Learn about the criteria for oscillation in second order differential equations
  • Explore numerical solutions for differential equations using Mathematica's EquationTrekker
  • Investigate the implications of damping in differential equations
USEFUL FOR

Mathematicians, physicists, and engineers dealing with differential equations, particularly those interested in the oscillatory behavior of solutions in dynamic systems.

ODEMath
Messages
3
Reaction score
0
Consider the second order linear equation

z" + c(t)z = 0
Where c(t) is a continuous real-valued function of a real variable.


(a) Show that every (nontrivial) solution of this equation is non-oscillatory if c(t) < (1 - epsilon)/(4t^2) for t>=1, where epsilon > 0 is a real number.


(b)Show that every (nontrivial) solution of this equation is oscillatory if c(t) > (1+epsilon)/(4t^2) for t>=1, where epsilon > 0 is a real number.
 
Physics news on Phys.org
ODEMath said:
Consider the second order linear equation
z" + c(t)z = 0
Where c(t) is a continuous real-valued function of a real variable.
(a) Show that every (nontrivial) solution of this equation is non-oscillatory if c(t) < (1 - epsilon)/(4t^2) for t>=1, where epsilon > 0 is a real number.
(b)Show that every (nontrivial) solution of this equation is oscillatory if c(t) > (1+epsilon)/(4t^2) for t>=1, where epsilon > 0 is a real number.

ODE, not sure of your intentions about this interesting problem (my view anyway), but if I were to be confronted with such a task I would frist, before doing anything analytically, just solve a few of them numerically (cus it's easy that way in Mathematica esp. with 'EquationTrekker') just to see what's going on qualitatively with this, then I suppose I'd look into the criteria for underdamping, overdamping, critial damping, then start to approach it analytically.
 
Just for closure I'd like to complete this problem since I hate not being able to solve something I feel I'm capable of (hope you guys don't mind):

For starters damping does not enter into the equation since the first derivative is absent. Ideally then one seeks to find an analytical expression for the solution and then analyze it for the various restrictions indicated above for c(t). It took me a while but after an hour or two (I'm never gonna' get good at this stuf), I realized the equation is in Euler-Cauchy form:

[tex]4x^2 y^{''}+0xy^{'}+a(1+\epsilon)y=0[/tex]

Note that I'm using the parameter 'a' to distinguish the two cases above:

[tex]\frac{a(1+\epsilon)}{4t^2}<\frac{1+\epsilon}{4t^2}\:\text{when}\:a<1\:\text{and}\:\epsilon<0[/tex]

[tex]\frac{a(1+\epsilon)}{4t^2}>\frac{1+\epsilon}{4t^2}\:\text{when}\:a>1\:\text{and}\:\epsilon>0[/tex]

Letting:

[tex]y(t)=t^{m}[/tex]

and substituting into the ODE and solving for the auxiliary equation:

[tex]4m^2-4m+a(1+\epsilon)=0[/tex]

or:

[tex]m=\frac{1}{2}\pm\frac{1}{2}\sqrt{1-a(1+\epsilon)}[/tex]

The solution then becomes:

[tex]y(t)=c_1t^{1/2+1/2\sqrt{1-a(1+\epsilon)}}+<br /> c_2t^{1/2-1/2\sqrt{1-a(1+\epsilon)}}[/tex]

Thus becoming clear that the two cases hinge upon the quantity inside the radicals. That is, when:

[tex]1\geq a(1+\epsilon)[/tex]

the solution is non-oscillatory and exponential in form as indicated above. This of course will be the case when a<1 and [itex]\epsilon<0[/itex].

However if:

[tex]a(1+\epsilon)>1[/tex]

then complex roots enter the solution. Using Euler's expansion of such and noting that:

[tex]x^{a+bi}=x^ae^{ibln(x)}[/tex]

the solution becomes:

[tex]y(t)=c_1x^{1/2}Cos[1/2\sqrt{a(1+\epsilon)-1}ln(t)]+<br /> c_2x^{1/2}Sin[1/2\sqrt{a(1+\epsilon)-1}ln(t)][/tex]

[tex]\:\text{when}\:a>1\:\text{and}\:\epsilon>0[/tex]

Which of course is oscillatory.

Ok, I'm done.:smile:
 
Last edited:

Similar threads

Replies
6
Views
3K
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
Replies
7
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K