Posts

Showing posts from January 4, 2026

Limits of function of two variables

Limits of Functions of Two Variables Limits of Functions of Two Variables Definition Let f(x,y) be defined in a neighborhood of the point (a,b) , except possibly at the point itself. We say the limit of f(x,y) as (x,y) → (a,b) is L, and write: lim (x,y)→(a,b) f(x,y) = L if for every ε>0, there exists δ>0 such that: 0 < √((x-a)² + (y-b)²) < δ ⇒ |f(x,y)-L| < ε Intuitive Explanation The value of f(x,y) gets closer to L as (x,y) approaches (a,b) from any direction. The limit must be the same along all paths approaching (a,b). Examples Example 1 Function: f(x,y) = x + y Find: lim (x,y)→(1,2) f(x,y) Solution: f(1,2) = 1 + 2 = 3 Answer: 3 Example 2 Function: f(x,y) = xy / (x² + y²) Find: lim (x,y)→(0,0) f(x,y) Solution: Along y=0: f(x,0)=0 Along x=0: f(0,y)=0 Along y=x: f(x,x)=1/2 Answer: Limit does not exist (different values along different paths) Example 3 Function: f(x,y) = x² + y² Find: lim (x,y)→(1,1) f(x,y) ...

Function of Two variable:

  Function of Two variable: Let u be a symbol which has a definite value for every pair of values of x and y, then u is called a function of two independent variable x and y and is written as u=f(x,y)   Function of Two Variables – Graphical Representation A function of two variables is written as: z = f(x, y) 1. General 3D Graph z | | • | • | • | • |•____________ y / / x Explanation: This shows a surface in 3D space where z depends on x and y. 2. Plane Surface (z = x + y) z | | / | / | / |/________ y / / x Application: Cost, temperature variation. 3. Paraboloid (z = x² + y²) z | __|__ / | \ / | \ /_______|_______\ y | x Application: Heat distribution, potential energy. 4....

Calculus of Several Variables

 Calculus of Several Variables Table of Content                 1 Functions of two variables               2 Limits of function of two variables              3 Continuity of function of two variables               4 Partial derivatives               5 Partial derivatives              6 Partial derivatives               7 Total derivatives              8 Total derivatives              9 Maxima and minima .        ...