Coupled differential equations for charged particles

SgrA*
Messages
16
Reaction score
0
Hello,

I wanted to study the behaviour of electrons in a spatially bounded system. I want to have a larger number of electrons, but I took 3 to start with and arrived at this system of coupled equations:
\begin{align}\begin{bmatrix}<br /> \mathbf{\ddot{x_{1}}}\\ \\<br /> \mathbf{\ddot{x_{2}}}\\ \\<br /> \mathbf{\ddot{x_{3}}}<br /> \end{bmatrix} = \frac{1}{4\pi\epsilon_0} \begin{bmatrix}<br /> \frac{q_1 q_2}{m_1} &amp; \frac{q_1 q_3}{m_1} \\ \\<br /> \frac{q_2 q_1}{m_2} &amp; \frac{q_2 q_3}{m_2} \\ \\<br /> \frac{q_3 q_1}{m_3} &amp; \frac{q_3 q_2}{m_3} \\<br /> \end{bmatrix} \begin{bmatrix}<br /> \frac{\mathbf{r_{12}}}{|r_{12}^{3}|} &amp;<br /> \frac{\mathbf{r_{21}}}{|r_{21}^{3}|} &amp;<br /> \frac{\mathbf{r_{31}}}{|r_{31}^{3}|}\\ \\<br /> <br /> \frac{\mathbf{r_{13}}}{|r_{13}^{3}|} &amp;<br /> \frac{\mathbf{r_{23}}}{|r_{23}^{3}|} &amp;<br /> \frac{\mathbf{r_{32}}}{|r_{32}^{3}|}<br /> \end{bmatrix}\end{align}<br />
I'm not sure how to solve it: I've only solved the coupled mass problem by diagonalization, but I had a 2x2 matrix there. What method can I use to solve this system?

Thanks!
 
Physics news on Phys.org
Are you trying to solve the three-body problem? It does not have an analytical solution.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top