👁 Preview — Study, Practice and Revise are open; mock tests and the rest of the syllabus unlock on subscription. Unlock all · ₹4,999
← Back to Applied Mathematics
Study mode

Laplace Transforms

Learning objective
Understand Laplace transform techniques and their use in solving differential equations.

Introduction to Laplace Transforms

In mechanical engineering, many problems involve differential equations that describe system behavior-such as vibrations, heat transfer, and control systems. Solving these differential equations directly can be complex and time-consuming. Laplace transforms provide a powerful mathematical tool that converts differential equations into simpler algebraic equations, making them easier to solve.

By transforming functions from the time domain (where variables change over time) into the complex frequency domain (called the s-domain), Laplace transforms allow engineers to analyze and design systems efficiently. This technique is especially useful for initial value problems, where the system's starting conditions are known.

This section will guide you through the fundamentals of Laplace transforms, their properties, and how to apply them to solve engineering problems, with examples aligned to the DRDO CEPTAM 11 exam pattern.

Laplace Transform Definition

The Laplace transform of a time-domain function \( f(t) \), defined for \( t \geq 0 \), is given by the integral:

Laplace Transform Definition

\[F(s) = \mathcal{L}\{f(t)\} = \int_0^{\infty} e^{-st} f(t) \, dt\]

Transforms a time-domain function f(t) into the s-domain function F(s)

t = time (seconds)
s = complex frequency variable
f(t) = original function
F(s) = Laplace transform

Here, \( s \) is a complex number, \( s = \sigma + j\omega \), where \( \sigma \) and \( \omega \) are real numbers, and \( j \) is the imaginary unit. The variable \( s \) acts as a frequency parameter in the transformed domain.

Why use Laplace transform? Because it converts differentiation and integration operations in time domain into algebraic operations in the \( s \)-domain, simplifying the solution of differential equations.

Convergence condition: The integral converges if \( f(t) \) grows no faster than an exponential function as \( t \to \infty \). Most physically meaningful engineering functions satisfy this.

Time domain \( t \) s-domain \( s \) \( f(t) \) Laplace Transform \( F(s) \)

Properties of Laplace Transform

Understanding the key properties of Laplace transforms helps simplify complex problems by breaking them into manageable parts. Here are the most important properties:

Property Formula Explanation
Linearity \(\mathcal{L}\{a f(t) + b g(t)\} = a F(s) + b G(s)\) Transform of a linear combination equals the same combination of transforms
First Shifting Theorem \(\mathcal{L}\{e^{a t} f(t)\} = F(s - a)\) Multiplying by exponential shifts transform in \( s \)-domain
Differentiation in Time Domain \(\mathcal{L}\{f'(t)\} = s F(s) - f(0)\) Derivative in time becomes algebraic in \( s \), including initial value
Integration in Time Domain \(\mathcal{L}\left\{\int_0^t f(\tau) d\tau\right\} = \frac{F(s)}{s}\) Integral in time corresponds to division by \( s \) in transform
Initial Value Theorem \(\lim_{t \to 0^+} f(t) = \lim_{s \to \infty} s F(s)\) Finds initial value of \( f(t) \) from its transform
Final Value Theorem \(\lim_{t \to \infty} f(t) = \lim_{s \to 0} s F(s)\) Finds steady-state value of \( f(t) \) from its transform

Inverse Laplace Transform

The inverse Laplace transform recovers the original time-domain function \( f(t) \) from its transform \( F(s) \). It is denoted as:

Inverse Laplace Transform

\[f(t) = \mathcal{L}^{-1}\{F(s)\}\]

Recovers the original function from its Laplace transform

F(s) = Laplace transform
f(t) = original time-domain function

Finding the inverse transform often involves:

  • Using standard Laplace transform tables for common functions.
  • Applying partial fraction decomposition to break complex rational functions into simpler terms whose inverses are known.

Mastering inverse transforms is crucial for solving differential equations after algebraic manipulation in the \( s \)-domain.

Applications in Engineering

Laplace transforms are widely used in mechanical engineering to solve ordinary differential equations (ODEs) that model dynamic systems such as vibrations, control systems, and mechanical responses to forces.

The general process to solve an ODE using Laplace transforms is:

graph TD    A[Define differential equation with initial conditions] --> B[Apply Laplace transform to both sides]    B --> C[Convert differential equation into algebraic equation in s-domain]    C --> D[Solve algebraic equation for \( Y(s) \)]    D --> E[Find inverse Laplace transform of \( Y(s) \) to get \( y(t) \)]    E --> F[Obtain solution in time domain]

This approach simplifies handling initial conditions and complex forcing functions, making it ideal for engineering problem-solving and exam questions.

Formula Bank

Formula Bank

Laplace Transform Definition
\[ F(s) = \mathcal{L}\{f(t)\} = \int_0^{\infty} e^{-st} f(t) \, dt \]
where: \( t \) = time (seconds), \( s \) = complex frequency variable, \( f(t) \) = original function, \( F(s) \) = Laplace transform
Linearity Property
\[ \mathcal{L}\{a f(t) + b g(t)\} = a F(s) + b G(s) \]
where: \( a,b \) = constants, \( f(t), g(t) \) = functions, \( F(s), G(s) \) = their Laplace transforms
First Shifting Theorem
\[ \mathcal{L}\{e^{at} f(t)\} = F(s - a) \]
where: \( a \) = constant, \( f(t) \) = function, \( F(s) \) = Laplace transform of \( f(t) \)
Differentiation in Time Domain
\[ \mathcal{L}\{f'(t)\} = s F(s) - f(0) \]
where: \( f'(t) \) = first derivative of \( f(t) \), \( f(0) \) = initial value
Inverse Laplace Transform
\[ f(t) = \mathcal{L}^{-1}\{F(s)\} \]
where: \( F(s) \) = Laplace transform, \( f(t) \) = original function

Worked Examples

Example 1: Solving a First-Order ODE Using Laplace Transform Easy
Solve the differential equation \( \frac{dy}{dt} + 3y = 6 \) with initial condition \( y(0) = 2 \) using Laplace transform.

Step 1: Take Laplace transform of both sides. Recall \( \mathcal{L}\{y'(t)\} = sY(s) - y(0) \).

\[ sY(s) - 2 + 3Y(s) = \frac{6}{s} \]

Step 2: Rearrange to solve for \( Y(s) \):

\[ (s + 3) Y(s) = \frac{6}{s} + 2 \]

\[ Y(s) = \frac{6/s + 2}{s + 3} = \frac{6}{s(s+3)} + \frac{2}{s+3} \]

Step 3: Use partial fractions for \( \frac{6}{s(s+3)} \):

\[ \frac{6}{s(s+3)} = \frac{A}{s} + \frac{B}{s+3} \]

Multiply both sides by \( s(s+3) \):

\[ 6 = A(s+3) + Bs \]

Set \( s=0 \): \( 6 = 3A \Rightarrow A=2 \)

Set \( s=-3 \): \( 6 = -3B \Rightarrow B = -2 \)

So,

\[ Y(s) = \frac{2}{s} - \frac{2}{s+3} + \frac{2}{s+3} = \frac{2}{s} \]

Step 4: Simplify \( Y(s) = \frac{2}{s} \).

Step 5: Take inverse Laplace transform:

\[ y(t) = 2 \cdot 1 = 2 \]

Answer: \( y(t) = 2 \), a constant solution.

Note: The terms \( -\frac{2}{s+3} + \frac{2}{s+3} \) cancel out, simplifying the solution.

Example 2: Inverse Laplace Transform Using Partial Fractions Medium
Find the inverse Laplace transform of \( F(s) = \frac{2s + 5}{s^2 + 4s + 5} \).

Step 1: Complete the square in the denominator:

\[ s^2 + 4s + 5 = (s + 2)^2 + 1 \]

Step 2: Rewrite numerator to match the form \( A(s + 2) + B \):

\[ 2s + 5 = 2(s + 2) + 1 \]

Step 3: Express \( F(s) \) as:

\[ F(s) = \frac{2(s + 2)}{(s + 2)^2 + 1} + \frac{1}{(s + 2)^2 + 1} \]

Step 4: Use known inverse transforms:

  • \( \mathcal{L}^{-1} \left\{ \frac{s - a}{(s - a)^2 + b^2} \right\} = e^{at} \cos bt \)
  • \( \mathcal{L}^{-1} \left\{ \frac{b}{(s - a)^2 + b^2} \right\} = e^{at} \sin bt \)

Here, \( a = -2 \), \( b = 1 \).

Step 5: Write inverse transform:

\[ f(t) = 2 e^{-2t} \cos t + e^{-2t} \sin t \]

Answer: \( f(t) = e^{-2t} (2 \cos t + \sin t) \)

Example 3: Application to Mechanical Vibration Problem Hard
Solve the damped harmonic oscillator equation: \[ m \frac{d^2x}{dt^2} + c \frac{dx}{dt} + kx = 0 \] with \( m = 1\, \mathrm{kg} \), \( c = 4\, \mathrm{Ns/m} \), \( k = 5\, \mathrm{N/m} \), initial conditions \( x(0) = 0.1\, \mathrm{m} \), \( \frac{dx}{dt}(0) = 0 \).

Step 1: Write the equation:

\[ \frac{d^2x}{dt^2} + 4 \frac{dx}{dt} + 5x = 0 \]

Step 2: Take Laplace transform (using \( X(s) = \mathcal{L}\{x(t)\} \)):

\[ s^2 X(s) - s x(0) - x'(0) + 4 [s X(s) - x(0)] + 5 X(s) = 0 \]

Substitute initial conditions \( x(0) = 0.1 \), \( x'(0) = 0 \):

\[ s^2 X(s) - 0.1 s + 4 s X(s) - 0.4 + 5 X(s) = 0 \]

Step 3: Group terms:

\[ (s^2 + 4s + 5) X(s) = 0.1 s + 0.4 \]

Step 4: Solve for \( X(s) \):

\[ X(s) = \frac{0.1 s + 0.4}{s^2 + 4 s + 5} \]

Step 5: Complete the square in denominator:

\[ s^2 + 4 s + 5 = (s + 2)^2 + 1 \]

Step 6: Rewrite numerator as \( A(s + 2) + B \):

\[ 0.1 s + 0.4 = 0.1 (s + 2) + 0.2 \]

Step 7: Express \( X(s) \) as:

\[ X(s) = \frac{0.1 (s + 2)}{(s + 2)^2 + 1} + \frac{0.2}{(s + 2)^2 + 1} \]

Step 8: Use inverse Laplace formulas:

\[ x(t) = 0.1 e^{-2 t} \cos t + 0.2 e^{-2 t} \sin t \]

Answer: The displacement is \( x(t) = e^{-2 t} (0.1 \cos t + 0.2 \sin t) \, \mathrm{m} \).

Example 4: Using Laplace Transform for Step Input Response Medium
A mechanical system is modeled by: \[ \frac{dy}{dt} + 2y = u(t) \] where \( u(t) \) is a unit step input. Given \( y(0) = 0 \), find \( y(t) \).

Step 1: Take Laplace transform of both sides:

\[ s Y(s) - y(0) + 2 Y(s) = \frac{1}{s} \]

Since \( y(0) = 0 \),

\[ (s + 2) Y(s) = \frac{1}{s} \]

Step 2: Solve for \( Y(s) \):

\[ Y(s) = \frac{1}{s (s + 2)} \]

Step 3: Use partial fractions:

\[ \frac{1}{s (s + 2)} = \frac{A}{s} + \frac{B}{s + 2} \]

Multiply both sides by \( s (s + 2) \):

\[ 1 = A (s + 2) + B s \]

Set \( s=0 \): \( 1 = 2A \Rightarrow A = \frac{1}{2} \)

Set \( s = -2 \): \( 1 = -2 B \Rightarrow B = -\frac{1}{2} \)

Step 4: Write \( Y(s) \):

\[ Y(s) = \frac{1/2}{s} - \frac{1/2}{s + 2} \]

Step 5: Take inverse Laplace transform:

\[ y(t) = \frac{1}{2} - \frac{1}{2} e^{-2 t} \]

Answer: \( y(t) = \frac{1}{2} (1 - e^{-2 t}) \)

Example 5: Solving Second-Order ODE with Initial Conditions Medium
Solve the equation: \[ \frac{d^2 y}{dt^2} + 5 \frac{dy}{dt} + 6 y = 0 \] with initial conditions \( y(0) = 1 \), \( y'(0) = 0 \).

Step 1: Take Laplace transform:

\[ s^2 Y(s) - s y(0) - y'(0) + 5 [s Y(s) - y(0)] + 6 Y(s) = 0 \]

Substitute initial conditions:

\[ s^2 Y(s) - s \cdot 1 - 0 + 5 s Y(s) - 5 \cdot 1 + 6 Y(s) = 0 \]

Step 2: Group terms:

\[ (s^2 + 5 s + 6) Y(s) = s + 5 \]

Step 3: Solve for \( Y(s) \):

\[ Y(s) = \frac{s + 5}{(s + 2)(s + 3)} \]

Step 4: Use partial fractions:

\[ \frac{s + 5}{(s + 2)(s + 3)} = \frac{A}{s + 2} + \frac{B}{s + 3} \]

Multiply both sides by denominator:

\[ s + 5 = A (s + 3) + B (s + 2) \]

Set \( s = -2 \): \( -2 + 5 = A (1) \Rightarrow A = 3 \)

Set \( s = -3 \): \( -3 + 5 = B (-1) \Rightarrow B = -2 \)

Step 5: Write \( Y(s) \):

\[ Y(s) = \frac{3}{s + 2} - \frac{2}{s + 3} \]

Step 6: Take inverse Laplace transform:

\[ y(t) = 3 e^{-2 t} - 2 e^{-3 t} \]

Answer: \( y(t) = 3 e^{-2 t} - 2 e^{-3 t} \)

Tips & Tricks

Tip: Memorize common Laplace transform pairs such as \( \mathcal{L}\{1\} = \frac{1}{s} \), \( \mathcal{L}\{t^n\} = \frac{n!}{s^{n+1}} \), and transforms of sine and cosine.

When to use: Quickly identify transforms and inverse transforms during problem solving.

Tip: Use partial fraction decomposition to break down complex rational functions before applying inverse Laplace transform.

When to use: When dealing with rational functions in the \( s \)-domain.

Tip: Apply the linearity property to split complex functions into simpler parts and transform each separately.

When to use: When the function is a sum or difference of simpler functions.

Tip: Check initial and final value theorems to verify your solutions quickly.

When to use: To confirm correctness of inverse Laplace transform results.

Tip: Practice recognizing standard forms to save time during exams like DRDO CEPTAM.

When to use: During time-constrained entrance exams.

Common Mistakes to Avoid

❌ Forgetting to apply initial conditions when using Laplace transform on derivatives
✓ Always include initial values \( f(0) \), \( f'(0) \), etc., in the transformed equation
Why: Initial conditions appear in the Laplace transform of derivatives and affect the solution.
❌ Incorrect partial fraction decomposition leading to wrong inverse transform
✓ Carefully factor denominators and solve for coefficients systematically
Why: Errors in decomposition cause incorrect inverse transforms and final answers.
❌ Mixing up the sign in the first shifting theorem
✓ Remember that \( e^{at} f(t) \) transforms to \( F(s - a) \), not \( F(s + a) \)
Why: Sign errors lead to wrong \( s \)-domain expressions and solutions.
❌ Ignoring convergence conditions of Laplace transform
✓ Verify that the function satisfies conditions for existence of Laplace transform
Why: Transforms may not exist for all functions, affecting validity of solutions.
❌ Confusing Laplace transform with Fourier transform
✓ Focus on Laplace transform's unilateral integral from 0 to infinity and its use for initial value problems
Why: Fourier transform differs in domain and application; mixing concepts causes confusion.
✨ AI exam tools — try them free (included in every plan)
Tip: select any text above to Explain / Example / Simplify it.
Curated videos per subtopic
Top YouTube explainers, AI-ranked for your exam and language. Unlocks with subscription.
Unlock

Try Practice next.

Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.

Go to practice →
Ask a doubt
Laplace Transforms · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.