Solving Sys of Difeq: Matrix, Eigen Values, Det, Calculus, Algebra

  • Thread starter Thread starter marmot
  • Start date Start date
  • Tags Tags
    Systems
marmot
Messages
55
Reaction score
1

Homework Statement


http://img412.imageshack.us/img412/6463/difeq.jpg


Homework Equations



Matrix maniupation, egein values, determinant, etc

The Attempt at a Solution



Well, at first I tried the formulaic way, i.e. finding the eigenvalue through the determinant, but it gave me zero and worse when plugged in it gives zero for x1 and x2.

It seems it is too simple to use matrixes here so Instead I just tried it the old fashioned way - i.e. solving for the system through calculus and algebra.

So

x1'=-20x1
x2'=-10x1

So I solved for x1 because it seemed pretty straightforward and it was, I got:

x1=8exp(-20t)

which is correct

So now I try plugging it in x2' and integrating dx2/dt and I get

x2-8=2exp(-20t)/5-2/5

which should give

x2=2exp(-20t)/5-2/5+8

However this is wrong. can someone help me with this?
 
Last edited by a moderator:
Physics news on Phys.org
When you plugged in x1, you forgot to multiply by -10 and your integration came out incorrectly.

Also, an eigenvalue of 0 is perfectly acceptable. It's simply a constant solution.
 
Last edited:
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