Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Polar coordinate system

From Wikipedia, the free encyclopedia
(Redirected fromRadial, transverse, normal)
Coordinates comprising a distance and an angle
Points in the polar coordinate system with poleO and polar axisL. In green, the point with radial coordinate 3 and angular coordinate 60 degrees or (3, 60°). In blue, the point (4, 210°).

Inmathematics, thepolar coordinate system specifies a givenpoint in aplane by using a distance and an angle as its twocoordinates. These are

  • the point's distance from a reference point called thepole, and
  • the point's direction from the pole relative to the direction of thepolar axis, aray drawn from the pole.

The distance from the pole is called theradial coordinate,radial distance or simplyradius, and the angle is called theangular coordinate,polar angle, orazimuth.[1] The pole is analogous to the origin in aCartesian coordinate system.

Polar coordinates are most appropriate in any context where the phenomenon being considered is inherently tied to direction and length from a center point in a plane, such asspirals. Planar physical systems with bodies moving around a central point, or phenomena originating from a central point, are often simpler and more intuitive to model using polar coordinates.

The polar coordinate system is extended to three dimensions in two ways: thecylindrical coordinate system adds a second distance coordinate, and thespherical coordinate system adds a second angular coordinate.

Grégoire de Saint-Vincent andBonaventura Cavalieri independently introduced the system's concepts in the mid-17th century, though the actual termpolar coordinates has been attributed toGregorio Fontana in the 18th century. The initial motivation for introducing the polar system was the study ofcircular andorbital motion.

History

[edit]
See also:History of trigonometry
Hipparchus

The concepts of angle and radius were already used by ancient peoples of the first millenniumBC. TheGreek astronomer andastrologerHipparchus (190–120 BC) created a table ofchord functions giving the length of the chord for each angle, and there are references to his using polar coordinates in establishing stellar positions.[2] InOn Spirals,Archimedes describes theArchimedean spiral, a function whose radius depends on the angle. The Greek work, however, did not extend to a full coordinate system.

From the 8th century AD onward, astronomers developed methods for approximating and calculating the direction toMecca (qibla)—and its distance—from any location on the Earth.[3] From the 9th century onward they were usingspherical trigonometry andmap projection methods to determine these quantities accurately. The calculation is essentially the conversion of theequatorial polar coordinates of Mecca (i.e. itslongitude andlatitude) to its polar coordinates (i.e. its qibla and distance) relative to a system whose reference meridian is thegreat circle through the given location and the Earth's poles and whose polar axis is the line through the location and itsantipodal point.[4]

There are various accounts of the introduction of polar coordinates as part of a formal coordinate system. The full history of the subject is described inHarvard professorJulian Lowell Coolidge'sOrigin of Polar Coordinates.[5] Grégoire de Saint-Vincent and Bonaventura Cavalieri independently introduced the concepts in the mid-seventeenth century. Saint-Vincent wrote about them privately in 1625 and published his work in 1647, while Cavalieri published his in 1635 with a corrected version appearing in 1653. Cavalieri first used polar coordinates to solve a problem relating to the area within anArchimedean spiral.Blaise Pascal subsequently used polar coordinates to calculate the length ofparabolic arcs.

InMethod of Fluxions (written 1671, published 1736), SirIsaac Newton examined the transformations between polar coordinates, which he referred to as the "Seventh Manner; For Spirals", and nine other coordinate systems.[6] In the journalActa Eruditorum (1691),Jacob Bernoulli used a system with a point on a line, called thepole andpolar axis respectively. Coordinates were specified by the distance from the pole and the angle from thepolar axis. Bernoulli's work extended to finding theradius of curvature of curves expressed in these coordinates.

The actual termpolar coordinates has been attributed toGregorio Fontana and was used by 18th-century Italian writers. The term appeared inEnglish inGeorge Peacock's 1816 translation ofLacroix'sDifferential and Integral Calculus.[7][8]Alexis Clairaut was the first to think of polar coordinates in three dimensions, andLeonhard Euler was the first to actually develop them.[5]

Conventions

[edit]
A polar grid with several angles, increasing in counterclockwise orientation and labelled in degrees

The radial coordinate is often denoted byr orρ, and the angular coordinate byφ,θ, ort. The angular coordinate is specified asφ byISO standard31-11, now80000-2:2019. However, in mathematical literature the angle is often denoted by θ instead.

Angles in polar notation are generally expressed in eitherdegrees orradians (2π rad being equal to 360°). Degrees are traditionally used innavigation,surveying, and many applied disciplines, while radians are more common in mathematics and mathematicalphysics.[9]

The angleφ is defined to start at 0° from areference direction, and to increase for rotations in eitherclockwise (cw) or counterclockwise (ccw) orientation. For example, in mathematics, the reference direction is usually drawn as aray from the pole horizontally to the right, and the polar angle increases to positive angles for ccw rotations, whereas in navigation (bearing,heading) the 0°-heading is drawn vertically upwards and the angle increases for cw rotations. The polar angles decrease towards negative values for rotations in the respectively opposite orientations.

Uniqueness of polar coordinates

[edit]

Adding any number of fullturns (360°) to the angular coordinate does not change the corresponding direction. Similarly, any polar coordinate is identical to the coordinate with the negative radial component and the opposite direction (adding 180° to the polar angle). Therefore, the same point (r,φ) can be expressed with an infinite number of different polar coordinates(r,φ +n × 360°) and(−r,φ + 180° +n × 360°) = (−r,φ + (2n + 1) × 180°), wheren is an arbitraryinteger.[10] Moreover, the pole itself can be expressed as (0, φ) for any angleφ.[11]

Where a unique representation is needed for any point besides the pole, it is usual to limitr to positive numbers (r > 0) andφ to either theinterval[0, 360°) or the interval(−180°, 180°], which in radians are[0, 2π) or(−π, π].[12] Another convention, in reference to the usualcodomain of thearctan function, is to allow for arbitrary nonzero real values of the radial component and restrict the polar angle to(−90°, 90°]. In all cases a unique azimuth for the pole (r = 0) must be chosen, e.g.,φ = 0.

Converting between polar and Cartesian coordinates

[edit]
A diagram illustrating the relationship between polar and Cartesian coordinates.

The polar coordinatesr andφ can be converted to the Cartesian coordinatesx andy by using thetrigonometric functions sine and cosine:

x=rcosφ,y=rsinφ.{\displaystyle {\begin{aligned}x&=r\cos \varphi ,\\y&=r\sin \varphi .\end{aligned}}}

The Cartesian coordinatesx andy can be converted to polar coordinatesr andφ withr ≥ 0 andφ in the interval (−π,π] by:[13]r=x2+y2=hypot(x,y)φ=atan2(y,x),{\displaystyle {\begin{aligned}r&={\sqrt {x^{2}+y^{2}}}=\operatorname {hypot} (x,y)\\\varphi &=\operatorname {atan2} (y,x),\end{aligned}}}where hypot is thePythagorean sum andatan2 is a common variation on thearctangent function defined asatan2(y,x)={arctan(yx)if x>0arctan(yx)+πif x<0 and y0arctan(yx)πif x<0 and y<0π2if x=0 and y>0π2if x=0 and y<0undefinedif x=0 and y=0.{\displaystyle \operatorname {atan2} (y,x)={\begin{cases}\arctan \left({\frac {y}{x}}\right)&{\mbox{if }}x>0\\\arctan \left({\frac {y}{x}}\right)+\pi &{\mbox{if }}x<0{\mbox{ and }}y\geq 0\\\arctan \left({\frac {y}{x}}\right)-\pi &{\mbox{if }}x<0{\mbox{ and }}y<0\\{\frac {\pi }{2}}&{\mbox{if }}x=0{\mbox{ and }}y>0\\-{\frac {\pi }{2}}&{\mbox{if }}x=0{\mbox{ and }}y<0\\{\text{undefined}}&{\mbox{if }}x=0{\mbox{ and }}y=0.\end{cases}}}

Ifr is calculated first as above, then this formula forφ may be stated more simply using thearccosine function:φ={arccos(xr)if y0 and r0arccos(xr)if y<0undefinedif r=0.{\displaystyle \varphi ={\begin{cases}\arccos \left({\frac {x}{r}}\right)&{\mbox{if }}y\geq 0{\mbox{ and }}r\neq 0\\-\arccos \left({\frac {x}{r}}\right)&{\mbox{if }}y<0\\{\text{undefined}}&{\mbox{if }}r=0.\end{cases}}}

Complex numbers

[edit]
An illustration of a complex numberz plotted on the complex plane
An illustration of a complex number plotted on the complex plane usingEuler's formula

Everycomplex number can be represented as a point in thecomplex plane, and can therefore be expressed by specifying either the point's Cartesian coordinates (called rectangular or Cartesian form) or the point's polar coordinates (called polar form).

In polar form, the distance and angle coordinates are often referred to as the number'smagnitude andargument respectively. Two complex numbers can be multiplied by adding their arguments and multiplying their magnitudes.

The complex numberz can be represented in rectangular form asz=x+iy{\displaystyle z=x+iy}wherei is theimaginary unit, or can alternatively be written in polar form asz=r(cosφ+isinφ){\displaystyle z=r(\cos \varphi +i\sin \varphi )}and from there, byEuler's formula,[14] asz=reiφ=rexpiφ.{\displaystyle z=re^{i\varphi }=r\exp i\varphi .}wheree isEuler's number, andφ, expressed in radians, is theprincipal value of the complex number functionarg applied tox +iy. To convert between the rectangular and polar forms of a complex number, the conversion formulae given above can be used. Equivalent are thecis andangle notations:z=rcisφ=rφ.{\displaystyle z=r\operatorname {\mathrm {cis} } \varphi =r\angle \varphi .}

For the operations ofmultiplication,division,exponentiation, androot extraction of complex numbers, it is generally much simpler to work with complex numbers expressed in polar form rather than rectangular form. From the laws of exponentiation:

Multiplication
r0eiφ0r1eiφ1=r0r1ei(φ0+φ1){\displaystyle r_{0}e^{i\varphi _{0}}\,r_{1}e^{i\varphi _{1}}=r_{0}r_{1}e^{i\left(\varphi _{0}+\varphi _{1}\right)}}
Division
r0eiφ0r1eiφ1=r0r1ei(φ0φ1){\displaystyle {\frac {r_{0}e^{i\varphi _{0}}}{r_{1}e^{i\varphi _{1}}}}={\frac {r_{0}}{r_{1}}}e^{i(\varphi _{0}-\varphi _{1})}}
Exponentiation (De Moivre's formula)
(reiφ)n=rneinφ{\displaystyle \left(re^{i\varphi }\right)^{n}=r^{n}e^{in\varphi }}
Root Extraction (Principal root)
reiφn=rneiφn{\displaystyle {\sqrt[{n}]{re^{i\varphi }}}={\sqrt[{n}]{r}}e^{i\varphi \over n}}

Polar equation of a curve

[edit]
A curve on the Cartesian plane can be mapped into polar coordinates. In this animation,y=sin(6x)+2{\displaystyle y=\sin(6\!\cdot \!x)+2} is mapped ontor=sin(6θ)+2{\displaystyle r=\sin(6\!\cdot \!\theta )+2}. Click on image for details.

The equation defining aplane curve expressed in polar coordinates is known as apolar equation. In many cases, such an equation can simply be specified by definingr as afunction ofφ. The resulting curve then consists of points of the form (r(φ), φ) and can be regarded as thegraph of the polar functionr. Note that, in contrast to Cartesian coordinates, the independent variableφ is thesecond entry in the ordered pair.

Different forms ofsymmetry can be deduced from the equation of a polar functionr:

  • Ifr(−φ) =r(φ) the curve will be symmetrical about the horizontal (0°/180°) ray;
  • Ifr(πφ) =r(φ) it will be symmetric about the vertical (90°/270°) ray:
  • Ifr(φ − α) =r(φ) it will berotationally symmetric by α clockwise and counterclockwise about the pole.

Because of the circular nature of the polar coordinate system, many curves can be described by a rather simple polar equation, whereas their Cartesian form is much more intricate. Among the best known of these curves are thepolar rose,Archimedean spiral,lemniscate,limaçon, andcardioid.

For the circle, line, and polar rose below, it is understood that there are no restrictions on the domain and range of the curve.

Circle

[edit]
A circle with equationr(φ) = 1

The general equation for a circle with a center at(r0,γ){\displaystyle (r_{0},\gamma )} and radiusa isr22rr0cos(φγ)+r02=a2.{\displaystyle r^{2}-2rr_{0}\cos(\varphi -\gamma )+r_{0}^{2}=a^{2}.}

This can be simplified in various ways, to conform to more specific cases, such as the equationr(φ)=a{\displaystyle r(\varphi )=a}for a circle with a center at the pole and radiusa.[15]

Whenr0 =a or the origin lies on the circle, the equation becomesr=2acos(φγ).{\displaystyle r=2a\cos(\varphi -\gamma ).}

In the general case, the equation can be solved forr, givingr=r0cos(φγ)+a2r02sin2(φγ){\displaystyle r=r_{0}\cos(\varphi -\gamma )+{\sqrt {a^{2}-r_{0}^{2}\sin ^{2}(\varphi -\gamma )}}}The solution with a minus sign in front of the square root gives the same curve.

Line

[edit]

Radial lines (those running through the pole) are represented by the equationφ=γ,{\displaystyle \varphi =\gamma ,}whereγ{\displaystyle \gamma } is the angle of elevation of the line; that is,φ=arctanm{\displaystyle \varphi =\arctan m}, wherem{\displaystyle m} is theslope of the line in the Cartesian coordinate system. The non-radial line that crosses the radial lineφ=γ{\displaystyle \varphi =\gamma }perpendicularly at the point(r0,γ){\displaystyle (r_{0},\gamma )} has the equationr(φ)=r0sec(φγ).{\displaystyle r(\varphi )=r_{0}\sec(\varphi -\gamma ).}

Otherwise stated(r0,γ){\displaystyle (r_{0},\gamma )} is the point in which the tangent intersects the imaginary circle of radiusr0{\displaystyle r_{0}}

Polar rose

[edit]
A polar rose with equationr(φ) = 2 sin 4φ

Apolar rose is a mathematical curve that looks like a petaled flower, and that can be expressed as a simple polar equation,r(φ)=acos(kφ+γ0){\displaystyle r(\varphi )=a\cos \left(k\varphi +\gamma _{0}\right)}

for any constant γ0 (including 0). Ifk is an integer, these equations will produce ak-petaled rose ifk isodd, or a 2k-petaled rose ifk is even. Ifk is rational, but not an integer, a rose-like shape may form but with overlapping petals. Note that these equations never define a rose with 2, 6, 10, 14, etc. petals. Thevariablea directly represents the length or amplitude of the petals of the rose, whilek relates to their spatial frequency. The constant γ0 can be regarded as a phase angle.

Archimedean spiral

[edit]
One arm of an Archimedean spiral with equationr(φ) =φ / 2π for0 <φ < 6π

TheArchimedean spiral is a spiral discovered byArchimedes which can also be expressed as a simple polar equation. It is represented by the equationr(φ)=a+bφ.{\displaystyle r(\varphi )=a+b\varphi .}Changing the parametera will turn the spiral, whileb controls the distance between the arms, which for a given spiral is always constant. The Archimedean spiral has two arms, one forφ > 0 and one forφ < 0. The two arms are smoothly connected at the pole. Ifa = 0, taking the mirror image of one arm across the 90°/270° line will yield the other arm. This curve is notable as one of the first curves, after theconic sections, to be described in a mathematical treatise, and as a prime example of a curve best defined by a polar equation.

Ellipse, showing semi-latus rectum

Conic sections

[edit]

Aconic section with one focus on the pole and the other somewhere on the 0° ray (so that the conic'smajor axis lies along the polar axis) is given by:r=1ecosφ{\displaystyle r={\ell \over {1-e\cos \varphi }}}wheree is theeccentricity and{\displaystyle \ell } is thesemi-latus rectum (the perpendicular distance at a focus from the major axis to the curve). Ife > 1, this equation defines ahyperbola; ife = 1, it defines aparabola; and ife < 1, it defines anellipse. The special casee = 0 of the latter results in a circle of the radius{\displaystyle \ell }.

Quadratrix

[edit]
Main article:Quadratrix of Hippias

A quadratrix in the first quadrant (x, y) is a curve withy = ρ sin θ equal to the fraction of the quarter circle with radiusr determined by the radius through the curve point. Since this fraction is2rθπ{\displaystyle {\frac {2r\theta }{\pi }}}, the curve is given byρ(θ)=2rθπsinθ{\displaystyle \rho (\theta )={\frac {2r\theta }{\pi \sin \theta }}}.[16]

Intersection of two polar curves

[edit]

The graphs of two polar functionsr=f(θ){\displaystyle r=f(\theta )} andr=g(θ){\displaystyle r=g(\theta )} have possible intersections of three types:

  1. In the origin, if the equationsf(θ)=0{\displaystyle f(\theta )=0} andg(θ)=0{\displaystyle g(\theta )=0} have at least one solution each.
  2. All the points[g(θi),θi]{\displaystyle [g(\theta _{i}),\theta _{i}]} whereθi{\displaystyle \theta _{i}} are solutions to the equationf(θ+2kπ)=g(θ){\displaystyle f(\theta +2k\pi )=g(\theta )} wherek{\displaystyle k} is an integer.
  3. All the points[g(θi),θi]{\displaystyle [g(\theta _{i}),\theta _{i}]} whereθi{\displaystyle \theta _{i}} are solutions to the equationf(θ+(2k+1)π)=g(θ){\displaystyle f(\theta +(2k+1)\pi )=-g(\theta )} wherek{\displaystyle k} is an integer.

Calculus

[edit]

Calculus can be applied to equations expressed in polar coordinates.[17][18]

The angular coordinateφ is expressed in radians throughout this section, which is the conventional choice when doing calculus.

Differential calculus

[edit]

Usingx =r cosφ andy =r sinφ, one can derive a relationship between derivatives in Cartesian and polar coordinates. For a given function,u(x,y), it follows that (by computing itstotal derivatives)orrdudr=ruxcosφ+ruysinφ=xux+yuy,dudφ=uxrsinφ+uyrcosφ=yux+xuy.{\displaystyle {\begin{aligned}r{\frac {du}{dr}}&=r{\frac {\partial u}{\partial x}}\cos \varphi +r{\frac {\partial u}{\partial y}}\sin \varphi =x{\frac {\partial u}{\partial x}}+y{\frac {\partial u}{\partial y}},\\[2pt]{\frac {du}{d\varphi }}&=-{\frac {\partial u}{\partial x}}r\sin \varphi +{\frac {\partial u}{\partial y}}r\cos \varphi =-y{\frac {\partial u}{\partial x}}+x{\frac {\partial u}{\partial y}}.\end{aligned}}}

Hence, we have the following formula:rddr=xx+yyddφ=yx+xy.{\displaystyle {\begin{aligned}r{\frac {d}{dr}}&=x{\frac {\partial }{\partial x}}+y{\frac {\partial }{\partial y}}\\[2pt]{\frac {d}{d\varphi }}&=-y{\frac {\partial }{\partial x}}+x{\frac {\partial }{\partial y}}.\end{aligned}}}

Using the inverse coordinates transformation, an analogous reciprocal relationship can be derived between the derivatives. Given a functionu(r,φ), it follows thatdudx=urrx+uφφx,dudy=urry+uφφy,{\displaystyle {\begin{aligned}{\frac {du}{dx}}&={\frac {\partial u}{\partial r}}{\frac {\partial r}{\partial x}}+{\frac {\partial u}{\partial \varphi }}{\frac {\partial \varphi }{\partial x}},\\[2pt]{\frac {du}{dy}}&={\frac {\partial u}{\partial r}}{\frac {\partial r}{\partial y}}+{\frac {\partial u}{\partial \varphi }}{\frac {\partial \varphi }{\partial y}},\end{aligned}}}ordudx=urxx2+y2uφyx2+y2=cosφur1rsinφuφ,dudy=uryx2+y2+uφxx2+y2=sinφur+1rcosφuφ.{\displaystyle {\begin{aligned}{\frac {du}{dx}}&={\frac {\partial u}{\partial r}}{\frac {x}{\sqrt {x^{2}+y^{2}}}}-{\frac {\partial u}{\partial \varphi }}{\frac {y}{x^{2}+y^{2}}}\\[2pt]&=\cos \varphi {\frac {\partial u}{\partial r}}-{\frac {1}{r}}\sin \varphi {\frac {\partial u}{\partial \varphi }},\\[2pt]{\frac {du}{dy}}&={\frac {\partial u}{\partial r}}{\frac {y}{\sqrt {x^{2}+y^{2}}}}+{\frac {\partial u}{\partial \varphi }}{\frac {x}{x^{2}+y^{2}}}\\[2pt]&=\sin \varphi {\frac {\partial u}{\partial r}}+{\frac {1}{r}}\cos \varphi {\frac {\partial u}{\partial \varphi }}.\end{aligned}}}

Hence, we have the following formulae:ddx=cosφr1rsinφφddy=sinφr+1rcosφφ.{\displaystyle {\begin{aligned}{\frac {d}{dx}}&=\cos \varphi {\frac {\partial }{\partial r}}-{\frac {1}{r}}\sin \varphi {\frac {\partial }{\partial \varphi }}\\[2pt]{\frac {d}{dy}}&=\sin \varphi {\frac {\partial }{\partial r}}+{\frac {1}{r}}\cos \varphi {\frac {\partial }{\partial \varphi }}.\end{aligned}}}

To find the Cartesian slope of the tangent line to a polar curver(φ) at any given point, the curve is first expressed as a system ofparametric equations.x=r(φ)cosφy=r(φ)sinφ{\displaystyle {\begin{aligned}x&=r(\varphi )\cos \varphi \\y&=r(\varphi )\sin \varphi \end{aligned}}}

Differentiating both equations with respect toφ yieldsdxdφ=r(φ)cosφr(φ)sinφdydφ=r(φ)sinφ+r(φ)cosφ.{\displaystyle {\begin{aligned}{\frac {dx}{d\varphi }}&=r'(\varphi )\cos \varphi -r(\varphi )\sin \varphi \\[2pt]{\frac {dy}{d\varphi }}&=r'(\varphi )\sin \varphi +r(\varphi )\cos \varphi .\end{aligned}}}

Dividing the second equation by the first yields the Cartesian slope of the tangent line to the curve at the point(r(φ), φ):dydx=r(φ)sinφ+r(φ)cosφr(φ)cosφr(φ)sinφ.{\displaystyle {\frac {dy}{dx}}={\frac {r'(\varphi )\sin \varphi +r(\varphi )\cos \varphi }{r'(\varphi )\cos \varphi -r(\varphi )\sin \varphi }}.}

For other useful formulas including divergence, gradient, and Laplacian in polar coordinates, seecurvilinear coordinates.

Integral calculus (arc length)

[edit]

The arc length (length of a line segment) defined by a polar function is found by the integration over the curver(φ). LetL denote this length along the curve starting from pointsA through to pointB, where these points correspond toφ =a andφ =b such that0 <ba < 2π. The length ofL is given by the following integralL=ab[r(φ)]2+[dr(φ)dφ]2dφ{\displaystyle L=\int _{a}^{b}{\sqrt {\left[r(\varphi )\right]^{2}+\left[{\tfrac {dr(\varphi )}{d\varphi }}\right]^{2}}}d\varphi }

Integral calculus (area)

[edit]
The integration regionR is bounded by the curver(φ) and the raysφ =a andφ =b.

LetR denote the region enclosed by a curver(φ) and the raysφ =a andφ =b, where0 <ba ≤ 2π. Then, the area ofR is12ab[r(φ)]2dφ.{\displaystyle {\frac {1}{2}}\int _{a}^{b}\left[r(\varphi )\right]^{2}\,d\varphi .}

The regionR is approximated byn sectors (here,n = 5).
Aplanimeter, which mechanically computes polar integrals

This result can be found as follows. First, the interval[a,b] is divided inton subintervals, wheren is some positive integer. Thus Δφ, the angle measure of each subinterval, is equal toba (the total angle measure of the interval), divided byn, the number of subintervals. For each subintervali = 1, 2, ...,n, letφi be the midpoint of the subinterval, and construct asector with the center at the pole, radiusr(φi), central angle Δφ and arc lengthr(φiφ. The area of each constructed sector is therefore equal to[r(φi)]2πΔφ2π=12[r(φi)]2Δφ.{\displaystyle \left[r(\varphi _{i})\right]^{2}\pi \cdot {\frac {\Delta \varphi }{2\pi }}={\frac {1}{2}}\left[r(\varphi _{i})\right]^{2}\Delta \varphi .}Hence, the total area of all of the sectors isi=1n12r(φi)2Δφ.{\displaystyle \sum _{i=1}^{n}{\tfrac {1}{2}}r(\varphi _{i})^{2}\,\Delta \varphi .}

As the number of subintervalsn is increased, the approximation of the area improves. Takingn → ∞, the sum becomes theRiemann sum for the above integral.

A mechanical device that computes area integrals is theplanimeter, which measures the area of plane figures by tracing them out: this replicates integration in polar coordinates by adding a joint so that the 2-elementlinkage effectsGreen's theorem, converting the quadratic polar integral to a linear integral.

Generalization

[edit]

UsingCartesian coordinates, an infinitesimal area element can be calculated asdA =dxdy. Thesubstitution rule for multiple integrals states that, when using other coordinates, theJacobian determinant of the coordinate conversion formula has to be considered:J=det(x,y)(r,φ)=|xrxφyryφ|=|cosφrsinφsinφrcosφ|=rcos2φ+rsin2φ=r.{\displaystyle J=\det {\frac {\partial (x,y)}{\partial (r,\varphi )}}={\begin{vmatrix}{\frac {\partial x}{\partial r}}&{\frac {\partial x}{\partial \varphi }}\\[2pt]{\frac {\partial y}{\partial r}}&{\frac {\partial y}{\partial \varphi }}\end{vmatrix}}={\begin{vmatrix}\cos \varphi &-r\sin \varphi \\\sin \varphi &r\cos \varphi \end{vmatrix}}=r\cos ^{2}\varphi +r\sin ^{2}\varphi =r.}

Hence, an area element in polar coordinates can be written asdA=dxdy =Jdrdφ=rdrdφ.{\displaystyle dA=dx\,dy\ =J\,dr\,d\varphi =r\,dr\,d\varphi .}

Now, a function, that is given in polar coordinates, can be integrated as follows:Rf(x,y)dA=ab0r(φ)f(r,φ)rdrdφ.{\displaystyle \iint _{R}f(x,y)\,dA=\int _{a}^{b}\int _{0}^{r(\varphi )}f(r,\varphi )\,r\,dr\,d\varphi .}

Here,R is the same region as above, namely, the region enclosed by a curver(φ) and the raysφ =a andφ =b. The formula for the area ofR is retrieved by takingf identically equal to 1.

A graph off(x)=ex2{\displaystyle f(x)=e^{-x^{2}}} and the area between the function and thex{\displaystyle x}-axis, which is equal toπ{\displaystyle {\sqrt {\pi }}}.

A more surprising application of this result yields theGaussian integral:ex2dx=π.{\displaystyle \int _{-\infty }^{\infty }e^{-x^{2}}\,dx={\sqrt {\pi }}.}

Vector calculus

[edit]

Vector calculus can also be applied to polar coordinates. For a planar motion, letr{\displaystyle \mathbf {r} } be the position vector(r cos(φ),r sin(φ)), withr andφ depending on timet.

We define anorthonormal basis with three unit vectors:radial, transverse, and normal directions.Theradial direction is defined by normalizingr{\displaystyle \mathbf {r} }:r^=(cos(φ),sin(φ)){\displaystyle {\hat {\mathbf {r} }}=(\cos(\varphi ),\sin(\varphi ))}Radial and velocity directions span theplane of the motion, whose normal direction is denotedk^{\displaystyle {\hat {\mathbf {k} }}}:k^=v^×r^.{\displaystyle {\hat {\mathbf {k} }}={\hat {\mathbf {v} }}\times {\hat {\mathbf {r} }}.}Thetransverse direction is perpendicular to both radial and normal directions:φ^=(sin(φ),cos(φ))=k^×r^ ,{\displaystyle {\hat {\boldsymbol {\varphi }}}=(-\sin(\varphi ),\cos(\varphi ))={\hat {\mathbf {k} }}\times {\hat {\mathbf {r} }}\ ,}

Thenr=(x, y)=r(cosφ, sinφ)=rr^ ,r˙=(x˙, y˙)=r˙(cosφ, sinφ)+rφ˙(sinφ, cosφ)=r˙r^+rφ˙φ^ ,r¨=(x¨, y¨)=r¨(cosφ, sinφ)+2r˙φ˙(sinφ, cosφ)+rφ¨(sinφ, cosφ)rφ˙2(cosφ, sinφ)=(r¨rφ˙2)r^+(rφ¨+2r˙φ˙)φ^=(r¨rφ˙2)r^+1rddt(r2φ˙)φ^.{\displaystyle {\begin{aligned}\mathbf {r} &=(x,\ y)=r(\cos \varphi ,\ \sin \varphi )=r{\hat {\mathbf {r} }}\ ,\\[1.5ex]{\dot {\mathbf {r} }}&=\left({\dot {x}},\ {\dot {y}}\right)={\dot {r}}(\cos \varphi ,\ \sin \varphi )+r{\dot {\varphi }}(-\sin \varphi ,\ \cos \varphi )={\dot {r}}{\hat {\mathbf {r} }}+r{\dot {\varphi }}{\hat {\boldsymbol {\varphi }}}\ ,\\[1.5ex]{\ddot {\mathbf {r} }}&=\left({\ddot {x}},\ {\ddot {y}}\right)\\[1ex]&={\ddot {r}}(\cos \varphi ,\ \sin \varphi )+2{\dot {r}}{\dot {\varphi }}(-\sin \varphi ,\ \cos \varphi )+r{\ddot {\varphi }}(-\sin \varphi ,\ \cos \varphi )-r{\dot {\varphi }}^{2}(\cos \varphi ,\ \sin \varphi )\\[1ex]&=\left({\ddot {r}}-r{\dot {\varphi }}^{2}\right){\hat {\mathbf {r} }}+\left(r{\ddot {\varphi }}+2{\dot {r}}{\dot {\varphi }}\right){\hat {\boldsymbol {\varphi }}}\\[1ex]&=\left({\ddot {r}}-r{\dot {\varphi }}^{2}\right){\hat {\mathbf {r} }}+{\frac {1}{r}}\;{\frac {d}{dt}}\left(r^{2}{\dot {\varphi }}\right){\hat {\boldsymbol {\varphi }}}.\end{aligned}}}

This equation can be obtain by taking derivative of the function and derivatives of the unit basis vectors.

For a curve in 2D where the parameter isθ{\displaystyle \theta } the previous equations simplify to:r=r(θ)e^rdrdθ=drdθe^r+re^θd2rdθ2=(d2rdθ2r)e^r+drdθe^θ{\displaystyle {\begin{aligned}\mathbf {r} &=r(\theta ){\hat {\mathbf {e} }}_{r}\\[1ex]{\frac {d\mathbf {r} }{d\theta }}&={\frac {dr}{d\theta }}{\hat {\mathbf {e} }}_{r}+r{\hat {\mathbf {e} }}_{\theta }\\[1ex]{\frac {d^{2}\mathbf {r} }{d\theta ^{2}}}&=\left({\frac {d^{2}r}{d\theta ^{2}}}-r\right){\hat {\mathbf {e} }}_{r}+{\frac {dr}{d\theta }}{\hat {\mathbf {e} }}_{\theta }\end{aligned}}}

Centrifugal and Coriolis terms

[edit]
See also:Centrifugal force
Position vectorr, always points radially from the origin.
Velocity vectorv, always tangent to the path of motion.
Acceleration vectora, not parallel to the radial motion but offset by the angular and Coriolis accelerations, nor tangent to the path but offset by the centripetal and radial accelerations.
Kinematic vectors in plane polar coordinates. Notice the setup is not restricted to 2d space, but a plane in any higher dimension.

The termrφ˙2{\displaystyle r{\dot {\varphi }}^{2}} is sometimes referred to as thecentripetal acceleration, and the term2r˙φ˙{\displaystyle 2{\dot {r}}{\dot {\varphi }}} as theCoriolis acceleration. For example, see Shankar.[19]

Note: these terms, that appear when acceleration is expressed in polar coordinates, are a mathematical consequence of differentiation; they appear whenever polar coordinates are used. In planar particle dynamics these accelerations appear when setting up Newton'ssecond law of motion in a rotating frame of reference. Here these extra terms are often calledfictitious forces; fictitious because they are simply a result of a change in coordinate frame. That does not mean they do not exist, rather they exist only in the rotating frame.

Inertial frame of referenceS and instantaneous non-inertial co-rotating frame of referenceS′. The co-rotating frame rotates at angular rate Ω equal to the rate of rotation of the particle about the origin ofS′ at the particular momentt. Particle is located at vector positionr(t) and unit vectors are shown in the radial direction to the particle from the origin, and also in the direction of increasing angleϕ normal to the radial direction. These unit vectors need not be related to the tangent and normal to the path. Also, the radial distancer need not be related to the radius of curvature of the path.
Co-rotating frame
[edit]

For a particle in planar motion, one approach to attaching physical significance to these terms is based on the concept of an instantaneousco-rotating frame of reference.[20] To define a co-rotating frame, first an origin is selected from which the distancer(t) to the particle is defined. An axis of rotation is set up that is perpendicular to the plane of motion of the particle, and passing through this origin. Then, at the selected momentt, the rate of rotation of the co-rotating frame Ω is made to match the rate of rotation of the particle about this axis,/dt. Next, the terms in the acceleration in the inertial frame are related to those in the co-rotating frame. Let the location of the particle in the inertial frame be (r(t),φ(t)), and in the co-rotating frame be (r′(t),φ′(t)). Because the co-rotating frame rotates at the same rate as the particle,′/dt = 0. The fictitious centrifugal force in the co-rotating frame ismrΩ2, radially outward. The velocity of the particle in the co-rotating frame also is radially outward, because′/dt = 0. Thefictitious Coriolis force therefore has a value −2m(dr/dt)Ω, pointed in the direction of increasingφ only. Thus, using these forces in Newton's second law we find:F+Fcf+FCor=mr¨,{\displaystyle \mathbf {F} +\mathbf {F} _{\text{cf}}+\mathbf {F} _{\text{Cor}}=m{\ddot {\mathbf {r} }}\,,}where over dots represent derivatives with respect to time, andF is the net real force (as opposed to the fictitious forces). In terms of components, this vector equation becomes:Fr+mrΩ2=mr¨Fφ2mr˙Ω=mrφ¨ ,{\displaystyle {\begin{aligned}F_{r}+mr\Omega ^{2}&=m{\ddot {r}}\\F_{\varphi }-2m{\dot {r}}\Omega &=mr{\ddot {\varphi }}\ ,\end{aligned}}}which can be compared to the equations for the inertial frame:Fr=mr¨mrφ˙2Fφ=mrφ¨+2mr˙φ˙ .{\displaystyle {\begin{aligned}F_{r}&=m{\ddot {r}}-mr{\dot {\varphi }}^{2}\\F_{\varphi }&=mr{\ddot {\varphi }}+2m{\dot {r}}{\dot {\varphi }}\ .\end{aligned}}}

This comparison, plus the recognition that by the definition of the co-rotating frame at timet it has a rate of rotation Ω =/dt, shows that we can interpret the terms in the acceleration (multiplied by the mass of the particle) as found in the inertial frame as the negative of the centrifugal and Coriolis forces that would be seen in the instantaneous, non-inertial co-rotating frame.

For general motion of a particle (as opposed to simple circular motion), the centrifugal and Coriolis forces in a particle's frame of reference commonly are referred to the instantaneousosculating circle of its motion, not to a fixed center of polar coordinates. For more detail, seecentripetal force.

Differential geometry

[edit]

In the modern terminology ofdifferential geometry, polar coordinates providecoordinate charts for thedifferentiable manifoldR2 \ {(0,0)}, the plane minus the origin. In these coordinates, the Euclideanmetric tensor is given byds2=dr2+r2dθ2.{\displaystyle ds^{2}=dr^{2}+r^{2}d\theta ^{2}.}This can be seen via the change of variables formula for the metric tensor, or by computing thedifferential formsdx,dy via theexterior derivative of the 0-formsx =r cos(θ),y =r sin(θ) and substituting them in the Euclidean metric tensords2 =dx2 +dy2.

An elementary proof of the formula

Letp1=(x1,y1)=(r1,θ1){\displaystyle p_{1}=(x_{1},y_{1})=(r_{1},\theta _{1})}, andp2=(x2,y2)=(r2,θ2){\displaystyle p_{2}=(x_{2},y_{2})=(r_{2},\theta _{2})} be two points in the plane given by their cartesian and polar coordinates. Then

ds2=dx2+dy2=(x2x1)2+(y2y1)2.{\displaystyle ds^{2}=dx^{2}+dy^{2}=(x_{2}-x_{1})^{2}+(y_{2}-y_{1})^{2}.}

Sincedx2=(r2cosθ2r1cosθ1)2{\displaystyle dx^{2}=(r_{2}\cos \theta _{2}-r_{1}\cos \theta _{1})^{2}}, anddy2=(r2sinθ2r1sinθ1)2{\displaystyle dy^{2}=(r_{2}\sin \theta _{2}-r_{1}\sin \theta _{1})^{2}}, we get that

ds2=r22cos2θ22r1r2cosθ1cosθ2+r12cos2θ1+r22sin2θ22r1r2sinθ1sinθ2+r12sin2θ1={\displaystyle ds^{2}=r_{2}^{2}\cos ^{2}\theta _{2}-2r_{1}r_{2}\cos \theta _{1}\cos \theta _{2}+r_{1}^{2}\cos ^{2}\theta _{1}+r_{2}^{2}\sin ^{2}\theta _{2}-2r_{1}r_{2}\sin \theta _{1}\sin \theta _{2}+r_{1}^{2}\sin ^{2}\theta _{1}=}
r22(cos2θ2+sin2θ2)+r12(cos2θ1+sin2θ1)2r1r2(cosθ1cosθ2+sinθ1sinθ2)={\displaystyle r_{2}^{2}(\cos ^{2}\theta _{2}+\sin ^{2}\theta _{2})+r_{1}^{2}(\cos ^{2}\theta _{1}+\sin ^{2}\theta _{1})-2r_{1}r_{2}(\cos \theta _{1}\cos \theta _{2}+\sin \theta _{1}\sin \theta _{2})=}
r12+r222r1r2(11+cosθ1cosθ2+sinθ1sinθ2)={\displaystyle r_{1}^{2}+r_{2}^{2}-2r_{1}r_{2}(1-1+\cos \theta _{1}\cos \theta _{2}+\sin \theta _{1}\sin \theta _{2})=}
(r2r1)2+2r1r2(1cosθ1cosθ2sinθ1sinθ2).{\displaystyle (r_{2}-r_{1})^{2}+2r_{1}r_{2}(1-\cos \theta _{1}\cos \theta _{2}-\sin \theta _{1}\sin \theta _{2}).}

Now we use the trigonometric identitycos(θ2θ1)=cosθ1cosθ2+sinθ1sinθ2{\displaystyle \cos(\theta _{2}-\theta _{1})=\cos \theta _{1}\cos \theta _{2}+\sin \theta _{1}\sin \theta _{2}} to proceed:

ds2=dr2+2r1r2(1cosdθ).{\displaystyle ds^{2}=dr^{2}+2r_{1}r_{2}(1-\cos d\theta ).}

If the radial and angular quantities are near to each other, and therefore near to a common quantityr{\displaystyle r} andθ{\displaystyle \theta }, we have thatr1r2r2{\displaystyle r_{1}r_{2}\approx r^{2}}. Moreover, the cosine ofdθ{\displaystyle d\theta } can be approximated with the Taylor series of the cosine up to linear terms:

cosdθ1dθ22,{\displaystyle \cos d\theta \approx 1-{\frac {d\theta ^{2}}{2}},}

so that1cosdθdθ22{\displaystyle 1-\cos d\theta \approx {\frac {d\theta ^{2}}{2}}}, and2r1r2(1cosdθ)2r2dθ22=r2dθ2{\displaystyle 2r_{1}r_{2}(1-\cos d\theta )\approx 2r^{2}{\frac {d\theta ^{2}}{2}}=r^{2}d\theta ^{2}}. Therefore, around an infinitesimally small domain of any point,

ds2=dr2+r2dθ2,{\displaystyle ds^{2}=dr^{2}+r^{2}d\theta ^{2},}

as stated.

Anorthonormalframe with respect to this metric is given byer=r,eθ=1rθ,{\displaystyle e_{r}={\frac {\partial }{\partial r}},\quad e_{\theta }={\frac {1}{r}}{\frac {\partial }{\partial \theta }},}withdual coframeer=dr,eθ=rdθ.{\displaystyle e^{r}=dr,\quad e^{\theta }=rd\theta .}Theconnection form relative to this frame and theLevi-Civita connection is given by the skew-symmetric matrix of 1-formsωij=(0dθdθ0){\displaystyle {\omega ^{i}}_{j}={\begin{pmatrix}0&-d\theta \\d\theta &0\end{pmatrix}}}and hence thecurvature formΩ = +ωω vanishes. Therefore, as expected, the punctured plane is aflat manifold.

Extensions in 3D

[edit]

The polar coordinate system is extended into three dimensions with two different coordinate systems, thecylindrical andspherical coordinate system.

Applications

[edit]

Polar coordinates are two-dimensional and thus they can be used only where point positions lie on a single two-dimensional plane. They are most appropriate in any context where the phenomenon being considered is inherently tied to direction and length from a center point. For instance, the examples above show how elementary polar equations suffice to define curves—such as the Archimedean spiral—whose equation in the Cartesian coordinate system would be much more intricate. Moreover, many physical systems—such as those concerned with bodies moving around a central point or with phenomena originating from a central point—are simpler and more intuitive to model using polar coordinates. The initial motivation for the introduction of the polar system was the study ofcircular andorbital motion.

Position and navigation

[edit]

Polar coordinates are used often innavigation as the destination or direction of travel can be given as an angle and distance from the object being considered. For instance,aircraft use a slightly modified version of the polar coordinates for navigation. In this system, the one generally used for any sort of navigation, the 0° ray is generally called heading 360, and the angles continue in a clockwise direction, rather than counterclockwise, as in the mathematical system. Heading 360 corresponds tomagnetic north, while headings 90, 180, and 270 correspond to magnetic east, south, and west, respectively.[21] Thus, an aircraft traveling 5 nautical miles due east will be traveling 5 units at heading 90 (readzero-niner-zero byair traffic control).[22]

Modeling

[edit]

Systems displayingradial symmetry provide natural settings for the polar coordinate system, with the central point acting as the pole. A prime example of this usage is thegroundwater flow equation when applied to radially symmetric wells. Systems with aradial force are also good candidates for the use of the polar coordinate system. These systems includegravitational fields, which obey theinverse-square law, as well as systems withpoint sources, such asradio antennas.

Radially asymmetric systems may also be modeled with polar coordinates. For example, amicrophone'spickup pattern illustrates its proportional response to an incoming sound from a given direction, and these patterns can be represented as polar curves. The curve for a standard cardioid microphone, the most common unidirectional microphone, can be represented asr = 0.5 + 0.5sin(ϕ) at its target design frequency.[23] The pattern shifts toward omnidirectionality at lower frequencies.

See also

[edit]

References

[edit]
  1. ^Brown, Richard G. (1997). Andrew M. Gleason (ed.).Advanced Mathematics: Precalculus with Discrete Mathematics and Data Analysis. Evanston, Illinois: McDougal Littell.ISBN 0-395-77114-5.
  2. ^Friendly, Michael (August 24, 2009)."Milestones in the History of Thematic Cartography, Statistical Graphics, and Data Visualization"(PDF). Archived fromthe original(PDF) on September 26, 2018. RetrievedJuly 23, 2016.
  3. ^King, David A. (2005)."The Sacred Geography of Islam". In Koetsier, Teun; Luc, Bergmans (eds.).Mathematics and the Divine: A Historical Study. Amsterdam: Elsevier. pp. 162–78.ISBN 0-444-50328-5.
  4. ^King (2005,p. 169). The calculations were as accurate as could be achieved under the limitations imposed by their assumption that the Earth was a perfect sphere.
  5. ^abCoolidge, Julian (1952)."The Origin of Polar Coordinates".American Mathematical Monthly.59 (2). Mathematical Association of America:78–85.doi:10.2307/2307104.JSTOR 2307104.
  6. ^Boyer, C. B. (1949). "Newton as an Originator of Polar Coordinates".American Mathematical Monthly.56 (2). Mathematical Association of America:73–78.doi:10.2307/2306162.JSTOR 2306162.
  7. ^Miller, Jeff."Earliest Known Uses of Some of the Words of Mathematics". Retrieved2006-09-10.
  8. ^Smith, David Eugene (1925).History of Mathematics, Vol II. Boston: Ginn and Co. p. 324.
  9. ^Serway, Raymond A.; Jewett Jr., John W. (2005).Principles of Physics. Brooks/Cole—Thomson Learning.ISBN 0-534-49143-X.
  10. ^"Polar Coordinates and Graphing"(PDF). 2006-04-13. Archived fromthe original(PDF) on August 22, 2016. Retrieved2006-09-22.
  11. ^Lee, Theodore; David Cohen; David Sklar (2005).Precalculus: With Unit-Circle Trigonometry (Fourth ed.). Thomson Brooks/Cole.ISBN 0-534-40230-5.
  12. ^Stewart, Ian; David Tall (1983).Complex Analysis (the Hitchhiker's Guide to the Plane). Cambridge University Press.ISBN 0-521-28763-4.
  13. ^Torrence, Bruce Follett;Eve Torrence (1999).The Student's Introduction to Mathematica. Cambridge University Press.ISBN 0-521-59461-8.
  14. ^Smith, Julius O. (2003)."Euler's Identity".Mathematics of the Discrete Fourier Transform (DFT). W3K Publishing.ISBN 0-9745607-0-7. Archived fromthe original on 2006-09-15. Retrieved2006-09-22.
  15. ^Claeys, Johan."Polar coordinates". Archived fromthe original on 2006-04-27. Retrieved2006-05-25.
  16. ^N.H. Lucas, P.J. Bunt & J.D Bedient (1976)Historical Roots of Elementary Mathematics, page 113
  17. ^Husch, Lawrence S."Areas Bounded by Polar Curves". Archived fromthe original on 2000-03-01. Retrieved2006-11-25.
  18. ^Lawrence S. Husch."Tangent Lines to Polar Graphs". Archived fromthe original on 2019-11-21. Retrieved2006-11-25.
  19. ^Ramamurti Shankar (1994).Principles of Quantum Mechanics (2nd ed.). Springer. p. 81.ISBN 0-306-44790-8.
  20. ^For the following discussion, seeJohn R Taylor (2005).Classical Mechanics. University Science Books. p. §9.10, pp. 358–359.ISBN 1-891389-22-X.
  21. ^Santhi, Sumrit."Aircraft Navigation System". Retrieved2006-11-26.
  22. ^"Emergency Procedures"(PDF). Archived fromthe original(PDF) on 2013-06-03. Retrieved2007-01-15.
  23. ^Eargle, John (2005).Handbook of Recording Engineering (Fourth ed.). Springer.ISBN 0-387-28470-2.

General references

[edit]

External links

[edit]
The WikibookCalculus has a page on the topic of:Polar Integration
Two dimensional
Three dimensional
Authority control databases: NationalEdit this at Wikidata
Retrieved from "https://en.wikipedia.org/w/index.php?title=Polar_coordinate_system&oldid=1290289957#Radial,_transverse,_normal"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp