{{ 'ml-label-loading-course' | message }}
{{ toc.name }}
{{ toc.signature }}
{{ tocHeader }} {{ 'ml-btn-view-details' | message }}
{{ tocSubheader }}
{{ 'ml-toc-proceed-mlc' | message }}
{{ 'ml-toc-proceed-tbs' | message }}
Lesson
Exercises
Recommended
Tests
An error ocurred, try again later!
Chapter {{ article.chapter.number }}
{{ article.number }}. 

{{ article.displayTitle }}

{{ article.intro.summary }}
Show less Show more expand_more
{{ ability.description }} {{ ability.displayTitle }}
Lesson Settings & Tools
{{ 'ml-lesson-number-slides' | message : article.intro.bblockCount }}
{{ 'ml-lesson-number-exercises' | message : article.intro.exerciseCount }}
{{ 'ml-lesson-time-estimation' | message }}
Concept

Polar Coordinate System

The polar coordinate system is a two-dimensional coordinate system that uses distances and angles to define the position of each point on a plane. Specifically, the polar coordinates of a point are where is its distance from a fixed point called the pole, and is the angle measured counterclockwise from an axis known as the the polar axis.
Two points in a coordinate plane expressed using polar coordinates

This representation is different from rectangular coordinates, where each point has a unique pair. In contrast, polar coordinates can have multiple representations for the same point. The angle typically given in radians, repeats every radians. As a result, and always represent the same point.

Points in polar coordinate system that share their location

Conversion between polar and rectangular coordinates uses specific formulas. These conversions allow easy switching between the two systems as needed.

Rectangular to Polar Polar to Rectangular


Polar coordinates are fundamental for describing complex numbers. When a complex number is in polar form, its modulus is the distance from the pole, and its argument is the angle. This makes operations like multiplication and exponentiation easier.

Loading content