﻿\documentclass{jsarticle}
\usepackage[dvipdfm]{graphicx}

\begin{document}

3体問題 - 実習その3


\section*{おまけ}
以下の図5〜図7では$f = 4.0 , x_{3} = 1.4$のデータを使って、惑星の軌道がどのように不安定となって現れてくるかを、プログラムの計算回数のステップで場合分けて見ることにした。惑星が安定な楕円軌道から飛び出していくことが時間を追ったように図が5,6,7と進む流れで見て取れる。
\\　他の不安定軌道をとる設定の図を作成するときのステップにも注目してみると、ステップで区切ることは、設定したパラメータが軌道をより不安定にしやすいものであるほど、少ないステップで不安定だと分かる図が作成できるということが分かった。

\begin{figure}[htbp]
\begin{tabular}{cc}
\begin{minipage}{0.5\hsize}
\begin{center}
\includegraphics[bb=0 0 426 496,width=5cm]{f4.0xp3_1.4_1.png}
\caption{  $f=4.0 , x_{3}=1.4$  ,  16200001ステップでの軌道}
\label{fig:winter}
\end{center}
\end{minipage}
\begin{minipage}{0.5\hsize}
\begin{center}
\includegraphics[bb=0 0 426 496,width=5cm]{f4.0xp3_1.4_2.png}
\caption{  $f=4.0 , x_{3}=1.4$  ,  18300001ステップでの軌道}
\label{fig:fall}
\end{center}
\end{minipage}
\end{tabular}
\begin{minipage}{0.5\hsize}
\begin{center}
\includegraphics[bb=0 0 426 496,width=5cm]{f4.0xp3_1.4_3.png}
\caption{  $f=4.0 , x_{3}=1.4$  ,  22150001ステップでの軌道}
\label{fig:fall}
\end{center}
\end{minipage}
\end{figure}

\end{document}
