Skip to main content
Texas A&M Math Learning Center logo

Math 308 Week in Review 9 — Solutions

Directions: Full worked solutions for Week in Review 9 (Differential Equations — Exam 2 Review). Click Solution under any problem to reveal the worked answer. Use the Contents panel or the Prev / Up / Next buttons to move between sections, and Search to find terms on this page.

Reference

Laplace Transform Reference

Laplace transform pairs and operational rules reference
$f(t)$$\mathcal{L}\{f(t)\} = F(s)$
$1$$\dfrac{1}{s}$
$t^n$$\dfrac{n!}{s^{n+1}}$
$e^{at}$$\dfrac{1}{s-a}$
$\sin(bt)$$\dfrac{b}{s^2+b^2}$
$\cos(bt)$$\dfrac{s}{s^2+b^2}$
$e^{at}\sin(bt)$$\dfrac{b}{(s-a)^2+b^2}$
$e^{at}\cos(bt)$$\dfrac{s-a}{(s-a)^2+b^2}$
$t\,e^{at}$$\dfrac{1}{(s-a)^2}$
$u_c(t)$$\dfrac{e^{-cs}}{s}$
$u_c(t)\,f(t-c)$$e^{-cs}\,F(s)$
$\delta(t-c)$$e^{-cs}$
$f(t)\,\delta(t-c)$$e^{-cs}\,f(c)$   (sifting property)
$(f*g)(t) = \displaystyle\int_0^t f(\tau)\,g(t-\tau)\,d\tau$$F(s)\,G(s)$
$y'(t)$$s\,Y(s) - y(0)$
$y''(t)$$s^2 Y(s) - s\,y(0) - y'(0)$

Mechanical Vibrations Reference

Mechanical vibrations key formulas
QuantityFormula / Condition
Standard IVP$mu'' + \gamma u' + ku = F(t)$,   $mg = kL$
Damping coefficient$\gamma = |F_{\text{damp}}|\big/\text{speed}$
Natural angular frequency$\omega_0 = \sqrt{k/m}$   (rad/s)
Period (free undamped)$T = 2\pi/\omega_0$
Amplitude$R = \sqrt{A^2+B^2}$   from $A\cos\omega_0 t + B\sin\omega_0 t$
Discriminant $\Delta = \gamma^2 - 4mk$$\Delta < 0$: underdamped;   $\Delta = 0$: critically damped;   $\Delta > 0$: overdamped
Critical damping value$\gamma_c = 2\sqrt{mk}$
Resonance (undamped, forced)Driving frequency $\omega = \omega_0$ → solution contains $t\sin(\omega_0 t)$; amplitude grows without bound

Power Series Reference

Power series differentiation rules
ExpressionSeries form (centered at $x_0 = 0$)
$y(x)$$\displaystyle\sum_{n=0}^{\infty} a_n x^n$
$y'(x)$$\displaystyle\sum_{n=0}^{\infty}(n+1)a_{n+1}x^n$
$y''(x)$$\displaystyle\sum_{n=0}^{\infty}(n+2)(n+1)a_{n+2}x^n$
$x\,y'(x)$$\displaystyle\sum_{n=0}^{\infty} n\,a_n x^n$
$x\,y(x)$$\displaystyle\sum_{n=1}^{\infty} a_{n-1}x^n$

Sections 3.7–3.8: Mechanical & Forced Vibrations

1.

A spring hangs from the ceiling. When a $1\,\text{kg}$ mass is attached, it stretches the spring by $10\,\text{cm}$. The mass is then set in motion by stretching the spring an additional $3\,\text{cm}$ below equilibrium and pushing it upward at $40\,\text{cm/s}$. Taking positive displacement as downward and using $g = 10\,\text{m/s}^2$, find the amplitude $R$, angular frequency $\omega_0$, and period of the resulting free undamped motion.

Step 1: Find the spring constant. At equilibrium the spring force balances gravity: $kL = mg$.

\[k = \dfrac{mg}{L} = \dfrac{(1)(10)}{0.10} = 100\;\text{N/m}\]

Step 2: Set up and solve the IVP. With $m = 1\,\text{kg}$, $\gamma = 0$ (no damping), $k = 100\,\text{N/m}$:

\[y'' + 100\,y = 0, \quad y(0) = 0.03\;\text{m}, \quad y'(0) = -0.40\;\text{m/s}\]

(Initial displacement is $+3\,\text{cm} = 0.03\,\text{m}$ downward; initial velocity is $-40\,\text{cm/s} = -0.40\,\text{m/s}$ upward.)

The angular frequency is $\omega_0 = \sqrt{k/m} = \sqrt{100} = 10\,\text{rad/s}$. The general solution is:

\[y(t) = A\cos(10t) + B\sin(10t)\]

Apply initial conditions: $y(0) = A = 0.03$ and $y'(0) = 10B = -0.40$, so $B = -0.04$.

Step 3: Compute amplitude and period.

\[R = \sqrt{A^2 + B^2} = \sqrt{(0.03)^2 + (-0.04)^2} = \sqrt{0.0009 + 0.0016} = \sqrt{0.0025} = 0.05\;\text{m}\]
\[T = \dfrac{2\pi}{\omega_0} = \dfrac{2\pi}{10} = \dfrac{\pi}{5}\;\text{s} \approx 0.628\;\text{s}\]
\[\boxed{\omega_0 = 10\;\text{rad/s}, \quad R = 0.05\;\text{m} = 5\;\text{cm}, \quad T = \dfrac{\pi}{5}\;\text{s}}\]

↑ Back to question index

5.

A weight of $20\,\text{N}$ is suspended from a spring with spring constant $k = 8\,\text{N/m}$. When the mass moves at $2\,\text{m/s}$ it experiences a damping force of $6\,\text{N}$. An external downward force of $4\,\text{N}$ turns on at $t = 3\,\text{s}$. The mass starts at equilibrium with an initial downward velocity of $2\,\text{m/s}$. Write the IVP that models the system (taking downward as positive), determine whether it is underdamped, critically damped, or overdamped, and find the value of $\gamma$ that would make it critically damped.

Step 1: Extract parameters. The weight $W = mg = 20\,\text{N}$. Using $g = 10\,\text{m/s}^2$ gives $m = 2\,\text{kg}$.

The damping coefficient: $\gamma = |F_{\text{damp}}|/\text{speed} = 6/2 = 3\,\text{N}\cdot\text{s/m}$.

The external force is $F(t) = 4\,u_3(t)\,\text{N}$ (a constant $4\,\text{N}$ downward force that switches on at $t = 3$).

Step 2: Write the IVP.

\[\boxed{2y'' + 3y' + 8y = 4\,u_3(t), \quad y(0) = 0, \quad y'(0) = 2}\]

Step 3: Classify damping. Compute the discriminant:

\[\Delta = \gamma^2 - 4mk = (3)^2 - 4(2)(8) = 9 - 64 = -55 < 0\]

Since $\Delta < 0$, the system is underdamped.

Step 4: Find the critical damping value. Set $\Delta = 0$:

\[\gamma_c^2 = 4mk = 4(2)(8) = 64 \;\Rightarrow\; \gamma_c = 8\;\text{N}\cdot\text{s/m}\]
\[\boxed{\text{Underdamped (}\Delta = -55 < 0\text{)}; \quad \gamma_c = 8\;\text{N}\cdot\text{s/m would give critical damping}}\]

↑ Back to question index

9.

An undamped spring-mass system with $m = 1\,\text{kg}$ and $k = 4\,\text{N/m}$ is driven by the external force $F(t) = 3\cos(\omega t)$ starting from rest. Solve the IVP $y'' + 4y = 3\cos(\omega t)$, $y(0)=0$, $y'(0)=0$ for the case $\omega \neq 2\,\text{rad/s}$, and then for the resonance case $\omega = 2\,\text{rad/s}$. For each, describe the long-term behavior of the solution.

The natural frequency is $\omega_0 = \sqrt{k/m} = \sqrt{4} = 2\,\text{rad/s}$.

Case 1: $\omega \neq 2$. Try $y_p = A\cos(\omega t)$. Then $y_p'' = -A\omega^2\cos(\omega t)$, so:

\[-A\omega^2\cos(\omega t) + 4A\cos(\omega t) = 3\cos(\omega t) \;\Rightarrow\; A(4-\omega^2) = 3 \;\Rightarrow\; A = \dfrac{3}{4-\omega^2}\]

General solution: $y = c_1\cos(2t) + c_2\sin(2t) + \dfrac{3}{4-\omega^2}\cos(\omega t)$.

Apply $y(0) = 0$: $\;c_1 + \dfrac{3}{4-\omega^2} = 0 \;\Rightarrow\; c_1 = -\dfrac{3}{4-\omega^2}$.

Apply $y'(0) = 0$: $\;2c_2 = 0 \;\Rightarrow\; c_2 = 0$.

\[\boxed{y(t) = \dfrac{3}{4-\omega^2}\bigl[\cos(\omega t) - \cos(2t)\bigr], \quad \omega \neq 2}\]

Long-term behavior ($\omega \neq 2$): The solution is a superposition of two frequencies ($\omega$ and $\omega_0 = 2$). Since there is no damping, the motion remains bounded forever — a perpetual oscillation. When $\omega$ is close to (but not equal to) $2$, the solution exhibits a beat pattern: slow amplitude modulation at the beat frequency $|\omega - 2|/2$ with carrier frequency $(\omega + 2)/2$.

Case 2: $\omega = 2$ (resonance). Since the forcing frequency matches $\omega_0 = 2$, multiply the trial solution by $t$. Try $y_p = At\cos(2t) + Bt\sin(2t)$.

\[y_p' = A\cos(2t) - 2At\sin(2t) + B\sin(2t) + 2Bt\cos(2t)\]
\[y_p'' = -4A\sin(2t) - 4At\cos(2t) + 4B\cos(2t) - 4Bt\sin(2t)\]

Substituting into $y_p'' + 4y_p$: the $t$-terms cancel (as expected) and we get:

\[-4A\sin(2t) + 4B\cos(2t) = 3\cos(2t)\]

Matching coefficients: $4B = 3 \Rightarrow B = \tfrac{3}{4}$ and $-4A = 0 \Rightarrow A = 0$.

So $y_p = \tfrac{3}{4}\,t\sin(2t)$. General solution: $y = c_1\cos(2t) + c_2\sin(2t) + \tfrac{3}{4}\,t\sin(2t)$.

Apply $y(0) = 0$: $c_1 = 0$. Apply $y'(0) = 0$: $2c_2 = 0 \Rightarrow c_2 = 0$.

\[\boxed{y(t) = \dfrac{3}{4}\,t\sin(2t), \quad \omega = 2\;\text{(resonance)}}\]

Long-term behavior ($\omega = 2$): The amplitude envelope is $\tfrac{3}{4}t$, which grows linearly without bound. The solution oscillates with ever-increasing amplitude; the system experiences resonance.

↑ Back to question index

Sections 6.1–6.6: Laplace Transforms

4.

Using the definition $\mathcal{L}\{f\}=\displaystyle\int_0^\infty e^{-st}f(t)\,dt$, show that $\mathcal{L}\{t^2\} = \dfrac{2}{s^3}$, $s > 0$.

Method 1: Repeated Integration by Parts. Set $u = t^2$, $dv = e^{-st}\,dt$, so $du = 2t\,dt$, $v = -\dfrac{e^{-st}}{s}$:

\[\mathcal{L}\{t^2\} = \left[-\dfrac{t^2 e^{-st}}{s}\right]_0^\infty + \dfrac{2}{s}\int_0^\infty t\,e^{-st}\,dt\]

The boundary term vanishes for $s > 0$. Apply IBP again on $\displaystyle\int_0^\infty t\,e^{-st}\,dt$ with $u = t$, $dv = e^{-st}\,dt$:

\[\int_0^\infty t\,e^{-st}\,dt = \left[-\dfrac{t\,e^{-st}}{s}\right]_0^\infty + \dfrac{1}{s}\int_0^\infty e^{-st}\,dt = 0 + \dfrac{1}{s}\left[-\dfrac{e^{-st}}{s}\right]_0^\infty = \dfrac{1}{s^2}\]

Combining: $\mathcal{L}\{t^2\} = 0 + \dfrac{2}{s}\cdot\dfrac{1}{s^2} = \dfrac{2}{s^3}$. $\checkmark$


Method 2: Tabular Integration. Differentiate $t^2$ repeatedly down the left column and integrate $e^{-st}$ repeatedly down the right column. Read off diagonal products with alternating signs.

Tabular integration by parts for $\int_0^\infty t^2 e^{-st}\,dt$
Sign Differentiate Integrate
$+$ $t^2$ $e^{-st}$
$-$ $2t$ $-\dfrac{1}{s}e^{-st}$
$+$ $2$ $\dfrac{1}{s^2}e^{-st}$
$\times$ $0$ $-\dfrac{1}{s^3}e^{-st}$

Each product is formed diagonally: the entry in the Differentiate column multiplied by the Integrate entry one row below, with the sign from that Differentiate row. Row 1 plus sign: $t^2$ times $-\frac{1}{s}e^{-st}$. Row 2 minus sign: $2t$ times $\frac{1}{s^2}e^{-st}$. Row 3 plus sign: $2$ times $-\frac{1}{s^3}e^{-st}$. The diagonal arrows shown are decorative indicators of this pattern.

Multiply each D-entry by the I-entry one row below, attach the sign from its row, and sum:

\[\int_0^\infty t^2 e^{-st}\,dt = \left[\mathbin{\color{#166534}{+}}\,t^2\!\cdot\!\left(-\dfrac{e^{-st}}{s}\right) \mathbin{\color{#991b1b}{-}}\,2t\!\cdot\!\dfrac{e^{-st}}{s^2} \mathbin{\color{#166534}{+}}\,2\!\cdot\!\left(-\dfrac{e^{-st}}{s^3}\right)\right]_0^\infty\]
\[= \left[-\dfrac{t^2 e^{-st}}{s} - \dfrac{2t\,e^{-st}}{s^2} - \dfrac{2\,e^{-st}}{s^3}\right]_0^\infty\]

As $t\to\infty$ every term vanishes ($s>0$). At $t = 0$ only the last term survives: $-\dfrac{2}{s^3}$. Therefore:

\[\mathcal{L}\{t^2\} = 0 - \left(-\dfrac{2}{s^3}\right) = \dfrac{2}{s^3}\]
\[\boxed{\mathcal{L}\{t^2\} = \dfrac{2}{s^3}}, \quad s > 0 \quad \checkmark\]

↑ Back to question index

2.

Convert $f(t)$ into a single expression involving step functions, and convert $g(t)$ into piecewise form.

\[f(t) = \begin{cases} t^2 & t < 2 \\ 4 & 2 \leq t < 5 \\ \sin(t) & t \geq 5 \end{cases} \qquad g(t) = u_2(t)\,e^{t-2} - u_5(t)\,(t-5)^2\]

Part 1 — piecewise to step function. Multiply each formula by the window of step functions over which it is active: $u_0 - u_2$ for $[0,2)$, $\;u_2 - u_5$ for $[2,5)$, and $u_5$ for $[5,\infty)$. Since $u_0(t)=1$ on $[0,\infty)$, write:

\[f(t) = t^2\bigl(u_0(t)-u_2(t)\bigr) + 4\bigl(u_2(t)-u_5(t)\bigr) + \sin(t)\,u_5(t)\]

Expand and collect by step function:

\[= t^2 - t^2\,u_2(t) + 4\,u_2(t) - 4\,u_5(t) + \sin(t)\,u_5(t)\]
\[\boxed{f(t) = t^2 + u_2(t)\bigl(4 - t^2\bigr) + u_5(t)\bigl(\sin(t) - 4\bigr)}\]

Check: For $0 \leq t < 2$: $f = t^2$. For $2 \leq t < 5$: $f = t^2 + (4-t^2) = 4$. For $t \geq 5$: $f = t^2 + (4-t^2) + (\sin t - 4) = \sin t$. ✓

Part 2 — step function to piecewise. $u_2(t)$ activates at $t = 2$; $u_5(t)$ activates at $t = 5$.

\[g(t) = \begin{cases} 0, & t < 2 \\[4pt] e^{t-2}, & 2 \leq t < 5 \\[4pt] e^{t-2} - (t-5)^2, & t \geq 5 \end{cases}\]

↑ Back to question index

6.

Use the Laplace transform to solve the initial value problem $y'' + 4y' + 4y = 0$, $y(0) = 3$, $y'(0) = 1$.

Step 1: Take $\mathcal{L}$ of both sides. With $Y = \mathcal{L}\{y\}$:

\[\bigl(s^2 Y - 3s - 1\bigr) + 4\bigl(sY - 3\bigr) + 4Y = 0\]
\[(s^2 + 4s + 4)\,Y = 3s + 1 + 12 = 3s + 13\]
\[(s+2)^2\,Y = 3s + 13\]

Step 2: Solve for $Y(s)$ and decompose. Write the numerator as $3s + 13 = 3(s+2) + 7$:

\[Y(s) = \dfrac{3s+13}{(s+2)^2} = \dfrac{3(s+2)+7}{(s+2)^2} = \dfrac{3}{s+2} + \dfrac{7}{(s+2)^2}\]

Step 3: Invert. Using $\mathcal{L}^{-1}\!\left\{\dfrac{1}{s+a}\right\} = e^{-at}$ and $\mathcal{L}^{-1}\!\left\{\dfrac{1}{(s+a)^2}\right\} = te^{-at}$:

\[\boxed{y(t) = 3e^{-2t} + 7t\,e^{-2t} = e^{-2t}(3 + 7t)}\]

↑ Back to question index

8.

Use the Laplace transform to solve the initial value problem and write your answer as an explicit piecewise function.

\[y'' + 9y = u_\pi(t), \quad y(0) = 0, \quad y'(0) = 0.\]

Step 1: Take $\mathcal{L}$. Since $y(0) = y'(0) = 0$ and $\mathcal{L}\{u_\pi(t)\} = e^{-\pi s}/s$:

\[(s^2 + 9)\,Y = \dfrac{e^{-\pi s}}{s} \;\Rightarrow\; Y(s) = e^{-\pi s}\cdot\dfrac{1}{s(s^2+9)}\]

Step 2: Partial fractions on $\dfrac{1}{s(s^2+9)}$.

\[\dfrac{1}{s(s^2+9)} = \dfrac{A}{s} + \dfrac{Bs+C}{s^2+9}\]

Multiply through: $1 = A(s^2+9) + (Bs+C)s$. Setting $s=0$: $A = \tfrac{1}{9}$. Comparing $s^2$: $0 = A + B \Rightarrow B = -\tfrac{1}{9}$. Comparing $s^1$: $C = 0$.

\[\dfrac{1}{s(s^2+9)} = \dfrac{1}{9}\cdot\dfrac{1}{s} - \dfrac{1}{9}\cdot\dfrac{s}{s^2+9}\]

Step 3: Invert. Let $f(t) = \mathcal{L}^{-1}\!\left\{\dfrac{1}{9s} - \dfrac{s}{9(s^2+9)}\right\} = \dfrac{1}{9}\bigl(1 - \cos(3t)\bigr)$. Then by the shift theorem:

\[y(t) = u_\pi(t)\,f(t-\pi) = u_\pi(t)\cdot\dfrac{1}{9}\bigl(1 - \cos(3(t-\pi))\bigr)\]

Simplification: $\cos(3(t-\pi)) = \cos(3t - 3\pi) = \cos(3t)\cos(3\pi) = -\cos(3t)$, so $1 - \cos(3(t-\pi)) = 1 + \cos(3t)$.

\[\boxed{y(t) = \begin{cases} 0, & t < \pi \\[8pt] \dfrac{1}{9}\bigl(1 - \cos(3(t-\pi))\bigr) = \dfrac{1}{9}\bigl(1+\cos(3t)\bigr), & t \geq \pi \end{cases}}\]

↑ Back to question index

10.

Compute $(f * g)(t)$ directly from the definition for $f(t) = e^{2t}$ and $g(t) = e^{-t}$. Then confirm your answer by finding $\mathcal{L}^{-1}\!\left\{\dfrac{1}{(s-2)(s+1)}\right\}$ via partial fractions.

Direct convolution. With $f(\tau) = e^{2\tau}$ and $g(t-\tau) = e^{-(t-\tau)}$:

\[(f*g)(t) = \int_0^t e^{2\tau}\,e^{-(t-\tau)}\,d\tau = e^{-t}\int_0^t e^{3\tau}\,d\tau = e^{-t}\left[\dfrac{e^{3\tau}}{3}\right]_0^t = e^{-t}\cdot\dfrac{e^{3t}-1}{3}\]
\[\boxed{(f*g)(t) = \dfrac{e^{2t} - e^{-t}}{3}}\]

Confirmation via partial fractions.

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

At $s=2$: $A = \tfrac{1}{3}$. At $s=-1$: $B = \tfrac{1}{(-3)} = -\tfrac{1}{3}$.

\[\mathcal{L}^{-1}\!\left\{\dfrac{1}{(s-2)(s+1)}\right\} = \dfrac{1}{3}e^{2t} - \dfrac{1}{3}e^{-t} = \dfrac{e^{2t}-e^{-t}}{3} \;\checkmark\]

↑ Back to question index

11.

Use the Laplace transform to solve the initial value problem and write your answer as an explicit piecewise function.

\[y'' + 6y' + 9y = \delta(t-2), \quad y(0) = 0, \quad y'(0) = 1.\]

Step 1: Take $\mathcal{L}$. Note $y(0) = 0$ and $y'(0) = 1$:

\[(s^2 Y - 1) + 6(sY) + 9Y = e^{-2s}\]
\[(s+3)^2\,Y = 1 + e^{-2s}\]
\[Y(s) = \dfrac{1}{(s+3)^2} + \dfrac{e^{-2s}}{(s+3)^2}\]

Step 2: Invert term by term.

$\mathcal{L}^{-1}\!\left\{\dfrac{1}{(s+3)^2}\right\} = t\,e^{-3t}$.

$\mathcal{L}^{-1}\!\left\{\dfrac{e^{-2s}}{(s+3)^2}\right\} = u_2(t)\,(t-2)\,e^{-3(t-2)}$   (shift theorem with $c = 2$).

\[\boxed{y(t) = \begin{cases} t\,e^{-3t}, & 0 \leq t < 2 \\[8pt] t\,e^{-3t} + (t-2)\,e^{-3(t-2)}, & t \geq 2 \end{cases}}\]

Behavior: For $0 \leq t < 2$ the system is driven only by the initial velocity, decaying as $te^{-3t}$. At $t = 2$ the impulse instantaneously imparts additional energy, exciting a second decaying term $(t-2)e^{-3(t-2)}$ that activates at the moment of the impulse.

↑ Back to question index

13.

Find the inverse Laplace transform of $H(s) = \dfrac{2\,e^{-3s}}{(s+2)(s+5)}$ and write your answer as an explicit piecewise function.

Method 1: Partial Fractions + Shift Theorem.

Step 1: Partial fractions on $F(s) = \dfrac{2}{(s+2)(s+5)}$.

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

At $s = -2$: $A = 2/3$. At $s = -5$: $B = 2/(-3) = -2/3$.

\[F(s) = \dfrac{2/3}{s+2} - \dfrac{2/3}{s+5}\]

Step 2: Invert $F(s)$.

\[f(t) = \mathcal{L}^{-1}\{F(s)\} = \dfrac{2}{3}\,e^{-2t} - \dfrac{2}{3}\,e^{-5t}\]

Step 3: Apply the shift theorem. Since $H(s) = e^{-3s}\,F(s)$:

\[h(t) = u_3(t)\,f(t-3)\]
\[\boxed{h(t) = \begin{cases} 0, & t < 3 \\[8pt] \dfrac{2}{3}\,e^{-2(t-3)} - \dfrac{2}{3}\,e^{-5(t-3)}, & t \geq 3 \end{cases}}\]

Method 2: Convolution + Shift Theorem.

Factor $H(s)$ as a product of three transforms:

\[H(s) = e^{-3s} \cdot \underbrace{\dfrac{2}{(s+2)(s+5)}}_{F(s)} = e^{-3s} \cdot \dfrac{2}{s+2} \cdot \dfrac{1}{s+5}\]

Step 1: Use the convolution theorem on $F(s)$. Write $F(s) = 2 \cdot \dfrac{1}{s+2} \cdot \dfrac{1}{s+5}$, so by the convolution theorem:

\[f(t) = \mathcal{L}^{-1}\{F(s)\} = 2\bigl(e^{-2t} * e^{-5t}\bigr) = 2\int_0^t e^{-2\tau}\,e^{-5(t-\tau)}\,d\tau\]

Step 2: Evaluate the convolution integral. Factor out $e^{-5t}$:

\[f(t) = 2e^{-5t}\int_0^t e^{-2\tau}\,e^{5\tau}\,d\tau = 2e^{-5t}\int_0^t e^{3\tau}\,d\tau = 2e^{-5t}\left[\dfrac{e^{3\tau}}{3}\right]_0^t\]
\[= 2e^{-5t}\cdot\dfrac{e^{3t}-1}{3} = \dfrac{2}{3}\bigl(e^{-2t} - e^{-5t}\bigr)\]

This matches the partial-fraction inversion exactly. $\checkmark$

Step 3: Apply the shift theorem. Since $H(s) = e^{-3s}\,F(s)$:

\[h(t) = u_3(t)\,f(t-3) = u_3(t)\cdot\dfrac{2}{3}\bigl(e^{-2(t-3)} - e^{-5(t-3)}\bigr)\]
\[\boxed{h(t) = \begin{cases} 0, & t < 3 \\[8pt] \dfrac{2}{3}\,e^{-2(t-3)} - \dfrac{2}{3}\,e^{-5(t-3)}, & t \geq 3 \end{cases}}\]

↑ Back to question index

Sections 5.1–5.2: Power Series Methods

3.

Use the ratio test to find the radius of convergence $R$ and the interval of absolute convergence for each power series. For the first series, also determine convergence at each endpoint.

\[\sum_{n=1}^{\infty} \dfrac{(-1)^n(x+2)^n}{n \cdot 3^n} \qquad\qquad \sum_{n=0}^{\infty} \dfrac{n^2+1}{4^n}(x-1)^n\]

Series 1: $a_n = \dfrac{(-1)^n(x+2)^n}{n\cdot 3^n}$.

\[\left|\dfrac{a_{n+1}}{a_n}\right| = \left|\dfrac{(x+2)^{n+1}}{(n+1)\cdot 3^{n+1}}\cdot\dfrac{n\cdot 3^n}{(x+2)^n}\right| = |x+2|\cdot\dfrac{n}{3(n+1)} \;\xrightarrow{n\to\infty}\; \dfrac{|x+2|}{3}\]

Converges when $\dfrac{|x+2|}{3} < 1$, i.e., $|x+2| < 3$. So $R = 3$ and the interval of absolute convergence is $(-5,\,1)$.

Endpoint check (requested for Series 1 only):

  • $x = 1$ (so $x+2 = 3$): $\displaystyle\sum_{n=1}^\infty \dfrac{(-1)^n\cdot 3^n}{n\cdot 3^n} = \sum_{n=1}^\infty \dfrac{(-1)^n}{n}$ — the alternating harmonic series, which converges (conditionally).
  • $x = -5$ (so $x+2 = -3$): $\displaystyle\sum_{n=1}^\infty \dfrac{(-1)^n(-3)^n}{n\cdot 3^n} = \sum_{n=1}^\infty \dfrac{1}{n}$ — the harmonic series, which diverges.
\[\boxed{R_1 = 3;\quad \text{interval of absolute convergence: } (-5,\,1);\quad \text{converges at } x=1 \text{ (conditionally); diverges at } x=-5}\]

Series 2: $a_n = \dfrac{n^2+1}{4^n}(x-1)^n$.

\[\left|\dfrac{a_{n+1}}{a_n}\right| = \dfrac{(n+1)^2+1}{n^2+1}\cdot\dfrac{|x-1|}{4} \;\xrightarrow{n\to\infty}\; \dfrac{|x-1|}{4}\]

Converges when $|x-1| < 4$, so $R = 4$ and the interval of absolute convergence is $(-3,\,5)$.

\[\boxed{R_2 = 4;\quad \text{interval of absolute convergence: } (-3,\,5)}\]

↑ Back to question index

7.

Substitute $y = \displaystyle\sum_{n=0}^\infty a_n x^n$ into the equation below, combine the resulting series into a single sum, and derive the recurrence relation for $a_{n+2}$. Stop once you have the recurrence.

\[y'' - xy' + 5y = 0.\]

Standard form: $y'' + P(x)y' + Q(x)y = 0$ with $P(x) = -x$ and $Q(x) = 5$. Both are polynomials, so $x = 0$ is an ordinary point. Substitute $y = \displaystyle\sum_{n=0}^\infty a_n x^n$:

\[y'' = \sum_{n=0}^{\infty}(n+2)(n+1)\,a_{n+2}\,x^n, \qquad xy' = \sum_{n=0}^{\infty} n\,a_n\,x^n, \qquad y = \sum_{n=0}^{\infty} a_n\,x^n\]

Substituting into $y'' - xy' + 5y = 0$:

\[\sum_{n=0}^{\infty}(n+2)(n+1)\,a_{n+2}\,x^n - \sum_{n=0}^{\infty} n\,a_n\,x^n + 5\sum_{n=0}^{\infty} a_n\,x^n = 0\]
\[\sum_{n=0}^{\infty}\bigl[(n+2)(n+1)\,a_{n+2} + (-n+5)\,a_n\bigr]x^n = 0\]

By the identity theorem, each coefficient must vanish:

\[\boxed{a_{n+2} = \dfrac{n-5}{(n+2)(n+1)}\,a_n, \quad n \geq 0}\]

Note: At $n = 5$ the numerator is zero, so $a_7 = 0$, and consequently $a_9 = a_{11} = \cdots = 0$. The solution $y_2$ (determined by $a_1$) is therefore a polynomial of degree 5 (terminating series).

↑ Back to question index

12.

Find the general power series solution of $y'' + 2xy' - 6y = 0$ centered at $x_0 = 0$. Give $y_1$ and $y_2$ up to the $x^4$ term.

Ordinary point check: $P(x) = 2x$ and $Q(x) = -6$ are both polynomials, so $x = 0$ is an ordinary point. Since there are no singular points, the series converge for all $x$ ($R = \infty$).

Substitute $y = \displaystyle\sum_{n=0}^\infty a_n x^n$:

\[y'' = \sum_{n=0}^\infty (n+2)(n+1)\,a_{n+2}\,x^n, \qquad 2xy' = \sum_{n=0}^\infty 2n\,a_n\,x^n, \qquad -6y = \sum_{n=0}^\infty (-6)\,a_n\,x^n\]
\[\sum_{n=0}^\infty\bigl[(n+2)(n+1)\,a_{n+2} + (2n-6)\,a_n\bigr]x^n = 0\]

Recurrence relation:

\[a_{n+2} = \dfrac{6-2n}{(n+2)(n+1)}\,a_n, \quad n \geq 0\]

Compute coefficients (even and odd chains are independent):

Even-indexed (from $a_0$):

\[n=0:\; a_2 = \dfrac{6}{2\cdot 1}\,a_0 = 3a_0; \qquad n=2:\; a_4 = \dfrac{2}{4\cdot 3}\,a_2 = \dfrac{1}{6}\cdot 3a_0 = \dfrac{a_0}{2}\]

Odd-indexed (from $a_1$):

\[n=1:\; a_3 = \dfrac{4}{3\cdot 2}\,a_1 = \dfrac{2}{3}\,a_1; \qquad n=3:\; a_5 = \dfrac{0}{5\cdot 4}\,a_3 = 0\]

Since $a_5 = 0$, all subsequent odd-indexed terms vanish: $a_5 = a_7 = \cdots = 0$. So $y_2$ terminates after $x^3$.

Basis solutions (setting $(a_0,a_1) = (1,0)$ and $(0,1)$):

\[y_1(x) = 1 + 3x^2 + \dfrac{1}{2}x^4 + \cdots\]
\[y_2(x) = x + \dfrac{2}{3}x^3\]

Linear independence: $W(y_1,y_2)(0) = y_1(0)\,y_2'(0) - y_1'(0)\,y_2(0) = (1)(1)-(0)(0) = 1 \neq 0$. ✓

\[\boxed{y(x) = a_0\!\left(1 + 3x^2 + \dfrac{x^4}{2} + \cdots\right) + a_1\!\left(x + \dfrac{2}{3}x^3\right)}\]

↑ Back to question index

14.

Find the first four nonzero terms of the solution $y(x) = \displaystyle\sum_{n=0}^{\infty} a_n(x-1)^n$ given the recurrence relation

\[a_{n+2} = \dfrac{2a_{n+1} - 3a_n}{n+1}, \qquad n = 0, 1, 2, \ldots\]

and the initial conditions $y(1) = 1$ and $y'(1) = 0$.

Initial values from the initial conditions. Since $y(x) = \displaystyle\sum_{n=0}^\infty a_n(x-1)^n$:

\[y(1) = a_0 = 1, \qquad y'(1) = a_1 = 0\]

Apply the recurrence.

\[n=0:\quad a_2 = \dfrac{2a_1 - 3a_0}{1} = \dfrac{2(0)-3(1)}{1} = -3\]
\[n=1:\quad a_3 = \dfrac{2a_2 - 3a_1}{2} = \dfrac{2(-3)-3(0)}{2} = \dfrac{-6}{2} = -3\]
\[n=2:\quad a_4 = \dfrac{2a_3 - 3a_2}{3} = \dfrac{2(-3)-3(-3)}{3} = \dfrac{-6+9}{3} = \dfrac{3}{3} = 1\]

The nonzero coefficients are $a_0 = 1$, $a_2 = -3$, $a_3 = -3$, $a_4 = 1$  (note $a_1 = 0$).

\[\boxed{y(x) = 1 - 3(x-1)^2 - 3(x-1)^3 + (x-1)^4 + \cdots}\]

↑ Back to question index