2

$$y'' + 100y = \frac{1}{3} \cos(bx) $$

with $$ y(0) = 0$$ and $$ y'(0) = 0.1$$

I believe the homogenous (general) solution is $$\frac{1}{100} \sin(10x)$$

however I am having trouble finding the inhomogeneous (particular) solution as well as the values of b at which resonance will occur (I think these two are intertwined).

J. Cricks
  • 515

3 Answers3

1

We have that for

$$y''+\omega_0^2y=0 \implies y=A\cos(\omega_0 t+\phi)$$

therefore in that case $\omega_0=10$ and resonance occurs for $b=10$.

user
  • 154,566
1

The general solution to the homogeneous equation is $A\sin (10x)+B\cos (10x)$. A particular solution to the inhomogeneous equation is $c \cos (bx)$ for a suitable $c$. Can you take it from here?

0

The resonance is a plant characteristic. The plant has transfer function $G(s) = \frac{1}{s^2+10^2}$ so the resonance occurs when the stimulating frequency is $b = 10$

Cesareo
  • 33,252