Calculus/Polar Integration

From testwiki
Revision as of 23:29, 1 November 2007 by imported>Mo Anabre (An interesting example)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

Integrating a polar equation requires a different approach than integration under the Cartesian system, hence yielding a different formula, which is not as straight forward as integrating the function f(x).

Proof

In creating the concept of integration, we used riemann sums on rectangles to approximate the area under the curve. However, with polar graphs, one must use triangles that start from the origin, and have a radius ending on the curve. If you don't mind skipping the proof, this is the form to use to integrate polar equations:

12abr(θ)2 dθ

Whereas the (a,r(a)) and (b,r(b)) are the ends of the curve that you wish to integrate.

Integral calculus

The integration region R is bounded by the curve r(θ) and the rays θ = a and θ = b.

Let R denote the region enclosed by a curve r(θ) and the rays θ = a and θ = b, where 0 < b − a < 2π. Then, the area of R is

12abr(θ)2dθ.
The region R is approximated by n sectors (here, n = 5).

This result can be found as follows. First, the interval [ab] is divided into n subintervals, where n is an arbitrary positive integer. Thus Δθ, the length of each subinterval, is equal to b − a (the total length of the interval), divided by n, the number of subintervals. For each subinterval i = 1, 2, …, n, let θi be the midpoint of the subinterval, and construct a circular sector with the center at the pole, radius ri), central angle Δθ and arc length r(θi)Δθ. The area of each constructed sector is therefore equal to 12r(θi)2Δθ. Hence, the total area of all of the sectors is

i=1n12r(θi)2Δθ.

As the number of subintervals n is increased, the approximation of the area continues to improve. In the limit as n → ∞, the sum becomes the Riemann sum for the above integral.

Generalization

Using Cartesian coordinates, an infinitesimal area element can be calculated as dA = dx dy. The substitution rule for multiple integrals states that, when using other coordinates, the Jacobian determinant of the coordinate conversion formula has to be considered:

J=det(x,y)(r,θ)=|xrxθyryθ|=|cosθrsinθsinθrcosθ|=rcos2θ+rsin2θ=r.

Hence, an area element in polar coordinates can be written as

dA=Jdrdθ=rdrdθ.

Now, a function that is given in polar coordinates can be integrated as follows:

Rf(r,θ)dA=ab0r(θ)f(r,θ)rdrdθ.

Here, R is the same region as above, namely, the region enclosed by a curve r(θ) and the rays θ = a and θ = b.

The formula for the area of R mentioned above is retrieved by taking f identically equal to 1.

Applications

Polar integration is often useful when the corresponding integral is either difficult or impossible to do with the Cartesian coordinates. For example, let's try to find the area of the closed unit circle. That is, the area of the region enclosed by x2+y2=1.

In Cartesian

111x21x2dydx=2111x2dx

In order to evaluate this, one usually uses trigonometric substitution. By setting sin(θ)=x, we get both cos(θ)=1x2 and cos(θ)dθ=dx.

1x2dx=cos2(θ)dθ=(12+12cos(2θ))dθ=θ2+14sin(2θ)=θ2+12sin(θ)cos(θ)=arcsin(x)2+x1x22

Putting this back into the equation, we get

2111x2dx=2[arcsin(x)2+x1x22]11=arcsin(1)arcsin(1)=π

In Polar

To integrate in polar coordinates, we first realize r=x2+y2=1=1 and in order to include the whole circle, a=0 and b=2π

02π01rdrdθ=02π[r22]01dθ=02π12dθ=[θ2]02π=2π2=π

An interesting example

A less intuitive application of polar integration yields the Gaussian integral

ex2dx=π.

Try it! (Hint: multiply ex2dx and ey2dy)