Instead of using arrows to represent a planar vector field, one sometimes uses families of curves called field lines. A curve $y = y(x)$ is a field line of the vector field $F(x, y)$ if at each point $(x_0, y_0)$ on the curve, $F(x_0, y_0)$ is tangent to the curve.
- Show that the field lines $y = y(x)$ of a vector field $F(x,y) = P(x,y)i + Q(x,y)j$ are solutions to the differential equation $dy/dx = Q/P$.
- Find the field lines of $F(x, y) = yi + xj$.
If $y(x)$ is a field line, this means that at every $x$ you have that $F(x,y)$ is colinear with the derivative of $(x,y(x))$, which is $(1,y'(x))$. So for each $x$ there is a number $\alpha(x)$ such that $$ (P(x,y(x)),Q(x,y(x)))=\alpha(x)\,(1,y'(x)). $$ Thus $$ P(x,y(x))=\alpha(x),\ \ \ Q(x,y(x))=\alpha(x)\,y'(x)=P(x,y(x))\,y'(x). $$ Thus $$ y'(x)=\frac{Q(x,y(x))}{P(x,y(x))}. $$ When $$ F(x,y)=(y,x), $$ the differential equation becomes $$ y'=\frac{x}{y}, $$ with solution $y=\sqrt{x^2+y(x_0)^2-x_0^2}$ when $y>0$ and $y=-\sqrt{x^2+y(x_0)^2-x_0^2}$ when $y<0$.