Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

Carson Witt

2061 views
1
\documentclass[landscape]{article}
2
\title{\vspace{-4.0cm}Fencing a Livestock Pen}
3
\author{Carson Witt}
4
\date{October 14, 2016}
5
6
\usepackage{graphicx}
7
\usepackage{color}
8
\usepackage{amsmath}
9
\usepackage{bm}
10
\usepackage{indentfirst}
11
%% ADDED PREAMBLE
12
\usepackage{todonotes}
13
\usepackage[displaymath, mathlines]{lineno}
14
\usepackage{hyperref}
15
\usepackage{pagecolor}
16
\usepackage{tabularx}
17
18
\newcommand{\sg}[1]{\todo[color=red!40,fancyline]{#1}}
19
\newcommand{\good}[1]{\todo[color=blue!40,fancyline]{#1}}
20
\newcommand{\comm}[1]{\todo[color=orange!40,fancyline]{#1}}
21
%%
22
23
24
\begin{document}
25
26
%% ADDED FEEDBACK
27
\pagecolor{yellow!30!white}
28
\mbox{\LARGE Fencing a Garden }\hfill C. Witt
29
30
\vspace{1cm}
31
32
\hrule
33
34
\vspace{1cm}
35
36
Grade: 100
37
38
\vspace{1cm}
39
40
\begin{tabularx}{\textwidth}{ p{2cm} p{8cm}}
41
Abstract &
42
Nice introduction to the problem by adding a little
43
bit of context. Although I wonder why you decided
44
to also state the original problem?
45
\\
46
Procedure &
47
Nice use of color in the equations and the graph. That
48
makes it easier for the reader to follow your arguments.
49
\\
50
Conclusion &
51
I really like the reflection piece at the end of the paper
52
where you talk about the things you have learned as a
53
result of working on this project. Great job in doing
54
the work to figure out how to do some extra things.
55
\\
56
\end{tabularx}
57
58
\newpage
59
60
\listoftodos[List of Comments]
61
62
\newpage
63
64
\maketitle
65
66
\linenumbers
67
\pagecolor{white}
68
%%
69
70
\section*{Abstract}
71
You are working over the summer at a fencing company. The client that you are currently working with owns a small ranch. This client asks you to fence off a large rectangular livestock pen. However, the client has only given you enough money for 140 feet of fencing. Your job is to make a livestock pen with the largest area possible. The client has also asked you to model a function for possible areas of the livestock pen. \par
72
Original Problem: A gardener has 140 feet of fencing to fence in a rectangular vegetable garden. Find a function that models the area of the garden she can fence. For what range is the area greater than 825 square feet? Can she fence a garden with area 1250 square feet? Find the dimensions of the largest area she can fence.
73
74
75
\section*{Procedure}
76
In order to solve this problem, you must know a few base equations.
77
78
\begin{enumerate}
79
\item Perimeter of a rectangle: $P=2l+2w$ where $l$ is length, and $w$ is width.
80
\item Area of a rectangle: $A=lw$ where $l$ is length and $w$ is width.
81
\end{enumerate}
82
83
I then plugged in the given perimeter of 140 and solved the equation in terms of $l$. To get the final function, plug in the solved value of $l$ into the area formula. The function should then be in terms of $w$.
84
85
\begin{table}[h]
86
\centering
87
\begin{tabular}{cc}
88
\begin{minipage}{0.03\textwidth}
89
\begin{align*}
90
140 = 2w + 2l \\
91
\downarrow \\
92
2l = 140-2w \\
93
\downarrow \\
94
l = 70-w \\
95
\downarrow \\
96
A(w) = wl \\
97
\downarrow \\
98
\mathbf{\textcolor{blue}{A(w) = w(70-w)}} \\
99
\end{align*}
100
\end{minipage}
101
&
102
\begin{minipage}{0.97\textwidth}
103
\includegraphics[scale=0.45]{graph_without_range.pdf}
104
\end{minipage}
105
\end{tabular}
106
\end{table}
107
108
We have now found a function for the area of the rectangle in terms of its width!
109
110
\newpage
111
When answering the second part of the question (For what range is the area greater than 825 square feet?), simply draw the line $y=825$ onto the pre-existing graph. Any value of $A(w)$ above the line is on the range of areas greater than 825 feet.
112
$$
113
\textcolor{blue}{A(w) = w(70-w)}
114
$$
115
\begin{center}
116
and
117
\end{center}
118
$$
119
\textcolor{red}{F(w) = 825}
120
$$
121
\begin{center}
122
yields
123
\end{center}
124
125
\begin{center}
126
\includegraphics[scale=0.6]
127
{graph_with_range.pdf}
128
\end{center}
129
130
From this graph, you can determine that in order to have an area greater than 825 feet, you must have a width in this limit: $15<w<55$.
131
132
\vspace{0.2cm}{To find the maximum area you can fence, simply find the max y-value \comm{$y$-value and not y-value} for $A(w)$.}
133
134
\begin{center}
135
\includegraphics[scale=0.6]
136
{graph_with_maximum.pdf}
137
\end{center}
138
139
From this graph, you can determine that maximum possible area the gardener can fence is 1225 square feet. Therefore, you \textbf{cannot} fence a garden with an area of 1250 square feet.
140
141
\section*{Conclusion}
142
\noindent Key Points:
143
\begin{enumerate}
144
\item Formula for area: $A(w) = w(70-w)$
145
\item The maximum area you can fence is 1225 square feet
146
\begin{itemize}
147
\item length: 105 feet
148
\item width: 35 feet
149
\end{itemize}
150
\item In order to have an area greater than 825 square feet, the width of the livestock pen must be greater than 15 feet but less than 55 feet.
151
\end{enumerate}
152
153
\noindent Analysis:
154
155
This was a very fun first project. While the problem was not difficult, I enjoyed getting to know SageMathCloud and the \enspace \LaTeX \enspace programming language. While the basics of \enspace \LaTeX \enspace are straightforward, some issues such as spacing and font size troubled me. In addition, the SageMath Worksheets are very confusing to me. For example, in order to make the graphs, I had to copy and paste Mr. Abell's example code into a new SageMath Worksheet and plug in my own values and restrictions. But, while challenging, I was abel \comm{shouldn't this be able?} to add little nuances such as color and point labels to the SageMath Worksheet.
156
\end{document}
157