\documentclass[a4paper,12pt]{article}
\usepackage{epsfig}
\newcommand{\un}{\underline}
\begin{document}
\parindent=0pt


\begin{center}
\textbf{Vector Fields}

\textit{\textbf{Scalar and Vector Fields}}
\end{center}

\textbf{Question}

Determine the field lines of the following polar vector field.

$\un{F} = \un{\hat{r}} + \theta\un{\hat{\theta}}$


\textbf{Answer}

The field lines satisfy $dr = r \frac{d\theta}{\theta}$, or
$\frac{dr}{r}=\frac{d\theta}{\theta}$.

So the field lines are the spirals $r = C\theta$.


\end{document}

