Solving x1 and x2 with 4 & 5 Equations

  • Thread starter Thread starter goodname
  • Start date Start date
goodname
Messages
25
Reaction score
0
can we solve x1 and x2 using the below quations? if so how?

4(dx1/dt)+5(x1)-2(dx2/dt)=10

-2(dx1/dt)+5(x2)-4(dx2/dt)=0
 
Physics news on Phys.org
Start by solving for dx1/dt and dx2/dt in terms of x1 and x2. Then use the substitution u(t) = x(t)-2 to get rid of the constant terms. You should end up with

\begin{pmatrix}\dot{u}(t) \\ \dot{x}_2(t)\end{pmatrix} = \begin{pmatrix} -1 & 1/2 \\ 1/2 & 1 \end{pmatrix}\begin{pmatrix} u(t) \\ x_2(t) \end{pmatrix}

You can solve that system using the usual methods.
 
sorry, i cannot understand..
 
Well, as per the forum rules, you need to show some effort at trying to solve the problem on your own. Start by solving for dx1/dt and dx2/dt in terms of x1 and x2. In other words, find the constants a, b, c, d, e, and f such that

\begin{align*}<br /> \frac{dx_1}{dt} &amp;= a x_1 + b x_2 + e \\<br /> \frac{dx_2}{dt} &amp;= c x_1 + d x_2 + f<br /> \end{align*}
 
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