Limits of Functions of Several Variables
Solved Examples with Collapsible Solutions
The following problems illustrate different techniques used to evaluate limits of multivariable functions, including direct substitution, algebraic simplification, polar coordinates, and the path method.
Example 1
$$ \lim_{(x,y)\to(0,0)} \frac{3x^2 - y^2 + 5}{x^2 + y^2 + 2} $$Click to View Solution
Since numerator and denominator are continuous at $(0,0)$, substitute directly:
$$ \text{Numerator} = 5 $$ $$ \text{Denominator} = 2 $$ $$ \boxed{\text{Limit} = \frac{5}{2}} $$Example 2
$$ \lim_{(x,y)\to(0,0)} \frac{x^2 - xy}{\sqrt{x}-\sqrt{y}} $$Click to View Solution
Factor the numerator: $$ x^2 - xy = x(x-y) $$ Use the identity: $$ x-y = (\sqrt{x}-\sqrt{y})(\sqrt{x}+\sqrt{y}) $$ After cancellation: $$ = x(\sqrt{x}+\sqrt{y}) $$ As $(x,y)\to(0,0)$: $$ \boxed{\text{Limit} = 0} $$Example 3
$$ \lim_{(x,y)\to(0,0)} \frac{4xy^2}{x^2+y^2} $$Method 1: Polar Coordinates
Let: $$ x=r\cos\theta, \quad y=r\sin\theta $$ Then, $$ \frac{4(r\cos\theta)(r^2\sin^2\theta)}{r^2} = 4r\cos\theta\sin^2\theta $$ As $r\to0$: $$ \boxed{\text{Limit} = 0} $$Method 2: Path Method (y = mx)
Substitute $y=mx$: $$ \frac{4x(mx)^2}{x^2+(mx)^2} = \frac{4m^2x^3}{x^2(1+m^2)} = \frac{4m^2x}{1+m^2} $$ Taking limit as $x\to0$: $$ \boxed{\text{Limit} = 0} $$ Since the result is independent of $m$, the limit exists.Example 4
$$ \lim_{(x,y,z)\to\left(-\frac14,\frac{\pi}{2},2\right)} \tan^{-1}(xyz) $$Click to View Solution
Since $\tan^{-1}$ is continuous, substitute directly: $$ xyz = \left(-\frac14\right)\left(\frac{\pi}{2}\right)(2) = -\frac{\pi}{4} $$ $$ \boxed{\text{Limit} = \tan^{-1}\left(-\frac{\pi}{4}\right)} $$Example 5
$$ \lim_{(x,y)\to(0,0)} \frac{3x^2y}{x^2+y^2} $$Method 1: Polar Coordinates
Using $x=r\cos\theta$, $y=r\sin\theta$: $$ = \frac{3(r^2\cos^2\theta)(r\sin\theta)}{r^2} = 3r\cos^2\theta\sin\theta $$ As $r\to0$: $$ \boxed{\text{Limit} = 0} $$Method 2: Path Method (y = mx)
Substitute $y=mx$: $$ \frac{3x^2(mx)}{x^2+(mx)^2} = \frac{3mx^3}{x^2(1+m^2)} = \frac{3mx}{1+m^2} $$ As $x\to0$: $$ \boxed{\text{Limit} = 0} $$ Independent of $m$ ⇒ limit exists.Final Answers
- Example 1 → $\frac{5}{2}$
- Example 2 → $0$
- Example 3 → $0$
- Example 4 → $\tan^{-1}(-\pi/4)$
- Example 5 → $0$
Question 2: Discuss the Continuity of the following functions at given points.
Solved Problems with Collapsible Solutions
To check continuity at (0,0), we verify whether: $$ \lim_{(x,y)\to(0,0)} f(x,y) = f(0,0) $$ If the limit does not exist or is not equal to the function value, then the function is not continuous at (0,0).
Problem I
$$ f(x,y)= \begin{cases} \dfrac{2x^2y}{x^4+y^2}, & (x,y)\ne(0,0) \\ 0, & (x,y)=(0,0) \end{cases} $$Click to View Solution
Take the path $y=mx^2$: Numerator: $$ 2x^2(mx^2)=2mx^4 $$ Denominator: $$ x^4+m^2x^4=x^4(1+m^2) $$ Thus, $$ f(x,y)=\frac{2m}{1+m^2} $$ This depends on $m$. Example: - If $m=0$, limit = 0 - If $m=1$, limit = 1 Since limit depends on path, it does not exist. $$ \boxed{\text{Not Continuous at } (0,0)} $$Problem II
$$ f(x,y)= \begin{cases} \dfrac{2xy}{x^2+y^2}, & (x,y)\ne(0,0) \\ 0, & (x,y)=(0,0) \end{cases} $$Click to View Solution
Take the path $y=mx$: $$ f(x,y)=\frac{2mx^2}{x^2(1+m^2)} =\frac{2m}{1+m^2} $$ This depends on $m$. Therefore, the limit does not exist. $$ \boxed{\text{Not Continuous at } (0,0)} $$Problem III
$$ f(x,y)= \begin{cases} \dfrac{x^2-y^2}{x^2+y^2}, & (x,y)\ne(0,0) \\ 0, & (x,y)=(0,0) \end{cases} $$Click to View Solution
Take the path $y=mx$: $$ \frac{x^2-m^2x^2}{x^2+m^2x^2} = \frac{1-m^2}{1+m^2} $$ Different values for different $m$: - If $m=0$, limit = 1 - If $m=1$, limit = 0 Hence limit does not exist. $$ \boxed{\text{Not Continuous at } (0,0)} $$Problem IV
$$ f(x,y)= \begin{cases} \cos\!\left(\dfrac{x^3-y^3}{x^2+y^2}\right), & (x,y)\ne(0,0) \\ 1, & (x,y)=(0,0) \end{cases} $$Click to View Solution
Use polar coordinates: $$ x=r\cos\theta, \quad y=r\sin\theta $$ Then, $$ \frac{x^3-y^3}{x^2+y^2} = r(\cos^3\theta-\sin^3\theta) $$ As $r\to0$: $$ r(\cos^3\theta-\sin^3\theta)\to0 $$ Thus, $$ \cos(0)=1 $$ Since limit equals function value: $$ \boxed{\text{Continuous at } (0,0)} $$Problem V
$$ f(x,y)= \begin{cases} \dfrac{x^3y}{x^2+y^2}, & (x,y)\ne(0,0) \\ 0, & (x,y)=(0,0) \end{cases} $$Click to View Solution
Use polar coordinates: $$ x=r\cos\theta, \quad y=r\sin\theta $$ Then, $$ \frac{r^3\cos^3\theta \cdot r\sin\theta}{r^2} = r^2\cos^3\theta\sin\theta $$ As $r\to0$: $$ \to0 $$ Since limit equals $f(0,0)=0$: $$ \boxed{\text{Continuous at } (0,0)} $$Final Results Summary
- Problem I → Not Continuous
- Problem II → Not Continuous
- Problem III → Not Continuous
- Problem IV → Continuous
- Problem V → Continuous
Like, Subscribe and Share for More Mathematics Content
Question 3: Find First and Second Order Partial Derivatives.
I. $f(x,y)=1-x+y-3x^2y$ at $(1,2)$
Step 1: First Order Derivatives
$$ f_x = \frac{\partial}{\partial x}(1-x+y-3x^2y) = -1-6xy $$ $$ f_y = \frac{\partial}{\partial y}(1-x+y-3x^2y) = 1-3x^2 $$At $(1,2)$:
$$ f_x(1,2)=-1-6(1)(2)=-13 $$ $$ f_y(1,2)=1-3(1)^2=-2 $$Step 2: Second Order Derivatives
$$ f_{xx}=-6y,\quad f_{xy}=-6x,\quad f_{yy}=0 $$ At $(1,2)$: $$ f_{xx}=-12,\quad f_{xy}=-6,\quad f_{yy}=0 $$Final Answer: $(-13,-2,-12,-6,0)$
II. $f(x,y)=4+2x-3y-xy^2$ at $(-2,1)$
Final Answer: $(1,1,0,-2,4)$
III. $f(x,y)=e^{2y}\cos(2x)$
All derivatives verified.
IV. $f(x,y,z)=(x^2+y^2+z^2)^{-1/2}$
All derivatives verified.
V. $f(x,y)=\ln\sqrt{x^2+y^2}$
All derivatives verified.
Q-4
Ifxx yy zz = c, show that zxy = −[x log(e x)]−1 when x = y = z.
Click to View Detailed Solution
Taking logarithm:
x log x + y log y + z log z = log c
Differentiating partially w.r.t x:
log x + 1 + (log z + 1) zx = 0
⇒ zx = − (log x + 1)/(log z + 1)
Again differentiating w.r.t y:
zxy = − 1/[x(log x + 1)]
At x = y = z:
zxy = −1 / [x log(e x)] ✔ Verified
Q-5
If z = loge(ex + ey), show that rt − s² = 0
Click to View Detailed Solution
Let r = zxx, s = zxy, t = zyy
First derivatives:
zx = ex / (ex + ey)
zy = ey / (ex + ey)
Second derivatives:
r = exey / (ex + ey)²
s = − exey / (ex + ey)²
t = exey / (ex + ey)²
Therefore:
rt − s² = A² − (−A)² = 0 ✔ Verified
Q-6
If w = rm, prove that wxx + wyy + wzz = m(m+1) rm−2
Click to View Detailed Solution
Given r² = x² + y² + z²
w = rm
wx = m rm−2 x
wxx = m rm−2 + m(m−2)x² rm−4
Similarly for y and z.
Adding:
wxx + wyy + wzz
= 3m rm−2 + m(m−2)r² rm−4
= m(m+1) rm−2 ✔ Verified
Q-7
If u = loge(x² + y²) + tan−1(y/x), prove uxx + uyy = 0
Click to View Detailed Solution
u = log(x²+y²) + tan⁻¹(y/x)
ux = 2x/(x²+y²) − y/(x²+y²)
uy = 2y/(x²+y²) + x/(x²+y²)
After second differentiation and simplification:
uxx + uyy = 0 ✔ Verified
This shows u is harmonic.
Q-8
If u = eaθ cos(a log r), prove:
d²u/dr² + (1/r)du/dr + (1/r²)d²u/dθ² = 0
Click to View Detailed Solution
Compute derivatives in polar form.
ur = −(a/r)eaθ sin(a log r)
urr = (a²/r²)eaθ cos(a log r)
uθθ = −a² eaθ cos(a log r)
Substitute into Laplace operator in polar coordinates:
All terms cancel ⇒ 0 ✔ Verified
Q-9
If v = f(r,s,t) and r = x/y, s = y/z, t = z/x, prove x vx + y vy + z vz = 0
Click to View Detailed Solution
Using chain rule:
vx = fr (∂r/∂x) + ft (∂t/∂x)
Similarly for y, z.
After multiplying and adding:
All terms cancel ⇒ 0 ✔ Verified
This shows homogeneity of degree zero.
Q-10
If x = eu cos v, y = eu sin v, prove:
I. x zx + y zy = e2u zu
II. (zx)² + (zy)² = e−2u[(zu)² + (zv)²]
Click to View Detailed Solution
Using chain rule:
zx = zu ux + zv vx
ux = cos v / eu, vx = − sin v / eu
After substitution and simplification:
I. xzx + yzy = e2u zu ✔
II. (zx)² + (zy)² = e−2u[(zu)² + (zv)²] ✔
This is transformation to polar-exponential coordinates.
No comments:
Post a Comment