When I complie the following code using TeXnicCenter. The first equation is centred on the page while the group of 5 equations in the next "equation section" are all left justified.
Why is this?
I would like all my equations to be left justified. Can soeone please expalin how I can achive this.
Code: Select all
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\parskip = 1pc %change spacing between paragraphs
\parindent = 0pc %change paragraph indentation
\section{Stochastic Calculus Exam}
\subsection{Question 1a}
\begin{equation*}
dX_t = kX_t dt + \sigma dW_t \qquad x_0=x \in \Re
\end{equation*}
Take the homogeneous part:
\begin{equation*}
\ dX_t &= kX_t dt \\ \\
\frac{dX_t}{X_t}&= kdt\\ \\
\int_0^t \frac{dX_s}{X_s} &= k \int_0^t ds \\ \\
\ln{X_t}-\ln{X_0} &= kt + C \\ \\
X_t &= C \exp^{kt}
\end{equation*}
C is found to be $x$ from the intial conditions.
\begin{equation*}
\tilde{X_t} = x \exp^{kt}
\end{equation*}
Integrating factor $q_t = ( \frac{ \tilde{X_t} }{X_0})^{-1} = \exp^{-kt} $
Auxilliary Function $ F_t = q_tX_t = X_t \exp^{-kt} $
Applying Ito to $F_t$