Skip to content
Sahithyan's S3
1
Sahithyan's S3 — Differential Equations

Solving Ordinary Differential Equations

ODEs Can be solved algebraically by using Laplace transform.

  1. Laplace transform each term using derivative rules.
  2. Substitute initial conditions directly.
  3. Solve algebraic equation in ss-domain.
  4. Apply inverse Laplace transform.

The above steps can be applied for a system of ODEs as well.

Differential equation:

Ldidt+Ri(t)+1C0ti(x)dx=v(t)L \frac{di}{dt} + Ri(t) + \frac{1}{C}\int_0^t i(x)dx = v(t)

Laplace converts it into an algebraic relation involving ( I(s) ) and ( V(s) ).

Impulse response h(t)h(t), transfer function H(s)=Lh(t)H(s) = L{h(t)}.