OK, I feel I'm getting a few steps in the right direction, but I'm not completely sure where I'm headed.
This is what I think so far:
Particular solution:
y_p = \frac{sin(t)}{3}Homogeneous solution
y_h = 4 \frac{dy}{dx} + 3y = 0
Converting the derivate io \lambda and the variable (y) into 1:
y_h = 4 \lambda +3 = 0
\lambda = -\frac{3}{4}
OK now. The first thing I am uncertain of is where to use \lambda.
So let's just try something:
Since the inhomogeneous part is k sin (\alpha x) the
guessed form of the homogeneous part would be K cos (\alpha x) + M sin (\alpha x)
(referring to
http://en.wikipedia.org/wiki/Method...ents#Typical_forms_of_the_particular_integral )
Now, since the \alpha is used the same way I am used to use \lambda, I am going to try to put lambda where alpha is.K cos (-\frac{3}{4} t) + M sin (-\frac{3}{4} t)And I need both parts here, that is y(t) = y_p + y_h
Thus:
y(0) = 0 = \frac{sin(t)}{3} + K cos (-\frac{3}{4} t) + M sin (-\frac{3}{4} t)
Because t = 0, most parts say poof and disappear.
That is, leaving me with 0 = K because cos(0) = 1
Now it looks like I have to dig another step down to find the M coefficient.
That means that I have to find y'(0), and that's where I get really unsure of what to do..