Calculus/Polar Integration

From testwiki
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 straightforward as integrating the function f(x) .

Proof

In creating the concept of integration, we used Riemann sums of rectangles to approximate the area under the curve. However, with polar graphs, one can use sectors of circles with radius r and angle measure dθ . The area of each sector is then πr2dθ2π and the sum of all the infinitesimally small sectors' areas is: 12abr2dθ , This is the form to use to integrate a polar expression of the form r=f(θ) where (a,f(a)) and (b,f(b)) are the ends of the curve that you wish to integrate.

Integral calculus

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

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

Template:Math
The region R is approximated by n sectors (here, n = 5).

This result can be found as follows. First, the interval [a,b] is divided into n subintervals, where n is an arbitrary positive integer. Thus θ, the length of each subinterval, is equal to ba (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 origin, radius ri=f(θi) , central angle δθ , and arc length riδθ . The area of each constructed sector is therefore equal to 12ri2δθ . Hence, the total area of all of the sectors is

Template:Math

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 integral.

Generalization

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

Template:Math

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:

Template:Math

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

The formula for the area of R mentioned above is retrieved by taking g 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

Template:Organize section

Template:Math

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

Template:Math

Putting this back into the equation, we get

Template:Math

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π .

Template:Math

An interesting example

A less intuitive application of polar integration yields the Gaussian integral

Template:Math

Try it! (Hint: multiply ex2dx and ey2dy .)

Template:BookCat