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.
The Laplace transform of a time-domain function \( f(t) \), defined for \( t \geq 0 \), is given by the integral:
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.
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 |
The inverse Laplace transform recovers the original time-domain function \( f(t) \) from its transform \( F(s) \). It is denoted as:
Finding the inverse transform often involves:
Mastering inverse transforms is crucial for solving differential equations after algebraic manipulation in the \( s \)-domain.
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.
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.
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:
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) \)
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} \).
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}) \)
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} \)
When to use: Quickly identify transforms and inverse transforms during problem solving.
When to use: When dealing with rational functions in the \( s \)-domain.
When to use: When the function is a sum or difference of simpler functions.
When to use: To confirm correctness of inverse Laplace transform results.
When to use: During time-constrained entrance exams.
Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.
Go to practice →