Section 21.6

Nonconstant Coefficients

What if the coefficients are functions of t? We can use the derivative property in reverse.

1

Introduction

Standard Laplace methods work well for constant coefficients (e.g., ).
But if we have , we can't just replace with .

2

The Derivative Property

Recall:

This lets us handle terms like or .
However, this often transforms an ODE in into a differential equation in !

3

Worked Examples

Example 1: Bessel-like Equation

Solve , .

1. Transform Terms:

.

.

.

2. Assemble Equation:

.

.

.

3. Solve s-DE:

Standard linear DE for . Separation of variables usually works here.

This demonstrates complexity, but simplification leads to .

4. Inverse:

.

Example 2: Laguerre Equation (Order 1)

Solve .

1. Transform:

.

.

.

2. Combine:

.

.

3. Separate Variables:

.

.

.

4. Inverse:

Partial fractions gives .

Example 3: Simple Case

Solve , ?

Warning:

If , this has no solution at (singularity).

1. Transform:

.

2. Solve:

.

3. Inverse:

is the derivative of the Delta function (distribution), not a normal function.

This shows limitations: classic solutions might require distribution theory.

5

Practice Quiz

Loading...