10.5 - Bagels, bagels, bagels

There are many ways to create bagels. Some people prefer boiling them, some prefer baking them, and some prefer defrosting then toasting them. Today we shall be creating bagels by the method of parameterizing them.

In single-variable calculus, it was shown that one can compute the volume of a torus, or doughnut shape, by thinking of it as a circle rotated about a horizontal or vertical line.

  1. Parameterize a circle of radius $r$ centered at the origin in the $xy$-plane starting at $(0, r)$. That is, find $x$, $y$, and $z$ in terms of $r$ and $\alpha$. Let $\alpha$ be the angle between the position vector and the $y$-axis.

  2. Parametrize a circle of radius 1 in the $yz$-plane with center (2, 0) starting at (0, 3). Let $\beta$ be the angle between the position vector and the positive $y$-axis.

  3. Now we want to characterize a typical point on our bagel, so we can write a vector function $\myv s (\alpha, \beta)$ whose range is the entire breakfast treat. To find any specific point we (a) Move $\alpha$ radians along the horizontal curve, then (b) Rotate $\beta$ radians along the vertical curve.

    Find $\myv s(\alpha, \beta)$. That is, in terms of GeoGebra, where... Surface( myx($\alpha$,$\beta$), myy($\alpha$,$\beta$),myz($\alpha$,$\beta$), $\alpha$, ___,___, $\beta$, ___,___) Find the three coordinate functions, and fill in the min and max limits of $\alpha$ and $\beta$.

Extra Credit: Finish up the work of paramerizing this surface, and then hand your Surface to GeoGebra to plot it.