Skip to main content
Logo image

Worksheet Key Terms & Concepts

In this section, we introduced the concept of the forward Laplace transform and derived some common Laplace transforms that we will use throughtout this chapter. The following points summarize the essential concepts from the forward Laplace transform section:

✳️ Summary of the Key Ideas.

Common Forms: A table of common Laplace transforms is provided, which doubles as a reference for inverse transforms. The focus is on recognizing forms that match the table entries for functions like \(\sin(bt), \cos(bt)\text{,}\) and others.
Direct Computation: When the function of \(s\) directly matches a form in the common Laplace transform table, the inverse Laplace transform can be easily computed.
Modifying Functions: When a function doesn’t match a known form, minor modifications, such as multiplying by missing constants or splitting fractions, can help.
Completing the Square: When dealing with quadratic expressions in the denominator, especially when the discriminant is negative, completing the square can transform the expression into a form that matches known inverse Laplace transforms. Several examples demonstrate this technique.
Partial Fraction Decomposition: For more complex rational functions, partial fraction decomposition breaks down the function into simpler fractions that match the common transform forms.
Table 359. Matching Guide: \(s\)-function \(\rightarrow\) Inverse Transform
Denominator Form Example Transform
\begin{equation*} \frac{c}{s} \end{equation*}
\begin{equation*} \frac{5}{s} \end{equation*}
L\(_1\)
\begin{equation*} \frac{c}{s^P} \end{equation*}
\begin{equation*} \frac{-10}{s^5} \end{equation*}
L\(_3\)
\begin{equation*} \frac{c}{s\pm a} \end{equation*}
\begin{equation*} \frac{1}{s + 1.8} \end{equation*}
L\(_2\)
\begin{equation*} \frac{c}{(s\pm a)^P} \end{equation*}
\begin{equation*} \frac{6.77}{(s - 3)^9} \end{equation*}
L\(_6\)
\begin{equation*} \frac{cb}{s^2 + b^2} \end{equation*}
\begin{equation*} \frac{\pi}{s^2 + 4} \end{equation*}
L\(_4\)
\begin{equation*} \frac{cs}{s^2 + b^2} \end{equation*}
\begin{equation*} \frac{6s}{s^2 + 3} \end{equation*}
L\(_5\)
\begin{equation*} \frac{cb}{(s \pm a)^2 + b^2} \end{equation*}
\begin{equation*} \frac{1}{(s - 3)^2 + 1} \end{equation*}
L\(_7\)
\begin{equation*} \frac{c(s \pm a)}{(s \pm a)^2 + b^2} \end{equation*}
\begin{equation*} \frac{-0.33(s + 17)}{(s + 17)^2 + 12} \end{equation*}
L\(_8\)

Tips for Preparing the Backward Transform.

Completing the square is an essential technique for transforming quadratic expressions that don’t directly match a form in the table of common Laplace transforms. However, it’s not the only strategy available. In this section, we’ll explore another important technique: partial fraction decomposition. This method is useful for breaking down complex fractions into simpler components that can each be matched with forms in the Laplace transform table.
Two other forms we may wish to match when we study Laplace transforms are
\begin{equation*} \frac{b}{(s-a)^2 + b^2} \mbox{ and } \frac{s-a}{(s-a)^2 + b^2}. \end{equation*}
As before, we work toward making the denominator match first, and then we sort out the numerator second.
When we want to take the inverse Laplace transform of a rational function with a second-degree polynomial in the denominator, we may complete the square or we may do a partial fraction decomposition. How will we know which is appropriate? Here are a few guidelines for you to consider.
  • Does the denominator factor in an obvious way? If so, factor the denominator and do a partial fraction decomposition if necessary.
  • If the denominator does not factor in an obvious way, try completing the square.
  • If you end up with addition outside of the parentheses, as in \((s - a)^2 + b^2,\) then you should aim to match \(L7\) and/or \(L8\).
  • If instead you end up with subtraction outside the parentheses, as in \((s - a)^2 - b^2,\) then you should factor and do a partial fraction decomposition. You may consider using the quadratic formula if the factorization is not obvious to you.
  • If you end up with no terms outside the parentheses, as in \((s - a)^2,\) then use \(L6\).