Solution to Coupled Second Order ODE's

QuantumLollipop
Messages
7
Reaction score
0

Homework Statement


[/B]
I'm trying to 'solve' two coupled second order ODE's with the intent of putting them in state space. My specific problem is more complex and includes additional equations which are irrelevant. Essentially I can solve the problem if I know the solution to this. x1 and x2 are time dependent variables and A-H are constant coefficients.

I initially thought I could simply plug x2 into x1's equation to obtain one equation and then x1 into x2's to obtain the other equation. However, I feel like this would create a redundant state space matrix which would be otherwise useless. Really all I need is these two in reduced state space

Homework Equations



upload_2015-9-29_16-33-18.png

[/B]

The Attempt at a Solution



upload_2015-9-29_17-6-16.png
 

Attachments

  • upload_2015-9-29_17-6-6.png
    upload_2015-9-29_17-6-6.png
    9.4 KB · Views: 1,201
Last edited by a moderator:
Physics news on Phys.org
This looks like a correct approach. Is there a question?

Incidentally, these are coupled ODEs, not PDEs.

Chet
 
Chestermiller said:
Incidentally, these are coupled ODEs, not PDEs.
Now fixed
 
  • Like
Likes Chestermiller
I was just wondering if this was a valid approach to state space from two second order equations to four first orders. I appreciate the input and if this is valid then all is well. Thanks! Ah yes , most definitely ODE's, I must have mis-typed the 'O'... twice.
 
QuantumLollipop said:
I was just wondering if this was a valid approach to state space from two second order equations to four first orders. I appreciate the input and if this is valid then all is well. Thanks! Ah yes , most definitely ODE's, I must have mis-typed the 'O'... twice.
You should be made aware that there is a standard way of analytically solving a set of linear coupled first order ODEs like this.

You should also be made aware that the method you so cleverly developed so far (no sarcasm intended) is also a standard method of analyzing coupled higher order ODEs. Welcome to the world of "reinventing the wheel." I've personally visited that world lots of times.

Chet
 
  • Like
Likes Hypercube
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