\documentclass[a4paper,12pt]{article}
\newcommand{\ds}{\displaystyle}
\usepackage{epsfig}
\begin{document}
\parindent=0pt

\begin{center}
\textbf{Partial Differentiation}

\textit{\textbf{Limits}}
\end{center}

\textbf{Question}

Evaluate the given limit. If the limit does not
exist, explain why.

$$ \lim_{(x,y)\to(1,2)} \frac{2x^2-xy}{4x^2-y^2}$$


\textbf{Answer}

The fraction is not defined on points of the line $y=2x$.

Therefore it cannot have a limit at $(1,2)$. But cancelling $2x-y$ gives 

$\ds \lim_{(x,y)\to(1,2)}
\frac{2x^2-xy}{4x^2-y^2}=\lim_{(x,y)\to(1,2)} \frac{x}{2x+ y}=\frac{1}{4}$


\end{document}