Why is the right side called the input?

  • Context: Undergrad 
  • Thread starter Thread starter maxbashi
  • Start date Start date
  • Tags Tags
    Input
Click For Summary
SUMMARY

The right side of the first-order ordinary differential equation (ODE) y' + p(t)y = q(t) is referred to as the "input" because it represents an external influence on the system, termed the "input signal." This terminology is derived from applications in physical systems where q(t) acts as a driving force, affecting the system's output, x(t). The left side of the equation encapsulates the system's dynamics, while the right side introduces time-dependent external factors. Understanding this distinction is crucial for analyzing the behavior of the system over time.

PREREQUISITES
  • Understanding of first-order ordinary differential equations (ODEs)
  • Familiarity with terms such as "input signal" and "output signal"
  • Basic knowledge of physical systems modeling, particularly mass-spring systems
  • Ability to solve differential equations using separation of variables
NEXT STEPS
  • Study the concept of transient and steady-state solutions in nonhomogeneous ODEs
  • Explore the application of ODEs in modeling physical systems, such as mass-spring dynamics
  • Learn about the role of external forces in differential equations
  • Investigate the implications of initial conditions on the solutions of ODEs
USEFUL FOR

Students and professionals in mathematics, physics, and engineering who are working with ordinary differential equations and their applications in modeling dynamic systems.

maxbashi
Messages
18
Reaction score
0
Why is the right side called the "input?"

I'm looking at linear, 1st order ODEs, like

y' + p(t)x = q(t)

The notes I'm looking at are calling q(t) the "input" of the system, but I'm not sure why. I understand how to solve the equations, but I must be looking at it differently or something. To quote the notes:

The left hand side represents the SYSTEM.
The right hand side represents an outside influence on the system: it's a "signal," the "input signal." A "signal" is just a function of time.
The system responds to the input signal and yields the function x(t), "output signal."

I guess I'm just not intuitively understanding the way the author is looking at ODEs. Any help?
 
Physics news on Phys.org


You have too many variables in your differential equation. It almost certainly should be
y' + p(t) y = q(t).

The related homogeneous equation is y' + p(t)y = 0. By separating variables, the solution can be found to be
|y| = Ae^{-\int p(t) dt}

If you are given the initial condition, y(t0) = y0, you can determine A. The function p(t) will determine the behavior of this solution. If this differential equation is modeling a physical process, the typical long-term behavior of this solution is that y(t) --> 0 as t --> infinity.

For the nonhomogeneous equation, y' + p(t)y = q(t), the function on the right side produces a different solution with two parts: the transient solution (which dies out in time), and the steady-state solution. In a sense, q(t) is "driving" the system and can be thought of as acting as an input to the system.
 


Let me add that the terminology comes not from the theory of the ODE itself but from some specific typical application. Presumably the ODE is from a model for the dynamics of some physical system. Then the q(t) probably represents an external (time dependent) force.

For example, a mass-spring system has force proportional to position:
F = -kx
So from Newton's laws F=ma:
m \ddot{x}= -kx + F_{ext}
or
m\ddot{x}+ kx = F_{ext}(t)
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K