$$ \newcommand{\RR}{\mathbb{R}} \newcommand{\QQ}{\mathbb{Q}} \newcommand{\CC}{\mathbb{C}} \newcommand{\NN}{\mathbb{N}} \newcommand{\ZZ}{\mathbb{Z}} \newcommand{\EE}{\mathbb{E}} \newcommand{\HH}{\mathbb{H}} \newcommand{\SO}{\operatorname{SO}} \newcommand{\dist}{\operatorname{dist}} \newcommand{\length}{\operatorname{length}} \newcommand{\uppersum}[1]{{\textstyle\sum^+_{#1}}} \newcommand{\lowersum}[1]{{\textstyle\sum^-_{#1}}} \newcommand{\upperint}[1]{{\textstyle\smallint^+_{#1}}} \newcommand{\lowerint}[1]{{\textstyle\smallint^-_{#1}}} \newcommand{\rsum}[1]{{\textstyle\sum_{#1}}} \newcommand{\partitions}[1]{\mathcal{P}_{#1}} \newcommand{\erf}{\operatorname{erf}} \newcommand{\ihat}{\hat{\imath}} \newcommand{\jhat}{\hat{\jmath}} \newcommand{\khat}{\hat{k}} \newcommand{\pmat}[1]{\begin{pmatrix}#1\end{pmatrix}} \newcommand{\smat}[1]{\left(\begin{smallmatrix}#1\end{smallmatrix}\right)} $$

Assignment 11

Problems

In this assignment you are a mathematician / data scientist employed by the San Francisco Parks and Recreation department, tasked with helping design signange for the new park by Ocean Beach authorized via Ballot Initiative during the recent election. All three problems on the assignment will be part of this common story. Some helpful details: the new park will constructed on a strip of land between golden gate park and the ocean, on the current location of the Great Highway and nearby sand dunes. You are put in charge of a rectangular region of the park which will be preserved as a bird sanctuary, and contain a single circular hiking trail for birdwatchers to observe nesting behavior with minimal intereference.

Bird watchers from across the state are already planning trips during the breeding season of the Snowy Plover, and many of these semi-professional bird watchers are quite nerdy, data - driven individuals. The Parks and Rec department has already received many emails asking for exact details about the bird sanctuary region and the hiking trail (even though it is still under construction!)

Here are several excerpts of their messages.

To Whom it May Concern:

I have been searching for months for a certain subspecies of snowy plover, and am optimistic this new SF park will be the correct place. This subspecies is very particular about the elevation of its nest above sea level, and so before booking a trip I would like to enquire what is the range of elevations encountered by the hiking trail, as well as its average elevation?“

Dear Parks and Rec:

I’m curious, how large is the portion of the park set aside for a bird sanctuary? I hope there are enough acres that we may expect nesting of some of the more territorial seabirds.

Your boss, after getting dozes of such emails, has decided that the Parks Department must produce a very detailed sign for the bird sanctuary, else they will be getting these emails from every visitor! The proposed sign looks like this:

Ocean Beach Bird Sanctuary:

Total Park Area = ?

Trail Stats:

Max Elevation = ?

Min Elevation = ?

Average Elevation = ?

You’ve been tasked with filling in the question marks for this sign. A radar scan of the beachfront revealed that the park is well-modeled by the following elevation function (I’ve chosen here to use units where the numbers are convenient for calculation, instead of realistic)

  • \(H(x,y)=6+x-y^2\) for \(x\in[-3,3]\) and \(y\in[-2,2]\)
  • In terms of \((x,y)\), the hiking trail is a circle \(C\) of radius \(2\) centered at \((0,0)\).

High Points and Low Points

What is the highest and lowest elevation the trail will reach? At which points \((x,y)\) do these occur? Hint: this doesn’t need any of our new material!

Average Trail Elevation

In Calculus I you learn the average value of a function on an interval is the integral divided by the interval’s length: \(\mathrm{avg}(f)=\frac{1}{b-a}\int_a^b f\,dx\). This same idea carries over to integrals along curves: the average value of \(f\) along a curve \(C\) is the Line Integral of \(f\) along \(C\) divided by the length of \(C\).

Use this idea to find the average elevation of the hiking trail. Hint: first parameterize \(C\).

Overall Park Stats

You notice your boss has filled in the park area portion of the sign with 24. You ask how they got this and they reply they simply used the length and width of the rectangular plot of land. But you know this is wildly incorrect! The landscape itself is not a flat rectangle but a very hilly and sloped piece of dunes. The true park area is the surface area of the landscape within these rectangular borders. Do a surface integral to find the area of this new park.

Hint: the integral you set up here is going to be best done with a trig sub. I’ll help out with a bit of it: the sub \(y=\frac{\tan \theta}{\sqrt{2}}\) is helpful, and its also nice to know that \[\int \sec^3\theta d\theta =\frac{1}{2}\sec x\tan x +\frac{1}{2}\ln|\sec x+\tan x|\]

Whether you convert the bounds or sub back, feel free to use a calculator to evaluate the final nubmer!