Double Integration: Polar form

Double Integration in Polar Coordinates

Animated Step-by-Step Solutions


Example 1: Area of Circle $x^2+y^2 \le 4$

Evaluate: $$\iint_R 1 \, dA$$

▶ Show Detailed Solution

Step 1: Convert to Polar Coordinates

$x = r\cos\theta$, $y = r\sin\theta$

$x^2+y^2 = r^2$

$dA = r\,dr\,d\theta$

Step 2: Limits

$0 \le r \le 2$, $0 \le \theta \le 2\pi$

Step 3: Integral

$$ \int_0^{2\pi}\int_0^2 r\,dr\,d\theta $$

$$ \int_0^2 r\,dr = \frac{r^2}{2}\Big|_0^2 = 2 $$

$$ \int_0^{2\pi} 2\,d\theta = 4\pi $$

Final Answer: $4\pi$


Example 2: Quarter Circle Integral

Evaluate: $$\iint_R (x^2+y^2)\, dA$$

▶ Show Detailed Solution

Step 1: $x^2+y^2 = r^2$

Limits:

$0 \le r \le 3$

$0 \le \theta \le \frac{\pi}{2}$

$$ \int_0^{\pi/2}\int_0^3 r^3\,dr\,d\theta $$

$$ \int_0^3 r^3 dr = \frac{81}{4} $$

$$ \frac{81}{4} \cdot \frac{\pi}{2} = \frac{81\pi}{8} $$

Final Answer: $\frac{81\pi}{8}$


Example 3: Annular Region

Evaluate: $$\iint_R 1\,dA$$

▶ Show Detailed Solution

Region: $1 \le r \le 2$, $0 \le \theta \le 2\pi$

$$ \int_0^{2\pi}\int_1^2 r\,dr\,d\theta $$

$$ \int_1^2 r dr = \frac{3}{2} $$

$$ \frac{3}{2}\cdot 2\pi = 3\pi $$

Final Answer: $3\pi$


Example 4: Cardioid $r=1+\cos\theta$

▶ Show Detailed Solution

$$ \int_0^{2\pi}\int_0^{1+\cos\theta} r^2\,dr\,d\theta $$

$$ \int_0^{1+\cos\theta} r^2 dr = \frac{(1+\cos\theta)^3}{3} $$

Expand and integrate term-wise over $0$ to $2\pi$.

Final Answer: $\frac{5\pi}{2}$


Example 5: Gaussian Integral

▶ Show Detailed Solution

$$ \iint_{\mathbb{R}^2} e^{-(x^2+y^2)}\,dA $$

$$ = \int_0^{2\pi}\int_0^\infty e^{-r^2} r\,dr\,d\theta $$

Let $u=r^2$, $du=2rdr$

$$ \int_0^\infty e^{-r^2}r\,dr = \frac{1}{2} $$

$$ \frac{1}{2}\cdot 2\pi = \pi $$

Final Answer: $\pi$


Like, Subscribe and Share for More Mathematics Lectures

Assignment 1

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)$

$$ f_x=2-y^2 $$ $$ f_y=-3-2xy $$ At $(-2,1)$: $$ f_x=1,\quad f_y=1 $$ Second derivatives: $$ f_{xx}=0 $$ $$ f_{xy}=-2y $$ $$ f_{yy}=-2x $$ At $(-2,1)$: $$ f_{xx}=0,\quad f_{xy}=-2,\quad f_{yy}=4 $$

Final Answer: $(1,1,0,-2,4)$

III. $f(x,y)=e^{2y}\cos(2x)$

First derivatives: $$ f_x=-2e^{2y}\sin(2x) $$ $$ f_y=2e^{2y}\cos(2x) $$ Second derivatives: $$ f_{xx}=-4e^{2y}\cos(2x) $$ $$ f_{xy}=-4e^{2y}\sin(2x) $$ $$ f_{yy}=4e^{2y}\cos(2x) $$

All derivatives verified.

IV. $f(x,y,z)=(x^2+y^2+z^2)^{-1/2}$

Let $r^2=x^2+y^2+z^2$ First derivatives: $$ f_x=\frac{-x}{(x^2+y^2+z^2)^{3/2}} $$ $$ f_y=\frac{-y}{(x^2+y^2+z^2)^{3/2}} $$ $$ f_z=\frac{-z}{(x^2+y^2+z^2)^{3/2}} $$ Second derivatives: $$ f_{xx}=\frac{2x^2-y^2-z^2}{(x^2+y^2+z^2)^{5/2}} $$ $$ f_{yy}=\frac{2y^2-x^2-z^2}{(x^2+y^2+z^2)^{5/2}} $$ $$ f_{zz}=\frac{2z^2-x^2-y^2}{(x^2+y^2+z^2)^{5/2}} $$ $$ f_{xy}=\frac{3xy}{(x^2+y^2+z^2)^{5/2}} $$

All derivatives verified.

V. $f(x,y)=\ln\sqrt{x^2+y^2}$

Rewrite: $$ f=\frac12\ln(x^2+y^2) $$ First derivatives: $$ f_x=\frac{x}{x^2+y^2} $$ $$ f_y=\frac{y}{x^2+y^2} $$ Second derivatives: $$ f_{xx}=\frac{y^2-x^2}{(x^2+y^2)^2} $$ $$ f_{yy}=\frac{x^2-y^2}{(x^2+y^2)^2} $$ $$ f_{xy}=\frac{-2xy}{(x^2+y^2)^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.

Assignment: Probability and Statistics Basic

Sticky Ad Probability Problems with Detailed Solutions Click each question to expand the detailed interpretation and solution. ...