Limits and Continuity

by John Hebron, SFU, October 1999

Example 1: Different limit along x=0 and y=0.

> f1:=(x^2-y^2)/(x^2+y^2);

[Maple Math]

The 3-D plot of f1


Example 2: Different limit along x=0 and y=x.

> f2:=x*y/(x^2+y^2);

[Maple Math]

The 3-D plot of f2


Example 3: Different limit along y=mx and x=y^2.

> f3:=x*y^2/(x^2+y^4);

[Maple Math]

The 3-D plot of f3


Example 4: A function continuous on r>1 in cylindrical coordinates.

Note that to plot this function in cylindrical coordinates, it must be specified in parametric form as [r, theta, z(r,theta)]. This is equivalent to example 10, section 12.2, page 756 of the textbook.

> f4:=[r,theta,ln(r^2-1)];

[Maple Math]

The plot of f4 in cylindrical coordinates


  • Download the Maple worksheet.


    SFU / Math & Stats / ~hebron / math251 / lec_notes / lec14maple / index.html

    Revised 26 October 1999 by John Hebron.