I have an equation:
$$y^{(4)}(x)-C_1\ u(x)y''(x) = C_2\ \delta(x)$$
where u(x) is the unit step function (centered at 0), δ(x) is the Dirac Delta function, and C1 and C2 are constants
I'm looking to try and solve this differential equation, and my first instinct is to turn it into a piecewise equation, but I'm not sure what to do about the Dirac Delta function. What do I do?
The singularity is at zero, so you just break it into two parts:
And then once you've obtained the complete solution on each of the two regions, you then look for which pairs of functions can be assembled into something that satisfies the required condition near $x=0$.