Question
Finding a particular solution for constant forcing resonance
Original question: Consider the mechanical system modelled by the differential equation where is the forcing function. It has homogeneous solution .
(a) If the force applied is constant , determine the particular solution .
Expert Verified Solution
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
with homogeneous solution
The coefficient 9 tells us the natural frequency is 3. To find a particular solution for a constant force , we use the fact that a constant forcing term usually suggests trying a constant trial solution.
Try a constant particular solution
Assume
Then
Substitute into the differential equation:
So
Therefore the particular solution is
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 , then and , 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 , so no modification is needed.
The complete solution would be
That is the standard forced oscillator solution with constant input.
Pitfalls the pros know 👇 A common error is to guess instead of solving for the actual constant. Another mistake is to think any forcing term automatically requires multiplication by . That only happens when the trial function overlaps with the homogeneous solution. Since is not part of or , the constant trial works without adjustment. Also, be careful not to carry over the symbol from the homogeneous solution in the prompt; the independent variable here is , so the final answer should be written in consistently.
What if the problem changes? If the forcing were linear, say , then the appropriate trial would be a linear polynomial , provided it does not overlap with the homogeneous solution. If the equation were changed to , the same method would give . If the coefficient of were changed to instead of , 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).