Code: Select all
\documentclass[10pt]{article}
\usepackage[inner=1.125in, outer=1in, top=1in, bottom=1in]{geometry}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{lmodern}
\usepackage{commath}
\raggedbottom
\begin{document}
\section*{\textsf{Series of increasing powers}}
\begin{align}
S &= 1+2+x^2+x^3+\ldots+x^n\\
x\times S &= x+x^2+x^3+ \ldots x^n + x^(n+1)\\
\end{align}
\end{document}