CPL.Luke said:
actually all but one of those equations for y are of the form Ae^at by eulers identity, and my mistake by not mentioning constant coeficients.
as for the derivation of "variation of parameters" I just checked my book to ensure that I didn't have any horrible misconceptions about it, yet my book agrees with me that variation of arameters yields one unique particular solution for any non-homogenous system, perhaps your definition of unique is different then mine, personally I would define it as being unique with respect to any set of initial conditions.
either that or your referring to the way the simpifying assumptions were constructed.
How can you do that when you don't apply the initial conditions to a "specific solution"? The "undetermined constants" appear in the general solution to the homogeneous equation. Yes, it is true that the value of those coefficients will depend on the "particular solution". But given any initial conditions, you can find values for the coefficients no matter what particular solution you happened to use. There exist an infinite number of solutions to the equation. "Variation of parameters" gives one of them.
For example: Solve y"- y= f(t) for some given function f(t).
The characteristic equation is r
2- 1= 0 which gives r= 1 and r= -1. That tells us that the general solution to the equation y"- y= 0 must be of the form y= Ce
t+ De
-t.
"Variation of parameters" suggests that we find a solution of the form
y= u(t)e
t+ v(t)e
-t. (In other words the "parameters" or constants in the solution are allowed to vary.) How do we know that we can do that? Well, ANY function can be written in that form for SOME u and v! In fact, there are an infinite number of ways that can be done: choose any function you want for u(t) and then solve the algebraic equation y= u(t)e
t+ ve
-t for v.
From y= ue
t+ ve
-t we get y'= u'e
t+ ue
t+ v'e
-t- ve
-t. Now, we require that
u'e
t+ v'e
-t= 0. How do we know that it is 0? We don't, we
require that it be equal to 0! There are an infinite number of functions u and v which will work. We are reducing our search to only those that satisfy u'e
t+ v'e
-t= 0 in order to simplify the calculations.
Because of that requirement, we have y'= ue
t- ve
-t and so y"= u'e
t+ ue
t-v'e
-t+ ve
-t. Now put that into our differential equation y"- y= u'e
t+ ue
t-v'e
-t+ ve
-t- ue
t- ve
-t= f(t). That has no u" or v" because of our "restriction" above. But since e
t and e
-t satisfy the homogeneous equation so the terms involving only u and v also cancel. This reduces to u'e
t- v'e
-t= f(t). This is a single algebraic equation for the two variables u' and v'. We also have the "requirement" above: u'e
t+ v'e
-t= 0. Solve those two equations for u' and v' and integrate to find u and v. The fact that u(t)e
t+ v(t)e
-t satisfies the equation follows from the fact that u' and v' satisfy the equations above.
alright I remember the fundamental theory now , and I can see its limitations, the course I took on differential equations didn't spend much time on it.