import numpy as np
import [Link] as plt
omega_n = 1
omega = [Link](0,1.5, 100)
z_var = [Link](0, 1, 11)
[Link](figsize=(5, 10))
for z in z_var:
H = ((1 - (omega**2 / omega_n**2))**2 + (2 * z * omega / omega_n)**2) ** -0.5
[Link](omega, H, label=f'zeta = {z:.2f}')
[Link](r'Frequência Normalizada (ω/$ω_{n}$)')
[Link]('Resposta Normalizada ($x_{p}$ /$x_{st}$)')
[Link]('Resposta em Frequência de Marcílio Quintela')
[Link]()
[Link]()
[Link]()
𝑤
• For low frequencies ≪ 1 : the structure smoothly follows the external excitation;
𝑤𝑛
𝑤
• For frequencies ≈ 1: the system may exhibit a resonance peak if the damping is low 𝜁 ≈ 0;
𝑤𝑛
𝑤
• For very high frequencies ≫ 1: the system's response decreases rapidly, and the structure
𝑤𝑛
cannot follow the excitation due to damping.