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

\begin{document}

3体問題 - 実習その3

\section*{f=3.0　のパラメーターにて}

\begin{tabular}{|l|cccccccc|} \hline
$x_{3}$&1.1&1.3&1.4&1.5&1.8&1.836&2.0&3.0 \\ \hline
factor=3.0&×&×&×&○&○&○&○&○ \\ \hline
\end{tabular}
\\

 以下に3つの天体の軌道を図が出てくるが、すべての図において、赤色のプロットは中心星の軌道を、黄緑色のプロットは1つ目の惑星を、青色のプロットは2つ目の惑星の軌道を示している。上の表の結果にもあるように、$x_{3} = 1.1$から$x_{3} = 1.4$までの図1〜図3までが不安定な軌道を惑星がとっており、$x_{3} = 1.5$からの図4以降では安定な軌道を惑星が保っている。$x_{3} = 1.836$以降の図は省略した。\\

\begin{figure}[htbp]
\begin{tabular}{cc}
\begin{minipage}{0.5\hsize}
\begin{center}
\includegraphics[bb=0 0 426 496,width=5cm]{f3.0xp3_1.1.png}
\caption{$f=3.0 , x_{3}=1.1$での軌道}
\label{fig:winter}
\end{center}
\end{minipage}
\begin{minipage}{0.5\hsize}
\begin{center}
\includegraphics[bb=0 0 426 496,width=5cm]{f3.0xp3_1.3.png}
\caption{$f=3.0 , x_{3}=1.3$での軌道}
\label{fig:fall}
\end{center}
\end{minipage}
\end{tabular}
\begin{minipage}{0.5\hsize}
\begin{center}
\includegraphics[bb=0 0 426 496,width=5cm]{f3.0xp3_1.4.png}
\caption{$f=3.0 , x_{3}=1.4$での軌道}
\label{fig:fall}
\end{center}
\end{minipage}
\end{figure}

\begin{figure}
\begin{center}
\includegraphics[bb=0 0 426 496,width=10cm]{f3.0xp3_1.5.png}
\caption{$f=3.0 , x_{3}=1.5$での軌道}
\label{fig:winter}
\end{center}
\begin{center}
\includegraphics[bb=0 0 426 496,width=10cm]{f3.0xp3_1.8.png}
\caption{$f=3.0 , x_{3}=1.8$での軌道}
\label{fig:fall}
\end{center}
\end{figure}

\end{document}
