Solving a linear 2. order non-homogeneous differential equation

Click For Summary
SUMMARY

This discussion focuses on solving the linear second-order non-homogeneous differential equation modeled by y''(t) + y(t) = e^{-t}sin(t). The user initially misinterpreted the right-hand side of the equation but later clarified that it should indeed be e^{-t}sin(t). The general solution is derived as y(t) = Acos(t) + Bsin(t) - (5/2)cos(t) + (1/5)sin(t), where the constants A and B are determined to be 2/5 and 1/5, respectively. The transient solution approaches zero as t approaches infinity, leaving a steady-state solution that does not converge to a specific value.

PREREQUISITES
  • Understanding of linear differential equations
  • Familiarity with complementary and particular solutions
  • Knowledge of initial value problems in differential equations
  • Basic concepts of transient and steady-state solutions
NEXT STEPS
  • Study the method of undetermined coefficients for finding particular solutions
  • Learn about the Laplace transform and its applications in solving differential equations
  • Explore the concept of stability in differential equations and its implications
  • Investigate the behavior of solutions as t approaches infinity in non-homogeneous equations
USEFUL FOR

Students and professionals in mathematics, physics, and engineering who are dealing with linear differential equations, particularly those interested in understanding transient versus steady-state behavior in dynamic systems.

Chem.Stud.
Messages
27
Reaction score
2
This is a case where an object is coupled to a spring, laying on a table. The object is moving, friction less, horizontally on the table. We assume the object is moving in an outer forice field which acts in the same direction as the object's motion. The motion is modeled by

y''(t) + y(t) = e^{-t} (1)

where the right hand side is supposed to reflect the force field. (physics is not my field, so I'm not able to explain this in detail, I'm just a chemistry student with some extra maths).

This is a fairly simple problem, and I understand that the general solution can be written as a sum of the complimentary solution (of the homogeneous case) and one particular solution.

I've done the calculations, and found

y(t) = y_{C}(t) + y_{P}(t)
...= Acos(t) + Bsin(t) + 0,5e^{-t}

However, I'm not sure if this is what I'm supposed to do.

I'm asked to

a) Find a particular solution y_{P} on the form

y_{P}(t) = e^{-t}(Acos(t) + A sin(t)).

and

b) Find the general solution of the differential equation (1).

and finally

c) Assume the object from the start (y(0) = 0) is not moving (laying still). Find the objects position as a function of time in this case. What happens when t\rightarrow∞?

What exactly am I supposed to do?
 
Physics news on Phys.org
Chem.Stud. said:
This is a case where an object is coupled to a spring, laying on a table. The object is moving, friction less, horizontally on the table. We assume the object is moving in an outer forice field which acts in the same direction as the object's motion. The motion is modeled by

y''(t) + y(t) = e^{-t} (1)

where the right hand side is supposed to reflect the force field. (physics is not my field, so I'm not able to explain this in detail, I'm just a chemistry student with some extra maths).

This is a fairly simple problem, and I understand that the general solution can be written as a sum of the complimentary solution (of the homogeneous case) and one particular solution.

I've done the calculations, and found

y(t) = y_{C}(t) + y_{P}(t)
...= Acos(t) + Bsin(t) + 0,5e^{-t}
Yes, that is correct.

However, I'm not sure if this is what I'm supposed to do.

I'm asked to

a) Find a particular solution y_{P} on the form

y_{P}(t) = e^{-t}(Acos(t) + A sin(t)).
(Are the coefficients of sin and cos both "A"?)

I agree with you. I suspect that either you or the text has confused two different problems.

If y were equal to that, then you would have
dy_p/dt= -e^{-t}(A cos(t)+ A sin(t))+ e^{-t}(-Asin(t)+ A cos(t)
dy_p/dt= -2Ae^{-t}sin(t)
If both coefficients are "A"!

d^2y_p/dt^2= 2Ae^{-t}sin(t)- 2Ae^{-t}cos(t)= e^{-t}(2Asin(t)- 2Acos(t))
Now, putting that into the equation,
d^2y_p/dt^2+ y= e^{-t}(3Asin(t)- Ae^{-t}cos(t)
and NO choice of A will make that equal to e^{-t}.

If you meant y= e^{-t}(A cos(t)+ B sin(t)), the calculations are a little harder:
dy/dt= -e^{-t}(A cos(t)+ B sin(t))+ e^{-t}(-A sin(t)+ B cos(t))= e^{-t}((B-A)cos(t)- (A+B) sin(t))
and so
d^2y/dt^2= -e^{-t}((B-A)cos(t)- (A+ B) sin(t))+ e^{-t}((A- B)sin(t)-(A+ B)cos(t))

So the equation becomes
d^2y/dt^2+ dy/dt= e^{-t}(Asin(t)- B cos(t))
and still, NO choice of A and B will make that equal to e^{-x}.

and

b) Find the general solution of the differential equation (1).

and finally

c) Assume the object from the start (y(0) = 0) is not moving (laying still). Find the objects position as a function of time in this case. What happens when t\rightarrow∞?

What exactly am I supposed to do?
 
I got together with some friends, and it seems that I've misread the problem (shoot me now!).

The right hand side of (1) is supposed to be e^{-t}*sin(t)

This makes sense again! I'm taking a basic course in linear algebra and linear differential equations with initial value problems, and so I suppose our lecturer has been "kind" and provided us with the "correctly guessed" y_{P}. All I had to do was to insert it into (1) and find A and B, which respectively is 2/5 and 1/5.

I also understand the rest of the problem. The general solution I already have, as the complimentary solution isn't affected by my misreading the problem's right hand side. I then impose the initial values, and find the unknown constants c1 and c2.

When t approaches ∞, the whole solution will approach
-5/2cos(∞)+1/5sin(∞).

I'm not quite sure how to interpret that. Does this converge to a certain value?

Thank you for taking your time, though!
 
All that is saying is that the "non-homogeneous part", e^{-t}sin(t), gives a "transient"- a part of the solution that, because of that "e^{-t}", rapidly goes to 0, leaving the "steady state" solution, -(5/2)cos(t)+ (1/5)sin(t) for large t. No, that does not have any limit as t goes to infinity.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 2 ·
Replies
2
Views
947