\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}

Describe the streamlines of the following velocity field.

$\un{v}(x,y) = x^2\un{i} -y\un{j}$


\textbf{Answer}

The field lines satisfy $\frac{dx}{x^2} = -\frac{dy}{y}$.

So they are given by $\ln |y| = \frac{1}{x} + \ln |C|$, or
equivalently, $y=Ce^{1/2}$.

\end{document}

