Problem 4 (Resonance) Search for "Tacoma Narrows bridge collapse" on YouTube, and watch any of the top results. This bridge collapsed due to a phenomenon called resonance, in which a system is driven at its natural frequency, and the amplitude of the oscillation becomes extremely large. To use an everyday example, think of pushing a child on a swing every time she comes back to you, so that the child goes higher and higher. Clearly, resonance can be extremely dangerous, and engineers design structures to avoid resonance. In this problem, you will simulate the simple harmonic oscillator being driven at its natural frequency by solving the following initial-value problem: ẍ + ω²x = f₀ sin(ωt), x(0) = 0, ẁ(0) = 0 (a) (15 points) Using the definition of the Laplace transform, show that ℒ [t cos(ωt)] = (s² - ω²) / (s² + ω²)² Hint: This is very similar to finding the Laplace transforms of cos(ωt) and sin(ωt). (b) (5 points) Show that ℒ [(sin(ωt) - ωt cos(ωt)) / 2ω³] = 1 / (s² + ω²)² Hint: You can avoid using the definition of the Laplace transform by using the linearity of the Laplace transform and the following transforms that we have already derived: ℒ [sin(ωt)] = ω / (s² + ω²), ℒ [t cos(ωt)] = (s² - ω²) / (s² + ω²)² (c) (15 points) Using Laplace transforms, solve (3) for x(t). Hint: You will use (5). (d) (5 points) Plot x(t) versus t for the following parameters: ω = 1 rad/s, f₀ = 1 m/s². Comment on your results. Do you observe resonance?