Defining Polar Coordinates and Differentiating in Polar Form

Benjamin Wright
10 min read
Listen to this study note
Study Guide Overview
This study guide covers polar coordinates, polar functions, and their differentiation. It explains converting polar equations to Cartesian equations using the relationships between x, y, r, and θ. It also details finding the derivatives of polar functions (dr/dθ) to determine points furthest from the origin and calculating the slope of the tangent line using dy/dx. Examples are provided for converting between coordinate systems and finding tangent lines.
#9.7 Defining Polar Coordinates and Differentiating in Polar Form
First of all, give yourself a pat on the back! You’ve made it through parametric equations (9.1, 9.2, and 9.3) and vector-valued functions (9.4 and 9.5) and tied them together in solving motion problems in 9.6. Where do we go from there?
The last section of this unit deals with polar coordinates. In our introduction, they are briefly defined as part of a two-dimensional coordinate system dealing with a line’s distance from the origin (r) and the angle said line makes with the positive x-axis (θ)… but what does that really mean?
To understand polar coordinates, we need to understand the functions that utilize them the most: polar functions!
#🐻❄️ What are Polar Functions?
Polar functions, also known as circular functions, are functions commonly graphed in a polar coordinate system, which uses a distance (r) from a fixed point, known as the pole, and an angle (θ)) measured counter-clockwise from the positive x-axis, to determine the coordinates of a point. These functions are often used in physics and engineering to model phenomena such as waves, orbits, and fields. 🌊
!Untitled
Graph displaying polar function with and theta.
Image courtesy of Math Insight
When working with polar functions, it can be difficult to differentiate them using traditional Calculus techniques because the functions are defined in terms of r and θ, rather than x and y.
To illustrate, take a look at the graphs below:
!Untitled
4 different polar functions.
Image courtesy of Lumen Learning
Although they are aesthetically pleasing, it sounds like a nightmare to actually differentiate them when looking back to our definition of differentiation in the Cartesian plane—the slope of the tangent line at a point—as this doesn’t translate well in Polar-ville.
To overcome this limitation, we can convert polar equations to Cartesian equations by using the following relations:
Converting polar equations to Cartesian equations also allows us to visualize the functions more easily, as they can be graphed on a traditional x-y coordinate plane. This can be especially useful when working with complex functions that have multiple parts, such as a combination of trigonometric and polynomial functions. 🦄
Another conversion to be mindful is the following:
#✏️ Converting Polar to Cartesian Practice
Let’s practice with some examples!
#🥇 Converting Polar to Cartesian Example 1
Convert the following polar function to a Cartesian function:
!Screenshot 2024-01-24 at 9.18.44 PM.png
Polar function r=4sin(theta) graphed.
Image courtesy of Sumi Vora
To start, let’s rearrange our equation of interest:
Aside, let’s bring out our best friend , rearrange it, and set this equation equal to the above equation:
Now, we bring out our other best friend, the “square root” equation:
Next, we do a bit of algebra magic (aka, completing the square) and get our final Cartesian function:
Ta-da! As you might’ve noticed, converting from polar to Cartesian (or vice versa) requires familiarity with the three essential equations above, relating x, y, r, and θ (with the help of sin). 🥳
Let’s change up the problem by adding values for x (or y)!
#🥈 Converting Polar to Cartesian Example 2
Find the values of θ on where .
!Untitled
Graph of polar function r=2+3sin(theta)
Image courtesy of Sumi Vora
We have two moving pieces here: the “r = …” and the “x = 2” equations. When you have these pieces, aim to connect the two in some way or form. In this case, we can plug in our x = rcosθ best friend into our x = 2 equality:
As for the “r = …” equation, we can then plug this into what we got above:
Plugging this into your calculator (i.e., using a built-in solver function), you will get the following answers:
Slightly more challenging, huh? The general principle, though, is still the same: you use what you know about our “best friend” equations to connect x, y, r, and θ. There is a pattern with these problems! 😁
#💭Derivatives of Polar Functions
When we take derivatives of polar functions, we can take them as dr/dθ, which would give us the points that are furthest away from the origin on the polar coordinate system. We find dr/dθ in the same way we would find any normal derivative: by taking the derivative of the polar function. ⛰️
To illustrate, let’s work with an example!
#✏️ Polar Function Derivative Walkthrough
Find the points closest and furthest from the origin for , .

How are we doing?
Give us your feedback and let us know how we can improve