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*}
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top