Trying to use variation of parameters

Unassuming
Messages
165
Reaction score
0
Consider, x' = x + 3y^3
y' = -3y

I am trying to use the fundamental matrix, F(t), and 3y^3 as my g(t) in order to plug into the variation of parameters formula...

Xp = F(t) * \integral{ F(t)^-1 * g(t) } ,

Am I going about this the wrong way?

I am trying to get something in a form that I recognize, like

X&#039; = \begin{pmatrix}1 &amp; 0 \\ 0 &amp; -3\end{pmatrix} <br /> <br /> \begin{pmatrix}C_1 \\ C_2\end{pmatrix} <br /> <br /> + \begin{pmatrix} 3y^3 \\ 0 \end{pmatrix} <br /> <br />

Can I make that work?
 
Physics news on Phys.org
Um, what does variation of parameters got to do with this one? Your system of DE isn't linear to begin with; look at the DE for x'
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top