Differential Equations Quiz: Dirac Delta Functions
20 questions · exam conditions
0:00
Dirac Delta FunctionsQuestion 1 of 20

The function f(t)=n=11nδ(tn)f(t) = \sum_{n=1}^{\infty} \frac{1}{n}\delta(t-n) represents impulses at positive integer values. What is the Laplace transform of the truncated version g(t)=n=131nδ(tn)g(t) = \sum_{n=1}^{3} \frac{1}{n}\delta(t-n)?

L{g(t)}=es+e2s2+e3s3\mathcal{L}\{g(t)\} = e^{-s} + \frac{e^{-2s}}{2} + \frac{e^{-3s}}{3}
L{g(t)}=es+e2s+e3s6\mathcal{L}\{g(t)\} = \frac{e^{-s} + e^{-2s} + e^{-3s}}{6}
L{g(t)}=1s(es+e2s+e3s)\mathcal{L}\{g(t)\} = \frac{1}{s}(e^{-s} + e^{-2s} + e^{-3s})
L{g(t)}=n=13ensn2\mathcal{L}\{g(t)\} = \sum_{n=1}^{3} \frac{e^{-ns}}{n^2}
← Back to quizzes

Differential Equations Quiz

Differential Equations Quiz: Dirac Delta Functions

Practice Dirac Delta Functions in Differential Equations with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Dirac Delta Functions, giving you a quick way to practice the rules, question types, and explanations that matter most for Differential Equations.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

The function f(t)=n=11nδ(tn)f(t) = \sum_{n=1}^{\infty} \frac{1}{n}\delta(t-n) represents impulses at positive integer values. What is the Laplace transform of the truncated version g(t)=n=131nδ(tn)g(t) = \sum_{n=1}^{3} \frac{1}{n}\delta(t-n)?

  1. L{g(t)}=es+e2s2+e3s3\mathcal{L}\{g(t)\} = e^{-s} + \frac{e^{-2s}}{2} + \frac{e^{-3s}}{3} (correct answer)
  2. L{g(t)}=es+e2s+e3s6\mathcal{L}\{g(t)\} = \frac{e^{-s} + e^{-2s} + e^{-3s}}{6}
  3. L{g(t)}=1s(es+e2s+e3s)\mathcal{L}\{g(t)\} = \frac{1}{s}(e^{-s} + e^{-2s} + e^{-3s})
  4. L{g(t)}=n=13ensn2\mathcal{L}\{g(t)\} = \sum_{n=1}^{3} \frac{e^{-ns}}{n^2}
Explanation: The correct answer is A. Using the linearity of the Laplace transform and the fact that L{δ(ta)}=eas\mathcal{L}\{\delta(t-a)\} = e^{-as}, we have L{g(t)}=L{δ(t1)+12δ(t2)+13δ(t3)}=es+12e2s+13e3s\mathcal{L}\{g(t)\} = \mathcal{L}\{\delta(t-1) + \frac{1}{2}\delta(t-2) + \frac{1}{3}\delta(t-3)\} = e^{-s} + \frac{1}{2}e^{-2s} + \frac{1}{3}e^{-3s}. Choice B incorrectly factors out a common denominator. Choice C incorrectly includes a factor of 1s\frac{1}{s}, which would arise from step functions, not delta functions. Choice D incorrectly squares the denominators.

Question 2

Let y(t)y(t) be the solution to y+y=δ(t2)y' + y = \delta(t-2) with y(0)=1y(0)=1. Evaluate the integral 0y(t)δ(t3)dt\int_0^\infty y(t) \delta(t-3) dt.

  1. e3e^{-3}
  2. e3+e1e^{-3} + e^{-1} (correct answer)
  3. e2+e1e^{-2} + e^{-1}
  4. e3+u(1)e1e^{-3} + u(1)e^{-1}
Explanation: This problem combines two key concepts: solving differential equations with impulse functions and evaluating integrals with the Dirac delta function. When you encounter a delta function δ(ta)\delta(t-a) in a differential equation, it represents an instantaneous impulse at t=at=a, causing a jump discontinuity in the solution. To solve y+y=δ(t2)y' + y = \delta(t-2) with y(0)=1y(0)=1, you need the solution in two pieces. For t<2t < 2, the equation becomes y+y=0y' + y = 0, giving y(t)=ety(t) = e^{-t} (using the initial condition). At t=2t=2, the delta function creates a unit jump, so y(2+)=y(2)+1=e2+1y(2^+) = y(2^-) + 1 = e^{-2} + 1. For t>2t > 2, solving y+y=0y' + y = 0 with this new initial condition gives y(t)=(e2+1)e(t2)=et+e2ty(t) = (e^{-2} + 1)e^{-(t-2)} = e^{-t} + e^{2-t}. Now, 0y(t)δ(t3)dt\int_0^\infty y(t) \delta(t-3) dt uses the fundamental property of delta functions: f(t)δ(ta)dt=f(a)\int f(t)\delta(t-a) dt = f(a). Since we need y(3)y(3) and 3>23 > 2, we use the second piece: y(3)=e3+e23=e3+e1y(3) = e^{-3} + e^{2-3} = e^{-3} + e^{-1}. Answer A (e3e^{-3}) ignores the jump from the impulse. Answer C (e2+e1e^{-2} + e^{-1}) incorrectly evaluates at t=2t=2 instead of t=3t=3. Answer D contains unnecessary unit step notation and doesn't properly account for the impulse effect. Key strategy: When solving impulse problems, always check which time interval your evaluation point falls in, and remember that delta function integrals simply evaluate the integrand at the impulse location.

Question 3

Consider the solution y(t)y(t) to the initial value problem y+p(t)y+q(t)y=Aδ(tt0)y'' + p(t)y' + q(t)y = A\delta(t-t_0) with y(0)=y(0)=0y(0)=y'(0)=0, where p(t)p(t) and q(t)q(t) are continuous functions and t0>0t_0 > 0. Which of the following statements about the solution at t=t0t=t_0 must be true?

  1. y(t0)=Ay(t_0) = A and y(t0)=0y'(t_0) = 0.
  2. y(t0)=0y(t_0) = 0 and y(t)y'(t) is discontinuous at t=t0t=t_0. (correct answer)
  3. y(t0)=0y(t_0) = 0 and y(t0)=Ay'(t_0) = A.
  4. y(t)y(t) is discontinuous at t=t0t=t_0 and y(t0)=0y'(t_0) = 0.
Explanation: When you encounter a differential equation with a Dirac delta function δ(tt0)\delta(t-t_0) as forcing term, you're dealing with an impulse response problem. The key insight is understanding how delta functions affect continuity of solutions and their derivatives. The delta function represents an instantaneous impulse at t=t0t = t_0. For the equation y+p(t)y+q(t)y=Aδ(tt0)y'' + p(t)y' + q(t)y = A\delta(t-t_0), this impulse creates a sudden jump in the first derivative while keeping the solution itself continuous. Here's why: integrating the differential equation across the impulse from t0t_0^- to t0+t_0^+, the delta function contributes AA to the integral, while the yy' and yy terms (being bounded) contribute zero over the infinitesimal interval. This means y(t0+)y(t0)=Ay'(t_0^+) - y'(t_0^-) = A, creating a jump discontinuity in yy'. However, y(t)y(t) itself remains continuous since y(t0+)y(t0)=0y(t_0^+) - y(t_0^-) = 0. Given the initial conditions y(0)=y(0)=0y(0) = y'(0) = 0 and that the impulse occurs at t0>0t_0 > 0, the solution remains zero until the impulse: y(t0)=0y(t_0) = 0. Choice A incorrectly suggests yy jumps to AA. Choice C wrongly claims y(t0)=Ay'(t_0) = A when actually yy' has a jump of magnitude AA, not a specific value. Choice D incorrectly states that yy itself is discontinuous. Remember: delta function impulses create jump discontinuities in derivatives, not in the solution itself. The magnitude of the jump equals the coefficient of the delta function.

Question 4

A linear time-invariant system, initially at rest, has a response to a unit step input u(t)u(t) given by ystep(t)=(1e2t)cos(t)y_{step}(t) = (1 - e^{-2t})\cos(t). What is the system's response to a unit impulse input δ(t)\delta(t)?

  1. (1e2t)cos(t)(1 - e^{-2t})\cos(t)
  2. 2e2tsin(t)2e^{-2t}\sin(t)
  3. 2e2tcos(t)e2tsin(t)2e^{-2t}\cos(t) - e^{-2t}\sin(t)
  4. 2e2tcos(t)+(e2t1)sin(t)2e^{-2t}\cos(t) + (e^{-2t}-1)\sin(t) (correct answer)
Explanation: When you encounter a linear time-invariant (LTI) system problem relating step and impulse responses, remember that these responses are connected through differentiation: the impulse response is the derivative of the step response. For an LTI system, if h(t)h(t) is the impulse response and s(t)s(t) is the step response, then h(t)=ds(t)dth(t) = \frac{ds(t)}{dt}. This fundamental relationship exists because the unit step is the integral of the unit impulse. Given ystep(t)=(1e2t)cos(t)y_{step}(t) = (1 - e^{-2t})\cos(t), you need to find its derivative. Using the product rule: h(t)=ddt[(1e2t)cos(t)]h(t) = \frac{d}{dt}[(1 - e^{-2t})\cos(t)] First term: ddt(1e2t)=2e2t\frac{d}{dt}(1 - e^{-2t}) = 2e^{-2t} Applying the product rule: h(t)=2e2tcos(t)+(1e2t)(sin(t))h(t) = 2e^{-2t}\cos(t) + (1 - e^{-2t})(-\sin(t)) Simplifying: h(t)=2e2tcos(t)+(e2t1)sin(t)h(t) = 2e^{-2t}\cos(t) + (e^{-2t} - 1)\sin(t) This matches answer D. Answer A is simply the step response itself—a common error of confusing step and impulse responses. Answer B represents only the first term of the correct derivative, missing the product rule's second term entirely. Answer C has the wrong sign on the sine term, likely from incorrectly applying the derivative of cosine. Study tip: Always remember that for LTI systems, impulse response = derivative of step response. When differentiating products involving exponentials and trigonometric functions, carefully apply the product rule and watch your signs—trigonometric derivatives are where sign errors commonly occur.

Question 5

A 2-kg mass is attached to a spring with spring constant 8 N/m and a damper with damping coefficient 4 Ns/m. The system is initially at rest in its equilibrium position. At time t=5t=5 s, the mass is struck by a hammer, imparting an impulse of 10 Ns. Which of the following initial value problems correctly models the displacement x(t)x(t) of the mass?

  1. x+2x+4x=0x'' + 2x' + 4x = 0, x(0)=0x(0)=0, x(0)=5x'(0)=5
  2. x+2x+4x=10δ(t5)x'' + 2x' + 4x = 10\delta(t-5), x(0)=0x(0)=0, x(0)=0x'(0)=0
  3. x+2x+4x=5δ(t5)x'' + 2x' + 4x = 5\delta(t-5), x(0)=0x(0)=0, x(0)=0x'(0)=0 (correct answer)
  4. 2x+4x+8x=10u(t5)2x'' + 4x' + 8x = 10u(t-5), x(0)=0x(0)=0, x(0)=0x'(0)=0
Explanation: When modeling a mass-spring-damper system with an impulse, you need to set up the differential equation from the physical forces and handle the impulse correctly using the Dirac delta function. The governing equation comes from Newton's second law: ma=Fspring+Fdamper+Fexternalma = F_{spring} + F_{damper} + F_{external}. With mass m=2m = 2 kg, spring constant k=8k = 8 N/m, and damping coefficient c=4c = 4 Ns/m, this gives us 2x=8x4x+Fexternal2x'' = -8x - 4x' + F_{external}, or 2x+4x+8x=Fexternal2x'' + 4x' + 8x = F_{external}. Dividing by 2 yields x+2x+4x=Fexternal2x'' + 2x' + 4x = \frac{F_{external}}{2}. The impulse of 10 Ns at t=5t = 5 s is modeled as Fexternal=10δ(t5)F_{external} = 10\delta(t-5), so the forcing term becomes 10δ(t5)2=5δ(t5)\frac{10\delta(t-5)}{2} = 5\delta(t-5). Since the system starts at rest in equilibrium, x(0)=0x(0) = 0 and x(0)=0x'(0) = 0. This gives us answer C. Answer A incorrectly ignores the impulse entirely, treating it as an initial velocity condition instead. Answer B uses the wrong coefficient for the delta function—it forgot to divide the impulse by the mass. Answer D makes two errors: it doesn't divide the equation by mass (keeping the original 2x+4x+8x2x'' + 4x' + 8x) and uses a unit step function u(t5)u(t-5) instead of a delta function, which would model a constant force rather than an instantaneous impulse. Remember: impulses are modeled with delta functions, and always divide your equation by the mass coefficient to get standard form before identifying the forcing term.

Question 6

Consider the initial value problem y+2y+5y=δ(tc)y'' + 2y' + 5y = \delta(t-c), where c>0c > 0, and y(0)=y(0)=0y(0)=y'(0)=0. Let y(t)y(t) be the solution. What is the value of the jump in the derivative at t=ct=c, defined as limtc+y(t)limtcy(t)\lim_{t \to c^+} y'(t) - \lim_{t \to c^-} y'(t)?

  1. 1 (correct answer)
  2. 0
  3. -1
  4. ece^{-c}
Explanation: For a linear second-order differential equation of the form ay+by+cy=δ(tc)ay'' + by' + cy = \delta(t-c), the Dirac delta function on the right-hand side causes a jump discontinuity in the first derivative y(t)y'(t) at t=ct=c. The magnitude of this jump is 1/a1/a. In this problem, the equation is y+2y+5y=δ(tc)y'' + 2y' + 5y = \delta(t-c), so the coefficient aa of yy'' is 1. Therefore, the jump in the derivative is limtc+y(t)limtcy(t)=1/1=1\lim_{t \to c^+} y'(t) - \lim_{t \to c^-} y'(t) = 1/1 = 1. The other terms in the equation and the location cc of the impulse do not affect the magnitude of the jump.

Question 7

A mass-spring system is described by the differential equation y+4y=δ(tπ)+δ(t2π)y'' + 4y = \delta(t-\pi) + \delta(t-2\pi), with initial conditions y(0)=0y(0) = 0 and y(0)=0y'(0) = 0. What is the value of y(3π)y(3\pi)?

  1. y(3π)=12sin(2π)+12sin(2π)=0y(3\pi) = \frac{1}{2}\sin(2\pi) + \frac{1}{2}\sin(2\pi) = 0
  2. y(3π)=12sin(4π)+12sin(2π)=0y(3\pi) = \frac{1}{2}\sin(4\pi) + \frac{1}{2}\sin(2\pi) = 0 (correct answer)
  3. y(3π)=12[sin(4π)+sin(2π)]=0y(3\pi) = \frac{1}{2}[\sin(4\pi) + \sin(2\pi)] = 0
  4. y(3π)=12[sin(6π)+sin(4π)]=0y(3\pi) = \frac{1}{2}[\sin(6\pi) + \sin(4\pi)] = 0
Explanation: The correct answer is B. Taking the Laplace transform: s2Y(s)+4Y(s)=eπs+e2πss^2Y(s) + 4Y(s) = e^{-\pi s} + e^{-2\pi s}, so Y(s)=eπs+e2πss2+4Y(s) = \frac{e^{-\pi s} + e^{-2\pi s}}{s^2 + 4}. Using L1{eass2+4}=12u(ta)sin(2(ta))\mathcal{L}^{-1}\{\frac{e^{-as}}{s^2 + 4}\} = \frac{1}{2}u(t-a)\sin(2(t-a)), we get y(t)=12u(tπ)sin(2(tπ))+12u(t2π)sin(2(t2π))y(t) = \frac{1}{2}u(t-\pi)\sin(2(t-\pi)) + \frac{1}{2}u(t-2\pi)\sin(2(t-2\pi)). At t=3πt = 3\pi: y(3π)=12sin(2(3ππ))+12sin(2(3π2π))=12sin(4π)+12sin(2π)=0y(3\pi) = \frac{1}{2}\sin(2(3\pi-\pi)) + \frac{1}{2}\sin(2(3\pi-2\pi)) = \frac{1}{2}\sin(4\pi) + \frac{1}{2}\sin(2\pi) = 0. Choices A and C have computational errors in the argument evaluation. Choice D incorrectly computes the sine arguments.

Question 8

Consider the differential equation y+2y=3δ(t1)+δ(t3)y' + 2y = 3\delta(t-1) + \delta(t-3) with y(0)=1y(0) = 1. What is the value of limt1+y(t)limt1y(t)\lim_{t \to 1^+} y(t) - \lim_{t \to 1^-} y(t)?

  1. There is no jump discontinuity at t=1t = 1
  2. The jump discontinuity is equal to 32\frac{3}{2}
  3. The jump discontinuity is equal to 11
  4. The jump discontinuity is equal to 33 (correct answer)
Explanation: When you encounter differential equations with delta functions (impulses), focus on how these instantaneous forces create jump discontinuities in the solution. The delta function δ(ta)\delta(t-a) represents an impulse at t=at = a, and the coefficient tells you the magnitude of the jump. For this first-order linear equation y+2y=3δ(t1)+δ(t3)y' + 2y = 3\delta(t-1) + \delta(t-3), the solution will have jump discontinuities at t=1t = 1 and t=3t = 3. The key insight is that when an impulse cδ(ta)c\delta(t-a) appears on the right side of y+p(t)y=f(t)y' + p(t)y = f(t), it causes the solution to jump by exactly cc at t=at = a. At t=1t = 1, we have the impulse 3δ(t1)3\delta(t-1), so the solution jumps upward by 33. This means limt1+y(t)limt1y(t)=3\lim_{t \to 1^+} y(t) - \lim_{t \to 1^-} y(t) = 3. Option A is wrong because delta functions always create jump discontinuities in first-order equations. Option B suggests the jump is 32\frac{3}{2}, which might come from incorrectly dividing the impulse strength by the coefficient of yy, but this is not how impulse responses work in first-order linear equations. Option C gives a jump of 11, which would correspond to an impulse δ(t1)\delta(t-1) rather than 3δ(t1)3\delta(t-1). Remember: in first-order linear differential equations, an impulse cδ(ta)c\delta(t-a) creates a jump discontinuity of magnitude cc at t=at = a. The jump magnitude equals the impulse coefficient directly.

Question 9

A delta function δ(ta)\delta(t-a) can be approximated by a sequence of rectangular pulses. If δn(ta)=n2\delta_n(t-a) = \frac{n}{2} for a1nta+1na - \frac{1}{n} \leq t \leq a + \frac{1}{n} and δn(ta)=0\delta_n(t-a) = 0 elsewhere, what happens to f(t)δn(ta)dt\int_{-\infty}^{\infty} f(t)\delta_n(t-a) dt as nn \to \infty for a continuous function f(t)f(t)?

  1. The integral approaches f(a)f'(a) because the pulse width shrinks as 1n\frac{1}{n}
  2. The integral approaches f(a)2\frac{f(a)}{2} because the pulse height grows as n2\frac{n}{2}
  3. The integral approaches f(a)f(a) due to the sifting property of delta functions (correct answer)
  4. The integral approaches 2f(a)2f(a) because the total pulse width is 2n\frac{2}{n}
Explanation: This question tests your understanding of how delta function approximations work and the fundamental sifting property that emerges in the limit. Let's analyze what happens as nn \to \infty. The rectangular pulse δn(ta)\delta_n(t-a) has height n2\frac{n}{2} and width 2n\frac{2}{n} (from a1na-\frac{1}{n} to a+1na+\frac{1}{n}). Notice that the area under each pulse is n22n=1\frac{n}{2} \cdot \frac{2}{n} = 1, which remains constant for all nn. As nn increases, the pulse becomes infinitely tall and infinitesimally narrow while maintaining unit area. This is precisely how we construct the Dirac delta function. The integral becomes: f(t)δn(ta)dt=a1na+1nf(t)n2dt\int_{-\infty}^{\infty} f(t)\delta_n(t-a) dt = \int_{a-\frac{1}{n}}^{a+\frac{1}{n}} f(t) \cdot \frac{n}{2} dt Since f(t)f(t) is continuous, as the interval shrinks around t=at = a, we can factor out f(a)f(a) (by continuity), giving us approximately f(a)n22n=f(a)f(a) \cdot \frac{n}{2} \cdot \frac{2}{n} = f(a). In the limit, this becomes exactly f(a)f(a) — the sifting property. Choice A incorrectly suggests we get the derivative; the shrinking width alone doesn't create differentiation. Choice B gets the wrong factor because it ignores that both height increases and width decreases proportionally. Choice D makes an error with the factor of 2, misunderstanding how the height and width relationship works. Remember: Delta function approximations always maintain unit area, and the sifting property f(t)δ(ta)dt=f(a)\int f(t)\delta(t-a)dt = f(a) is the defining characteristic you should expect in any limiting process.

Question 10

Find the solution y(t)y(t) to the initial value problem y+4y=3δ(tπ)y'' + 4y = 3\delta(t-\pi), with initial conditions y(0)=1y(0)=1 and y(0)=0y'(0)=0.

  1. y(t)=cos(2t)+32u(tπ)sin(2(tπ))y(t) = \cos(2t) + \frac{3}{2}u(t-\pi)\sin(2(t-\pi)) (correct answer)
  2. y(t)=cos(2t)+3u(tπ)sin(2(tπ))y(t) = \cos(2t) + 3u(t-\pi)\sin(2(t-\pi))
  3. y(t)=cos(2t)+32u(tπ)cos(2(tπ))y(t) = \cos(2t) + \frac{3}{2}u(t-\pi)\cos(2(t-\pi))
  4. y(t)=12sin(2t)+32u(tπ)sin(2(tπ))y(t) = \frac{1}{2}\sin(2t) + \frac{3}{2}u(t-\pi)\sin(2(t-\pi))
Explanation: To solve the IVP, we take the Laplace transform of the entire equation. Let Y(s)=L{y(t)}Y(s) = \mathcal{L}\{y(t)\}. The transform of the equation is s2Y(s)sy(0)y(0)+4Y(s)=3eπss^2Y(s) - sy(0) - y'(0) + 4Y(s) = 3e^{-\pi s}. Substituting the initial conditions y(0)=1y(0)=1 and y(0)=0y'(0)=0 gives (s2+4)Y(s)s=3eπs(s^2+4)Y(s) - s = 3e^{-\pi s}. Solving for Y(s)Y(s) yields Y(s)=ss2+4+3eπss2+4Y(s) = \frac{s}{s^2+4} + \frac{3e^{-\pi s}}{s^2+4}. Now we find the inverse Laplace transform. The first term is L1{ss2+4}=cos(2t)\mathcal{L}^{-1}\left\{\frac{s}{s^2+4}\right\} = \cos(2t). For the second term, we use the time-shifting property L1{easF(s)}=u(ta)f(ta)\mathcal{L}^{-1}\{e^{-as}F(s)\} = u(t-a)f(t-a). Here, F(s)=3s2+4=322s2+4F(s) = \frac{3}{s^2+4} = \frac{3}{2}\frac{2}{s^2+4}, so f(t)=32sin(2t)f(t) = \frac{3}{2}\sin(2t). Applying the shift with a=πa=\pi gives L1{3eπss2+4}=32u(tπ)sin(2(tπ))\mathcal{L}^{-1}\left\{\frac{3e^{-\pi s}}{s^2+4}\right\} = \frac{3}{2}u(t-\pi)\sin(2(t-\pi)). Combining the parts gives the solution y(t)=cos(2t)+32u(tπ)sin(2(tπ))y(t) = \cos(2t) + \frac{3}{2}u(t-\pi)\sin(2(t-\pi)). Note that sin(2(tπ))=sin(2t2π)=sin(2t)\sin(2(t-\pi)) = \sin(2t-2\pi) = \sin(2t), so an equivalent form is y(t)=cos(2t)+32u(tπ)sin(2t)y(t) = \cos(2t) + \frac{3}{2}u(t-\pi)\sin(2t).

Question 11

What is the Laplace transform of g(t)=t2δ(t4)g(t) = t^2 \delta(t-4)?

  1. e4se^{-4s}
  2. e4s2s3e^{-4s} \frac{2}{s^3}
  3. 1616
  4. 16e4s16e^{-4s} (correct answer)
Explanation: When you encounter a Laplace transform involving the Dirac delta function δ(ta)\delta(t-a), remember that this function has a special "sifting" property that simplifies calculations significantly. To find L{t2δ(t4)}\mathcal{L}\{t^2 \delta(t-4)\}, you need to use the key property of the delta function: 0f(t)δ(ta)estdt=f(a)eas\int_{0}^{\infty} f(t)\delta(t-a) e^{-st} dt = f(a)e^{-as} for a>0a > 0. This means the delta function "picks out" the value of f(t)f(t) at t=at = a. Here, f(t)=t2f(t) = t^2 and a=4a = 4, so the delta function evaluates t2t^2 at t=4t = 4, giving us f(4)=42=16f(4) = 4^2 = 16. The exponential term becomes e4se^{-4s}. Therefore: L{t2δ(t4)}=16e4s\mathcal{L}\{t^2 \delta(t-4)\} = 16e^{-4s} Let's examine why the other answers miss the mark. Choice A (e4se^{-4s}) forgot to evaluate t2t^2 at t=4t = 4 and only applied the shifting property. Choice B (e4s2s3e^{-4s} \frac{2}{s^3}) incorrectly tried to use the standard Laplace transform of t2t^2 (which is 2s3\frac{2}{s^3}) while applying the shifting theorem, but this approach doesn't work with delta functions. Choice C (1616) correctly evaluated t2t^2 at t=4t = 4 but forgot the exponential shifting factor e4se^{-4s}. Study tip: When you see delta functions in Laplace transforms, ignore the standard transform formulas for polynomials. Instead, use the sifting property: evaluate the non-delta part at the shift point and multiply by ease^{-as}.

Question 12

The solution to the initial value problem y+4y+5y=g(t)y'' + 4y' + 5y = g(t) with y(0)=0y(0)=0 and y(0)=0y'(0)=0 has the Laplace transform Y(s)=5e2s(s+2)2+1Y(s) = \frac{5e^{-2s}}{(s+2)^2+1}. What is the forcing function g(t)g(t)?

  1. δ(t2)\delta(t-2)
  2. 5u(t2)5u(t-2)
  3. 5u(t2)e2(t2)sin(t2)5u(t-2)e^{-2(t-2)}\sin(t-2)
  4. 5δ(t2)5\delta(t-2) (correct answer)
Explanation: When you encounter a differential equation problem involving Laplace transforms, your goal is to work backward from the given transform to find the forcing function. The key insight is recognizing how the transform properties reveal information about the original function. Given Y(s)=5e2s(s+2)2+1Y(s) = \frac{5e^{-2s}}{(s+2)^2+1}, you need to identify what produces this specific form. The exponential factor e2se^{-2s} is crucial—this represents the shifting property of Laplace transforms, which indicates a time delay or impulse at t=2t = 2. The denominator (s+2)2+1(s+2)^2+1 would normally correspond to functions involving e2tsin(t)e^{-2t}\sin(t) or e2tcos(t)e^{-2t}\cos(t). However, the exponential e2se^{-2s} in the numerator suggests we're dealing with a shifted impulse function rather than a continuous function. For an impulse function δ(ta)\delta(t-a), the Laplace transform is ease^{-as}. Here, 5δ(t2)5\delta(t-2) has transform 5e2s5e^{-2s}. When this impulse acts as the forcing function, the system's response involves the transfer function 1s2+4s+5=1(s+2)2+1\frac{1}{s^2+4s+5} = \frac{1}{(s+2)^2+1}, giving exactly the form shown. Choice A) δ(t2)\delta(t-2) is missing the factor of 5. Choice B) 5u(t2)5u(t-2) is a step function, not an impulse, and would produce 5e2ss\frac{5e^{-2s}}{s} in the numerator. Choice C) represents a shifted exponential sine function, which would have a more complex transform structure. Remember: exponential factors ease^{-as} in Laplace transforms typically signal either time shifts in continuous functions or impulses at t=at = a. Check the overall structure to distinguish between these cases.

Question 13

Find the solution to the initial value problem y+ω2y=δ(t)y'' + \omega^2 y = \delta(t), with initial conditions y(0)=0y(0)=0 and y(0)=0y'(0)=0.

  1. 1ω2(1cos(ωt))\frac{1}{\omega^2}(1-\cos(\omega t))
  2. sin(ωt)\sin(\omega t)
  3. 1ωsin(ωt)\frac{1}{\omega}\sin(\omega t) (correct answer)
  4. 00
Explanation: This problem involves solving a differential equation with a Dirac delta function, which represents an instantaneous impulse. When you see δ(t)\delta(t) on the right side of a differential equation, think about using the Laplace transform method, as it handles discontinuous functions elegantly. Taking the Laplace transform of y+ω2y=δ(t)y'' + \omega^2 y = \delta(t) with zero initial conditions gives us s2Y(s)+ω2Y(s)=1s^2Y(s) + \omega^2Y(s) = 1, where Y(s)=L{y(t)}Y(s) = \mathcal{L}\{y(t)\}. The Laplace transform of δ(t)\delta(t) is simply 1. Solving for Y(s)Y(s): Y(s)=1s2+ω2Y(s) = \frac{1}{s^2 + \omega^2}. Taking the inverse Laplace transform, we get y(t)=1ωsin(ωt)y(t) = \frac{1}{\omega}\sin(\omega t), which is answer C. Let's examine why the other options are incorrect. Option A, 1ω2(1cos(ωt))\frac{1}{\omega^2}(1-\cos(\omega t)), would be the solution if the forcing function were a unit step function rather than a delta function. Option B, sin(ωt)\sin(\omega t), is missing the crucial 1ω\frac{1}{\omega} factor that comes from the inverse Laplace transform. Option D suggests no response occurs, which contradicts the physical reality that an impulse input produces a response in any second-order system. Remember that delta function problems often involve impulse responses, and the Laplace transform is your best tool. The key insight is that L1{1s2+ω2}=1ωsin(ωt)\mathcal{L}^{-1}\left\{\frac{1}{s^2 + \omega^2}\right\} = \frac{1}{\omega}\sin(\omega t), not just sin(ωt)\sin(\omega t). Always include scaling factors when applying inverse transforms.

Question 14

A system is modeled by y+9y=g(t)y''+9y=g(t) with y(0)=0y(0)=0 and y(0)=0y'(0)=0. The system response is observed to be y(t)=43u(t1)sin(3(t1))y(t) = \frac{4}{3}u(t-1)\sin(3(t-1)) for t0t \ge 0. What is the forcing function g(t)g(t)?

  1. 4u(t1)4u(t-1)
  2. 4δ(t1)4\delta(t-1) (correct answer)
  3. 43sin(3(t1))\frac{4}{3}\sin(3(t-1))
  4. 4δ(t)4\delta(t)
Explanation: When you encounter a differential equation with a specific system response, you're working backwards from the solution to find the forcing function. This requires understanding how impulse functions and their responses relate. The key insight is recognizing what type of response y(t)=43u(t1)sin(3(t1))y(t) = \frac{4}{3}u(t-1)\sin(3(t-1)) represents. This is the response to an impulse at t=1t=1, not a continuous forcing function. The unit step function u(t1)u(t-1) indicates the response "turns on" at t=1t=1, and the sine term sin(3(t1))\sin(3(t-1)) shows oscillation at the natural frequency ω=3\omega = 3 (from y+9y=0y'' + 9y = 0 where ω2=9\omega^2 = 9). For the homogeneous equation y+9y=0y'' + 9y = 0, an impulse δ(t1)\delta(t-1) produces a response that begins oscillating at t=1t=1 with amplitude determined by the impulse strength. Since the impulse response has the form Aωu(t1)sin(ω(t1))\frac{A}{\omega}u(t-1)\sin(\omega(t-1)) where AA is the impulse magnitude, we have A3=43\frac{A}{3} = \frac{4}{3}, giving us A=4A = 4. Therefore, g(t)=4δ(t1)g(t) = 4\delta(t-1), which is choice B. Choice A (4u(t1)4u(t-1)) would produce a step response, not an oscillatory response. Choice C (43sin(3(t1))\frac{4}{3}\sin(3(t-1))) confuses the response with the forcing function. Choice D (4δ(t)4\delta(t)) places the impulse at the wrong time. Remember: when you see a suddenly-starting oscillatory response at the natural frequency, think impulse forcing at that moment, not continuous forcing.

Question 15

A system is described by the initial value problem y+3y=δ(t1)δ(t2)y' + 3y = \delta(t-1) - \delta(t-2), with y(0)=2y(0)=2. Find the value of y(3)y(3).

  1. e6e3+2e9e^{-6} - e^{-3} + 2e^{-9} (correct answer)
  2. e6e3e^{-6} - e^{-3}
  3. e6+2e9e^{-6} + 2e^{-9}
  4. e2e1+2e3e^{-2} - e^{-1} + 2e^{-3}
Explanation: First, solve the IVP using Laplace transforms. Let Y(s)=L{y(t)}Y(s) = \mathcal{L}\{y(t)\}. The transformed equation is sY(s)y(0)+3Y(s)=ese2ssY(s) - y(0) + 3Y(s) = e^{-s} - e^{-2s}. Substituting y(0)=2y(0)=2 gives (s+3)Y(s)2=ese2s(s+3)Y(s) - 2 = e^{-s} - e^{-2s}. Solving for Y(s)Y(s), we get Y(s)=2s+3+ess+3e2ss+3Y(s) = \frac{2}{s+3} + \frac{e^{-s}}{s+3} - \frac{e^{-2s}}{s+3}. Taking the inverse Laplace transform term by term yields y(t)=2e3t+u(t1)e3(t1)u(t2)e3(t2)y(t) = 2e^{-3t} + u(t-1)e^{-3(t-1)} - u(t-2)e^{-3(t-2)}. To find y(3)y(3), we substitute t=3t=3. Since 3>13>1 and 3>23>2, both Heaviside functions u(31)u(3-1) and u(32)u(3-2) are equal to 1. So, y(3)=2e3(3)+e3(31)e3(32)=2e9+e6e3y(3) = 2e^{-3(3)} + e^{-3(3-1)} - e^{-3(3-2)} = 2e^{-9} + e^{-6} - e^{-3}.

Question 16

The Laplace transform of the solution to y+by+cy=g(t)y'' + by' + cy = g(t) with y(0)=1,y(0)=1y(0)=1, y'(0)=-1 is Y(s)=s1s2+4s+83eπss2+4s+8Y(s) = \frac{s-1}{s^2+4s+8} - \frac{3e^{-\pi s}}{s^2+4s+8}. What is the forcing function g(t)g(t)?

  1. 43δ(tπ)-4 - 3\delta(t-\pi)
  2. 3δ(tπ)-3\delta(t-\pi)
  3. 4δ(t)3δ(tπ)-4\delta(t) - 3\delta(t-\pi) (correct answer)
  4. 4δ(t)3δ(tπ)4\delta(t) - 3\delta(t-\pi)
Explanation: When you encounter a differential equation with its Laplace transform solution already given, you're being asked to work backwards to find the forcing function. The key insight is using the relationship between the Laplace transform of the differential equation and its components. Taking the Laplace transform of y+by+cy=g(t)y'' + by' + cy = g(t) with initial conditions y(0)=1,y(0)=1y(0)=1, y'(0)=-1 gives: s2Y(s)sy(0)y(0)+b[sY(s)y(0)]+cY(s)=G(s)s^2Y(s) - sy(0) - y'(0) + b[sY(s) - y(0)] + cY(s) = G(s) Substituting the initial conditions: s2Y(s)s+1+b[sY(s)1]+cY(s)=G(s)s^2Y(s) - s + 1 + b[sY(s) - 1] + cY(s) = G(s) From the denominator s2+4s+8s^2 + 4s + 8 in the given solution, we identify b=4b = 4 and c=8c = 8. This gives us: (s2+4s+8)Y(s)s+14=G(s)(s^2 + 4s + 8)Y(s) - s + 1 - 4 = G(s) (s2+4s+8)Y(s)s3=G(s)(s^2 + 4s + 8)Y(s) - s - 3 = G(s) Substituting the given Y(s)=s1s2+4s+83eπss2+4s+8Y(s) = \frac{s-1}{s^2+4s+8} - \frac{3e^{-\pi s}}{s^2+4s+8}: G(s)=(s1)3eπss3=43eπsG(s) = (s-1) - 3e^{-\pi s} - s - 3 = -4 - 3e^{-\pi s} Since L[δ(t)]=1\mathcal{L}[\delta(t)] = 1 and L[δ(tπ)]=eπs\mathcal{L}[\delta(t-\pi)] = e^{-\pi s}, we have g(t)=4δ(t)3δ(tπ)g(t) = -4\delta(t) - 3\delta(t-\pi). Choice A omits the impulse at t=0t=0. Choice B omits both the magnitude and location of the first impulse. Choice D has incorrect signs for both impulses. Strategy tip: When working backwards from Laplace transforms, always use the differential equation structure to set up your algebra systematically, and remember that exponential factors like ease^{-as} correspond to time delays in delta functions.

Question 17

The Laplace transform of h(t)=2δ(t1)cos(3t)h(t) = 2\delta(t-1) \cos(3t) is:

  1. L{h(t)}=2ss2+9\mathcal{L}\{h(t)\} = \frac{2s}{s^2 + 9}
  2. L{h(t)}=2escos(3)\mathcal{L}\{h(t)\} = 2e^{-s}\cos(3) (correct answer)
  3. L{h(t)}=2sess2+9\mathcal{L}\{h(t)\} = \frac{2se^{-s}}{s^2 + 9}
  4. L{h(t)}=2esss2+9\mathcal{L}\{h(t)\} = 2e^{-s}\frac{s}{s^2 + 9}
Explanation: The correct answer is B. Using the property L{δ(ta)f(t)}=easf(a)\mathcal{L}\{\delta(t-a)f(t)\} = e^{-as}f(a), we have L{2δ(t1)cos(3t)}=2escos(31)=2escos(3)\mathcal{L}\{2\delta(t-1)\cos(3t)\} = 2e^{-s}\cos(3 \cdot 1) = 2e^{-s}\cos(3). Choice A ignores the delta function shift and treats it as a regular cosine transform. Choice C incorrectly attempts to combine the shift theorem with the cosine transform formula. Choice D incorrectly applies the Laplace transform of cosine after the shift, rather than evaluating the cosine at the shift point.

Question 18

Which of the following expressions represents the derivative of the Heaviside step function u(ta)u(t-a) in terms of the Dirac delta function?

  1. ddtu(ta)=δ(t)δ(a)\frac{d}{dt}u(t-a) = \delta(t) - \delta(a)
  2. ddtu(ta)=δ(ta)\frac{d}{dt}u(t-a) = \delta(t-a) (correct answer)
  3. ddtu(ta)=u(ta)δ(ta)\frac{d}{dt}u(t-a) = u(t-a)\delta(t-a)
  4. ddtu(ta)=δ(t+a)\frac{d}{dt}u(t-a) = \delta(t+a)
Explanation: The correct answer is B. The derivative of the Heaviside step function u(ta)u(t-a) is the Dirac delta function δ(ta)\delta(t-a). This fundamental relationship shows that the delta function represents an instantaneous unit impulse at t=at=a, which is exactly what happens when the step function jumps from 0 to 1. Choice A incorrectly suggests a difference of delta functions. Choice C incorrectly multiplies the step function with the delta function, which would always be zero since they don't overlap. Choice D has the wrong sign in the argument of the delta function.

Question 19

The function p(t)=δ(t2)δ(t4)p(t) = \delta(t-2) - \delta(t-4) represents the difference of two impulses. What is L1{P(s)s+3}\mathcal{L}^{-1}\left\{\frac{P(s)}{s+3}\right\} where P(s)=L{p(t)}P(s) = \mathcal{L}\{p(t)\}?

  1. L1{P(s)s+3}=13e3t[u(t2)u(t4)]\mathcal{L}^{-1}\left\{\frac{P(s)}{s+3}\right\} = \frac{1}{3}e^{-3t}[u(t-2) - u(t-4)]
  2. L1{P(s)s+3}=13[e3(t2)u(t2)e3(t4)u(t4)]\mathcal{L}^{-1}\left\{\frac{P(s)}{s+3}\right\} = \frac{1}{3}[e^{-3(t-2)}u(t-2) - e^{-3(t-4)}u(t-4)]
  3. L1{P(s)s+3}=e3(t2)u(t2)e3(t4)u(t4)\mathcal{L}^{-1}\left\{\frac{P(s)}{s+3}\right\} = e^{-3(t-2)}u(t-2) - e^{-3(t-4)}u(t-4) (correct answer)
  4. L1{P(s)s+3}=[e3(t2)e3(t4)]u(t2)\mathcal{L}^{-1}\left\{\frac{P(s)}{s+3}\right\} = [e^{-3(t-2)} - e^{-3(t-4)}]u(t-2)
Explanation: When you encounter problems involving delta functions and Laplace transforms, you need to systematically apply the properties of impulse functions and the convolution theorem (or equivalently, the multiplication property in the s-domain). First, find the Laplace transform of p(t)=δ(t2)δ(t4)p(t) = \delta(t-2) - \delta(t-4). Using the shifting property of delta functions: P(s)=e2se4sP(s) = e^{-2s} - e^{-4s}. Now you need L1{P(s)s+3}=L1{e2se4ss+3}\mathcal{L}^{-1}\left\{\frac{P(s)}{s+3}\right\} = \mathcal{L}^{-1}\left\{\frac{e^{-2s} - e^{-4s}}{s+3}\right\}. This splits into two terms: L1{e2ss+3}L1{e4ss+3}\mathcal{L}^{-1}\left\{\frac{e^{-2s}}{s+3}\right\} - \mathcal{L}^{-1}\left\{\frac{e^{-4s}}{s+3}\right\}. Since L1{1s+3}=e3t\mathcal{L}^{-1}\left\{\frac{1}{s+3}\right\} = e^{-3t}, applying the second shifting theorem gives us: L1{eass+3}=e3(ta)u(ta)\mathcal{L}^{-1}\left\{\frac{e^{-as}}{s+3}\right\} = e^{-3(t-a)}u(t-a). Therefore: L1{P(s)s+3}=e3(t2)u(t2)e3(t4)u(t4)\mathcal{L}^{-1}\left\{\frac{P(s)}{s+3}\right\} = e^{-3(t-2)}u(t-2) - e^{-3(t-4)}u(t-4), which is answer C. Answer A incorrectly factors out e3te^{-3t} and uses the wrong form for shifted functions. Answer B includes an incorrect factor of 13\frac{1}{3}, likely from confusing integration with the transform process. Answer D incorrectly combines the unit step functions, losing the individual switching behavior at t=4t=4. Remember: when you see easF(s)G(s)\frac{e^{-as}F(s)}{G(s)}, first find L1{F(s)G(s)}\mathcal{L}^{-1}\left\{\frac{F(s)}{G(s)}\right\}, then apply the shifting theorem to get the final result with proper unit step functions.

Question 20

Consider the function f(t)=3δ(t2)+5δ(t4)f(t) = 3\delta(t-2) + 5\delta(t-4). If g(t)=0tf(τ)dτg(t) = \int_{0}^{t} f(\tau) d\tau, what is the value of g(5)g(5)?

  1. g(5)=8g(5) = 8 (correct answer)
  2. g(5)=5g(5) = 5
  3. g(5)=3g(5) = 3
  4. g(5)=15g(5) = 15
Explanation: The correct answer is A. Since g(t)=0tf(τ)dτ=0t[3δ(τ2)+5δ(τ4)]dτg(t) = \int_{0}^{t} f(\tau) d\tau = \int_{0}^{t} [3\delta(\tau-2) + 5\delta(\tau-4)] d\tau, we evaluate this integral by using the property that abδ(tc)dt=1\int_{a}^{b} \delta(t-c) dt = 1 if a<c<ba < c < b, and 0 otherwise. For g(5)g(5), the interval is [0,5][0,5], which contains both impulses at t=2t=2 and t=4t=4. Therefore, g(5)=31+51=8g(5) = 3 \cdot 1 + 5 \cdot 1 = 8. Choice B incorrectly includes only the second impulse. Choice C incorrectly includes only the first impulse. Choice D incorrectly multiplies by the impulse locations.