\documentclass[12pt]{article}
\newcommand{\ds}{\displaystyle}
\newcommand{\pl}{\partial}
\newcommand{\dy}{\frac{dy}{dx}}
\parindent=0pt
\begin{document}

{\bf Question}

Determine if the functions in the following sets are linearly
independent.
\begin{enumerate}

\item The set $1$, $x$, $x^2$.

\item The set $\cos x$, $\sin x \qquad (*)$

\end{enumerate}


\vspace{0.25in}

{\bf Answer}
\begin{enumerate}

\item Consider the Wronskian for the functions $1$, $x$, $x^2$. $$
W(x)=\left|\begin{array}{ccc}
             1 & x & x^2\\
         0 & 1 & 2x\\
             0 & 0 & 2
    \end{array}\right| = 2
$$ Hence since $W\not\equiv 0$ the functions are linearly
independent.

\item
Consider the Wronskian for the functions $\sin x$, $\cos x$. $$
W(x)=\left|\begin{array}{cc}
             \sin x & \cos x \\
         \cos x & -\sin x
    \end{array}\right| = -\sin^2x - \cos^2x = -1
$$ Hence since $W\not\equiv 0$ the functions are linearly
independent.

\end{enumerate}


\end{document}
