\documentclass[12pt]{amsart}
\addtolength{\hoffset}{-2.25cm}
\addtolength{\textwidth}{4.5cm}
\addtolength{\voffset}{-2.5cm}
\addtolength{\textheight}{5cm}
\setlength{\parskip}{0pt}
\setlength{\parindent}{15pt}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage[colorlinks = true, linkcolor = black, citecolor = black, final]{hyperref}
\usepackage{graphicx}
\usepackage{multicol}
\usepackage{ marvosym }
\usepackage{wasysym}
\usepackage{tikz}
\newcommand{\ds}{\displaystyle}
\DeclareMathOperator{\sech}{sech}
\setlength{\parindent}{0in}
\pagestyle{empty}
\begin{document}
\thispagestyle{empty}
{\scshape Math 2400} \hfill {\scshape \large Project \#2 - Volume} \hfill {\scshape Spring 2016}
\smallskip
\hrule
\bigskip
This project may be completed individually or in a group of two or three students. If you wish to complete the project as a group, let me know so that I can make the appropriate Blackboard tools available. You will submit the written report to Project \#2 Assignment by uploading a pdf file. Please follow all the specifications for a written report project (including those for graphs) that are outlined in the Specifications document. You will need to include pictures or scans of hand-drawn graphs, but sure to make these fit as part of the report and adjust the scale of computer produced graphs to match.
\bigskip
{\bf Read all the directions for each part before you begin.} There are steps to follow for each part and you should know where they are leading you to before you start working. You will write-up your findings and conclusions for both parts. Use the steps as a guide, but your report should not have numbered questions and answers.
\bigskip
{\bf Part 1 - Cake!}
\begin{enumerate}
\item Choose a slice of one of the cakes.
\medskip
\item Trace your slice on the centimeter grid below. Think first, draw second. We want this to represent a region that when revolved around an axis gives the entire cake. What do you need to consider to determine where to place the slice of cake?
\bigskip
\bigskip
\hspace{-.5in}$\begin{tikzpicture}
\draw[style = very thick, -latex] (-1, 0) -- (16,0);
\draw[very thick, -latex] (0, -1) -- (0, 11);
\draw[thin] (-.5, -.5) grid (15.25, 10.25);
\node at (18, 0) {};
\end{tikzpicture}$
\bigskip
\bigskip
\item Find functions which give the shape of your slice when graphed. Consider lines, parabolas, circles, ellipses, trig functions, and any other types of curves you are comfortable with. You may need to consider piece-wise defined functions. Keep in mind that not all ``bowl-like" shapes opening downward are necessarily parabolas.
\vfill
\item How do you know your model function(s) is ``close enough" to the real shape? Determine some coordinates on the graph you drew above. Do these fit the function?
\vfill
\item Use the shell or washer method to estimate the volume of the entire cake. Depending on your functions one method maybe easier than the other. Feel free to use a calculator or computer to evaluate the integral(s).
\vfill
\item I used a 12-cup pan to bake these cakes. How close do you think your estimate is to the volume of the actual cake? Do you think the pan was completely full?
\vfill
\end{enumerate}
\bigskip
\bigskip
{\bf Part 2 - Playdough!}
\begin{enumerate}
\item Choose the base of your sculpture as one of the following:
\medskip
\begin{center} CIRCLE \hfill TRIANGLE \hfill RECTANGLE\hfill SOMETHING ELSE\end{center}
\medskip
\item Draw a sketch this shape on the axes below. You should orient the shape nicely with the origin and/or the grid. The grid marks out 1cm squares.
\begin{center}
$\begin{tikzpicture}
\path[style = thick, -latex] (-8, 0) edge (8,0);
\path[style = thick, -latex] (0, -8) edge (0, 8);
\path[style = thin, color = gray] (-7.5, 1) edge (7.5, 1);
\path[style = thin, color = gray] (-7.5, 2) edge (7.5, 2);
\path[style = thin, color = gray] (-7.5, 3) edge (7.5, 3);
\path[style = thin, color = gray] (-7.5, 4) edge (7.5, 4);
\path[style = thin, color = gray] (-7.5, 5) edge (7.5, 5);
\path[style = thin, color = gray] (-7.5, 6) edge (7.5, 6);
\path[style = thin, color = gray] (-7.5, 7) edge (7.5, 7);
\path[style = thin, color = gray] (-7.5, -1) edge (7.5, -1);
\path[style = thin, color = gray] (-7.5, -2) edge (7.5, -2);
\path[style = thin, color = gray] (-7.5, -3) edge (7.5, -3);
\path[style = thin, color = gray] (-7.5, -4) edge (7.5, -4);
\path[style = thin, color = gray] (-7.5, -5) edge (7.5, -5);
\path[style = thin, color = gray] (-7.5, -6) edge (7.5, -6);
\path[style = thin, color = gray] (-7.5, -7) edge (7.5, -7);
\path[style = thin, color = gray] (-1, -7.5) edge (-1, 7.5);
\path[style = thin, color = gray] (-2, -7.5) edge (-2, 7.5);
\path[style = thin, color = gray] (-3, -7.5) edge (-3, 7.5);
\path[style = thin, color = gray] (-4, -7.5) edge (-4, 7.5);
\path[style = thin, color = gray] (-5, -7.5) edge (-5, 7.5);
\path[style = thin, color = gray] (-6, -7.5) edge (-6, 7.5);
\path[style = thin, color = gray] (-7, -7.5) edge (-7, 7.5);
\path[style = thin, color = gray] (1, -7.5) edge (1, 7.5);
\path[style = thin, color = gray] (2, -7.5) edge (2, 7.5);
\path[style = thin, color = gray] (3, -7.5) edge (3, 7.5);
\path[style = thin, color = gray] (4, -7.5) edge (4, 7.5);
\path[style = thin, color = gray] (5, -7.5) edge (5, 7.5);
\path[style = thin, color = gray] (6, -7.5) edge (6, 7.5);
\path[style = thin, color = gray] (7, -7.5) edge (7, 7.5);
\end{tikzpicture}$
\end{center}
\newpage
\item Write down equations for the curves/lines which bound the shape.
\vfill
\item Choose an orientation for the cross-sections:
\medskip
\begin{center} PARALELL TO $x$-AXIS \hspace{1.5in} PARALELL TO $y$-AXIS\end{center}
\bigskip
\item On your sketch of the base in part (2), add a thin rectangle in the proper direction to represent the base of a thin slice.
\vfill
\item Choose the shape of the cross-sections of the sculpture as one of the following shapes, and cut the sculpture approximately in half so that you can view the largest possible cross-section. Do not choose a square and/or rectangle for both the base and the cross-section unless there is an interesting orientation.
\medskip
\begin{center} EQUILATERAL TRIANGLE \hfill SEMI-CIRCLE \hfill SQUARE\end{center}
\bigskip
\item Write down a complete description of the solid you've chose as done for Learning Objective 6 on the quizam.
\vfill
\item Build this sculpture from playdough. Be as accurate as you can be using the fishing line to sculpt and the rulers to check.
\vfill
\item Set up and evaluate a definite integral to determine the volume of the solid.
\vfill
\item Take some pictures of your sculpture to include in your report. Explore different angles and even cut it up so we can see what the slices look like.
\vfill
\item Does your answer make sense? What could you do to check your work with the tools we have? Do that!
\vfill
\end{enumerate}
\end{document}