Question

Finding a particular solution for constant forcing resonance

Original question: Consider the mechanical system modelled by the differential equation d2ydt2+9y=f(t)\frac{d^2y}{dt^2}+9y=f(t) where f(t)f(t) is the forcing function. It has homogeneous solution yh(t)=Acos(3x)+Bsin(3x)y_h(t)=A\cos(3x)+B\sin(3x).

(a) If the force applied is constant f(t)=a0f(t)=a_0, determine the particular solution yp(t)y_p(t).

Expert Verified Solution

thumb_up100%(1 rated)

Key takeaway: This problem asks for a particular solution to a second-order linear differential equation with constant forcing, using the method of undetermined coefficients and the idea of resonance.

Recognize the differential equation structure

We are given

d2ydt2+9y=f(t),\frac{d^2y}{dt^2}+9y=f(t),

with homogeneous solution

yh(t)=Acos(3t)+Bsin(3t).y_h(t)=A\cos(3t)+B\sin(3t).

The coefficient 9 tells us the natural frequency is 3. To find a particular solution for a constant force f(t)=a0f(t)=a_0, we use the fact that a constant forcing term usually suggests trying a constant trial solution.

Try a constant particular solution

Assume

yp(t)=C.y_p(t)=C.

Then

yp(t)=0,yp(t)=0.y_p'(t)=0,\qquad y_p''(t)=0.

Substitute into the differential equation:

0+9C=a0.0+9C=a_0.

So

C=a09.C=\frac{a_0}{9}.

Therefore the particular solution is

yp(t)=a09.\boxed{y_p(t)=\frac{a_0}{9}}.

Why this works and what it means physically

A constant forcing function acts like a steady displacement. Since the system is not being driven at its natural frequency, there is no resonance issue. The particular solution is just a constant offset from equilibrium.

You can verify it directly: if y(t)=a09y(t)=\frac{a_0}{9}, then y=0y''=0 and 9y=a09y=a_0, so the equation is satisfied exactly.

Common method and resonance check

The method of undetermined coefficients asks you to match the forcing shape with a trial form. For a polynomial of degree 0, the trial is a constant, unless that constant duplicates a homogeneous solution. Here, constants are not in yhy_h, so no modification is needed.

The complete solution would be

y(t)=Acos(3t)+Bsin(3t)+a09.y(t)=A\cos(3t)+B\sin(3t)+\frac{a_0}{9}.

That is the standard forced oscillator solution with constant input.


Pitfalls the pros know 👇 A common error is to guess yp(t)=a0y_p(t)=a_0 instead of solving for the actual constant. Another mistake is to think any forcing term automatically requires multiplication by tt. That only happens when the trial function overlaps with the homogeneous solution. Since 11 is not part of cos(3t)\cos(3t) or sin(3t)\sin(3t), the constant trial works without adjustment. Also, be careful not to carry over the symbol xx from the homogeneous solution in the prompt; the independent variable here is tt, so the final answer should be written in tt consistently.

What if the problem changes? If the forcing were linear, say f(t)=a0+a1tf(t)=a_0+a_1t, then the appropriate trial would be a linear polynomial yp(t)=At+By_p(t)=At+B, provided it does not overlap with the homogeneous solution. If the equation were changed to y+9y=9a0y''+9y=9a_0, the same method would give yp=a0y_p=a_0. If the coefficient of yy were changed to 44 instead of 99, the constant-forcing approach would still work, but the denominator in the final constant would change from 9 to 4. These variants show that the trial shape follows the forcing, while the coefficient in the differential equation determines the scaling.

Tags: undetermined coefficients, forced oscillator, homogeneous solution

FAQ

How do you choose a trial solution for constant forcing in a differential equation?

For constant forcing, try a constant particular solution y_p=C unless that form already appears in the homogeneous solution. Substitute it into the equation and solve for C.

Why is there no resonance problem for a constant forcing term here?

Resonance occurs when the forcing frequency matches the natural frequency of the homogeneous solution. A constant force has zero frequency, so it does not match the oscillatory modes cos(3t) and sin(3t).

chat