Parts 1 and 2 were setup. This is the part where Laplace Transform stops being abstract and starts solving real problems. The moment you apply the derivative transform formula, a differential equation becomes an algebraic equation in . Solve for
using ordinary algebra, then invert using the partial fractions from Part 2, and the ODE is done — no homogeneous solution, no particular solution, no undetermined coefficients. This post covers the derivative transform, the integration transform, the second shifting theorem, and solving initial value problems, with 10 fully worked problems at exam-level depth. This is Part 3 of the Laplace Transform Series.
- EE (Electrical Engineer) — Very high frequency. Every transient circuit analysis problem eventually requires solving a second-order ODE, and the Laplace method is consistently the fastest path on the boards.
- ECE (Electronics Engineer) — Very high frequency. Control systems questions that ask for system response to a given input are solved directly by the four-step IVP method in this post.
- ME (Mechanical Engineer) — High frequency for this board specifically. Vibration analysis — natural frequency, damping ratio, steady-state displacement — all require solving second-order ODEs of exactly the form covered here.
- CE (Civil Engineer) — Low frequency. Structural dynamics electives reference this method but it rarely appears as a standalone item on the core CE board.
- ChE, GeE, MetE, MinE, Naval Architect and Marine Engineer — Low to rare. Process control and some instrumentation topics use Laplace-based ODE solutions, but these are not core items for most of these boards.
Bottom line: If you take EE, ECE, or ME boards, the four-step IVP pattern in this post is one of the highest-value skills in the entire series. Combine it with Part 2’s decomposition methods and you can solve virtually any Laplace-based board problem in one sitting.
Transform of Derivatives
Every time a function gets differentiated, its Laplace Transform trades that derivative for multiplication by plus a subtracted initial condition. This is the core exchange that makes the method work.
Each differentiation order brings down one more factor of and subtracts one more initial condition evaluated at
. The number of initial conditions needed always matches the order of the ODE.
Transform of an Integral
Integration in the time domain divides by in the
-domain. This is the mirror of differentiation, which multiplies by
. The integration property appears in circuit problems where a capacitor voltage is expressed as an integral of current.
The Second Shifting Theorem — Unit Step Functions
The unit step function switches a function on at
— it is zero for
and one for
. This is how board problems model a switch closing, a voltage turning on, or a force being applied suddenly at a specific time. The transform of any time-shifted, step-gated function is the original transform multiplied by
.
The Four-Step IVP Pattern
Every initial value problem on the boards follows the same four steps regardless of how the equation looks on the page.
- Transform both sides using the derivative formulas above. Let
.
- Substitute the initial conditions immediately — plug in
,
, and so on right after transforming. Do not carry them as symbols through the algebra.
- Solve the resulting algebraic equation for
. This is now ordinary algebra, not differential equations.
- Invert
back to
using the partial fraction methods from Part 2.
10 Worked Board Exam Problems
Problem 1. Find the Laplace Transform of a First Derivative With Given Initial Condition
Problem: Find given that
and
.
Given: ,
Find:
Solution:
Step 1: Apply the first derivative formula directly.
Step 2: Substitute and
.
Examiner note: This result is already in simplified form — do not force a common denominator unless the problem asks for a single combined fraction. The two-term form here is easier to invert if needed later.
Problem 2. Find the Laplace Transform of a Second Derivative
Problem: Find given
,
, and
.
Given: ,
,
is the transform of
Find: in terms of
Solution:
Step 1: Write the second derivative formula.
Step 2: Substitute the given initial conditions.
Examiner note: The sign on is negative in the formula —
. When
, that term becomes
. Watch the double negative — it is a common arithmetic slip.
Problem 3. Solve a First-Order IVP
Problem: Solve with
.
Given: ,
Find:
Solution:
Step 1: Transform both sides. Let .
Step 2: Substitute .
Step 3: Solve algebraically for .
Step 4: Invert using the exponential pair.
Examiner note: First-order IVPs with zero right-hand side always produce a single exponential term. The initial condition controls the coefficient, the ODE coefficient controls the exponent.
Problem 4. Solve a Second-Order IVP With Real Distinct Roots
Problem: Solve with
,
.
Given: ,
,
Find:
Solution:
Step 1: Transform both sides, letting .
Step 2: Substitute initial conditions ,
.
Step 3: Collect all terms and solve.
Step 4: Decompose using Case 1. Substitute and
.
Step 5: Invert.
Examiner note: The four-step pattern applies here exactly as described — transform, substitute, solve for , invert. Steps 4 and 5 are just Part 2 work applied to the result of Step 3.
Problem 5. Solve a Second-Order IVP With a Non-Zero Right-Hand Side
Problem: Solve with
,
.
Given: ,
,
Find:
Solution:
Step 1: Transform both sides. The right-hand side transforms to
.
Step 2: With zero initial conditions, the equation simplifies cleanly.
Step 3: Decompose — linear factor gets constant
, quadratic factor gets
.
Step 4: Invert.
Examiner note: When initial conditions are all zero, the transform of the ODE simplifies dramatically. Every and
term drops to zero, and you go straight from the transformed equation to solving for
.
Problem 6. Solve an IVP With a Complex Root Denominator
Problem: Solve with
,
.
Given: ,
,
Find:
Solution:
Step 1: Transform and substitute initial conditions.
Step 2: Solve for .
Step 3: Complete the square in the denominator to match the shifted pair form.
Step 4: Rewrite the numerator to split into shifted cosine and sine pieces.
Step 5: Invert using the first shifting theorem in reverse — these are shifted cosine and sine pairs with ,
.
Examiner note: Completing the square is the tool for complex roots — it forces the denominator into the form that matches the shifted sine and cosine pairs. If the denominator discriminant is negative, completing the square is always the next step.
Problem 7. Use the Integration Property
Problem: Given , find
.
Given:
Find:
Solution:
Step 1: Apply the integration property directly.
Step 2: Substitute .
Examiner note: This is one of the faster problem types in the series — the integration property is a single division by , no other work required. The result here could be inverted further using Part 2’s Case 1 decomposition if the problem asked for the time-domain answer.
Problem 8. Apply the Second Shifting Theorem
Problem: Find the Laplace Transform of .
Given:
Find:
Solution:
Step 1: Recognize the second shifting theorem pattern with
and
.
Step 2: Find using the basic pair.
Step 3: Apply the shift.
Examiner note: The function inside the unit step must be written in the form — not
— before applying the theorem. If the problem gives you
instead of
, you need to rewrite
in terms of
first by expanding
.
Problem 9. Solve an IVP With a Forcing Function on the Right Side
Problem: Solve with
,
.
Given: ,
,
Find:
Solution:
Step 1: Transform both sides. The forcing function transforms to
.
Step 2: Factor and solve for .
Step 3: Recognize this as the standard repeated quadratic pair from Part 2, Problem 8.
Examiner note: This is the resonance case — the forcing frequency matches the natural frequency of the system, producing the term that grows without bound. On EE and ECE boards, this pattern shows up in RLC circuit resonance problems, not just as an abstract ODE.
Problem 10. Solve a Full IVP With a Step-Function Input (ME/EE Application)
Problem: A mechanical system is governed by with
,
, where
is the unit step function. Find
.
Given: ,
,
Find:
Solution:
Step 1: Transform both sides. The unit step transforms to
. Initial conditions are zero so those terms drop out.
Step 2: Solve for and factor the denominator.
Step 3: Decompose using Case 1 — three distinct linear factors.
Step 4: Invert each term.
Examiner note: The unit step input on the right-hand side models a sudden constant force or voltage applied at
. The
term it produces in the transform creates the constant term
in the final answer, representing the steady-state response of the system.
Common Mistakes and Examiner Traps
| ❌ Common Mistake | ✅ Correct Approach |
|---|---|
| Carrying initial condition symbols through the algebra instead of substituting immediately | Substitute |
| Getting the sign wrong on |
The second derivative formula is |
| Forgetting to transform the right-hand side of the ODE | Transform both sides. A constant |
| Applying the second shifting theorem to |
The function inside the step must be shifted by |
| Stopping after finding |
The IVP asks for |
| Skipping the completing-the-square step when the denominator has complex roots | If |
Board Exam Quick Tips
- Substitute initial conditions immediately after transforming, not at the end. Carrying
and
as symbols through the algebra is the single fastest way to introduce a sign error on this topic.
- The number of initial conditions equals the order of the ODE. A second-order ODE needs exactly two initial conditions —
and
. No more, no less.
- After solving for
, you are back in Part 2 territory. Apply the same decomposition cases — the ODE context does not change the partial fraction method.
- Zero initial conditions simplify the transform dramatically. Every initial condition term drops out, and you go straight from the ODE to
.
- If the denominator of
has a negative discriminant, complete the square. This forces the denominator into shifted sine/cosine form and is the only clean path to the inverse in that case.
Frequently Asked Questions
Q1. Why is the Laplace method faster than classical methods for ODEs?
Classical methods require solving a homogeneous equation, finding a particular solution for the forcing term, and then combining both with the initial conditions. The Laplace method folds all of this into one algebraic equation for — initial conditions get plugged in during the transform step, the forcing function appears automatically on the right side, and the inversion at the end gives the complete solution directly.
Q2. What if the ODE has a variable coefficient like ?
Constant coefficient ODEs are the type that transform cleanly into algebraic equations for . Variable coefficient ODEs like
require the multiplication-by-
property of the Laplace Transform, which introduces
terms. These are less common on the boards but can appear as advanced items on EE and ECE exams.
Q3. What is the difference between the first and second shifting theorems?
The first shifting theorem from Part 1 handles multiplication by in the time domain, which shifts
along the
-axis. The second shifting theorem in this post handles time-domain translation — shifting a function to start at
instead of
— using the unit step function and an
factor in the
-domain.
Q4. Can I use the Laplace method on a system of ODEs?
Yes, and this appears on EE and ECE boards in coupled circuit problems. Transform each equation in the system, substitute initial conditions, and solve the resulting system of algebraic equations for ,
, and so on using standard elimination or substitution. Each
is then inverted separately.
Q5. When does completing the square produce complex exponentials versus real ones?
If after completing the square the denominator is with
, the inverse involves
and
— oscillatory terms. If the denominator factors into real linear terms
, the inverse involves real exponentials
and
. The sign of the discriminant of the original quadratic tells you which case you are in before you start.
What is Next
You now have the full IVP toolkit — transform an ODE, substitute initial conditions, solve for , invert to
. In Part 4, the content shifts to three special topics that require their own framework: the Dirac delta function for impulse inputs, periodic waveform transforms, and the convolution theorem. These three tools are the specific additions that make the EE and ECE board’s circuit and signals problems solvable without evaluating difficult integrals directly.
→ Continue to Part 4 — Impulse Functions, Periodic Functions, and Convolution
→ Back to the Laplace Transform Series Index
Published by PinoyBIX.org — Engineering Education for Every Filipino Student. Electronics · Mathematics · Board Exam Review · Free for Everyone.
P inoyBIX educates thousands of reviewers and students a day in preparation for their board examinations. Also provides professionals with materials for their lectures and practice exams. Help me go forward with the same spirit.
“Will you subscribe today via YOUTUBE?”
TIRED OF ADS?
- Become Premium Member and experienced complete ads-free content browsing.
- Full Content Access to Premium Solutions Exclusive for Premium members
- Access to PINOYBIX FREEBIES folder
- Download Reviewers and Learning Materials Free
- Download Content: You can see download/print button at the bottom of each post.
PINOYBIX FREEBIES FOR PREMIUM MEMBERSHIP:
- CIVIL ENGINEERING REVIEWER
- CIVIL SERVICE EXAM REVIEWER
- CRIMINOLOGY REVIEWER
- ELECTRONICS ENGINEERING REVIEWER (ECE/ECT)
- ELECTRICAL ENGINEERING & RME REVIEWER
- FIRE OFFICER EXAMINATION REVIEWER
- LET REVIEWER
- MASTER PLUMBER REVIEWER
- MECHANICAL ENGINEERING REVIEWER
- NAPOLCOM REVIEWER
- Additional upload reviewers and learning materials are also FREE
FOR A LIMITED TIME
If you subscribe for PREMIUM today!
You will receive an additional 1 month of Premium Membership FREE.
For Bronze Membership an additional 2 months of Premium Membership FREE.
For Silver Membership an additional 3 months of Premium Membership FREE.
For Gold Membership an additional 5 months of Premium Membership FREE.
Join the PinoyBIX community.


