Back to Freecodecamp

Polar Coordinates

curriculum/challenges/english/blocks/advanced-trig-conics/polar-coordinates-video.md

latest653 B
Original Source

--description--

In this video, you will learn about polar coordinates.

--questions--

--text--

What are polar coordinates?

--answers--

Coordinates represented as (θ, φ), where θ is the angle from the y-axis and φ is the angle from the x-axis.


Coordinates represented as (r, s), where r is the distance from the origin and s is the slope of the line from the origin.


Coordinates represented as (x, y), where x and y are distances along the horizontal and vertical axes.


Coordinates represented as (r, θ), where r is the distance from the origin and θ is the angle from the positive x-axis.

--video-solution--

4