In this chapter, we introduce parametric equations on the plane and polar coordinates.

Parametric Equations

Consider the following curve \(C\) in the plane:
figures/generic-curve.svg
A curve that is not the graph of a function \(y=f(x)\)
The curve cannot be expressed as the graph of a function \(y=f(x)\) because there are points \(x\) associated to multiple values of \(y\), that is, the curve does not pass the vertical line test. We may still be interested in describing the points \((x,y)\) on the curve. For example, if the curve is the trajectory of a particle moving on a plane then the position \((x,y)\) of the particle is a function of time \(t\): \begin{align*} x &= x(t) \\ y &= y(t) \end{align*} This is an example of a set of parametric equations and the variable \(t\) is called the parameter of the parametrization. In some examples, the parameter could instead be an angle variable \(\theta\): \begin{align*} x &= x(\theta) \\ y &= y(\theta) \end{align*} The main point is that the points \((x,y)\) can be expressed or depend on a third parameter. Parametric equations also come with a domain for the parameter, usually we denote the domain with \(I=[a,b]\), and it could be infinite \(I=[a,\infty)\), or \(I=(-\infty, \infty)\), etc.
Make a sketch of the curve \(C\) parametrized by \begin{align*} x &= x(t) = t^2\\ y &= y(t) = t+1. \end{align*} The domain of the parameter is \(-3\leq t\leq 3\). Eliminate the parameter \(t\) to find a Cartesian equation of the curve.
Partition the interval \(I=[-3,3]\) into \(t_0=-3, t_1=-2, t_2=-1, \ldots, t_7=3\) and evaluate \((x(t_i), y(t_i))\) and plot points. The resulting curve is given below. The orientation is clockwise.
figures/side-parabola.svg
Curve \(x(t)=t^2\), \(y(t)=t+1\) for \(-3\leq t\leq 3\)
The initial point is \((9,-2)\) and final point is \((9,4)\). It seems as though the curve is a parabola. To find a Cartesian equation, start with \begin{align*} x&= t^2\\ y&= t+1 \end{align*} and from the \(y\)-equation we get \(t=y-1\) and thus \(x = (y-1)^2\).
Sketch the curve \(C\) parametrized by the equations below on the interval \(I=[0,\tfrac{3\pi}{2}]\). Indicate the orientation of the parametrization with arrows. Eliminate the parameter to find a Cartesian equation of the curve. \begin{align*} x &= x(\theta) = 2\cos(\theta)\\ y &= y(\theta) = 3\sin(\theta) \end{align*}
Use the estimate \(\sqrt{2}\approx 1.4\). Evaluate the parametric equations along convenient \(\theta\) values:
\(\theta\) 0 \(\pi/4\) \(\pi/2\) \(3\pi/4\) \(\pi\) \(5\pi/4\) \(3\pi/2\)
\(x(\theta)\) 2 \(2\frac{\sqrt{2}}{2}\) 0 \(-2\frac{\sqrt{2}}{2}\) \(-2\) \(-2\frac{\sqrt{2}}{2}\) 0
\(y(\theta)\) 0 \(3\frac{\sqrt{2}}{2}\) 3 \(3\frac{\sqrt{2}}{2}\) 0 \(-3\frac{\sqrt{2}}{2}\) \(-3\)
figures/part-of-ellipse.svg
Curve \(x(\theta)=2\cos(\theta)\), \(y(\theta)=3\sin(\theta)\) for \(0\leq\theta\leq 3\pi/2\)
The curve seems to be a portion of an ellipse. Recall that an ellipse centered at \((x_0, y_0)\) with horizontal radius \(a\) and vertical radius \(b\) has Cartesian equation \[ \frac{(x-x_0)^2}{a^2} + \frac{(y-y_0)^2}{b^2} = 1 \] Thus, we suspect that the Cartesian equation of the curve is \[ \frac{x^2}{4} + \frac{y^2}{9} = 1 \] To eliminate the parameter start with \begin{align*} x &= 2\cos(\theta)\\ y &= 3\sin(\theta) \end{align*} and then \begin{align*} \frac{x}{2} &= \cos(\theta)\\ \frac{y}{3} &= \sin(\theta) \end{align*} Now \(\cos^2(\theta) + \sin^2(\theta)= 1\) and thus \[ \left(\frac{x}{2}\right)^2 + \left(\frac{y}{3}\right)^2 = \cos^2(\theta) + \sin^2(\theta) \] and thus \[ \frac{x^2}{4} + \frac{y^2}{9} = 1. \]
In general, a parametrization of a general ellipse \[ \frac{(x-x_0)^2}{a^2} + \frac{(y-y_0)^2}{b^2} = 1 \] is given by \begin{align*} x &= x(t) = x_0 \pm a\cos(t)\\ y &= y(t) = y_0 \pm b\sin(t) \end{align*} with interval \(I\) depending on how much of the ellipse we want to parametrize. To get a full rotation of the ellipse, we need an interval of length \(2\pi\), and if we take \(I=[0,2\pi]\) we start at \((a,0)\) and get a counter-clockwise (CCW) orientation with a full rotation.
Draw the ellipse and find a parametrization starting at the point \((3,1)\) with a full rotation with CCW orientation. \[ \frac{(x-3)^2}{7} + \frac{(y+2)^2}{9} = 1 \]
Sketch the curve parametrized by the equations \begin{align*} x(t) &= -\cos(t)\\ y(t) &= 2+\sin(t) \end{align*} where \(-\tfrac{\pi}{2}\leq t\leq 2\pi\). Indicate the terminal and final point of the parametrization.
Find a parametrization of the ellipse centered at \((-1,3)\), with clockwise orientation, starting at \((-1,2)\) and passing through the point \((-7,3)\), and going around one and a half times (end point is \((-1,4)\)).
First determine a CCW orientation and then change the signs accordingly. The ellipse is:
figures/full-ellipse.svg
Ellipse centered at \((-1,3)\) of radii \(a=6\) and \(b=1\)
The general equations of the parametrization of an ellipse in this case is \begin{align*} x(t) &= -1 + 6\cos(t)\\ y(t) &= 3 + 1\sin(t) \end{align*} We need the interval to be \(I=[-\tfrac{\pi}{2}, \tfrac{5\pi}{2}]\). This gives a CCW orientation. To change the orientation, we can change the sign in front of the \(\cos(t)\) term: \begin{align*} x(t) &= -1 - 6\cos(t)\\ y(t) &= 3 + 1\sin(t) \end{align*}
A familiar type of curve is the graph of a function:
figures/generic-graph.svg
A curve \(C\) is the graph of a function \(f\) if whenever \((x,y)\) is a point on \(C\) then \(y=f(x)\)
Every point \((x,y)\) on the curve has \(y=f(x)\). Therefore, a parametrization is \begin{align*} x &= x(t) = t\\ y &= y(t) = f(t) \end{align*} with \(a\leq t\leq b\).
Parameterize the graph of the function \(y=2x^3\) where \(-1\leq x\leq 2\) with left-to-right orientation. Then find a right-to-left orientation.
A parametrization is \begin{align*} x &= x(t) = t\\ y &= y(t) = 2t^3 \end{align*} with \(-1\leq t\leq 2\). We can find a right-to-left parametrization by changing all \(t\)'s to \(-t\) and changing the interval to \(-b\leq t\leq -a\). In this case, a right-to-left parametrization is then \begin{align*} x &= x(t) = -t\\ y &= y(t) = 2(-t)^3 = -2t^3 \end{align*} with interval \(-2\leq t\leq 1\).
Parameterize the line segment through the points \((-1,2)\) and \((\tfrac{2}{7}, 11)\).
The slope of the line is \[ m = \frac{11-2}{\tfrac{2}{7} + 1} = \frac{9}{9/7} = 7 \] The equation of the line is then \(y = 7x + 9\). A parametrization of the entire line is \begin{align*} x &= t\\ y &= 7t+9 \end{align*} and since we only want the line segment where \(-1\leq x\leq \tfrac{2}{7}\) then the interval is \(I=[-1,\tfrac{2}{7}]\).
For each set of parametric equations, eliminate the parameter to find a Cartesian equation for the curve.
  1. \(x(t) = \sqrt{t+1}\), \(y(t) = \sqrt{t}\)
  2. \(x(t) = -4 + 2\cos(t)\), \(y(t) = 3-3\sin(t)\)
  3. \(x(t) =t^2\), \(y(t) = t^6 - 2t^4\)
  4. \(x(t)=\sec^2(t) -1\), \(y(t) = \tan(t)\)
Recall that the equation of the line tangent to the graph of \(y=f(x)\) through the point \((x_0, f(x_0))\) is \[ y = y_0 + m(x-x_0) \] where \(m=f'(x_0)=\frac{dy}{dx}(x_0)\).
figures/tangent-line.svg
Equation of tangent line at \(x_0\) is \(y=f(x_0)+f'(x_0)(x-x_0)\)
Find equation of line tangent to the graph of \(f(x) = -\sqrt{9\left(1-\frac{x^2}{4}\right)}\) through the point \((1,-\frac{3\sqrt{3}}{2})\).
Find the equation of the line tangent to the given ellipse and passing through the point \(P=(1,-\frac{3\sqrt{3}}{2})\). \[ \frac{x^2}{4} + \frac{y^2}{9} = 1 \]
We could solve for \(y\) in terms of \(x\): \[ y = -\sqrt{9\left(1-\frac{x^2}{4}\right)} \] However, in some cases we may only have a parametric equation for a curve and even if we had a Cartesian equation we may not be able to solve for \(y\) (could use implicit differentiation). Use instead a parametrization \begin{align*} x(t) &= 2\cos(t) \\ y(t) &= 3\sin(t)\\ 0 &\leq t \leq 2\pi \end{align*} We now need a way to find the slope of the tangent line in terms of the parametric equations. We do know that \(y=f(x)\) near \(P\) and thus \(y(t) = f(x(t))\). Therefore, by the chain rule \[ y'(t) = f'(x(t)) \cdot x'(t) \] and therefore \[ f'(x(t)) = \frac{y'(t)}{x'(t)} \] Because \(f'(x) = \frac{dy}{dx}\) this is sometimes written as \[ \frac{dy}{dx} = \frac{y'(t)}{x'(t)} \] Hence, in this case \[ \frac{dy}{dx} = \frac{3\cos(t)}{-2\sin(t)} \] At what \(t\) value do we evaluate? It has to correspond to the \(t\) value where the parametrization passes through the point \(P\). The value \(t^*\) where the parametrization passes through the point \(P\) occurs when \[ 2\cos(t^*) = 1,\qquad 3\sin(t^*) = -3\frac{\sqrt{3}}{2}. \] From \(\cos(t^*) = 1/2\) either \(t^* = \pi/3\) or \(t^* = 5\pi/3\). In this case, need to take \(t^* = 5\pi/3\). Hence, we obtain \[ m = \frac{3\cos(t)}{-2\sin(t)} \Big|_{t=t^*} = \frac{3 (1/2)}{-2 (-\sqrt{3}/2)} = \sqrt{3}/2 \] Therefore, equation of line is \[ y = y_0 + m(x-x_0) = -\frac{3\sqrt{3}}{2} + \sqrt{3}/2 ( x - 1) \] which simplifies to \[ y = \sqrt{3}/2 x - 2\sqrt{3}. \]
Recall that a line is horizontal when its slope is zero and a vertical line could be thought of as a line with infinite slope. Since \[ m = \frac{y'(t)}{x'(t)} \] the tangent line is horizontal at a \(t\) value when \(y'(t) = 0\) and is vertical when \(x'(t)=0\).
Consider the parametrized curve \begin{align*} x(t) &= t^2 \\ y(t) &= t^3 -3t + 3\\ t &\in (-\infty, \infty) \end{align*}
  1. Find the equation of the line tangent to the curve at the point \((4,1)\).
  2. Find the points on the curve where the tangent line is horizontal.
  3. Find the points on the curve where the tangent line is vertical.
  4. Find a Cartesian equation for the curve.
The curve is shown in Figure 4.7.
  1. We compute \[ m = \frac{y'(t)}{x'(t)} = \frac{3t^2 - 3}{2t} \] The curve passes through the point \(P=(4,1)\) when \(t^2 = 4\), so \(t=\pm 2\) but need \(y(t) = t^3-3t=1\). At \(t=2\) get \(y(2) = 8-6+3=5\) but at \(y(-2) = -2+3=1\). Hence, \(t\) value is \(t^* = -2\). Hence, \[ m = \frac{3(-2)^2-3}{2(-2)} = -\frac{9}{4}. \] Equation of line is \[ y = -\frac{9}{4}(x-4) + 1 = -\frac{9}{4}x + 10 \]
  2. Tangent line is horizontal when \(y'(t) = 0\) which occurs at \(t\) values \(t=\pm 1\). The points are therefore \((x(1),y(1)) = (1,1)\) and \((x(-1),y(-1)) = (1,5)\).
  3. Tangent line is vertical when \(x'(t) = 0\) which occurs at \(t=0\). The point is \((x(0),y(0)) = (0,0)\).
  4. To find a Cartesian equation notice that \[ (y-3)^2 = t^6 -6t^4 + 9t^2 = (t^2)^3 - 6(t^2)^2 + 9t^2 \] and thus \((y-3)^2 = x^3 - 6x^2 + x\) is a Cartesian equation.
figures/cubic-curve.svg
Curve \(x(t)=t^2\), \(y(t)=t^3-3t+3\)
The arc length of a curve \(C\) is the length of the curve. For example, the arc length of a circle of radius \(r\) is \(L=2\pi r\). In general, given a parametrization \(x=x(t)\), \(y=y(t)\), on the interval \(I=[a,b]\) of a curve \(C\), the arc length can be computed as \[ L = \int_a^b \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2} \, dt \]
Find the arc length of the given parametric curve.
  1. \(x(t) = t^3\), \(y(t) = \frac{3}{2}t^2\), \(0\leq t\leq \sqrt{3}\) \begin{align*} L &= \int_0^{\sqrt{3}} \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2} \, dt\\ &= \int_0^{\sqrt{3}} \sqrt{(3t^2)^2 + (3t)^2} \, dt\\ &= \int_0^{\sqrt{3}} \sqrt{9t^4 + 9t^2}\, dt\\ &= \int_0^{\sqrt{3}} 3t \sqrt{t^2+1}\, dt\\ &= 7  \text{ (by substitution)} \end{align*}
  2. Of the graph of \(y=f(x) = x^{3/2}\) for \(0\leq x\leq 4\). A parametrization is \(x(t) = t\) and \(y(t) = t^{3/2}\). Then \begin{align*} L &= \int_0^4 \sqrt{(1)^2 + (3/2 t^{1/2})^2} \, dt\\ &= \int_0^4 \sqrt{1 + \frac{9}{4}x}\, dt\\ &= \frac{8}{27} \left[ (1+27/4)^{3/2}-1 \right]  \text{ (by substitution)} \end{align*}
  3. Show that the arc length of a circle of radius \(r\) is \(2\pi r\).

Polar Coordinates

Polar coordinates is a coordinate system to represent points in 2D space; it is an alternative to the Cartesian coordinate system. In some problems, it is more natural to use polar coordinates than Cartesian coordinates.
figures/polar-coords.svg
A point \(P\) with polar coordinates \((r,\theta)\)
  • \(r\) - distance from origin (directed) and can be negative
  • \(\theta\) - angle measured from a chosen horizontal axis and increasing CCW (can be negative)
Polar coordinates rely on the idea that once an origin is fixed, every point in the 2D plane lies on some circle. It is convention to list polar coordinates with first \(r\) and then \(\theta\) like \((r,\theta)\), e.g., the polar coordinates \((4.3,1)\) means \(r=4.3\) and \(\theta=1\).
Draw the points with given polar coordinates.
  1. \((r,\theta) = (5, 4\pi/3)\)
  2. \((r,\theta) = (-2, 5\pi/6)\)
  3. \((r,\theta) = (2, -\pi/6)\)
  4. \((r,\theta) = (-3, 3\pi/2)\)
Given the polar coordinates \((r,\theta)\) of a point \(P\), its Cartesian coordinates \((x,y)\) are \begin{align*} x &= r\cos(\theta)\\ y &= r\sin(\theta) \end{align*} On the other hand, given the Cartesian coordinates \((x,y)\) of a point \(P\) then a set of polar coordinates \((r,\theta)\) of \(P\) are \begin{align*} r &= \sqrt{x^2+y^2}\\ \theta &= \arctan\left(\frac{y}{x}\right) \pm \{\pi, 2\pi\} \end{align*} May need to add \(\pi\) or \(2\pi\) if want \(0\leq\theta \lt 2\pi\) since the range of \(\arctan\) is \((-\pi/2, \pi/2)\). Notice we take \(r \gt 0\) and may need \(r \lt 0\) if we ask that \(-\pi/2\leq\theta \lt \pi/2\).
Find the Cartesian coordinates of the points with given polar coordinates.
  1. \((r,\theta) = (5, 4\pi/3)\)
  2. \((r,\theta) = (-2, 5\pi/6)\)
Find the polar coordinates of the points with given Cartesian coordinates. (Note: \(\arctan(3)\approx 1.25\))
  1. \(P_1(1,3)\)
  2. \(P_2(1,-3)\)
  3. \(P_3(-1,3)\)
  4. \(P_4(-1,-3)\)
Unless specified otherwise, in this course, we will use the following convention: \begin{gather*} r \geq 0  \text{ and }   0\leq \theta \lt 2\pi \end{gather*} In some problems, it is easier to work with mathematical objects expressed in polar coordinates.
Convert the given equations from Cartesian coordinates to polar coordinates.
  1. \(y=x^2\)
  2. \(x^2+y^2=121\)
  3. \(x^2+(y-3)^2=9\)
  1. \(r\sin(\theta) = r^2\cos^2(\theta)\) which can be factored as \[ r (r\cos^2(\theta) - \sin(\theta)) = 0 \] Now \(r=0\) represents only the origin. The other points on \(y=x^2\) therefore satisfy \(r\cos^2(\theta) - \sin(\theta)=0\) which can be written as \[ r = \tan(\theta)\sec(\theta),  \theta\neq \frac{\pi}{2} \]
  2. Since \(x^2+y^2=r^2\) then \(r^2 = 7\) or \(r=\sqrt{7}\).
  3. Expanding gives \(x^2+y^2-6y+9=9\) and then \(r^2 - 6r\sin(\theta) = 0\) or \(r(r-6\sin(\theta))=0\). Use \(r=6\sin(\theta)\) because when \(\theta=\pi\) get also \(r=0\).
Conversely, we may want to convert an equation from polar coordinates to Cartesian coordinates.
Convert the given equations from polar coordinates to Cartesian coordinates and identify the curve.
  1. \(r\cos(\theta)-4=0\)
  2. \(r^2=4r\cos(\theta)\)
  3. \(r=\frac{4}{2\cos(\theta)-\sin(\theta)}\)
  4. \(r=2\cos(\theta)-\sin(\theta)\)
  1. \(x-4=0\) or \(x=4\) (vertical line)
  2. \(x^2+y^2 = 4x\) and completing square gives \((x-2)^2+y^2=4\) (circle at \((2,0)\) of radius \(4\))
  3. Write as \(2r\cos(\theta)-r\sin(\theta)=4\) and then \(2x-y=4\) or \(y=2x-4\) (line)
  4. Get \(r=2\frac{x}{r} - \frac{y}{r}\) and thus \(r^2 = 2x - y\) or \(x^2-2x + y^2 + y = 0\) and complete square to get \((x-1)^2+(y+\tfrac{1}{2})^2 = \frac{5}{4}\).

Regions and curves in polar coordinates

Sketch the region on the 2D plane with given polar coordinates description.
  1. \(1\leq r\leq 3\) and \(-\frac{\pi}{4}\leq\theta\leq \frac{\pi}{2}\)
  2. \(-\infty \lt r \lt \infty\) and \(\frac{2\pi}{3}\leq\theta\leq \frac{5\pi}{6}\)
Sketch the curve in the 2D plane with polar coordinates description \(r=1+\sin(\theta)\). (Note: \(\sqrt{2}/2\approx 0.7\))
Create a table of \((r,\theta)\) coordinates by varying \(\theta\) at step-size \(\tfrac{\pi}{4}\):
\(\theta\) 0 \(\tfrac{\pi}{4}\) \(\tfrac{\pi}{2}\) \(3\tfrac{\pi}{4}\) \(\pi\) \(\tfrac{5\pi}{4}\) \(\tfrac{3\pi}{2}\) \(\tfrac{7\pi}{4}\)
\(r(\theta)\) 1 \(1+\tfrac{\sqrt{2}}{2}\) 2 \(1+\tfrac{\sqrt{2}}{2}\) 1 \(1-\tfrac{\sqrt{2}}{2}\) 0 \(1-\tfrac{\sqrt{2}}{2}\)
\((r,\theta)\) pairs for \(r=1+\sin(\theta)\)
figures/cardioid.svg
Cardioid
This curve is called a cardioid. Since \(r(\theta) = 1+\sin(\theta)\), we can obtain a parametrization for this curve as follows: \begin{align*} x(\theta) &= r(\theta)\cos(\theta) = (1+\sin(\theta))\cos(\theta)\\ y(\theta) &= r(\theta)\sin(\theta) = (1+\sin(\theta))\sin(\theta)\\ 0 &\leq\theta\leq 2\pi \end{align*} In general, if a curve is expressed in polar coordinates as \(r=r(\theta)\) for \(a\leq \theta\leq b\) then a parametrization for the curve is: \begin{align*} x(\theta) &= r(\theta)\cos(\theta)\\ y(\theta) &= r(\theta)\sin(\theta)\\ a &\leq\theta\leq b \end{align*}
Find the equation of the line tangent to the cardioid through the point when \(\theta=\frac{\pi}{4}\).
Recall that \(m = \frac{dy}{dx} = \frac{y'(t)}{x'(t)}\) if given a parametrization \(x=x(t)\) and \(y=y(t)\). Here we have \begin{align*} x(\theta) &= (1+\sin(\theta))\cos(\theta)\\ y(\theta) &= (1+\sin(\theta))\sin(\theta) \end{align*} We get \[ m = \frac{\cos(\theta)\sin(\theta)+(1+\sin(\theta))\cos(\theta)}{\cos^2(\theta) - (1+\sin(\theta))\sin(\theta)} \] and evaluating at \(\theta=\pi/4\) we obtain \(m=-(1+\sqrt{2})\). The point on the curve at \(\theta=\pi/4\) is \((x_0,y_0) = (1+\sqrt{2}/2)\sqrt{2}/{2}, (1+\sqrt{2}/2)\sqrt{2}/{2})\) and thus the equation of the line is \(y=y_0 + m(x-x_0)\).

Arc length in polar coordinates

Recall that the arc length of a curve parametrized by \(x=x(t)\), \(y=y(t)\), for \(a\leq t\leq b\), is \[ L = \int_a^b \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2}\,dt \] Given a curve in polar coordinates \(r=r(\theta)\), for say \(\theta_0\leq \theta\leq \theta_1\), we have a parametrization \begin{align*} x(\theta) = r(\theta)\cos(\theta)\\ y(\theta) = r(\theta)\sin(\theta) \end{align*} Then the arc length of the curve \(r=r(\theta)\) is \[ L = \int_{\theta_0}^{\theta_1} \sqrt{\left(\frac{dx}{d\theta}\right)^2 + \left(\frac{dy}{d\theta}\right)^2}\,d\theta \] This simplifies to \[ L = \int_{\theta_0}^{\theta_1} \sqrt{(r(\theta))^2 + \left(\frac{dr}{d\theta}\right)^2}\,d\theta \]
Setup, but do not evaluate, the integral that evaluates to the arc length of the cardioid \(r=1+\sin(\theta)\), for \(0\leq\theta\leq 2\pi\).
A complete revolution of the cardioid requires \(0\leq \theta\leq 2\pi\). Now \(r(\theta) = 1+\sin(\theta)\) and then \begin{align*} x(\theta) &= (1+\sin(\theta))\cos(\theta)\\ y(\theta) &= (1+\sin(\theta))\sin(\theta) \end{align*} Now \(r'(\theta) = \cos(\theta)\) and thus \begin{align*} L &= \int_{0}^{2\pi} \sqrt{ (r(\theta))^2 + (r'(\theta))^2}\,d\theta\\ & = \int_0^{2\pi} \sqrt{2+2\sin(\theta)}\,d\theta \end{align*}
Find the arc length of the curve \(r=\theta^2\), where \(0\leq \theta\leq \sqrt{5}\).
Compute \begin{align*} L = \int_0^{\sqrt{5}} \sqrt{ r^2 + (r')^2}\,d\theta &=\int_0^{\sqrt{5}} \sqrt{ \theta^4 + 4\theta^2}\,d\theta\\ &= \int_0^{\sqrt{5}} \theta\sqrt{ \theta^2 + 4}\,d\theta\\ &= \frac{19}{3} \end{align*}
figures/quadratic-polar.svg
The curve \(r=\theta^2\)

Areas in polar coordinates

The area of a wedge of radius \(r\) and sweeping an angle of \(\theta\) is \[ A_{\text{wedge}} = \frac{1}{2} r^2 \theta. \]
figures/wedge.svg
Area of a wedge is \(A=\frac{1}{2}r^2\theta\)
Given say the cardioid \(r=1+\sin(\theta)\), we can divide the interval \(0\leq \theta\leq 2\pi\) so that we obtain a partition of wedges of the area enclosed by the cardioid:
figures/cardioid-partition.svg
Approximating the area enclosed by a cardioid with wedges
The sum of the area of the wedges approximates the true area \(A\) enclosed by the cardioid: \[ A \approx \sum_{i=1}^n \frac{1}{2} r(\theta_i^*)^2 \Delta\theta \] As \(n\rightarrow\infty\) we obtain the true area: \[ A = \lim_{n\rightarrow\infty}\sum_{i=1}^n \frac{1}{2} r(\theta_i^*)^2 \Delta\theta = \int_0^{2\pi} \frac{1}{2}r(\theta)^2\,d\theta \] In general, for a curve given in polar coordinates \(r=r(\theta)\), the area enclosed by the curve as \(\theta\) ranges from \(\theta_0\leq\theta\leq\theta_1\) is \[ A = \int_{\theta_0}^{\theta_1} \frac{1}{2}r(\theta)^2\,d\theta. \]
Find the area enclosed by the cardioid \(r=1+\sin(\theta)\) above the \(x\)-axis.
Apply the formula: \begin{align*} A &= \int_0^{\pi} \frac{1}{2}(1+\sin(\theta))^2\,d\theta\\ &= \int_0^{\pi} \frac{1}{2}(1+2\sin(\theta)+\sin^2(\theta))\,d\theta\\ &= \frac{\pi}{2} + 2 + \frac{1}{2}\int_0^\pi \frac{1-\cos(2\theta)}{2}\,d\theta\\ &= \frac{\pi}{2} + 2 + \frac{\pi}{4} = 2+3\frac{\pi}{4} \end{align*}
Consider the curve \(r=2-\cos(\theta)\) for \(0\leq\theta\leq 2\pi\).
  1. Sketch the curve.
  2. Find the area enclosed by the curve.
  3. Setup the integral that evaluates to the arc length of the curve. Simplify the integrand but do not attempt to evaluate the integral.
  4. Use the Trapezoidal rule with \(n=4\) to estimate the arc length of the curve.
  5. Find the points on the curve where the tangent line is vertical.
  1. Evaluating \(x(\theta)=r(\theta)\cos(\theta)\) and \(y(\theta)=r(\theta)\sin(\theta)\) from \(\theta=0\) to \(\theta=2\pi\) at step-size of \(\pi/4\), we obtain the following graph:
    figures/limacon.svg
    Limacon
  2. \begin{align*} A &= \int_0^{2\pi} \frac{1}{2}r(\theta)^2\,d\theta\\[2ex] &= \int_0^{2\pi} \frac{1}{2}(2-\cos(\theta))^2\, d\theta\\[2ex] &= \frac{1}{2}\left(\int_0^{2\pi}4\,d\theta - 4\int_0^{2\pi} \cos(\theta)\,d\theta +\int_0^{2\pi}\cos^2(\theta)\,d\theta \right)\\[2ex] &= \frac{9\pi}{2} \end{align*}
  3. \begin{align*} L &= \int_0^{2\pi} \sqrt{r^2 + (r')^2}\,d\theta\\[2ex] &= \int_0^{2\pi} \sqrt{(2-\cos(\theta))^2 + \sin^2(\theta)}\,d\theta\\[2ex] &= \int_0^{2\pi} \sqrt{5-4\cos(\theta)}\,d\theta \end{align*}
  4. Recall that the Trapezoidal rule is for estimating an integral \[ \int_a^b f(x)\,dx. \] Partitioning \([a,b]\) into \(n\) equal subintervals, each subinterval has length \(\Delta x = \frac{b-a}{n}\). The Trapezoidal rule is then \[ T = \frac{\Delta x}{2}\left[ f(x_0) + 2f(x_1) + 2f(x_2)+\cdots+2f(x_{n-1}) + f(x_n)\right] \] where \(x_0,x_1,\ldots,x_n\) are the points obtained after subdividing the interval \([a,b]\). We wish to apply the Trapezoidal rule to \[ L = \int_0^{2\pi} \sqrt{5-4\cos(\theta)}\,d\theta \] Hence, here \(f(\theta) = \sqrt{5-4\cos(\theta)}\), \(n=4\), \(\Delta\theta=\frac{2\pi}{n} = \frac{\pi}{2}\), and the points to evaluate \(f\) are \(\theta_0=0\), \(\theta_1=\frac{\pi}{2}\), \(\theta_2=\pi\), \(\theta_3=3\pi/2\), and \(\theta_4=2\pi\). Hence, \begin{align*} T &= \frac{\Delta\theta}{2}\left[f(\theta_0) + 2f(\theta_1) + 2f(\theta_2)+2f(\theta_{3}) + f(\theta_4) \right]\\[2ex] &= \frac{\pi}{4}\left[\sqrt{1}+2\sqrt{5}+2\sqrt{9}+2\sqrt{5}+1\right]\\[2ex] &= \frac{\pi}{4}(8+4\sqrt{5})\approx L \end{align*}
  5. Recall that given a parametrized curve \(x=x(t)\) and \(y=y(t)\), the slope of the line tangent to the curve at \(t\) is \[ m= \frac{y'(t)}{x'(t)} \] The tangent line is vertical when \(x'(t)=0\). Here, \begin{align*} x(\theta)&= (2-\cos(\theta))\cos(\theta)=2\cos(\theta)-\cos^2(\theta)\\[2ex] y(\theta)&=(2-\cos(\theta))\sin(\theta)=2\sin(\theta)-\cos(\theta)\sin(\theta) \end{align*} Then \begin{align*} x'(\theta) &= -2\sin(\theta)+2\cos(\theta)\sin(\theta)\\ &= 2\sin(\theta)(\cos(\theta)-1) \end{align*} In the interval \(0\leq\theta\leq 2\pi\), \(x'(\theta) = 0\) when \(\theta=0\) and \(\theta=\pi\). Hence, the points are \((x(0),y(0))=(1,0)\) and \((x(\pi),y(\pi)) = (-3,0)\). This agrees with the sketch of the curve.
Consider the following polar curve \(r(\theta) = \sin(2\theta)\), for \(0\leq\theta\leq 2\pi\).
  1. Sketch the curve.
  2. Find an expression for the arc length of the curve for \(0\leq\theta\leq \pi/2\).
  3. Use Simpson's rule with \(n=4\) subintervals to estimate the arc length of the curve on the interval \(0\leq\theta\leq \pi/2\). Label the grid points \(\theta_0\), \(\theta_1\), \(\theta_2\), \(\theta_3\), \(\theta_4\), and leave your answer in symbolic form.
  4. Find the area enclosed by the curve.
  1. Evaluating \(x(\theta)=r(\theta)\cos(\theta)\) and \(y(\theta)=r(\theta)\sin(\theta)\) from \(\theta=0\) to \(\theta=2\pi\) at step-size of \(\pi/16\), we obtain the curve shown in Figure 4.14.
    figures/pedals.svg
    The polar curve \(r(\theta) = \sin(2\theta)\)
  2. Since \(r'(\theta) = 2\cos(\theta)\), the arc length of the curve along for \(0\leq\theta\leq \pi/2\) is \begin{align*} L &= \int_0^{\pi/2} \sqrt{r(\theta) + (r'(\theta))^2}\, d\theta \\ &= \int_0^{\pi/2} \sqrt{\sin^2(2\theta) + 4\cos^2(\theta)}\, d\theta \end{align*}
  3. Let \(f(\theta) = \sqrt{\sin^2(2\theta) + 4\cos^2(2\theta)}\). Applying Simpson's rule, we obtain that \(\Delta \theta = \frac{\pi/2}{4} = \pi/8\) and then the grid points are \(\theta_0 = 0\), \(\theta_1 = \pi/8\), \(\theta_2 = \pi/4\), \(\theta_3 = 3\pi/8\), and \(\theta_4 = \pi/2\). The symbolic form of Simpson's rule is then \[ S = \frac{\Delta\theta}{3}\big[f(\theta_0) + 4f(\theta_1)+2f(\theta_2)+4f(\theta_3) + f(\theta_4)\big] \]
  4. The area enclosed by the curve is \begin{align*} A &= \int_0^{2\pi} \frac{1}{2} r^2(\theta)\, d\theta\\ &= \frac{1}{2}\int_0^{2\pi} \sin^2(2\theta)\, d\theta\\ &= \frac{1}{4}\int_0^{2\pi} (1-\sin(4\theta))\, d\theta\\ &= \frac{1}{4}(\theta + \frac{1}{4}\cos(4\theta))\Big|_{0}^{2\pi}\\ &= \frac{1}{4}(2\pi + \frac{1}{4}\cos(8\pi) - \frac{1}{4}\cos(0))\\ &= \pi/2 \end{align*}