Solving x1 and x2 with 4 & 5 Equations

  • Thread starter Thread starter goodname
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
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

[tex]\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}[/tex]

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

[tex]\begin{align*}<br /> \frac{dx_1}{dt} &= a x_1 + b x_2 + e \\<br /> \frac{dx_2}{dt} &= c x_1 + d x_2 + f<br /> \end{align*}[/tex]