Skip to content

2602 Initial Conditions

Introduction

Before we try to solve higher order equations with discontinuous or impulsive input we need to think carefully about what happens to the solution at the point of discontinuity.

Recall that we have the left and right limits of a function as : (Note that we can define these limits as goes to any value .) For a continuous function these two limits are the same, and they are both equal to .
For the unit step function we have For the unit impulse function we have In this unit our differential equations will always have initial conditions at . The above examples show that when there is a discontinuity we might need to distinguish between and . Assuming is the output, we will do this by calling the pre-initial conditions and the post-initial condition.

Important: Hereafter when we just say initial conditions we will mean the pre-initial conditions. In cases where is smooth the pre and post-initial conditions are the same and their is no need to distinguish between them.

Simple Examples

Example 1. Consider the initial value problem This is a simple calculus problem and has solution
It is easy to see that , so the post-initial condition is the same as the pre-initial condition. This should not surprise us. Although the rate of input jumps from 0 to 1, it is still only inputting an infinitesimal amount at a time. So, the response should be continuous. But, note that .

Example 2. Consider the initial value problem We know how to integrate δ(t) to get .

Here the pre-initial condition does not match the post-initial condition . The impulse causes a jump in the value of .

Example 3. Consider a second order IVP Integrating twice we get
Again, it's easy to check that and . That is, the pre and post initial conditions are the same. (But, .)

Example 4. Consider the initial value problem Integrating once gives . Integrating a second time gives
Checking the pre and post initial conditions gives In other words, itself is continuous, but for the second order equation the input caused a jump in the first derivative.
If we continued these examples we'd find that for an -order equation an input of causes a jump in the derivative of order .

Rest Initial Conditions

The case where for is called rest initial conditions. If we have a DE of order this translates into pre-initial conditions

Conclusion

A unit step input causes a smooth response with matching pre and post-initial conditions. For a unit impulse input the pre and post initial conditions match except for the derivative one less than the order of the equation.