\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}

Explain how the function
$$f(x,y) = \frac{x^3-y^3}{x-y}, \ \ \ (x\ne y)$$
can be defined along the line $y=x$, so that it becomes continuous at
all points of the $xy$-plane.


\textbf{Answer}

$$f(x,y) = \frac{x^3-y^3}{x-y} = x^2+xy+y^2$$
if $x\ne y$.

But $x^2+xy+y^2 =3x^2$ on the line $y=x$.

Therefore define $f(x,x)=3x^2$ and the function will equal $x^2+xy+y^2$
at all points. It will therefore be continuous at all points.

\end{document}