From f63350b4c9ae59ba7b35a66c09eca04167063df1 Mon Sep 17 00:00:00 2001 From: DavidFarmer Date: Fri, 15 Jun 2018 08:33:41 -0700 Subject: [PATCH] first PTX files --- ptx/bibliography.ptx | 4 + ptx/chapter1.ptx | 12 ++ ptx/chapter2.ptx | 13 ++ ptx/chapter3.ptx | 11 + ptx/chapter4.ptx | 10 + ptx/chapter5.ptx | 12 ++ ptx/chapter6.ptx | 11 + ptx/index.ptx | 145 +++++++++++++ ptx/section1-1.ptx | 496 +++++++++++++++++++++++++++++++++++++++++++ ptx/section1-2.ptx | 180 ++++++++++++++++ ptx/section1-3.ptx | 163 ++++++++++++++ ptx/section1-4.ptx | 64 ++++++ ptx/section1-5.ptx | 66 ++++++ ptx/section1-6.ptx | 297 ++++++++++++++++++++++++++ ptx/section2-1.ptx | 388 +++++++++++++++++++++++++++++++++ ptx/section2-2.ptx | 243 +++++++++++++++++++++ ptx/section2-3.ptx | 156 ++++++++++++++ ptx/section2-4.ptx | 153 +++++++++++++ ptx/section2-5.ptx | 140 ++++++++++++ ptx/section2-6.ptx | 95 +++++++++ ptx/section2-7.ptx | 174 +++++++++++++++ ptx/section3-1.ptx | 419 ++++++++++++++++++++++++++++++++++++ ptx/section3-2.ptx | 122 +++++++++++ ptx/section3-3.ptx | 378 +++++++++++++++++++++++++++++++++ ptx/section3-4.ptx | 258 ++++++++++++++++++++++ ptx/section3-5.ptx | 274 ++++++++++++++++++++++++ ptx/section4-1.ptx | 224 +++++++++++++++++++ ptx/section4-2.ptx | 157 ++++++++++++++ ptx/section4-3.ptx | 241 +++++++++++++++++++++ ptx/section4-4.ptx | 264 +++++++++++++++++++++++ ptx/section5-1.ptx | 362 +++++++++++++++++++++++++++++++ ptx/section5-2.ptx | 310 +++++++++++++++++++++++++++ ptx/section5-3.ptx | 135 ++++++++++++ ptx/section5-4.ptx | 419 ++++++++++++++++++++++++++++++++++++ ptx/section5-5.ptx | 291 +++++++++++++++++++++++++ ptx/section5-6.ptx | 296 ++++++++++++++++++++++++++ ptx/section6-1.ptx | 217 +++++++++++++++++++ ptx/section6-2.ptx | 196 +++++++++++++++++ ptx/section6-3.ptx | 234 ++++++++++++++++++++ ptx/section6-4.ptx | 115 ++++++++++ ptx/section6-5.ptx | 192 +++++++++++++++++ 41 files changed, 7937 insertions(+) create mode 100644 ptx/bibliography.ptx create mode 100644 ptx/chapter1.ptx create mode 100644 ptx/chapter2.ptx create mode 100644 ptx/chapter3.ptx create mode 100644 ptx/chapter4.ptx create mode 100644 ptx/chapter5.ptx create mode 100644 ptx/chapter6.ptx create mode 100644 ptx/index.ptx create mode 100644 ptx/section1-1.ptx create mode 100644 ptx/section1-2.ptx create mode 100644 ptx/section1-3.ptx create mode 100644 ptx/section1-4.ptx create mode 100644 ptx/section1-5.ptx create mode 100644 ptx/section1-6.ptx create mode 100644 ptx/section2-1.ptx create mode 100644 ptx/section2-2.ptx create mode 100644 ptx/section2-3.ptx create mode 100644 ptx/section2-4.ptx create mode 100644 ptx/section2-5.ptx create mode 100644 ptx/section2-6.ptx create mode 100644 ptx/section2-7.ptx create mode 100644 ptx/section3-1.ptx create mode 100644 ptx/section3-2.ptx create mode 100644 ptx/section3-3.ptx create mode 100644 ptx/section3-4.ptx create mode 100644 ptx/section3-5.ptx create mode 100644 ptx/section4-1.ptx create mode 100644 ptx/section4-2.ptx create mode 100644 ptx/section4-3.ptx create mode 100644 ptx/section4-4.ptx create mode 100644 ptx/section5-1.ptx create mode 100644 ptx/section5-2.ptx create mode 100644 ptx/section5-3.ptx create mode 100644 ptx/section5-4.ptx create mode 100644 ptx/section5-5.ptx create mode 100644 ptx/section5-6.ptx create mode 100644 ptx/section6-1.ptx create mode 100644 ptx/section6-2.ptx create mode 100644 ptx/section6-3.ptx create mode 100644 ptx/section6-4.ptx create mode 100644 ptx/section6-5.ptx diff --git a/ptx/bibliography.ptx b/ptx/bibliography.ptx new file mode 100644 index 0000000..5f94e7e --- /dev/null +++ b/ptx/bibliography.ptx @@ -0,0 +1,4 @@ + + +Bibliography + diff --git a/ptx/chapter1.ptx b/ptx/chapter1.ptx new file mode 100644 index 0000000..acc7b69 --- /dev/null +++ b/ptx/chapter1.ptx @@ -0,0 +1,12 @@ + + + + Brief Review + + + + + + + + diff --git a/ptx/chapter2.ptx b/ptx/chapter2.ptx new file mode 100644 index 0000000..c9247ce --- /dev/null +++ b/ptx/chapter2.ptx @@ -0,0 +1,13 @@ + + + + Functions and Change + + + + + + + + + diff --git a/ptx/chapter3.ptx b/ptx/chapter3.ptx new file mode 100644 index 0000000..124f9ec --- /dev/null +++ b/ptx/chapter3.ptx @@ -0,0 +1,11 @@ + + + + The Derivative + + + + + + + diff --git a/ptx/chapter4.ptx b/ptx/chapter4.ptx new file mode 100644 index 0000000..09c282d --- /dev/null +++ b/ptx/chapter4.ptx @@ -0,0 +1,10 @@ + + + + Rules for Derivatives + + + + + + diff --git a/ptx/chapter5.ptx b/ptx/chapter5.ptx new file mode 100644 index 0000000..1103c65 --- /dev/null +++ b/ptx/chapter5.ptx @@ -0,0 +1,12 @@ + + + + Using the Derivative + + + + + + + + diff --git a/ptx/chapter6.ptx b/ptx/chapter6.ptx new file mode 100644 index 0000000..b9b9e2b --- /dev/null +++ b/ptx/chapter6.ptx @@ -0,0 +1,11 @@ + + + + Accumulated Change: the Definite Integral + + + + + + + diff --git a/ptx/index.ptx b/ptx/index.ptx new file mode 100644 index 0000000..a40e91e --- /dev/null +++ b/ptx/index.ptx @@ -0,0 +1,145 @@ + + + + +\newcommand{\markpoint}{node[point]{}} +\renewcommand{\arraystretch}{1.5} +\newcommand{\deriv}[2]{\frac{d#1}{d#2}} +\renewcommand{\arraystretch}{10} +\newcommand{\ddx}{\deriv {}x} +\deflocal maximum{at $x=c$ if $f(c) \ge f(x)$ for $x$ near $c$.} +\newcommand{\ddq}{\deriv {}q} +\deflocal minimum{at $x=c$ if $f(c) \le f(x)$ for $x$ near $c$.} +\newcommand{\ddt}{\deriv {}t} +\defcritical point{of a function $f$ if either} +\newcommand{\dx}{\,dx} +\defcritical number{of $f$.\\} +\newcommand{\du}{\,du} +\defcritical value{of $f$. } +\newcommand{\sfrac}[2]{\frac{\,#1\,}{#2}} +\definflection point{for a function $f(x)$ is a point on the} +\newcommand{\inv}{^{-1}} +\defelasticity{$E$ defined as} +\newcommand{\eval}{\Big|} +\defelastic demand{\\} +\newcommand{\abs}[1]{\left\lvert {#1} \right\rvert} +\definelastic demand{\end{itemize}} +\newcommand{\inside}[1]{{\color{insidecolor}#1}} +\newcommand{\chain}[4][(0ex,0ex)]{ +\begin{tikzpicture}[every node/.style={font=\normalsize}] +\node[name = lhs, anchor = base west] at (0,0) {$#2=$}; +\node[name = outside, anchor = base west, node distance = 0pt, inner sep = 0pt] +at (lhs.base east) {$\color{outsidecolor}#3$}; +\node[name = deriv inside, anchor = base west, node distance = 0pt, inner sep = 0pt] +at (outside.base east) {${}\cdot {\color{derivcolor}#4}$}; +\node[name = outside target] at (outside.south west){}; +\node[shift={#1},name = inside target] at (outside.south){}; +\node[name = deriv inside target] at (deriv inside.south){}; +\node[name = text for outside, node distance = 2cm, below left of = outside target] {\begin{tabular}{c}deriv. of\\ outside\end{tabular}}; +\node[name = text for inside, node distance = 2cm, below of = inside target] {\begin{tabular}{c}don't\\ change\\inside\end{tabular}}; +\node[name = text for deriv inside, node distance = 2cm, below right of = deriv inside target] {\begin{tabular}{c}deriv. of\\ inside\end{tabular}}; +\draw[->] (text for outside) -- (outside target.south west); +\draw[->] (text for inside) -- (inside target); +\draw[->] (text for deriv inside) -- (deriv inside target); +\end{tikzpicture} +} +\newcommand{\lnchain}[4][(0ex,0ex)]{ +\begin{tikzpicture}[every node/.style={font=\normalsize}] +\node[name = lhs, anchor = base west] at (0,0) {$#2=$}; +\node[name = outside, anchor = base west, right of = lhs, inner sep = 0pt] at (lhs.base east) {$\color{outsidecolor}#3$}; +\node[name = deriv inside, anchor = base west, node distance = 0pt, inner sep = 0pt, ] at (outside.base east) {${}\cdot {\color{derivcolor}#4}$}; +\node[name = outside target] at (outside.west){}; +\node[shift={#1},name = inside target] at (outside.south){}; +\node[name = deriv inside target] at (deriv inside.south){}; +\node[name = text for outside, node distance = 2cm, below left of = outside target] {\begin{tabular}{c}deriv. of\\ outside\end{tabular}}; +\node[name = text for inside, node distance = 2cm, below of = inside target] {\begin{tabular}{c}don't\\ change\\inside\end{tabular}}; +\node[name = text for deriv inside, node distance = 2cm, below right of = deriv inside target] {\begin{tabular}{c}deriv. of\\ inside\end{tabular}}; +\draw[->,bend right] (text for outside) -- (outside target.west); +\draw[->] (text for inside) -- (inside target); +\draw[->] (text for deriv inside) -- (deriv inside target); +\end{tikzpicture} +} +\newcommand{\IncreaseStraight}{\begin{tikzpicture}[very thick,baseline=0.5cm] +\draw[scale=0.9] (0,0) -- (1,1); +\end{tikzpicture}} +\newcommand{\IncreaseConcaveUp}{\begin{tikzpicture}[very thick,baseline=0.35cm] +\draw (0,0) arc (280:350:1); +\end{tikzpicture}} +\newcommand{\IncreaseConcaveDown}{\begin{tikzpicture}[very thick,baseline=-0.5cm] +\draw[scale=-1] (0,0) arc (280:350:1); +\end{tikzpicture}} +\newcommand{\DecreaseStraight}{\begin{tikzpicture}[very thick,baseline=-0.5cm] +\draw[scale=0.9] (0,0) -- (1,-1); +\end{tikzpicture}} +\newcommand{\DecreaseConcaveUp}{\begin{tikzpicture}[very thick,baseline=-0.5cm] +\draw (0,0) arc (190:260:1); +\end{tikzpicture}} +\newcommand{\DecreaseConcaveDown}{\begin{tikzpicture}[very thick,baseline=0.35cm] +\draw[scale=-1] (0,0) arc (190:260:1); +\end{tikzpicture}} +\newcommand{\GenericConcaveDown}{\begin{tikzpicture}[very thick] +\draw (0,0) parabola bend (0.5,0.5) (1,0); +\end{tikzpicture}} +\newcommand{\GenericConcaveUp}{\begin{tikzpicture}[very thick,yscale=-1] +\draw (0,0) parabola bend (0.5,0.5) (1,0); +\end{tikzpicture}} +\newcommand{\blank}{\underline{\hspace{0.5in}}} +\newcommand{\def}[1]{\textbf{#1}} +\newcommand{\handoutpagebreak}{} +\newcommand{\graphlabel}[2]{\makebox[0in][r]{#1}{#2}} +\newcommand{\handoutfill}{} +\newcommand{\handoutitemsep}{} +\newcommand{\handoutpagebreak}{} +\newcommand{\graphlabel}[2]{#2} +\newcommand{\handoutfill}{\vfill} +\newcommand{\handoutitemsep}{\itemsep=\fill} + + + +\usepackage{tikz} +\usepackage{tkz-graph} +\usepackage{tkz-euclide} +\usetikzlibrary{patterns} +\usetikzlibrary{positioning} +\usetikzlibrary{matrix,arrows} +\usetikzlibrary{calc} +\usetikzlibrary{shapes} +\usetikzlibrary{through,intersections,decorations,shadows,fadings} + +\usepackage{pgfplots} + + + + + + + +\Huge MA 151: Applied Calculus + + + +Dr.\ W. Ethan Duckworth + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ptx/section1-1.ptx b/ptx/section1-1.ptx new file mode 100644 index 0000000..4a0a052 --- /dev/null +++ b/ptx/section1-1.ptx @@ -0,0 +1,496 @@ + + +
+ Linear Equations + + +

+ Most people's favorite version of a linear equation is this: + + y =mx + b\qquad \text{ ``slope-intercept form'' } + + where + + m \amp = \text{ slope } (i.e.\ the ratio of how + much the line rises, + divided by how much the line goes horizontally), + b \amp = y\text{ -intercept (i.e. where the + line hits the \(y\)-axis). } + +

+ +

+ Graph the following lines on the graphs paper below. + +

    +
  1. +

    + y=3x+2 +

    +
  2. + +
  3. +

    + y=-\frac{1}{2}x -5 +

    +
  4. + +
  5. +

    + y=-\frac{2}{3}x+5 +

    +
  6. + +
  7. +

    + y=5x-7 +

    +
  8. +
+

+ +

+ \begin{beforesolutions} +

+ + ](-5,0)--(5,0); + \draw[very thick,->](0,-5)--(0,5);\end{tikzpicture}]]> + + + ,yshift=3cm](-5,0)--(5,0); + \draw[very thick,->](0,-5)--(0,5);\end{tikzpicture}]]> + + + ](-5,0)--(5,0); + \draw[very thick,->](0,-2)--(0,8);\end{tikzpicture}]]> + + + ](-5,0)--(5,0); + \draw[very thick,->](0,-9)--(0,1); + \draw (-5,0) node[fill=white]{(d)};\end{tikzpicture}]]> + +

+ \end{beforesolutions} +

+
+ + + ](-5,0)--(5,0); + \draw[very thick,->](0,-5)--(0,5); + \clip (-5,-5) rectangle (5,5); + \draw(-5,-13) -- (5,17);\end{tikzpicture}]]> + + + ,yshift=3cm](-5,0)--(5,0); + \draw[very thick,->](0,-5)--(0,5); + \clip (-5,-5) rectangle (5,5); + \draw[yshift=3cm](-5,-2.5) -- (5,-7.5);\end{tikzpicture}]]> + + + ](-5,0)--(5,0); + \draw[very thick,->](0,-2)--(0,8); + \clip (-5,-2) rectangle (5,8); + \draw(-5,8.333) -- (5,1.666);\end{tikzpicture}]]> + + + ](-5,0)--(5,0); + \draw[very thick,->](0,-9)--(0,1); + \draw (-5,0) node[fill=white]{(d)}; + \clip (-5,-10) rectangle (5,0); + \draw(-5,-32) -- (5,18);\end{tikzpicture}]]> + + +
+ + + +

+ The following equations all define a line, + but are not in the usual slope-intercept form, + i.e.of the form y=mx+b. +

+ +

+ Turn the following equations into slope-intercept, and then graph them below + +

    +
  1. +

    + 2y + x = - 10 +

    +
  2. + +
  3. +

    + 3y + 2x = 15 +

    +
  4. + +
  5. +

    + y = 5(x+2) -17 +

    +
  6. + +
  7. +

    + y -10 = 3x - 8 +

    +
  8. +
+

+ + ,yshift=3cm](-5,0)--(5,0); + \draw[very thick,->](0,-5)--(0,5);\end{tikzpicture}]]> + + + ](-5,0)--(5,0); + \draw[very thick,->](0,-2)--(0,8);\end{tikzpicture}]]> + + + ](-5,0)--(5,0); + \draw[very thick,->](0,-9)--(0,1); + \draw (-5,0) node[fill=white]{(c)};\end{tikzpicture}]]> + + + ](-5,0)--(5,0); + \draw[very thick,->](0,-5)--(0,5);\end{tikzpicture}]]> + +
+ +

+

    +
  1. +

    + + 2y + x \amp = -10 + 2y \amp = -x -10 + y \amp = -\frac{1}{2} -5 + + This is the same as part (b) in the previous example, + and so this is + graphed above. +

    +
  2. + +
  3. +

    + + 3y + 2x \amp = 15 + 3y \amp = -2x + 15 + y \amp = -\frac 23 x +5 + + This is the same as part (c) in the previous example, + and so this is + graphed above. +

    +
  4. + +
  5. +

    + + y \amp = 5(x+2)-17 + y \amp = 5x + 10 - 17 + y \amp = 5x - 7 + + This is the same as part (d) in the previous example, + and so this is + graphed above. +

    +
  6. + +
  7. +

    + + y - 10 \amp = 3x-8 + y \amp = 3x -8 +10 + y \amp = 3x +2 + + This is the same as part (a) in the previous example, + and so this is + graphed above. +

    +
  8. +
+

+
+
+ + + +

+ In some problems the quickest way to write a linear equation is like + this + + y = m(x-x_0) + y_0 \qquad \text{ ``point-slope + form\footnotemark'' } + + where + + m \amp = \text{ a given slope } , + (x_0,y_0) \amp = \text{ a given point } + . +

    + \itemsep=\fill + +
  1. +

    + Find the point-slope form equation of the line through the point (-2,3) with slope 5. +

    +
  2. + +
  3. +

    + Turn the equation from (a) into slope-intercept form. +

    +
  4. + +
  5. +

    + Find the point-slope form equation of the line through the point (-2,3) with slope -1/2. +

    +
  6. + +
  7. +

    + Turn the equation from (c) into slope-intercept form. \handoutfill +

    +
  8. +
+

+
+ +

+

    +
  1. +

    + + y \amp = m(x-x_0) + y_0 + y \amp = 5(x+2)+3 + +

    +
  2. + +
  3. +

    + + y \amp = 5(x+2)+3 + y \amp = 5x+10 + 13 + y \amp = 5x + 23 + +

    +
  4. + +
  5. +

    + + y \amp = m(x-x_0) + y_0 + y \amp = -\frac{1}{2}(x+2)+3 + +

    +
  6. + +
  7. +

    + + y \amp = -\frac{1}{2}(x+2)+3 + y \amp = -\frac{1}{2}x -\frac{1}{2}\cdot 2 +3 + y \amp = -\frac{1}{2} - 1 + 3 + y \amp = -\frac{1}{2 }x + 2 + +

    +
  8. +
+

+
+
+ + + +

+ This example is meant to show that sometimes it makes sense to think about a problem using the point-slope form of a line. +

+ +

+ Suppose that today my son is 52 inches tall and growing at 1.5 inches + per year. + +

    + \itemsep=\fill + +
  1. +

    + Roughly speaking, how tall will he be tomorrow? +

    +
  2. + +
  3. +

    + How tall will he be in one year? +

    +
  4. + +
  5. +

    + How tall will he be in two years? +

    +
  6. + +
  7. +

    + Write a formula for y (=height) as a function of t (=the calendar year), + using point-slope form. \handoutfill +

    +
  8. +
+

+
+ +

+

    +
  1. +

    + Basically, tomorrow he'll be about the same height as today: + + \text{ height tomorrow } \approx 52 + +

    +
  2. + +
  3. +

    + In one year he will grow roughly another 1.5 inches + + \text{ height in one year } \approx 52 + 1.5 + +

    +
  4. + +
  5. +

    + In two years he should grow another 1.5 inches twice + + \text{ height in two years } \approx 52 + 1.5(2) + +

    +
  6. + +
  7. +

    + + \text{ height in a bunch of years } \amp = 52 + 1.5 \times (\text{ \# of years } ) + \amp = 52 + 1.5 \times (t - \the\year) + + Note that this is the point-slope equation: + + y \amp = 52 + 1.5 (t-\the\year) + y \amp = y_0\, + \ m\ (x-\ x_0) + +

    +
  8. +
+

+
+
+ + + +

+ This example is meant to show that it's actually quite easy to graph a + line in point-slope form. + +

    +
  1. +

    + On the graph paper below, + graph the point (5,7) with a circle about like this \tikz\draw[fill=black] circle (2pt); +

    +
  2. + +
  3. +

    + Add to the graph a second large point, \tikz\draw[fill=black] circle (2pt); + that is 2 places to the right right and 3 places up; + mark the distances of 2 and 3 with dashed lines. +

    +
  4. + +
  5. +

    + Draw a line through the two points you have labeled. +

    +
  6. + +
  7. +

    + Describe what the graph you made has to do with the line y=\frac{3}{2}(x-5)+7. +

    +
  8. +
+

+ + ](0,0)--(10.5,0); + \draw[very thick,->](0,0)--(0,12.5);\end{tikzpicture}]]> + +
+ + + ](0,0)--(10.5,0); + \draw[very thick,->](0,0)--(0,12.5); + \draw[fill] (5,7) circle (4pt); + \draw[fill] (7,10) circle (4pt); + \draw[dashed] (5,7) -- ++ (2,0) -- ++ (0,3); + \draw (3,4) -- (9,13);\end{tikzpicture}]]> + +

+ The first lesson is that it was easy to draw this line geometrically: + draw one point, count over and up, draw a second point. + The second lesson is that we can see this information in the equation y=\frac 32 (x-5)+7. + The 5 and the 7 is the point we start with. + And the slope \frac 32 + is pretty much where we always see it. + So really, this shouldn't be any harder than using the y=mx+b equation. +

+
+
+
+ diff --git a/ptx/section1-2.ptx b/ptx/section1-2.ptx new file mode 100644 index 0000000..71873c5 --- /dev/null +++ b/ptx/section1-2.ptx @@ -0,0 +1,180 @@ + + +
+ Fractions + + +
    + \itemsep=\fill + +
  1. +

    + Add the fractions, and simplify if possible: + \frac{5}{14}+\frac{7}{14}. +

    +
  2. + +
  3. +

    + Add the fractions, and simplify if possible: + \frac{17}{x} + \frac{3}{x}. +

    +
  4. + +
  5. +

    + Get a common denominator and combine the fractions: + \frac{3}{10} + \frac{8}{15}. +

    +
  6. + +
  7. +

    + Get a common denominator and combine the fractions: + \frac{3}{7} + \frac{2}{11}. +

    +
  8. + +
  9. +

    + Get a common denominator and combine the fractions: + \frac{3}{7} + \frac{x}{11}. +

    +
  10. + +
  11. +

    + Get a common denominator and combine the fractions: + \frac{3}{x} + \frac{x}{11}. +

    +
  12. + +
  13. +

    + Multiply the fractions, and simplify if possible: + \frac{-5}{3}\cdot \frac{7}{10} +

    +
  14. + +
  15. +

    + Multiply the fractions, and simplify if possible: + \frac{x}{2}\cdot \frac{x}{7}. +

    +
  16. + +
  17. +

    + Multiply the fractions, and simplify if possible: + \frac{3x}{2}\cdot \frac{-13}{5x}. +

    +
  18. + +
  19. +

    + Simplify until you get a single fraction, + with no compound fractions: + x\left(\frac{1+\sfrac 1x}{x+\sfrac 1x}\right) \handoutfill +

    +
  20. +
+
+ +

+

    +
  1. +

    + \frac{5+7}{14} = \frac{12}{14} = \frac{6}{7}. +

    +
  2. + +
  3. +

    + \frac{17+3}{x}= \frac{20}{x} +

    +
  4. + +
  5. +

    + \frac{9}{30} + \frac{16}{30} = \frac{25}{30} = \frac{5}{6} +

    +
  6. + +
  7. +

    + \frac{33}{77} + \frac{14}{77} = \frac{47}{77} +

    +
  8. + +
  9. +

    + \frac{33}{77} + \frac{7x}{77} = \frac{33+7x}{77} +

    +
  10. + +
  11. +

    + \frac{33}{11x}+\frac{x^2}{11x} = \frac{33+x^2}{11x} +

    +
  12. + +
  13. +

    + There are two ways you can do this. + Multiply, then cancel: + + \frac{-35}{30} = \frac{-35\div 5}{30\div 5} = \frac{-7}{6} + + or you can cancel, then multiply second: + + \frac{-\cancel{5}^{\textstyle 1}}{3}\cdot + \frac{7}{\cancel{10}_{\textstyle{2}}} + =\frac{-1\cdot 7}{3\cdot 2}=\frac{-7}{6} + +

    +
  14. + +
  15. +

    + \frac{x}{2}\cdot \frac{x}{7} = \frac{x^2}{14}. +

    +
  16. + +
  17. +

    + As before, you can multiply then cancel: + + \frac{3x}{2}\cdot \frac{-13}{5x} = \frac{3x(-13)}{2(5x)} = + -\frac{-39\cancel x}{10\cancel x} = -\frac{-39}{10} + + or you can cancel, then multiply + + \frac{3\cancel{x}}{2}\cdot \frac{-13}{5\cancel{x}} = \frac{3(-13)}{2(5)} = + -\frac{-39}{10} + +

    +
  18. + +
  19. +

    + I'll do this one in a fair amount of detail: + + x\left(\frac{1+\sfrac 1x}{x+\sfrac 1x}\right) = \sfrac{x}{1} + \left(\frac{1+\sfrac 1x}{x+\sfrac 1x}\right) = \frac{x\left(1+\sfrac + 1x\right)}{x+\sfrac 1x} = \frac{x+\sfrac xx}{x+\sfrac{1}{x}} = + \frac{x+1}{x+\sfrac 1x} + + To cancel the last \sfrac 1x we multiply + the top and the bottom of this last fraction by x and simplify: + + \sfrac xx \cdot \frac{x+1}{x+\sfrac 1x} = + \frac{x(x+1)}{x\left(x+\sfrac 1x\right)} = \frac{x(x+1)}{x^2+1} + +

    +
  20. +
+

+
+
+
+ diff --git a/ptx/section1-3.ptx b/ptx/section1-3.ptx new file mode 100644 index 0000000..6b11553 --- /dev/null +++ b/ptx/section1-3.ptx @@ -0,0 +1,163 @@ + + +
+ Exponents + + +

+ Recall: + + a^{-b} \amp \text{ means } {\frac{1}{\ a^b\ }} \amp (a^n)^m \amp = {a^{nm}} \amp \frac{a^n}{a^m} \amp = {a^{n-m}} + a^{1/b} \amp \text{ means } {\sqrt[b]{a}} \amp a^n a^m \amp = {a^{n+m}} \amp (ab)^n \amp ={a^n b^n} + +

+ +

+ Using the above properties, simplify the following. + +

    + \itemsep=\fill + +
  1. +

    + (-2)^5 +

    +
  2. + +
  3. +

    + \frac{x^{17}}{x^{22}} +

    +
  4. + +
  5. +

    + 4^{-3/2} +

    +
  6. + +
  7. +

    + \sqrt{36x^4} \handoutfill +

    +
  8. +
+

+
+ +

+

    +
  1. +

    + (-2)^5 = (-2)(-2)(-2)(-2)(-2) = {-32} +

    +
  2. + +
  3. +

    + \frac{x^{17}}{x^{22}} = {x^{17-22}=x^{-5}=\frac{1}{x^5}} +

    +
  4. + +
  5. +

    + 4^{-3/2} = {\frac{1}{4^{3/2}} = \frac{1}{(\sqrt{4})^3}=\frac{1}{2^3}=\frac{1}{8}} +

    +
  6. + +
  7. +

    + \sqrt{36x^4} = \sqrt{36}\sqrt{x^4} = {6x^2} +

    +
  8. +
+

+
+
+ + + +
    + \itemsep=\fill + +
  1. +

    + Simplify the following + + \frac {-2x^{-4}y^6} + {3x^3y^{-3}} + + so that your final is written using only exponents, no fractions, and + each base, 2, 3, + x and y, appears only once. +

    +
  2. + +
  3. +

    + Challenge Problem: + Simplify the following + + \left(\frac + {(-2x^{-4}y^6)^{-8}} + {(3x^3y^{-3})^{-2}} + \right)^{-2}_{} + + so that your final answer has no fractions, + and each base, 2, 3, + x and y, appears only once. + \handoutfill +

    +
  4. +
+
+ +

+

    +
  1. +

    + + \frac {-2x^{-4}y^6} {3x^3y^{-3}} + \amp = -2x^{-4}y^6\cdot 3\inv x^{-3}y^{3} + \amp = -2 \cdot 3\inv x^{-7}y^9 + +

    +
  2. + +
  3. +

    + There's more than one order you can do this in, + and it really + doesn't matter too much which way you go. + But I think it does help + to get some sort of a strategy and try to follow that. + For + instance, + you could say I'll work from the inside out, and + simplify as I go. Or you could say, + I'll work from the outside + in, and simplify at the end. But what you probably + shouldn't + say is I'll randomly combine the inside and the + outside, + and move everything around until I think of something to do + with it. + + I'll work from the inside out and simplify as I go: + + \left(\frac {(-2x^{-4}y^6)^{-8}} + {(3x^3y^{-3})^{-2}} \right)^{-2} + \amp =\left(\frac {(-2)^{-8} x^{32} y^{-48}} + {(3)^{-2} x^{-6} y^{6}} \right)^{-2} + \amp = \left(2^{-8} 3^{-(-2)} x^{32-(-6)} y^{-48-6}\right)^{-2} + \amp =\left(2^{-8} 3^{2} x^{38} y^{-54}\right)^{-2} + \amp = 2^{16} 3^{-4} x^{-76} y^{108} + +

    +
  4. +
+

+
+
+
+ diff --git a/ptx/section1-4.ptx b/ptx/section1-4.ptx new file mode 100644 index 0000000..7a392be --- /dev/null +++ b/ptx/section1-4.ptx @@ -0,0 +1,64 @@ + + +
+ Square roots + + +

+ Recall that (5\cdot 7)^2 = 5^2\cdot 7^2. + Since this is true, a + similar result holds for square roots: \sqrt{5\cdot 7} = + \sqrt{5}\,\cdot\,\sqrt{7}. + +

    + \itemsep=\fill + +
  1. +

    + Simplify the following: \sqrt{4\cdot 3} +

    +
  2. + +
  3. +

    + Simplify the following: + \sqrt{49x} (assume that x>0) +

    +
  4. + +
  5. +

    + Simplify the following: \sqrt{7x^2} + (assume that x>0) + \handoutfill +

    +
  6. +
+

+
+ +

+

    +
  1. +

    + \sqrt{4\cdot 3} = \sqrt{4}\sqrt{3}=2\sqrt{3} +

    +
  2. + +
  3. +

    + \sqrt{49x} = \sqrt{49}\sqrt{x} = 7\sqrt{x} +

    +
  4. + +
  5. +

    + \sqrt{7x^2} = \sqrt{x^2}\sqrt{7} = x\sqrt{7} +

    +
  6. +
+

+
+
+
+ diff --git a/ptx/section1-5.ptx b/ptx/section1-5.ptx new file mode 100644 index 0000000..0121bb1 --- /dev/null +++ b/ptx/section1-5.ptx @@ -0,0 +1,66 @@ + + +
+ Grouping and expanding terms + + +

+ Simplify the following: + + (3y^3+9y^2-11y+8)-(-4y^2+10y-6) + +

+
+ + + (3y^3+9y^2-11y+8)-(-4y^2+10y-6) + \amp = 3y^3+9y^2-11y+8\ -\ (-4y^2) -10y -(-6) + \amp 3y^3 + 9y^2 -(-4y^2) - 11y - 10y + 8 - (-6) + \amp 3y^3 + 9y^2 +4y^2 - 21y + 8 +6 + \amp 3y^3 + 13y^2 - 21y + 14 + + +
+ + + +

+ Simplify the following: + + (3x-1)(x+2)-(2x+5)^2 + +

+
+ +

+ The main step is FOILBasically + foiling means you take + each thing on the left, and distribute it across the pieces on the + right. + The letters stand for First Outer Inner Last.: + + \foil abcd + = \textcolor{red}{ac} + \textcolor{red}{ad} + + \textcolor{foilgreen}{bc} + \textcolor{foilgreen}{bd} + +

+ +

+ We apply FOIL to both (3x-1)(x+2) and to (2x+5)^2 = (2x+5)(2x+5): + + \begin{array}{r@{\ }l} + \foil[-,+]{3x}{1}{x}{2} + \amp + -\foil{2x}{5}{2x}{5}\\ + \amp = + [\textcolor{red}{3x^2}+\textcolor{red}{6x}-\textcolor{foilgreen}{x}-\textcolor{foilgreen}{2}] + - [\textcolor{red}{4x^2}+\textcolor{red}{10x} + \textcolor{foilgreen}{10x} + \textcolor{foilgreen}{25}]\\ + \amp = 3x^2-4x^2 +6x-x-20x -2-25\\ + \amp = -x^2 -15x -27 + \end{array} + +

+
+
+
+ diff --git a/ptx/section1-6.ptx b/ptx/section1-6.ptx new file mode 100644 index 0000000..5e312cf --- /dev/null +++ b/ptx/section1-6.ptx @@ -0,0 +1,297 @@ + + +
+ Quadratics + + +

+ A quadratic function has the following form + + y = ax^2+bx+c + +

+ +

+ Match the following quadratics with their graphs: see if you can do + this without using your calculator. + +

    +
  1. +

    + y=x^2 +

    +
  2. + +
  3. +

    + y=(x+2)^2 +

    +
  4. + +
  5. +

    + y=x^2+2 +

    +
  6. + +
  7. +

    + y=-2x^2-3x+5 +

    +
  8. + +
  9. +

    + y=3x^2-3x-5 +

    +
  10. +
+

+ +

+ \begin{beforesolutions} +

+ +

+ { } +

+ +

+ { } +

+ +

+ { } +

+ +

+ { } +

+ +

+ { } +

+ +

+ \end{beforesolutions} +

+
+ +

+ +

+ +

+ +

+ +

+ +

+ +

+ +

+ +

+ +

+
+
+ + + +

+ Factoring a quadratic means to write it as a product. + Usually you + shouldn't bother to factor a quadratic unless the x^2-coefficient + equals 1. + In that case, you're trying to write it like this: + + y=x^2+bx+c = (x+d)(x+e) + +

+ +

+ There are various tricks in finding d and e, + but honestly, in this + case, I usually just guess and check as follows: (1) guess two values, + d and e, + that multiply together to give you c, and then (2) + check to see if they add up to b. + Note: when I write +b and + +c and say add + I'm also including negative numbers in there. + +

    + \itemsep=\fill + +
  1. +

    + Factor and solve x^2+2x+1=0. +

    +
  2. + +
  3. +

    + Factor and solve x^2+3x+2=0. +

    +
  4. + +
  5. +

    + Factor and solve x^2-3x+2=0. +

    +
  6. + +
  7. +

    + Factor and solve x^2-x-2=0. +

    +
  8. + +
  9. +

    + Factor and solve x^2-x-12=0. +

    +
  10. + +
  11. +

    + Factor and solve x^2-8x+12=0. \handoutfill +

    +
  12. +
+

+
+ +

+

    +
  1. +

    + + x^2+2x+1 \amp =0 + (x+1)(x+1) \amp = 0 + x\amp = -1 + +

    +
  2. + +
  3. +

    + + x^2+3x+2 \amp = 0 + (x+2)(x+1) \amp = 0 + x \amp = -2, -1 + +

    +
  4. + +
  5. +

    + + x^2-3x+2 \amp = 0 + (x-2)(x-1) \amp = 0 + x \amp = 1,2 + +

    +
  6. + +
  7. +

    + + x^2-x-2 \amp = 0 + (x-2)(x+1) \amp =0 + x \amp = -1,2 + +

    +
  8. + +
  9. +

    + + x^2-x-12 \amp = 0 + (x-4)(x+3) \amp = 0 + x \amp = -3,4 + +

    +
  10. + +
  11. +

    + + x^2-8x+12 \amp = 0 + (x-10)(x+2) \amp = 0 + x=-2,10 + +

    +
  12. +
+

+
+
+ + + +

+ A lot of times it's not worth factoring a quadratic, or it may be + impossible. + In these cases, just use the quadratic formula + + ax^2+bx+c = 0 + \Longrightarrow + x = \frac{-b\pm \sqrt{b^2-4ac}}{2a} + +

    + \itemsep=\fill + +
  1. +

    + Apply the quadratic formula to x^2-x-12=0. +

    +
  2. + +
  3. +

    + Apply the quadratic formula to 2x^2+3x-2=0. \handoutfill +

    +
  4. +
+

+
+ +

+

    +
  1. +

    + + x \amp = \frac{+1 \pm \sqrt{(-1)^2 -4(1)(-12)}}{2(1)} + \amp = \frac{1 \pm \sqrt{1+48}}{2} + \amp = \frac{1 \pm \sqrt{49}}{2} + \amp = \frac{1 \pm 7}{2} + \amp = \frac{8}{2}, \frac{-6}{2} + \amp = 4, -3 + + (Note: + this is the same as part (e) in the previous example.) +

    +
  2. + +
  3. +

    + + x \amp = \frac{-3 \pm \sqrt{(3)^2 -4(2)(-2)}}{2(2)} + \amp = \frac{-3 \pm \sqrt{9+16}}{4} + \amp = \frac{-3 \pm \sqrt{25}}{4} + \amp = \frac{-3 \pm 5}{4} + \amp = \frac{2}{4}, \frac{-8}{4} + \amp = 1/2, -2 + +

    +
  4. +
+

+
+
+
+ diff --git a/ptx/section2-1.ptx b/ptx/section2-1.ptx new file mode 100644 index 0000000..b830985 --- /dev/null +++ b/ptx/section2-1.ptx @@ -0,0 +1,388 @@ + + +
+ What is a Function? + + +
    +
  1. +

    + f(x) = x^2, then f(5) = ? +

    +
  2. + +
  3. +

    + g(t) = \sqrt{t^2 + 1}, + g(0) = ?, g(-3) = ? +

    +
  4. + +
  5. +

    + f(t+1) = ? +

    +
  6. + +
  7. +

    + g(x + h) = ? +

    +
  8. +
+
+ +

+

    +
  1. +

    + In the formula f(x)=x^2 + we simply replace each x + with 5 to get + + f(5) = 5^2 + + Maybe that's the best place to stop, + because this problem isn't really + about calculating 5^2 it's about how we combine x^2 and 5, which + we've done. + But I know the curiosity is killing you, so we can go to + the next step and say: + + f(5) = 5^2 = 25 + +

    +
  2. + +
  3. +

    + With a little practice, + you should be able to find g(0) in + your head, but for now, + let's write out every step: + + g(0) \amp = \sqrt{0^2 + 1} + \amp = \sqrt{1} + \amp = 1 + + For g(-3) the only real difference is that you should be careful + about order of operations with the negative 3. + Note that whatever + we plug in for t should be squared, including the negative: + + g(-3) \amp = \sqrt{(-3)^2 + 1} + \amp = \sqrt{9+1} + \amp = \sqrt{10} + + We'll leave the answer in this form, + because the point of this example + isn't how to find the square root using our calculator. + The + point is do we know where to put the -3. +

    +
  4. + +
  5. +

    + For f(t+1) it might help if we first write f without using + x. + Remember, x + is just a letter we use to stand for + something else. + If you get too fixated on x you might miss how + f is really defined, + and therefore how to find f(t+1). + Here's a + different way to write f: + + f() = ()^2 + + Whatever you put into () on the left you should also put into + ()^2 on the right: + + f(t+1) = (t+1)^2 + + I'll stop there for (c) because the point isn't whether we can FOIL or + expand (t+1)^2, + the point is did we plug t+1 in correctly. +

    +
  6. + +
  7. +

    + As in the last part, let's first write g without using the + letter t, + just using a blank space which we can plug stuff into: + + g()=\sqrt{()^2+1} + + Now, we should plug x+h into () on both the left and the + right: + + g(x+h)=\sqrt{(x+h)^2+1} + + Again, I won't try to expand and rewrite that any, + because it's not + the point, + and because in this problem it doesn't really help. +

    +
  8. +
+

+
+
+ + + +

+ The historic Senator Theater is the nearest movie theater to Loyola. + Their ticket prices for adults (non-students) seeing a 3D movie are + 13.50 for movies after 6 PM, 11 for a matinee (noon 6 PM), + and 9 for an early bird show (before 11 AM). + Write a piecewise + function P(t) for the price of the ticket where t is the time of + the showing. +

+
+ +

+ Basically we're just taking the given information about pricing and + times and arranging it using the notation for piecewise functions. + We put the prices first, and then times second. (In general we put + formulas first, and the conditions second.) In this case we get + + P(t) = + \begin{cases}9 \amp \text{ if } t\lt 11:00\\ + 11 \amp \text{ if } 12:00 \le t \le 18:00\\ + 13.50 \amp \text{ if } t> 18:00 + \end{cases} + +

+
+
+ + + +

+ Since July 1, 2016, the Maryland minimum wage is 8.75 per hour + (FYI: it will increase to 9.25 on July 1, 2017). + Suppose someone + is able to make time and a half per hour of overtime (over 40 + hours). + If x is the number of hours worked for this week and + f(x) is the income function for (gross) income earned that week, + answer the following: + +

    +
  1. +

    + Make up an integer A such that A\lt 40, + and then calculate f(A)=? +

    +
  2. + +
  3. +

    + Make up an integer B such that B>40, + and then calculate f(B)=? +

    +
  4. + +
  5. +

    + Make up a non-integer C that C\lt 40, + and then calculate f(C)=? (For instance, + f(10.5)=?) +

    +
  6. + +
  7. +

    + Make up a non-integer D that D>40, + and then calculate f(D)=? +

    +
  8. + +
  9. +

    + f(x) =? in general +

    +
  10. +
+

+
+ +

+ (e) Time and a half rate is 8.75(1.5) = 13.125 + + I(x) = + \begin{cases}8.75 x \amp \text{ if } x \le 40\\ + 8.75\cdot 40 + 13.125(x-40) \amp \text{ if } x > 40 + \end{cases} + +

+
+
+ + + +

+ What are the domains of these functions? + +

    +
  1. +

    + f(x) = 3x-5 +

    +
  2. + +
  3. +

    + g(x) = \sqrt{x+5} +

    +
  4. + +
  5. +

    + h(x) = \dfrac{1}{x} +

    +
  6. + +
  7. +

    + F(t) = \dfrac{\sqrt{5-t}}{t+2} +

    +
  8. +
+

+
+ +

+ The domain is the set of all numbers that we can plug into our formula. + When I say we can plug in + I mean so that the result is defined, or calculate-able. + The way we find the domain is to look for the numbers that are not in it, + the numbers that make things undefined or un-calculate-able. + In other words, we look for the problem spots. +

+ +

+ With algebraic functions like these there are only two possible + kinds of problem spots: division by 0, and square roots of negative + numbers. + These are problems, and so these are not in the domain. + +

    +
  1. +

    + For 3x-5 are there any problem spots? + Is there any number I + could plug in that would lead to division by 0 or the square root + of a negative number? + No. + There is no division, and there is no + square root here. + + No problem spots means that all numbers are ok. + Thus, the domain is + all real numbers. + We write this in two ways: + + \begin{array}{ccc} + \text{ interval notation } \amp \amp \text{ inequalities } \\ + (-\infty,\infty) \amp \amp \infty \lt x \lt \infty + \end{array} + +

    +
  2. + +
  3. +

    + For \sqrt{x+5} are there are problem spots? + Is there any + number I could plug in that would lead to division by 0 or the + square root of a negative number? + No for division, yes for the + square root of a negative number. + + \sqrt{x+5} \amp \text{ needs } + x+5 \amp \ge 0 + x \amp \ge -5 + + Again, these are the numbers that are ok, + i.e.that are in the + domain. + + As before, we write this in two ways: + + \begin{array}{ccc} + \text{ interval notation } \amp \amp \text{ inequalities } \\ + (-5,\infty) \amp \amp x \ge -5 + \end{array} + +

    +
  4. + +
  5. +

    + For \frac 1x are there are problem spots? + Is there any number + I could plug in that would lead to division by 0 or the square + root of a negative number? + No for square roots, yes for division. + + \frac 1x \amp \text{ needs } + x \amp \ne 0 + + Again, these are the numbers that are ok, + i.e.that are in the domain. + + As before, we write this in two ways: + + \begin{array}{ccc} + \text{ interval notation } \amp \amp \text{ inequalities } \\ + (-\infty,0)\cup (0,\infty) \amp \amp x \ne 0 + \end{array} + +

    +
  6. + +
  7. +

    + For \frac {\sqrt{5-t}}{t+2} are there are problem spots? + Is + there any number I could plug in that would lead to division by 0 + or the square root of a negative number? + Yes for both! + + \sqrt{5-t} \amp \text{ needs } + 5-t \amp \ge 0 + 5 \amp \ge t + t \amp \le 5 + \frac{\text{ something } }{t+2} \amp \text{ needs } + t+2 \amp \ne 0 + t \amp \ne -2 + + Again, these are the numbers that are ok, + i.e.that are in the domain. + + We need both of these conditions to be true: + t\le 5 and t\ne -2. + This is a good way to write the answer, + but if we want to make it look + like the other answers, + then we can write this in two ways: + + \begin{array}{ccc} + \text{ interval notation } \amp \amp \text{ inequalities } \\ + (-\infty,-2)\cup (-2,5) \amp \amp t \lt -2 \text{ or } -2 \lt t \le 5 + \end{array} + +

    +
  8. +
+

+
+
+
+ diff --git a/ptx/section2-2.ptx b/ptx/section2-2.ptx new file mode 100644 index 0000000..54570cf --- /dev/null +++ b/ptx/section2-2.ptx @@ -0,0 +1,243 @@ + + +
+ Linear Functions + + +

+ For the two points (1,2) and (-5,4) what is the slope of the line connecting them? +

+
+ +

+ There are probably three useful ways to think about the slope + + m \amp = \frac{\text{ rise } }{\text{ run } } + \amp = \frac{y_2-y_1}{x_2-x_1} + \amp = \frac{\Delta y}{\Delta x} + +

+ +

+ Note that all three of these formulas say the same thing: + rise really means y_2-y_1, + i.e.how much did y change. + Similarly, \Delta y + is just shorthand notation for + change of y. +

+ +

+ The main things you have to watch out for in this kind of problem are: (1) make sure you put the y's on top, (2) make sure you use the numbers in the same order on the top and bottom. + Here's a picture of how the numbers should move into the correct places: +

+ + ,out=35,in=180,shorten >=5pt] (Ltop.north) to (Rtop.west); + \draw[->,out=25,in=180,shorten >=5pt] (Lbot.north) to (Rbot.west); + \end{scope} + + \begin{scope}[color=green!65!black,very thick] + \node[fit=(x1)(y1), lasso] (L1st) ; + \node[fit=(x2)(y2), lasso] (L2nd) ; + \node[fit=(n1)(d1), lasso] (R1st) ; + \node[fit=(n2)(d2), lasso] (R2nd) ; + \draw[->,out=-25,in=240,shorten >=5pt] (L1st.east) to (R1st.south); + \draw[->,out=-35,in=270,shorten >=5pt] (L2nd.east) to (R2nd.south); + \end{scope}\end{tikzpicture}]]> + +

+ Now we finish our calculation: + + m \amp = \frac{4 - 2}{-5 - 1} + \amp = \frac{\ 2\ }{-6} + \amp = - \frac 13 + +

+
+
+ + + +

+ Find an equation of the line that passes through (1,2) and (-5,4). +

+
+ +

+ We'll start with the point-slope form of the equation of a line: + + y = m(x-x_0) + y_0\\ + +

+ +

+ From Example 1, we know the slope already, m = -\frac{1}{3}. + Then + we can use either (1,2) or (-5,4) for the known point. + We'll + use (1,2). + + y = -\frac{1}{3}(x-1) +2 + +

+ +

+ There's nothing wrong with leaving the equation like this, + but most of + us are more used to the slope-intercept form, so we can distribute the + numbers and simplify: + + y \amp = -\frac{1}{3}x + \frac{1}{3} + 2 + y \amp = -\frac{1}{3}x + \frac{1}{3} + \frac{6}{3} + y \amp = -\frac{1}{3}x + \frac{7}{3} + +

+
+
+ + + +

+ A cab company has an initial charge of + \dollar4.00 plus \dollar2.20 per mile. + Find a formula for the cab fare, C, + in dollars, as a function of the number of miles, m. +

+
+ +

+ There are three things to identify here: + where do we put the 4.00, + where do we put the 2.20, + and which variables should we use? +

+ +

+ The 4.00 is the initial charge. + The word initial + means at the very beginning, in this case, + before we start driving at all. + This means it's the value when we've gone 0 miles, + which is another way to say it's the y-intercept, + or the vertical intercept. +

+ +

+ The 2.20 is a charge permile. + The word per is a clue that this is the slope: + slope is a ratio, and per always means ratio too. +

+ +

+ Putting these together we should have + + \text{ something like } y = 2.20\times \text{ something like } x + 4.00 + +

+ +

+ The correct somethings are C instead of y and m instead of x. + I know it looks weird, but m + is our variable here, not slope + (since m looks so weird, + that's why I wrote it out with words first, + to make sure I got things in the right place). + + C = 2.20m + 4 + +

+
+
+ + + +

+ ACME company has seen a decline in sales of their product. + In 2010 + they sold 28.4 million, while in 2016 they sold 22.7 million. + +

    +
  1. +

    + Find a formula for annual sales S, in millions of items, + as a linear function of the years t, since 2010. +

    +
  2. + +
  3. +

    + Predict the sales in 2019. +

    +
  4. +
+

+
+ +

+

    +
  1. +

    + We have two points of the line: + (0, 28.4), and (6, 22.7), which gives us + + m = \frac{22.7-28.4}{6-0} = \frac{-5.7}{6} = -0.95 + + Luckily, + we were given the y-intercept of 28.4 so we have + + S(t) = -0.95t + 28.4 + +

    +
  2. + +
  3. +

    + Use t = 9 to get + + S(9) = -0.95(9) + 28.4 = 19.85 + + Thus we predict sales of 19.85 million in the year 2019. +

    +
  4. +
+

+
+
+
+ diff --git a/ptx/section2-3.ptx b/ptx/section2-3.ptx new file mode 100644 index 0000000..73f6829 --- /dev/null +++ b/ptx/section2-3.ptx @@ -0,0 +1,156 @@ + + +
+ Rates of change + + Problem 12 + +

+ Table 1.14 shows world bicycle production (from \url{http://www.earth-policy.org/indicators/C48/}, accessed April 19, 2005.) Table 1.14 + World bicycle production, in millions +

+ + \hline + Year & 1950 & 1960 & 1970 & 1980 & 1990 & 2000 \\ + \hline + Bicycles & 11 & 20 & 36 & 62 & 92 & 101 \\ + \hline + +
    +
  1. +

    + Find the change in bicycle production between 1950 and 2000. + Give units. +

    +
  2. + +
  3. +

    + Find the average rate of change in bicycle production between 1950 and 2000. + Give units and interpret your answer in terms of bicycle production. +

    +
  4. +
+
+ +

+

    +
  1. +

    + We simply subtract the bicycle production during one year from + the production during another year: + + 101-11 = 90 + + The units are million bicycles, + so the full answer is 90 million + bicycles. +

    +
  2. + +
  3. +

    + The average rate of change is, by definition, + + \frac{\text{ change in \(y\)-values } }{\text{ change in \(x\)-values } } + + In this case that means + + \dfrac{90}{50} = \frac{9}{5} = \frac{18}{10} = \unitfrac[1.8]{Million\ Bicycles}{Year} + + where the units are million bicycles per year. + + The interpretation is this: + from 1950 to 2000, production of bicycles + increased on average 1.8 million bicycles per year. +

    +
  4. +
+

+
+
+ + + +

+ Find the average rate of change of + f(x) = 4x^2-2 between x = -1 and x=3. +

+
+ +

+ The average rate of change is, by definition, + + \frac{\text{ change in \(y\)-values } }{\text{ change in \(x\)-values } } + +

+ +

+ In this case that means + + \frac{f(3) - f(-1)}{3 - (-1)} \amp = \frac{4(9) - 2 - (4(1) - 2)}{4} + \amp = \frac{36 - 2 - 4 + 2}{4} + \amp = \frac{32}{4} + \amp = 8 + +

+
+
+ + + Problem 46* + +

+ Consider two situations: (1) A company has an increase in sales from + 100,000 to 500,000; (2) A company has an increase in sales from + 20,000,000 to 20,500,000. + +

    +
  1. +

    + Which absolute change is bigger? +

    +
  2. + +
  3. +

    + Which relative change is bigger? + Justify your answer. +

    +
  4. +
+

+
+ +

+

    +
  1. +

    + The change is situation (1) is 400,000 and the change in situation (2) is 500,000. + Situation (2) is bigger. +

    +
  2. + +
  3. +

    + The relative change is situation (1) is + + \frac{\Delta y }{y_0} \amp = \frac{400000}{100000} + \amp = 400\ + + The relative change in situation (2) is + + \frac{\Delta y }{y_0} \amp = \frac{500000}{20000000} + \amp = \frac{5}{200} + \amp = \frac{1}{40} + \amp = 2.5\ + + The relative change in situation (1) is bigger. +

    +
  4. +
+

+
+
+
+ diff --git a/ptx/section2-4.ptx b/ptx/section2-4.ptx new file mode 100644 index 0000000..cc6873c --- /dev/null +++ b/ptx/section2-4.ptx @@ -0,0 +1,153 @@ + + +
+ Applications of Functions to Economics + + Problem 20 + +

+ A company producing jigsaw puzzles has fixed costs of 6000 and + variable costs of 2 per puzzle. + The company sells the puzzles for 5 + each. + +

    +
  1. +

    + Find formulas for the cost function, + the revenue function, and the profit function. +

    +
  2. + +
  3. +

    + Sketch a graph of R(q) and C(q) on the same axes. + What is the break-even point, + q_0, for the company? +

    +
  4. + +
  5. +

    + What is the marginal cost? +

    +
  6. +
+

+
+ +

+

    +
  1. +

    + + C(q)\amp = \text{ fixed cost } + \text{ variable cost } \times + \text{ number of puzzles } + \amp 6000 + 2q + R(q) \amp = \text{ sale price } \times \text{ number of puzzles } + \amp = 5q, + P(q) \amp = \text{ revenue } - \text{ costs } + \amp = 5q-(6000 + 2q) + \amp = 3q-6000 + +

    +
  2. + +
  3. +

    + The graph is shown below + + It appears from the graph that the break-even point is about + q=2000, and this is easy to verify algebraically: + + C \amp = R + 6000 + 2q \amp = 5q + 6000 \amp = 3q + q \amp = 2000 \checkmark + +

    +
  4. + +
  5. +

    + The marginal cost is 2 per puzzle, + the cost of making one additional puzzle. +

    +
  6. +
+

+
+
+ + + Problem 32 + +

+ The demand curve for a product is given by q=120,000-500p and the + supply curve is given by q=1000p for 0\le q \le 120,000, + where price + is in dollars. + +

    +
  1. +

    + At a price of 100, + what quantity are consumers willing to buy and what quantity are producers willing to supply? + Will the market push prices up or down? +

    +
  2. + +
  3. +

    + Find the equilibrium price and quantity. + Does your answer to part (a) support the observation that market forces tend to push prices closer to the equilibrium price? +

    +
  4. +
+

+
+ +

+

    +
  1. +

    + + quantity consumers are willing to buy + \amp = \text{ demand } + \amp = 120,000 - 500(100) + \amp = 70,000 + quantity producers are willing to make + \amp = \text{ supply } + \amp = 1000(100) + \amp = 100,000 + + At a price of 100, + the supply is larger than the demand, so some + goods remain unsold and we expect the market to push prices down. +

    +
  2. + +
  3. +

    + + \text{ equilibrium is where supply } \amp = \text{ demand } + 120 000 - 500 p \amp = 1000 p + 120 000 \amp = 1500 p + p \amp = \frac{1200}{15} = \frac{400}{5} = 80 + + The equilibrium price is \dollar80, + and the equilibrium quantity is + 80,000. + + The market will push prices downward from 100, toward the + equilibrium price of 80. + This agrees with the conclusion to part + (a) which says that prices will drop. +

    +
  4. +
+

+
+
+
+ diff --git a/ptx/section2-5.ptx b/ptx/section2-5.ptx new file mode 100644 index 0000000..815cbd7 --- /dev/null +++ b/ptx/section2-5.ptx @@ -0,0 +1,140 @@ + + +
+ Exponential Functions + + Problem 6 + +

+ The gross domestic product, G, + of Switzerland was 310 billion + dollars in 2007. + Give a formula for G (in billions of dollars) + t years after 2007 if G increases by + +

    +
  1. +

    + 3 per year +

    +
  2. + +
  3. +

    + 8 billion dollars per year +

    +
  4. +
+

+
+ +

+

    +
  1. +

    + + G \amp = P_0 a^t,\ \text{ where } a=1+r + a \amp = 1 + 0.03 = 1.03 + \amp \kern-1em G = 310(1.03)^t + +

    +
  2. + +
  3. +

    + This describes a constant rate of change, so it is + linear. + + G \amp = mt+b + m \amp = 8 + b \amp = 310 + \amp \kern-1em G = 8t + 310 + +

    +
  4. +
+

+
+
+ + + Loyola's Tuition part I + +

+ For school year 20132014, + the annual tuition at Loyola University + Maryland was 41,850. + For school year 20162017, the annual + tuition at Loyola was 45,030. + Over this time the + tuition grew exponentially with an annual percentage rate of growth + of 2.47. +

+ +

+ Assuming that the tuition continues to grow at the same rate, + what will it be for the 20192020 school year? +

+
+ +

+ We model the tuition with the following equation + + T = 41850 (1.0247)^t + + where t is the number of years after 2013. +

+ +

+ For 2019 we have t=6 and so tuition is estimated to be + + T = 41850 (1.0247)^6 \approx \dollar48,448 + . +

+
+
+ + + Loyola's Tuition part II + +

+ For school year 20132014, + the annual tuition at Loyola University Maryland was 41,850. + For school year 20162017, + the annual tuition at Loyola was 45,030. +

+ +

+ Find r, the relative growth rate, + so that this growth is modeled by an exponential equation. +

+
+ +

+ We want tuition to fit into the formula + + P = P_0(1+r)^t + . +

+ +

+ We plug the data into this equation: + + P_0 \amp = \text{ tuition in 2013 } + \amp = 41850 + P \amp = \text{ tuition in 2016 } + \amp = 45030 + t \amp = \text{ the number of years gone by } + \amp = 3 + 45030 \amp = 41850 (1+r)^3 + \frac{45030}{41850} \amp = (1+r)^3 + \left(\frac{45030}{41850}\right)^{1/3} \amp = 1+r + r \amp = \left(\frac{45030}{41850}\right)^{1/3} -1 + \amp \approx 0.02471 + \amp \approx 2.47\ + +

+
+
+
+ diff --git a/ptx/section2-6.ptx b/ptx/section2-6.ptx new file mode 100644 index 0000000..f66549d --- /dev/null +++ b/ptx/section2-6.ptx @@ -0,0 +1,95 @@ + + +
+ Natural Logarithm + + Problem 2 + +

+ Solve + + 10 = 2^t + + using natural log. +

+
+ +

+ We can't solve this problem all the way in our heads, + but you should be able to make a guess that the solution will be between 3 and 4. + Why? + We know 2^3 = 8 and 2^4 = 16, + so t is somewhere between 3 and 4. +

+ +

+ Here's how we solve it algebraically: + + 10 \amp = 2^t + \ln(10) \amp = \ln(2^t) + \ln(10) \amp = t\ln(2) + t \amp = \frac{\ln(10)}{\ln(2)} + \amp \approx 3.3219 + +

+
+
+ + + Loyola tuition part III + +

+ In the school year 20132014, + the annual tuition at Loyola University Maryland was 41,850. + Since then it has had an annual growth rate of r=2.47\%. + Assuming this growth rate continues, + when will the tuition reach 52,000? +

+
+ +

+ We plug this data into the model + + P = P_0 (1+r)^t + + and solve for t: + + 52000 \amp = 41850 (1.0247)^t + \frac{52000}{41850} \amp = 1.0247^t + \ln(52000/41850) \amp = \ln \left(1.0247^t\right) + \ln(52000/41850) \amp = t\ln(1.0247) + t \amp = \frac{\ln(52000/41850)}{\ln(1.0247)} + \amp \approx 8.8997102 + +

+ +

+ So, the actual year should be about 2022. +

+
+
+ + + +

+ A city's population starts at 600,000 in 2010 and has a continuous + growth rate of 5. + What is the population size in 2017? +

+
+ +

+ We model this city with + + P = 600 000 (1+0.05)^t + + and plug in t=7: + + P \amp \approx 600 000 (1.05)^7 + \amp = 844 260 + +

+
+
+
+ diff --git a/ptx/section2-7.ptx b/ptx/section2-7.ptx new file mode 100644 index 0000000..adf2171 --- /dev/null +++ b/ptx/section2-7.ptx @@ -0,0 +1,174 @@ + + +
+ Exponential Growth and Decay + + Problem 14* + +

+ A population, currently 200, + is growing at 5 per year. + +

    +
  1. +

    + Write a formula for the population, P, + as a function of time, + t, years in the future. +

    +
  2. + +
  3. +

    + Graph P against t. +

    +
  4. + +
  5. +

    + Estimate the population 10 years from now. +

    +
  6. + +
  7. + (d*) +

    + Find the doubling time of the population algebraically. +

    +
  8. + +
  9. + (e*) +

    + Model the same population using a continuous growth rate, + compare the graph of this model with the graph from part (b). +

    +
  10. +
+

+
+ +

+

    +
  1. +

    + P = 200(1.05)^t +

    +
  2. + +
  3. +

    + +

    +
  4. + +
  5. +

    + + P(10) \amp = 200(1.05)^{10} + \amp \approx 325.7789 + \amp \text{ about } 326 + +

    +
  6. + +
  7. +

    + We solve for when P=400: + + 400 \amp = 200(1.05)^t + 2 \amp = 1.05^t + t \amp = \ln(2)/\ln(1.05) + \amp \approx 14.2067 + +

    +
  8. + +
  9. +

    + They are asking to change this model to the natural exponential + (base e, or Pe^{kt} model. + What is the k in this instance? + + 200(1.05)^t \amp = 200e^{kt} + We can use t = 1(or any value of t but t=1 is easiest) + 1.05 \amp = e^{k} + \ln(1.05) \amp = k \ln(e) = k + k \amp \approx 0.04879 + + Thus the continuous growth rate is about 4.879\% for an annual + growth rate of 5. + + We show below the original function, + P_1, plotted together with + the function P_2 = e^{0.04879t}, + marked with a few little stars, + \color{green!75!black}\star. + As you can see, the original + function and the new one look identical: + +

    +
  10. +
+

+
+
+ + + +
    +
  1. +

    + Find the future value in 8 years of a 7,000 payment today, if + the interest rate is 3.5 compounded continuously. +

    +
  2. + +
  3. +

    + Find the present value of a 7,000 payment that will be made 8 + years from now if the interest rate is 3.5 compounded + continuously. +

    +
  4. +
+
+ +

+

    +
  1. +

    + We'll use the equation + + FV = PV e^{rt} + + where PV = 7000, + r = 0.035, and t = 8: + + FV = 7000e^{0.035(8)} \approx \dollar9261.91 + +

    +
  2. + +
  3. +

    + We'll use the equation + + FV = PV e^{rt} + + where FV = 7000, + r = 0.035, and t = 8: + + 7000 \amp = PVe^{.035(8)} + PV \amp = \frac{7000}{e^{.035(8)}} + \amp = 7000e^{-0.035(8)} + \amp \approx \dollar5290.49 + +

    +
  4. +
+

+
+
+
+ diff --git a/ptx/section3-1.ptx b/ptx/section3-1.ptx new file mode 100644 index 0000000..5a899ba --- /dev/null +++ b/ptx/section3-1.ptx @@ -0,0 +1,419 @@ + + +
+ Tangent and Velocity Problems + + Problem 5 + +

+ Figure 2.12 shows the cost, + y = f(x), of manufacturing x kilograms of a chemical. +

+ +

+ { Figure 2.12} +

+ +

+ +

    +
  1. +

    + Is the average rate of change of the cost greater between x = 0 and x = 3, + or between x = 3 and x = 5? + Explain your answer graphically. +

    +
  2. + +
  3. +

    + Is the instantaneous rate of change of the cost of producing x kilograms greater at x = 1 or at x = 4? + Explain your answer graphically. +

    +
  4. + +
  5. +

    + What are the units of these rates of change? +

    +
  6. +
+

+
+ +

+

    +
  1. +

    + In the graph below I've marked, by hand, + two line segments on the curve, + i.e.two secant lines. + One goes from x=0 to x=3, + and the other goes from x=3 to x=5 To compare the average rates of change, + you should look at the slope of each line segment. + Since the one from x=0 to x=3 is steeper, + it has a greater slope, + and therefore the average rate of change is greater from x=0 to x=3. +

    +
  2. + +
  3. +

    + In the graph below I've marked, + by hand, two tangent lines. + One is tangent at x=1 and the other is tangent at x=4. To compare the instantaneous rates of change, + you should look at the slope of the tangent lines. + Since the one at x=1 is steeper, it has a greater slope, + and therefore the instantaneous rate of change is greater at x=1. +

    +
  4. + +
  5. +

    + The units are, as always, + + \frac{\text{ units of \(y\) } }{\text{ units of \(x\) } } + + In this case that's + + \text{ thousands of dollars per kilogram } + +

    +
  6. +
+

+
+
+ + + Problem 12 + +

+ Match the points labeled on the curve in Figure 2.14 with the given slopes. +

+ + + + + + + Slope + Point + + + + + + + -3 + + + + + + + + -1 + + + + + + + + 0 + + + + + + + + 1/2 + + + + + + + + 1 + + + + + + + + 2 + + + + + + + +

+ { Figure 2.14} +

+ +

+ +

+
+ +

+ We'll justify below the following answers: + + \begin{array}{c|c}\hline + \text{ Slope } \amp \text{ Point } \\ \hline + -3 \amp F \\ \hline + -1 \amp C \\ \hline + 0 \amp E \\ \hline + 1/2 \amp A \\ \hline + 1 \amp B \\ \hline + 2 \amp D \\ \hline + \end{array} + +

+ +

+ Let's start by thinking about which point has negative slope: + only two points are marked where the graph is going down: + C and F. + Which one is going down more steeply? + You should be able to see that it's F. + So, given the choice of two negative slopes in the table, + -3 and -1, + we should choose F to have the slope that's more negative: F \to -3. + Then we must have C\to -1. +

+ +

+ Now let's think about which point has 0 slope: + this should be where the tangent line is perfectly horizontal. + There's only one point where this happens: E. +

+ +

+ Finally, let's look at three remaining points, + where the slope is positive. + We can order them by how steep the graph is: It's steepest at D, + then next steepest at B, + and least steep at A. + This means that D\to 2, + B\to 1, and A\to 1/2. +

+
+
+ + + +

+ Suppose we drop a penny from the roof of a very tall building. + Then + the distance fallen is given by + + s(t) = 4.9t^2 + , + where s is measured in meters, + and t is the number of seconds + since the penny has been dropped. + +

    +
  1. +

    + Find the average velocity from t=0 to t=7. +

    +
  2. + +
  3. +

    + Estimate the instantaneous velocity at t=7. +

    +
  4. +
+

+
+ +

+

    +
  1. +

    + + \text{ average velocity } \amp = \frac{\text{ distance traveled } }{\text{ time elapsed } } + \amp = \frac{s(7) - s(0)} {7-0} + \amp = \frac{4.9(7^2)-0}{7} + \amp = \unitfrac[34.3]{m}{s} + +

    +
  2. + +
  3. +

    + To estimate the instantaneous velocity we find the average velocity over + shorter and shorter time intervals around t = 7 seconds. + In other + words, we will calculate this quantity + + \frac{s(t) - s(7)} {t-7} = \frac{4.9(t^2)-4.9(7^2)}{t-7} + + for values of t that are close to 7. + + The best way to get a range of values like this is to make a table, + either in your calculator, or in a spreadsheet. + + \begin{array}{c|c} + \text{ \(t\)-value (the one not equal to \(7\)) } \amp \text{ average velocity from \(t\) to \(7\) } \\ + \amp = \frac{s(t)-s(7)}{t-7} \\ \hline + 6 \amp 63.7 \\ + 6.9 \amp 68.11 \\ + 6.99 \amp 68.551 \\ + 6.999 \amp 68.595 \\ + 7.001 \amp 68.605 \\ + 7.1 \amp 69.09 + \end{array} + + Once we have this information, + we should look just around the rows + that have t as close to 7 as possible, + in this case, those are the + rows with 6.999 and 7.001. + In those rows, the velocity is very + close to 68.6, and so that's our guess: + + \text{ Instantaneous velocity at \(t=7\) is approximately: } + \unitfrac[68.6]{m}{s} + +

    +
  4. +
+

+
+
+ + + +

+ Using a calculator or an equivalent app, + estimate f'(1) for f(x) = 3x^2. +

+
+ +

+ By definition we have + + f'(1) = \lim_{x \to 1}\frac{f(x) - f(1)}{x-1} + . +

+ +

+ The way to estimate this is to calculate + \frac{f(x)-f(1)}{x-1} for more than one value of x, + using values that are close to 1. +

+ +

+ The best way to get a range of values like this is to make a table, + either in your calculator, or in something like \url{www.desmos.com}: + + \begin{array}{c|c} + \text{ \(x\)-value (the one not equal to \(1\)) } + \amp \text{ average velocity from \(x\) to \(1\) } \\ + \amp = \frac{f(x)-f(1)}{x-1} \\ \hline + 0.5 \amp 4.500 \qquad \rlap{\(\left(=\frac{3(0.5)^2-3(1)^2}{0.5-1}\right)\)} \\ + 0.9 \amp 5.700 \\ + 0.99 \amp 5.970 \\ + 0.999 \amp 5.997 \\ + 1.001 \amp 6.003 \\ + 1.01 \amp 6.030 \\ + 1.1 \amp 6.300 \\ + 1.5 \amp 7.500 + \end{array} + +

+ +

+ Once we have this information, + we should look just around the rows + that have x as close to 1 as possible, + in this case, those are the + rows with 0.999 and 1.001. + In those rows, the difference quotient + is very close to 6, and so that's our guess: + + f'(1) \approx 6 + +

+
+
+ + + Problem 18 + +

+ Use Figure 2.16 to fill in the blanks in the following statements + about the function f at point A. + +

    +
  1. +

    + f(\blank) = \blank +

    +
  2. + +
  3. +

    + f'(\blank) = \blank +

    +
  4. +
+

+ +

+ { Figure 2.16} +

+ +

+ +

+
+ +

+

    +
  1. +

    + When we write something like + f(1)=2 we mean that when + x=1 we have y=2. + Based on the coordinates of point A, we have + + f(7) = 3 + +

    +
  2. + +
  3. +

    + When we write something like f'(10) = 11 we mean that tangent + line at x=10 has slope of 11. + Based on the graph we can figure + out f'(7) by calculating the slope of the tangent line. + + Using the coordinate of the other point on the tangent line, we get + the slope of the tangent line is + + m = \frac{3.8 - 3}{7.2-7} = \frac{0.8}{0.2} = 4 + + so + + f'(7) = 4 + +

    +
  4. +
+

+
+
+
+ diff --git a/ptx/section3-2.ptx b/ptx/section3-2.ptx new file mode 100644 index 0000000..aedc1ad --- /dev/null +++ b/ptx/section3-2.ptx @@ -0,0 +1,122 @@ + + +
+ The Derivative as a Function + + Problems 18<ndash />21 + +

+ Match the functions in Problems 1821 with one of the derivatives in Figure 2.25. \setkeys{Gin}{width=2in} +

+ + {c@{\hspace{1cm}}c} + 18 + + & 19 + + \\ + 20 + + & 21 + + + + + { Figure 2.25} + + \setkeys{Gin}{width=2in} + \figurerenewcommand{\arraystretch}{10} + + {c@{\hspace{1cm}}c} + + & + + \\ + + & + + \\ + + & + + \\ + + & + + +
+ +

+ \afterpage{} +

+
+ +

+ Although we have to do all four functions, + we don't have to do them in order. + So, we'll start with the simplest one: 19. +

+ +

+ The function in 19 is straight line, + and it always has the same slope. + We may not be able to tell exactly what this slope is: + maybe m=-2, or m=-3 or something like that. + When we look at the graphs in Figure 2.25 we should not look at their slopes: + we should look at their y-values. + Which graph always has a constant y-value, + of y=-2 or y=-3? + Graph IV. So, 19 goes with graph IV. +

+ +

+ Now let's look at 20. + Around x=0 this has a positive slope: + maybe m=1 or m=2. + Around x=2 this graph is horizontal, so m=0. + Around x=4 his has a negative slope: + maybe m=-1 or m=-2. + When we look at the graphs in Figure 2.25 we should not look at their slopes: + we should look at their y-values. + Look at x=0, and x=2 and x=4, + which graph has y=-1 or y=-2, + then y=0, then y=1 or y=2? + Graph II. So, 20 goes with graph II. +

+ +

+ Now let,s look at 18. + This one is more complicated, but + paradoxically, this means we don't need to be as precise. + There are + two spots where the slope is 0: + at x=-1 and x=1. + To the far + left the slope is negative; + between x=-1 and x=1 the slope is + positive, and to the far right the slope is negative again. + When we + look at the graphs in Figure 2.25 we should not look at their slopes: + we should look at their y-values. + Reading from left to right, we + should look for y-values that are negative, + 0, positive, 0, + negative, or, to use shorthand: + + -, 0, +, 0, - + +

+ +

+ Which graph has y-values that follow this pattern? + Graph VIII. +

+ +

+ Finally, let's look at 21. + See if you can figure out why this function goes with graph VI. +

+
+
+
+ diff --git a/ptx/section3-3.ptx b/ptx/section3-3.ptx new file mode 100644 index 0000000..61ed357 --- /dev/null +++ b/ptx/section3-3.ptx @@ -0,0 +1,378 @@ + + +
+ Variations on the derivative + + Problems 2 and 4 + +

+ Write the Leibniz notation for the derivative of the given function + and include units. + +

    +
  1. + \#2. +

    + The cost, C, of a steak, in dollars, + is a function of the weight, + W, of the steak, in pounds. +

    +
  2. + +
  3. + \#4. +

    + An employee's pay, P, in dollars, + for a week is a function of the number of hours worked, + H. +

    +
  4. +
+

+
+ +

+

    +
  1. + \#2. +

    + Since C is a function of W, we write C = f(W). + The Leibniz notation is + \dfrac{dC}{dW} and the units are dollars per pound. +

    +
  2. + +
  3. + \#4. +

    + Since P is a function of H we write P = f(H). + The Leibniz notation is + \dfrac{dP}{dH} and the units are dollars per hour. +

    +
  4. +
+

+
+
+ + + Problem 6 + +

+ An economist is interested in how the price of a certain item + affects its sales. + At a price of \dollarp, + a quantity, q, of the item + is sold. + If q = f(p), explain the meaning of each of the following + statements: + +

    +
  1. +

    + f(150) = 2000 +

    +
  2. + +
  3. +

    + f'(150) = -25 +

    +
  4. +
+

+
+ +

+

    +
  1. +

    + In problems like these, + the best way to explain the meaning is to write a complete, + correct, English sentence that uses the least amount of technical jargon as possible. + In this case, here are some examples: + When the price is 150, + there were 2000 items sold. + If we price it at 150, + then we'll sell 2000 items. + A price of 150 leads to sales of 2000. + We'll sell 2000 items at a price of 150. +

    +
  2. + +
  3. +

    + It may help here to practice writing this in Leibniz notation: + + \deriv{q}{p}\eval_{p=150}=-25 + + The reason this notation is useful is that it reminds us that the + derivative is a rate of change, + and which units are on top. + Thus, + we can see that the units are + items per dollar and the rate of + change is -25. + As before, the best thing to do is to write this + information down in a complete, + correct, English sentence: + + + If the price changes to 151, + we can expect to sell about 25 + fewer items. + + + At the price of 150, + an increase of 1 will cause the number of + items sold to decrease by 25. + +

    +
  4. +
+

+
+
+ + + +

+ The cost, C + (in dollars), + to produce \ell liters of a chemical + can be expressed as C = f(\ell). + Using units, explain the meaning + of the following statements in terms of the chemical: + +

    +
  1. +

    + f(350)=1750 +

    +
  2. + +
  3. +

    + f'(350)=9 +

    +
  4. +
+

+
+ +

+

    +
  1. +

    + This means that it costs 1750 to produce 350 liters of chemical. +

    +
  2. + +
  3. +

    + This means it will cost about 1759 to produce 351 gallons. +

    +
  4. +
+

+
+
+ + + +

+ For the function f(x) = 2\ln(x) first + +

    +
  1. +

    + Use a table of numbers to approximate f'(1), + and to write the equation of the tangent line at the point (1,0). +

    +
  2. + +
  3. +

    + Using linear approximation and your answer to part (a), + to approximate f(1.01), f(1.001). +

    +
  4. +
+

+
+ +

+

    +
  1. +

    + Here are some of the values we look at for the difference + quotient: + + \begin{array}{c|c} + \text{ 2nd \(x\)-value } \amp \dfrac{2\ln(x)-2\ln(1)}{x-1}\\ \hline + 0.5000 \amp 2.7726 \\ + 0.9000 \amp 2.1072 \\ + 0.9900 \amp 2.0101 \\ + 0.9990 \amp 2.0010 \\ + 0.9999 \amp 2.0001 \\ + 1.0001 \amp 1.9999 \\ + 1.0010 \amp 1.9990 \\ + 1.0100 \amp 1.9901 \\ + 1.1000 \amp 1.9062 \\ + 1.5000 \amp 1.6219 + \end{array} + + From this table, we estimate that f'(1) = 2. + Using this, the tangent line at + + y \amp = m(x-x_0) + y_0 + y \amp 2(x-1) + +

    +
  2. + +
  3. +

    + The basic idea here is that we can use the tangent line to + approximate values on the original graph. + Thus + + f(1.01) \approx y(1.01) + + where f(x) = 2\ln(x) and y(x) = 2(x-1). + Using this, we have + + f(1.01) \amp \approx 2(1.01-1) = 0.02 + f(1.001) \amp \approx 2(1.001-1) = 0.002 + + (As a way to double check these answers, + my calculator says \ln(1.01) + = 0.009950330 and \ln(1.001) = 0.000999500. + Our estimates are + very close to these answers.) + + To see why this sort of approximation might be useful, + given the + examples we are working with, + you have to use your imagination a + little bit. + You need to imagine a function that we don't know + much about. + For instance, the exact amount of the total national debt + as a function of, + t, or the amount of fuel consumption for a truck as + function of its cargo weight, w. + In each case, we don't know a + formula for the function. + But we might know what it's current value + is, and how much that value is changing. + Using this, we could + estimate what it's value would be tomorrow, or with a slight increase + in weight. +

    +
  4. +
+

+
+
+ + + Problem 46 + +

+ The area of Brazil's rain forest, + R = f(t), in million acres, is a + function of the number of years, t, since 2000. + +

    +
  1. +

    + Interpret f(9) = 740 and + f'(9) = -2.7 in terms of Brazil's rain forests. +

    +
  2. + +
  3. +

    + Find and interpret the relative rate of change of f(t) when t = 9. +

    +
  4. +
+

+
+ +

+

    +
  1. +

    + f(9) = 740 tells us that in 2009, + the area of Brazil's rain forest was 740 million acres. + The formula f'(9) = -2.7 tells us that in 2009, + the area of the rain forest is decreasing by about 2.7 million acres per year. +

    +
  2. + +
  3. +

    + + \text{ Relative rate of change in 2009 } = \frac{f'(9)}{f(9)} = + \frac{-2.7}{740} \approx -0.00365 + + Thus in 2009, the rain forests are shrinking at a rate of about + 0.365\% per year. +

    +
  4. +
+

+
+
+ + + Problem 50(b*) + +

+ The world population in billions is predicted to be approximately + P = 7.1e^{0.011t} where t is in years since 2013. + Estimate the relative rate of change of population in 2018 using this model and \Delta t = 0.1. +

+
+ +

+ By definition, + + \text{ Relative change in 2018 } = \frac{P'(5)}{P(5)} + +

+ +

+ But to use this we first need to find P'(5). + We don't know the + shortcut formula for this yet, so we will estimate it. + Recall that + + P'(5) = \lim_{\Delta t \to 0} \frac{P(5 + \Delta t) - P(5)}{\Delta t} + +

+ +

+ We use this with \Delta t=0.1 to estimate P'(5): + + P'(5) \approx \frac{P(5.1) - P(5)}{0.1} \approx 0.08256 + +

+ +

+ Now we can finish this problem: + + \text{ Relative rate of change in 2018 } \approx \frac{0.08256}{P(5)} + \approx 0.0122858 + +

+ +

+ Another way to put this is that the relative rate of change in 2018 is approximately 1.2286 \% per year. +

+
+
+
+ diff --git a/ptx/section3-4.ptx b/ptx/section3-4.ptx new file mode 100644 index 0000000..7ebb61d --- /dev/null +++ b/ptx/section3-4.ptx @@ -0,0 +1,258 @@ + + +
+ The second derivative + + Problem 2 + +

+ At which of the labeled points, if any, + are both \dfrac{dy}{dx} and + \dfrac{d^2y}{dx^2} positive? +

+
+ +

+ The only point where they are both positive is B. +

+ +

+ Here's the proof. + Recall that \deriv{y}{x} is positive when the slope is positive, + and this means the graph is increasing. + The points B and C are the only points where the slope is positive, + and so we can cross off all the other points from our answer: + cross off A, D, and E. +

+ +

+ Next, recall that \frac{d^2y}{dx^2} is positive where the graph is concave up, + which means it must have a shape roughly like +

+ + + +

+ or +

+ + + +

+ So, the only points where + \frac{d^2y}{dx^2} is positive are at A and B. +

+
+
+ + + Problems 4, 6, 8 + +

+ Give the signs of the first and second derivatives for the following functions. + Each derivative is either positive everywhere, + zero everywhere, or negative everywhere. +

+ + {c@{ }c@{ }c} + 4 + + & 6 + + & 8 + + +
+ +

+

    +
  1. + \#4 +

    + Since this graph is increasing, + we have f'(x) is positive, + which is the same thing as f'(x)>0. + Since this graph is curving upwards, + we have f''(x) is positive. (Remember: Concave up is part of a cup.) +

    +
  2. + +
  3. + \#6 +

    + Since this graph is decreasing, + we have f'(x) is negative, + which is the same thing as f'(x)\lt 0. + Since this graph is not curving at all, + we have that f''(x) equals 0. +

    +
  4. + +
  5. + \#8 +

    + Since this graph is increasing, + we have f'(x) is positive, + which is the same thing as f'(x)>0. + Since this graph is concave down, + we have that f''(x)\lt 0. (Remember: Concave down is part of a frown.) +

    +
  6. +
+

+
+
+ + + +

+ The temperature outside on a given day is given by f(t){}^\circ C, + where t is in hours since midnight. + From 6 AM until noon, + the first derivative was negative and the second was positive. + Which of the following is correct? + You may choose more than one. +

+ +

+ This poll should be done through Poll Everywhere and then discussed + online. + +

    +
  1. +

    + The temperature was below freezing but getting warmer. +

    +
  2. + +
  3. +

    + The temperature was below freezing and getting colder. +

    +
  4. + +
  5. +

    + We do not no whether the temperature was above or below freezing. +

    +
  6. + +
  7. +

    + The temperature was higher at noon than at 6 AM. +

    +
  8. + +
  9. +

    + The temperature was lower at noon than at 6 AM. +

    +
  10. + +
  11. +

    + The temperature was rising but at a slower rate as the morning progressed. +

    +
  12. + +
  13. +

    + The temperature was rising but at a faster rate as the morning progressed. +

    +
  14. + +
  15. +

    + The temperature was falling and at a faster rate as the morning progressed. +

    +
  16. + +
  17. +

    + The temperature was falling but at a slower rate as the morning progressed. +

    +
  18. +
+

+
+ +

+ There is not an official solution to this, + because it is meant to be a discussion. +

+
+
+ + + +

+ Let P(t) represent the price of a share of stock of a corporation + at time t. + What does each of the following statements tell us + about the signs of the first and second derivatives of P(t)? + +

    +
  1. +

    + The price of the stock is falling faster and faster. +

    +
  2. + +
  3. +

    + The price of the stock is getting close to its peak, + at which it will remain for a little while. +

    +
  4. + +
  5. +

    + The price of the stock is skyrocketing. +

    +
  6. +
+

+
+ +

+

    +
  1. +

    + The phrase price is falling means P'(t) \lt 0. + Now you can draw three kinds of falling graphs: + or \DecreaseConcaveDown or Which of these do you think makes the most sense for + faster and faster. Probably the middle one. + In that case, + it's concave down (concave down is part of a frown) and so P''(t) \lt 0. +

    +
  2. + +
  3. +

    + For the price to be getting close to its peak, + we need that the graph is increasing, + so P'(t) > 0, and starting to level out a little bit, + so curving like this \IncreaseConcaveDown That means that it's concave down, + so P''(t)\lt 0. +

    +
  4. + +
  5. +

    + The price skyrocketing means that it is increasing, + so P'(t) > 0. + Also, + it's probably not increasing more slowly as time goes on, + so it's not \IncreaseConcaveDown. + Rather, it probably looks like this: + This means that it is concave up (Concave up is part of a cup) and so P''(0)>0. +

    +
  6. +
+

+
+
+
+ diff --git a/ptx/section3-5.ptx b/ptx/section3-5.ptx new file mode 100644 index 0000000..2bce47e --- /dev/null +++ b/ptx/section3-5.ptx @@ -0,0 +1,274 @@ + + +
+ Marginal Cost and Revenue + + +

+ It costs 2500 to produce 1350 items and it costs 2545 to produce 1360 items. + What is the approximate marginal cost when producing 1350 items? +

+
+ +

+ We don't have enough information to solve this exactly but we can + approximate it: + + MC(1350) \amp = \text{ Derivative at } q=1350 + \amp \approx \frac{C(1360)-C(1350)}{1360-1350} + \amp = \frac{2545 - 2500}{1360-1350} + \amp = \frac{45}{10} + \amp = 4.5 + \amp \kern-2ex MC \approx \dollar4.50\text{ per item } + +

+
+
+ + + Problem 4* + +

+ Figure 2.55 shows a total cost function, C(q): + +

+ +

+ { Figure 2.55} + +

    +
  1. +

    + Estimate the marginal cost when the production level is 20 and interpret it. +

    +
  2. + +
  3. +

    + Is the marginal cost greater at q = 5 or at q = 30? + Explain. +

    +
  4. + +
  5. +

    + Is the marginal cost greater at q = 20 or at q = 40? + Explain. +

    +
  6. +
+

+
+ +

+

    +
  1. +

    + The best way to do this graphically is to put a ruler on the graph at q=20 and make it as close to a tangent line as you can. + Then draw the line and estimate some points on the line. + Maybe you get something like this: + It looks like when q = 20, + we have C = 200) so we have one point (20,\ 200). + Another point on the tangent line might be (50,\ 300). + This tangent line would have slope of m = \dfrac{300-200}{50-20} = \dfrac{100}{30} = \dfrac{10}{3}, + so marginal cost would at q = 20 is estimated to be about 10/3 = 3.\overline{3}. +

    +
  2. + +
  3. +

    + By looking at the tangent lines when q = 5 and q = 30, + both would have positive slope but at q = 5 the line would be steeper, + thus the slope would be greater. + Thus marginal cost is greater at q = 5 than at q = 30. +

    +
  4. + +
  5. +

    + By looking at the tangent lines when q = 20 and q = 40, + both would have positive slope but at q = 40 the line would be steeper, + thus the slope would be greater. + Thus marginal cost is greater at q = 40 than at q = 20. +

    +
  6. +
+

+
+
+ + + Problem 8 + +

+ Figure 2.57 shows part of the graph of cost and revenue for a car + manufacturer. + Which is greater, marginal cost or marginal revenue, + at + +

    +
  1. +

    + q_1? +

    +
  2. + +
  3. +

    + q_2? +

    +
  4. +
+

+ +

+ +

+ +

+ { Figure 2.57} +

+
+ +

+ Remember not to look at the gap between the two lines, + or at which line is higher at which point. + Rather, look at the slopes of the two lines, + at the points q_1 and q_2. + Since the graphs are lines, the slopes don't change, + and we can see that marginal revenue is higher for at both points since the slope of the revenue curve is greater than the slope of the cost curve at both points. +

+
+
+ + + +

+ To produce 2000 items, the total cost is 4000 and the marginal + cost is 15 per item. + Estimate the costs of producing: + +

    +
  1. +

    + 2001 items +

    +
  2. + +
  3. +

    + 1999 items +

    +
  4. + +
  5. +

    + 2050 items +

    +
  6. +
+

+
+ +

+

    +
  1. +

    + With marginal cost being 15 when q = 2000, + this approximates + the additional cost of producing 2001 items. + Since it costs + 4000 to produce 2000 items, + the cost of producing 2001 items is + estimated to be 4015. + We can summarize all of this in a linear + equation: + + C(2001) \amp \approx C(2000) + MC(2000) \times \Delta q + \amp = 4000 + 15 \times 1 + \amp = \dollar4015 + +

    +
  2. + +
  3. +

    + With marginal cost being 15 when q = 2000, + this approximates + the additional cost of producing 2001 items. + This could also be + interpreted as the amount of money saved by producing one fewer + item. + Since it costs 4000 to produce 2000 items, + the cost of + producing 1999 items is estimated to be + \dollar4000 - \dollar15 = \dollar3985: + + C(1999) \amp \approx C(2000) + MC(2000) \times \Delta q + \amp = 4000 + 15 \times (-1) + \amp = \dollar3985 + +

    +
  4. + +
  5. +

    + With marginal cost being 15 when q = 2000, + this approximates + the additional cost of producing one more item. + Thus to produce 50 + more items, + the additional cost is estimated to be 15(50) = 750. + Since it costs 4000 to produce 2000 items, + the cost of producing + 2050 items is estimated to be 4000 + 750 = \dollar4750: + + C(2050) \amp \approx C(2000) + MC(2000) \times \Delta q + \amp = 4000 + 15 \times 50 + \amp = \dollar4750 + +

    +
  6. +
+

+
+
+ + + Problem 12 + +

+ Cost and revenue functions for a charter bus company are shown in Figure 2.58. + Should the company add a 50th bus? + How about a 90th? + Explain your answers using marginal revenue and marginal cost. +

+ +

+ { Figure 2.58} +

+
+ +

+ We need to look at the difference between the marginal costs and marginal revenues. + At q = 50, + the marginal revenue (slope at R(50)) is greater than the marginal cost (slope at C(50)) +

+ + + +

+ So the additional revenue of adding the 50th bus will be greater than the additional cost. + So yes, it should add a 50th bus. +

+ +

+ At q = 90, + the marginal revenue (slope at R(90)) is less than the marginal cost (slope at C(90), so no, + the 90th bus should not be added. +

+
+
+
+ diff --git a/ptx/section4-1.ptx b/ptx/section4-1.ptx new file mode 100644 index 0000000..a4fc7e5 --- /dev/null +++ b/ptx/section4-1.ptx @@ -0,0 +1,224 @@ + + +
+ Shortcuts for powers of <m>x</m>, + constants, sums, and differences + + +

+ Let f(x)=3x^2-5x+8. + Find f'(x). +

+
+ +

+ With practice, you can probably just write this down in one step: + + f'(x) = 6x -5 + +

+ +

+ But when you are still learning these steps, it might help to break it + down more: + + f'(x) \amp = \ddx (3x^2-5x+8) \amp \amp \text{ ``\(f'(x)\)'' means ``take the derivative'' } + \amp = \ddx (3x^2) - \ddx(5x) + \ddx(8) \amp \amp \text{ apply the derivative across \(+\) and \(-\) signs } + \amp = 3\cdot 2x^1 - 5\cdot x^0 + 0 \amp \amp \text{ ``constant multiple'', ``constant rule'' and ``power rule'' } + \amp = 6 x - 5 \amp \amp \text{ just cleaning up } + +

+
+
+ + + +
    +
  1. +

    + For f(x)=6\sqrt{x} find f'(x). +

    +
  2. + +
  3. +

    + For C(q) = q^{13}-\frac{5}{q^3}+7, find the marginal cost. +

    +
  4. +
+
+ +

+

    +
  1. +

    + Before taking the derivative of \sqrt{x} we should rewrite it + in exponential form, i.e. as a power of x: + + 6\sqrt{x}=6x^{1/2} + + It's very important that you become comfortable with fractional + exponents: fractional exponents mean you have a root. + + Now we can take the derivative: + + f' (x) \amp = \ddx 6\sqrt{x} + \amp = \ddx 6x^{1/2} + \amp = 6\cdot \frac 12 x^{\tfrac 12 -1} + \amp = 3x^{-1/2} \text{ or } \frac{3}{\sqrt{x}} + +

    +
  2. + +
  3. +

    + Before taking the derivative of \frac{5}{q^3} we should + rewrite it in an exponential form, + i.e.as a constant times a + power of q: + + \frac{5}{q^3} = 5q^{-3} + + It's very important that you become comfortable with negative + exponents: negative exponents mean you have + one over . + + Now we can take the derivative: + + C'(q) \amp = \ddq (q^{13}-\frac{5}{q^3}+7) + \amp = \ddq (q^{13} -5q^{-3}+7) + \amp = 13q^{13-1} -5(-3)q^{-3-1}+0 + \amp = 13q^{12} +15 q^{-4} \text{ or } 13q^{12}+\frac{15}{q^4} + +

    +
  4. +
+

+
+
+ + + +
    +
  1. +

    + For y=2.5q^2-0.75q+9.23, find y''. +

    +
  2. + +
  3. +

    + For C(q) = q(q^2+q^{-2}), find C''(q). +

    +
  4. +
+
+ +

+

    +
  1. +

    + + y ' \amp = \ddq (2.5q^2-0.75q+9.23) + \amp = 2.5(2)q^{2-1}-0.75(1)q^{0}+0\amp \amp \text{ clean up before taking next derivative } + \amp = 5q-0.75 + y'' \amp = \ddq (5q-0.75) + \amp = 5 + +

    +
  2. + +
  3. +

    + In this case we should clean up before + you take even the first derivative: + + C(q) = q(q^2+q^{-2}) = q^3+q^{-1} + + Now we take derivatives: + + C'(q) \amp = \ddq (q^3+q^{-1}) + \amp = 3q^2 + (-1) q^{-1-1} + \amp = 3q^2 - q^{-2} + C''(q) \amp = 3(2)q^{1}-(-2)q^{-2-1} + \amp = 6q+2q^{-3} + +

    +
  4. +
+

+
+
+ + + +

+ Let f(x) =3x^2-4x+1. + +

    +
  1. +

    + Find the equation of the tangent line to f at (1,0) +

    +
  2. + +
  3. +

    + Find when f has a horizontal tangent line. +

    +
  4. +
+

+
+ +

+

    +
  1. +

    + We will fill in the following equation + + y \amp = m(x-x_0) + y_0 + x_0 \amp = 1 + y_0 \amp = 0 + m \amp = f'(x_0) = f'(1) + + We start by taking the derivative, + and then plug this into the equations above: + + f' (x) \amp = \ddx (3x^2-4x+1) + \amp = 6x-4 + m \amp = f'(1) + \amp = 6(1)-4 = 2 + y \amp = 2(x-1)+0 + \amp = 2x-2 + + Just to double check, you can look at the graphs to see we got it right: + +

    +
  2. + +
  3. +

    + First we rewrite + the question, at least in our heads: + + f \text{ has a horizontal tangent line } \amp = \text{ means the slope is \(0\) } + \amp = \text{ means } f'(x)=0 + + Now we set this up as an equation and solve it: + + f'(x) \amp = 0 + 6x-4 \amp = 0 + 6x \amp = 4 + x \amp = 4/6 = 2/3 + + Just to double check, you can look at the graphs to see we got it right: + +

    +
  4. +
+

+
+
+
+ diff --git a/ptx/section4-2.ptx b/ptx/section4-2.ptx new file mode 100644 index 0000000..e1b41a0 --- /dev/null +++ b/ptx/section4-2.ptx @@ -0,0 +1,157 @@ + + +
+ Derivatives of exponentials and logarithms + + +

+ Let f(x) = 3x^3+2e^x + +

    +
  1. +

    + Find f'(x). +

    +
  2. + +
  3. +

    + Find the equation of the tangent line at x = 0. +

    +
  4. + +
  5. +

    + Compare the graph of f(x) and the graph of the tangent line. +

    +
  6. +
+

+
+ +

+

    +
  1. +

    + Using the constant multiple rule, sum rule, and exponential + rules: + + f'(x) = 9x^2 + 2e^x + +

    +
  2. + +
  3. +

    + + y \amp = m(x-x_0) + y_0 + x_0 \amp = 0 + y_0 \amp = f(0) = 2 + m \amp = f'(0) = 2 + y \amp = 2x+2 + +

    +
  4. + +
  5. +

    + We show f(x) and y=2x+2 below. +

    +
  6. +
+

+
+
+ + + +

+ The human population of the entire world can be modeled by + P = 6.8(1.011)^t where P is in billions, + and t is the year with t = 0 corresponding to 2010 (source Wikipedia). +

+ +

+ Find the estimated rate of growth in 2020, + and interpret your answer, with units. +

+
+ +

+ Recall that + + \text{ rate of growth } = \text{ derivative. } + +

+ +

+ Also, the year 2020 means that t = 10. + Thus, we need to calculate + P'(10), or in Leibniz notation, + \dfrac{dP}{dt}\eval_{t=10}. + Always find the derivative as a formula first, and then plug in the + number. + We use the Constant Multiple Rule and the General Exponential + Rule + + P'(t) \amp = \ddt (6.8(1.011)t) + \amp = 6.8\BigParens{(1.011)t}' + \amp = 6.8 \ln(1.011)(1.011)^t + + and plug in t = 10: + + P'(10) = 6.8 \ln(1.011)(1.011)^{10} \approx 0.083 \text{ + billion people/year } + . +

+ +

+ Here is a simple interpretation: +

+ +
+ In 2020 the population will increase by 0.083 + billion people each year. +
+ +

+ Note: A simpler, and better, + statement would convert 0.083 billion to 83 million. + I didn't do that above just because I didn't want to introduce an extra calculation or step into the solution. +

+
+
+ + + +

+ Find the marginal revenue function if R(q) = 4q^2 + 7\ln(q). +

+
+ +

+ Basically marginal revenue + means we should take the derivative of + R(q). + Really this means we should combine the following basic rules + for derivatives: + + \ddx \ln(x) \amp = \frac{1}{x} + \ddx c\cdot f(x) \amp = c\cdot \ddx f(x) + +

+ +

+ Now we apply these rules, as well as the power rule from earlier: + + MR(q) \amp = R'(q) + \amp = \ddq \big(4q^2+7\ln(q)\,\big) + \amp = 4\cdot 2q^1 + 7 \ddq \ln(q) + \amp = 8q+7\cdot \frac 1q + \amp = 8q + \frac{7}{q} + +

+
+
+
+ diff --git a/ptx/section4-3.ptx b/ptx/section4-3.ptx new file mode 100644 index 0000000..a4dd7d6 --- /dev/null +++ b/ptx/section4-3.ptx @@ -0,0 +1,241 @@ + + +
+ The Chain Rule + + +

+ Suppose we are given A(t) = 1000 e^{0.149t}. + Find A'(1). +

+
+ +

+ The main idea here is to apply the chain rule to e^{0.149t}. + If + it was just e^t we would use the basic rule, \ddt e^t = e^t, + i.e.do nothing. + Since we have 0.149t inside of the + exponent, we should use the chain rule. + We start with the basic + rule (do nothing in this case), + we don't change the inside, and then + we multiply by the derivative of the inside. + I'll write this in two + ways: (1) using an extra variable, + z, like the book does, to label + the inside function, (2) using colors and words to keep track of + what's inside and what's outside. + You don't need to write it + both ways, choose what works best for you. + + \begin{aligned}\ddt e^z \amp = \deriv{y}{z}\cdot \deriv{z}{t} \text{ where } y=e^z,\text{ and } z=0.149t\\ + \amp = e^z\cdot (0.149)\\ + \amp = e^{0.149t}(0.149) + \end{aligned} + \text{ or } + $\chain[(0.5ex,0.5ex)]{\ddt + e^{0.149t}_{}}{e^{(\inside{0.149t})}_{}}{(0.149)}$ + +

+ +

+ Now we combine this with the rest of the formula for A(t) and + evaluate at t=1 + + A'(t) \amp = 1000 e^{0.149t}(0.149) + \amp = 149e^{0.149t} + A'(1) \amp = 149e^{0.149} + \amp \approx 172.94 + +

+
+
+ + + +

+ Find the derivatives of + +

    +
  1. +

    + R = (q^3-5q+7)^5 +

    +
  2. + +
  3. +

    + h(x) = \frac{17}{\sqrt{3+5x^2}} +

    +
  4. +
+

+
+ +

+ For Chain Rule problems, + we want to think of what is the + outside function + and what is the inside function, + and we need each of these to be simple enough that we know how to find its derivatives. + Sometimes it is best to think of the + outside function + as the last calculation you do. +

+ +

+ For (a), we see that the last calculation that would be done would + be to take the fifth-power what is in the parentheses. + Thus we'd + have z = q^3 -5q+7 and R = z^5. + The Chain Rule gives us + + \begin{aligned}\deriv{R}{q} \amp = \deriv{R}{z} \cdot \deriv{z}{q}, \text{ where } R = z^5, z= q^3-5q+7\\ + \amp = 5z^4\cdot (3q^2-5)\\ + \amp = 5(q^3-5q+7)^4(3q^2-5) + \end{aligned} + \text{ or } \chain{\ddq (q^3-5q+7)^5} + {5(\inside{q^3-5q+7})^4} {(3q^2-5)} + +

+ +

+ For (b), we need to rewrite the function, changing the + radical in the denominator to a negative exponent: + h(x) = 17(3+5x^2)^{-1/2}. + Then we use the Power and Chain Rule + Combined: + + \chain{\ddx 17(3+5x^2)^{-1/2}} {17\left(-\tfrac{1}{2}\right)(\inside{3+5x^2})^{-3/2}} {(10x)} + +

+ +

+ We can clean this up, but please be clear in your head: + we are done + with the derivative at this point. + The rest is algebra which + might be useful, but you also might sometimes not want to do + it, and in any case it's not the new part here. + + 17\left(-\frac{1}{2}\right)(3+5x^2)^{-3/2} (10x) + \amp = -\frac{17(10)}{2} (3+5x^2)^{-3/2}x + \amp = \frac{85x}{(3+5x^2)^{3/2}} + +

+
+
+ + + +

+ Find the derivatives of + +

    +
  1. +

    + y = 5e^{6x} +e^{-x} +

    +
  2. + +
  3. +

    + y = e^{3x^2-7x+11} +

    +
  4. +
+

+
+ +

+ With exponential functions it's a little tricky to spot what + inside function means. + Basically, we should just learn with + experience that for these, inside means what's on top. + You can + make this a little easier to see if you realize that the exponents + are basically inside implied parentheses: + + e^x = e^{(x)}, + e^{6x} = e^{(6x)}, + e^{-x} = e^{(-x)}, + e^{3x^2-7x+11} = e^{(3x^2-7x+11)},\ \text{ etc. } + +

+ +

+ Now inside really means inside, + it's inside the parentheses. + If + you combine this with the Chain Rule you get the following pattern + + y \amp = e^z,\ z=\text{ stuff } + \deriv{y}{x} \amp = \deriv{y}{z}\cdot \deriv{z}{x} + y \amp = e^{\text{ (stuff) } } \implies y' = e^{\text{ (stuff) } } (\text{ stuff } )' + +

+ +

+ We'll use this in both parts below. +

+ +

+ For (a), we use the Chain Rule on each of the terms, using the pattern + above. + Thus we get + + y' \amp =(5e^{6x}+e^{-x})' + \amp = 5e^{(6x)}(6x)' + e^{(-x)}(-x)' + \amp = 5e^{6x}(6)+e^{-x}(-1) + \amp = 30e^{6x} - e^{-x} + +

+ +

+ For (b), we use the pattern for Exponential Functions and Chain Rule Combined: + + y' \amp = e^{\text{ (stuff) } } (\text{ stuff } )' + y' \amp = e^{(3x^2-7x+11)}(3x^2-7x+11)' + \amp = e^{(3x^2-7x+11)}(6x-7) + \amp = (6x-7)e^{3x^2-7x+11} + +

+ +

+ Note: it's important that you include the parentheses around 6x-7: Without them it's not right, + and you will lose points. +

+
+
+ + + +

+ Find the derivative of f(x) = \ln(x^2+5). +

+
+ +

+ Here we have: outside = \ln() and inside = x^2+5. + + \begin{aligned}\deriv{f}{x} \amp = \deriv{f}{z} \cdot \deriv{z}{x} \text{ where } z=x^2+5\\ + \amp = \frac{1}{z}\cdot (2x)\\ + \amp = \frac{2x}{x^2+5} + \end{aligned} + \text{ or } \lnchain{\ddx \ln(x^2+5)} + {\frac{1}{\inside{x^2+5}}} {(2x)} + +

+ +

+ This gives us the pattern for natural logarithms with the Chain Rule: + + y = \ln(\text{ stuff } ) \implies y' = \frac{1}{(\text{ stuff } )} + (\text{ stuff } )' = \frac{(\text{ stuff } )'}{\text{ stuff } } + +

+
+
+
+ diff --git a/ptx/section4-4.ptx b/ptx/section4-4.ptx new file mode 100644 index 0000000..b099ba3 --- /dev/null +++ b/ptx/section4-4.ptx @@ -0,0 +1,264 @@ + + +
+ Product and Quotient Rules + + +

+ Use the Product Rule to differentiate y = x^2 e^{5x-3}. +

+
+ +

+ When you are first learning the product rule, you may need to take a + couple of extra steps to keep the notation straight: (1) Write the + product rule formula on your paper, right in your solution. + If you + write this every time, I promise that you'll be able to remember it + better, and you'll be able to use it better. (2) Label the parts of + the function with f and g, + then find f' and g' and then put + the parts together where they go in the product rule. + + (fg)' \amp = f'\cdot g + f\cdot g' + f \amp = x^2 + g \amp = e^{5x-3} + f' \amp = 2x + g' \amp = e^{(\text{ stuff } )}\cdot (\text{ stuff } )' + \amp = e^{5x-3}(5) + y' \amp = f'\cdot g + f\cdot g' + \amp = 2x \cdot e^{5x-3} + x^2 \cdot e^{5x-3}(5) + +

+ +

+ It's not really necessary to do anything else to this answer: + it's not going to simplify much, + and we weren't asked to factor it or anything. + It is traditional to put that last 5 + in front of the x^2, but it's not mandatory. +

+ +

+ Let me show you how you might solve this problem if you've been doing + product rules for a while. + In that case, you might not label f and + g and f' and g'. + You might just identify them in your head, and + say the following words to yourself as you go: derivative of the + 1st, times the second, plus the 1st times the derivative of the + second. + + \underbrace{2x}_{\rotatebox{-90}{deriv. of 1st}} + \underbrace{\cdot \,e^{5x-3}}_{\rotatebox{-90}{times 2nd}} + + + \underbrace{x^2}_{\rotatebox{-90}{1st}} + \underbrace{\cdot \,e^{5x-3}(5)}_{\rotatebox{-90}{times deriv of 2nd}} + +

+ +

+ That may seem like a lot to keep track of, or do in your head, + but if you just write and say one part at a time, it's not so bad. + In any case, + do not feel like you should try to do more in your head; + feel free to label everything and arrange all the parts like we did in our first solution above. + Just know, that if you want to, + you can start to label less as you go. +

+
+
+ + + +

+ Find the derivatives of the following: + +

    +
  1. +

    + y = x^3(2x-7)^4 +

    +
  2. + +
  3. +

    + y = 3t^4 \, \ln(t) +

    +
  4. +
+

+
+ +

+ Both of these involve the Product Rule. +

+ +

+ For (a), the first is x^3 and the second is (2x-7)^4. + Notice that + finding the derivative of the second will involve the Chain Rule. + + y \amp = \big[x^3\big] \ \big[(2x-7)^4\big] + y' \amp = \big[x^3\big]' \ (2x-7)^4 + x^3\ \big[(2x-7)^4\big]' + \amp = \big[2x^2\big](2x-7)^4 + x^3\big[4(2x-7)^3(2)\big] + \amp = 2x^2(2x-7)^4 + 8x^3(2x-7)^3 + +

+ +

+ Again, you probably shouldn't try to + simplify any farther here. + We've taken the derivative, and we're done with that; + unless there's a reason to factor it, just stop. +

+ +

+ For (b), in addition to the Power Rule and Product Rule, + we need to + remember that \ddt\ln(t) = \frac{1}{t}. + + y \amp = \big[3t^4\big]\,\big[\ln(t)\big] + y' \amp = \big[3t^4\big]'\ln(t) + 3t^4\big[\ln(t)\big]' + \amp = 12t^3\ln(t) + 3t^4\, \frac{1}{t} + \amp = 12t^3\ln(t) + 3t^3 + +

+
+
+ + + +

+ Use the Quotient Rule to differentiate y = \frac{4t+5}{2-3t^2}. +

+
+ +

+ When you are first learning the Quotient Rule, you may need to take + a couple of extra steps to keep the notation straight: (1) Write the + Quotient Rule formula on your paper, right in your solution. + If you + write this every time, I promise that you'll be able to remember it + better, and you'll be able to use it better. (2) Label the parts of + the function with f and g, + then find f' and g' and then put + the parts together where they go in the Quotient Rule. + + \left(\frac{f}{g}\right)' \amp = \frac{f'\cdot g - f\cdot g'}{(g)^2} + f \amp = 4t+5 + g \amp = 2-3t^2 + f' \amp = 4 + g' \amp = -6t + \frac{f'\cdot g - f\cdot g'}{g^2} \amp = \frac{(4)(2-3t^2)-(4t+5)(-6t)}{(2-3t^2)^2} + +

+ +

+ As before, just leave it alone and don't try to simplify, + unless you've been asked to, + or if there's a reason to. + In other words, + simplify at your own risk. (In case you want to practice, + see if you can get \frac{12t^2+30t + 8}{\left(2-3t^2\right)^2} .) +

+ +

+ We can also learn to take the quotient rule without labelling + everything, just like we talked about with the Product Rule. + Here's + how it looks. + Say the following words to yourself as you write things + down: derivative of the top, + times the bottom, minus the top, times + the derivative of the bottom, + all over the bottom squared. + + \frac{ + \overbrace{(4)}^{\rotatebox{-90}{deriv top}} + \overbrace{(2-3t^2)}^{\rotatebox{-90}{times bottom}} + - + \overbrace{(4t+5)}^{\rotatebox{-90}{top}} + \overbrace{(-6t)}^{\rotatebox{-90}{times deriv bottom}} + } + { + \underbrace{(2-3t^2)^2}_{\text{ bottom squared } } + } + +

+ +

+ There's a rhyming mnemonic for this as well: + low d-hi minus hi d-low, over the bottom squared, and away we go!. + Here, low d-hi + means derivative of the top (d-hi) times the bottom, etc. +

+
+
+ + + +

+ Let f(x) = \frac{e^x}{2x+e^x}. + +

    +
  1. +

    + Find f'(x). +

    +
  2. + +
  3. +

    + Find the equation of the tangent line at x = 0. +

    +
  4. +
+

+
+ +

+ For part (a), + we need to find f'(x) (using the Quotient Rule): + + \left(\frac{f}{g}\right)' \amp = \frac{f'\cdot g - f\cdot g'}{(g)^2} + f'(x) \amp = \frac{e^x(2x+e^x) - e^x(2+e^x)}{(2x+e^x)^2} + +

+ +

+ Note that we're using f differently in the second line than in the first one. + That's one reason we have to understand the Product Rule and Quotient Rule as more than just moving letters around: + we need to understand that in a certain place it's the derivative of the top, + not just the letter f'. +

+ +

+ For part (b), we'll fill in + (as always) + the point-slope equation of a line: + + y \amp = m(x-x_0)+y_0 + x_0 \amp = 0 \text{ given above } + y_0 \amp = f(0) + \amp = \frac{e^0}{0 + e^0} + \amp = 1 + m \amp = f'(0) + \amp = \frac{e^0(0+e^0) - e^0(2+e^0)}{(0 + e^0)^2} + \amp = \frac{1(1) - 1(3)}{1^2} + \amp = -2 + y \amp = -2(x-0)+1 + \amp = -2x+1 + +

+ +

+ They didn't ask us for it, but just for kicks, + here's a graph of f(x) and the tangent line, + just to show that we got it right: + +

+
+
+
+ diff --git a/ptx/section5-1.ptx b/ptx/section5-1.ptx new file mode 100644 index 0000000..f1baff3 --- /dev/null +++ b/ptx/section5-1.ptx @@ -0,0 +1,362 @@ + + +
+ Local Max and Mins + + +

+ Suppose c is in the domain of f: + +

    +
  • +

    + f has a +

    +
  • + +
  • +

    + f has a +

    +
  • +
+

+
+
+ + + +

+ The point (c,f(c)) is a + +

    +
  • +

    + f'(c) = 0 or +

    +
  • + +
  • +

    + f'(c) is undefined. +

    +
  • +
+

+ +

+ The x-value, c, + is a The y-value, f(c), is a +

+
+
+ + + Problem 5* + +
    +
  1. +

    + Sketch the graph of a function with two local maxima and one local minimum. +

    +
  2. + +
  3. +

    + Sketch the graph of a function that has two critical points. + One should be a local maximum and one should be neither a local maximum nor local minimum. +

    +
  4. +
+
+ +

+ There is no solution for this example: + we will discuss it as a group. +

+
+
+ + + Test +

+ [First Derivative Test] + Suppose c is a critical point of a continuous function f. + When + moving from left to right: + +

    +
  • +

    + If f'(x) changes from positive to negative at c, + then f has a local maximum at c. +

    +
  • + +
  • +

    + If f'(x) changes from negative to positive at c, + then f has a local minimum at c. +

    +
  • + +
  • +

    + If f'(x) does not change sign from at c, + then f does not have a local extremum at c. +

    +
  • +
+

+
+ + Test +

+ [Second Derivative Test] + Suppose c is a critical number for f and f'(c) = 0. + +

    +
  • +

    + If f''(c) \lt 0, + then f has a local minimum at c. +

    +
  • + +
  • +

    + If f''(c) > 0, then f has a + local maximum at c. +

    +
  • + +
  • +

    + If f''(c) = 0, then the Second Derivative Test tells us nothing. +

    +
  • +
+

+
+ + +

+ Find all local extrema of the function below, using the Second + Derivative Test: + + f(x)= \frac{2}{3}x^3 - 4x^2 - 42x + . +

+
+ +

+ Recall the main steps we need for the Second Derivative Test: + +

    +
  1. +

    + Find f'(x) +

    +
  2. + +
  3. +

    + Find critical numbers (when f'(x) = 0 or f'(x) DNE) +

    +
  4. + +
  5. +

    + Find f''(x). +

    +
  6. + +
  7. +

    + Plug the critical numbers into f''(x) to determine whether the critical number(s) are local extrema. +

    +
  8. +
+

+ +

+ We start by finding f'(x) and setting it equal to 0: + + f'(x) \amp = 2x^2 - 8x - 42 + 2x^2-8x-42 \amp =0 + 2(x^2-4x-21) \amp = 0 + 2(x-7)(x+3)\amp =0 + x \amp = 7, -3 + +

+ +

+ Now we find f''(x) and plug in these critical numbers: + + f''(x) \amp = 4x - 8 + f''(7) \amp = 4(7) - 8 > 0 \implies \text{ local min } + f''(-3) \amp = 4(-3)-8 \lt 0 \implies \text{ local max } + +

+ +

+ Finally, we find the critical points, + i.e.the y-values that + go along with each critical number. + We do this by plugging the + critical number back into f: + + f(-3) \amp = \frac{2}{3}(-3)^3 - 4(-3)^2 - 42(-3) = 72 + f(7) \amp = \cdots = \frac{-784}{3} \approx -261.333 + +

+ +

+ Thus the function has two critical points: + (-3, 72), which is a local maximum, + and (7,-784/3) which is a local minimum. +

+
+
+ + + +

+ Find and classify all the critical points of the function + + f(x) = 2x^5(2x-1)^4 + 7 + . +

+
+ +

+ We need to find the critical numbers by first finding f'(x). + This + one involves the Product Rule, + and the Chain Rule when we take the + derivative of the second part (the (2x-1)^4). + + f'(x) = 10x^4(2x-1)^4 + 2x^5\left(4(2x-1)^3(2)\right) + +

+ +

+ Now we set it equal to 0 and solve: + + f'(x) \amp = 0 + 10x^4(2x-1)^4 + 16x^5(2x-1)^3\amp = 0 + +

+ +

+ Note the common factors of 2, + x^4, and (2x-1)^3: + + 2x^4(2x-1)^3 \BigParens{5(2x-1) + 8x} \amp = 0 + 2x^4(2x-1)^3 \BigParens{10x-5+8x} \amp = 0 + 2x^4(2x-1)^3(18x-5)\amp = 0 + 2x^4 \amp = 0\text{ or } (2x-1)^3 =0 \text{ or } (18x-5) = 0 + x \amp = 0, 1/2, 5/18 + +

+ +

+ It would take a lot of work + (multiple Product Rules) + to find f''(x) to use the Second Derivative Test. + Thus the First Derivative Test might be better in this case. + So we want to find when f'(x) is negative and positive, + and when the derivative changes sign to find the local extrema (if any). +

+ +

+ So we look at f'(x) = 2x^4(2x-1)^3(18x-5) and we see that the only time f'(x) changes sign is when it equals zero, + which are the critical numbers: + x = 0, 5/18, and 1/2. + Note that 5/18 \approx 0.277778. +

+ +

+ To organize my work, I draw a number line with the critical numbers marked. + Then I calculate f'(x) on each side of each critical number. + Note that I don't calculate the actual value, + just whether the derivative is positive or negative. + This makes things much faster. + For example, we are looking at + f'(x) = 2x^4(2x-1)^3(18x-5) and wondering whether f'(x) is positive or negative to the left of 0 (for x \lt 0). + So I choose one value, say x = -1, + and plug it into f'(x). + Since it is factored, I look at whether each factor is positive or negative, + keeping in mind whether the powers are odd or even. + So for f'(-1) I get: + 2(+)(-)(-) = (+), and mark this on the number line. + We could have chosen a different value to plug in, + like x=-2, or x=-1/2, + or x=-10 and the net result would have been the same. + We need to pick three more values in the other parts of the number line. + Here are an easy three to use: + x=4/18, x=6/18, + and x=1 (I used something over 18 to make the factor (18x-5) easy to figure out). + Here's the finished result +

+ + ] (-4,0) -- (4,0); + \foreach \x/łin {-2/0, 0/{5/18}, 2/{1/2}} + \draw (\x,0.4) -- (\x,-0.6) node[below]{ \(ł\)}; + + \draw (0,0.5) node[above] { \(f'(x) = 2x^4(2x-1)^3(18x-5)\)}; + \draw (-4,0) node[above] { \(2(+)(-)(-) = (+)\)}; + \draw (-4,0) node[below] { \(f'(x) > 0\)}; + \draw(-4,-1) node { \(f \nearrow\)}; + + \draw (-1,0) node[above] { \(2(+)(-)(-)\)}; + \draw (-1,0) node[below] { \(f'(x) > 0\)}; + \draw(-1,-1) node { \(f \nearrow\)}; + + \draw (1,0) node[above] { \(2(+)(-)(+)\)}; + \draw (1,0) node[below] { \(f'(x) < 0\)}; + \draw(1,-1) node { \(f \searrow\)}; + + \draw (3,0) node[above] { \(2(+)(+)(+)\)}; + \draw (3,0) node[below] { \(f'(x) > 0\)}; + \draw(3,-1) node { \(f \nearrow\)};\end{tikzpicture}]]> + +

+ From the above information and the First Derivative Test, + we see that + there is a local maximum at + x = 5/18, and a local minimum at + x = 1/2, + and the critical point at x = 0 is not a local extremum. + But they asked for critical \text{ points } , so we have to figure out + the y-values of these points. + Go all the way back to the original + function f(x)=2x^5(2x-1)^4 + (not f'!) + and plug in the critical + numbers: + + f(x) \amp = 2x^5(2x-1)^4 + 7 + f(0) \amp = 7 + f(5/18) \amp = 2\left(\tfrac{5}{18}\right)^5 \BigParens{2\left(\tfrac{5}{18}\right) - 1}^4 + 7 + \amp = 2\frac{5^5}{18^5}\left(-\frac{4}{9}\right)^4 + 7 + \amp = \frac{3125(256)}{944784(6561)} + 7 + \amp \approx 7.000129 + f(1/2) \amp = 2\left(\tfrac{1}{2}\right)^5\BigParens{2(\tfrac{1}{2}) - 1}^4 + 7 + \amp = \frac{1}{16}(0) + 7 = 7 + +

+ +

+ Finally, we can summarize our answer + + (0, 7): \amp \text{ not a local extremum } + (5/18, 7.000129):\amp \text{ local maximum } + (1/2, 7):\amp \; \text{ local minimum } + +

+
+
+
+ diff --git a/ptx/section5-2.ptx b/ptx/section5-2.ptx new file mode 100644 index 0000000..e8a2d9b --- /dev/null +++ b/ptx/section5-2.ptx @@ -0,0 +1,310 @@ + + +
+ Inflection points + + +

+ An graph of f(x) where the concavity changes. +

+ +

+ An inflection point is where f''(x) changes from positive to negative, + or from negative to positive. +

+
+
+ + + +

+ Find all critical points and inflection points of the function + + f(x) = x^3 - 12x + 8 + . +

+ +

+ Identify each critical point as a local max, local min, + or neither. +

+
+ +

+ We start by taking the derivative and setting it equal to 0: + + f' (x) \amp = 3x^2-12 + 3x^2-12 \amp = 0 + 3(x^2-4) \amp = 0 + 3(x+2)(x-2) \amp = 0 + x= -2, 2 + +

+ +

+ Our critical numbers are -2 and 2. + We'll test these with the + second derivative test: + + f''(x) \amp = 6x + f''(-2) \amp = -12 \Rightarrow f'' \text{ is } -, f\text{ is C.D., graph is + + + + } + f''(2) \amp = 12 \Rightarrow f'' \text{ is } +, f\text{ is C.U., graph is \GenericConcaveUp } + +

+ +

+ Therefore we can identify the behavior at each critical number + + x \amp = -2 \text{ local max } + x \amp = 2 \text{ local min } + +

+ +

+ Now we find the inflection points. + We start by setting the second + derivative equal to 0: + + f''(x) \amp = 0 + 6x \amp = 0 + x \amp = 6 + +

+ +

+ It's easy to see that f''(x) = 6x is negative to the left of x=0 + (just plug any negative number into 6x) + and it's positive to the right of x=0. + Thus, x=0 is the location of an inflection point. +

+ +

+ Finally, we calculate the y-values at the critical points and the + inflection point. + We do this by plugging back into the original f + (not f' or f''!). + + f(x) \amp = x^3-12x+8 + f(-2) \amp = 24 + f(0) \amp = 8 + f(2) \amp = -8 + +

+
+
+ + + +

+ Find all inflection points of each of the functions below + + f(x) = x^9 \text{ and } g(x) = x^6 + +

+
+ +

+ We start by finding where the second derivative of each of these is + 0, and then look at whether the second derivative is positive or + negative on either side of these numbers. + + f'(x) \amp = 9x^8 + f''(x) \amp = 72x^7 + 72 x^7 \amp = 0 + x\amp = 0 + +

+ +

+ Now we look to the left and the right of 0. + For instance, is + f''(x) positive or negative when we look at x=-1? + + f''(-1) \amp = - \Rightarrow f \text{ is C.D. } + f''(1) \amp = + \Rightarrow f \text{ is C.U. } + +

+ +

+ In other words, + f changes from C.D. to C.U. at x=0, so x=0 is + the location of an inflection point. + + g'(x) \amp = 6x^5 + g''(x) \amp = 30x^4 + 30 x^4 \amp = 0 + x\amp = 0 + +

+ +

+ Now we look to the left and the right of 0. + For instance, is + g''(x) positive or negative when we look at x=-1? + + g''(-1) \amp = + \Rightarrow g \text{ is C.U. } + g''(1) \amp = + \Rightarrow g \text{ is C.U. } + +

+ +

+ In other words, g does not + change concavity at x=0, + so x=0 is not the location of an inflection point. +

+
+
+ + + Problem <hash />26 + +

+ Sketch a possible graph of y = f(x), + using the given information about the derivatives y' = f'(x) and + y'' = f''(x). (Assume that the function is defined and continuous for all real x.) +

+ + 0 & & & y'>0 & & & y'<0 & \ + & & & & & & & & \ + & & x_1 & & x_2 & & x_3 & & \ + & & y'' = 0 & & y''=0 & & & & \ + & y'' < 0 & & y''>0 & & & y''<0 & & \ + & & & & & & & & \ + }; + \begin{scope}[<->,thick] + \draw (DerivGrid-3-1.west) -- (DerivGrid-3-9.east); + \draw (DerivGrid-7-1.west) -- (DerivGrid-7-9.east); + \end{scope} + \begin{scope}[densely dotted] + \draw (DerivGrid-1-3.south) -- (DerivGrid-4-3.north) + (DerivGrid-4-3.south) -- (DerivGrid-5-3.north) + (DerivGrid-5-3.south) -- (DerivGrid-7-3.south); + \draw (DerivGrid-2-5.south) -- (DerivGrid-4-5.north) + (DerivGrid-4-5.south) -- (DerivGrid-5-5.north) + (DerivGrid-5-5.south) -- (DerivGrid-7-5.south); + \draw (DerivGrid-1-7.south) -- (DerivGrid-4-7.north) + (DerivGrid-4-7.south) -- (DerivGrid-6-7.north) + (DerivGrid-6-7.south) -- (DerivGrid-7-7.south); + \end{scope}\end{tikzpicture}]]> + +
+ +

+ From the information in the chart, + we see that y'=0 at x_1 and x_3. + This means that x_1 and x_3 are critical numbers. +

+ +

+ Can we say if these points are local max or mins? + Yes. + We have that y' is positive on both sides of x_1, + and y' changes from positive to negative at x_3. + We can summarize this info in a picture +

+ + + +

+ This makes it easy to see that x_1 is neither a max nor a min, but, + on the other hand, x_3 is a local max. +

+ +

+ From the information in the chart, + we see that y''=0 at x_1 and x_2. + This means that x_1 and x_3 are possible locations of inflection points. +

+ +

+ Can we say if inflection points really occur here? + Yes. + We have that y'' changes from negative to positive at x_1, + and changes back to negative again at x_2. + We can summarize this info in a picture +

+ + + +

+ This makes it easy to see that x_1 and x_2 are both locations of inflection points. + Here's a sketch of the shape that f must have (I only claim this is the shape: + the y-values could be positive or negative, + the whole picture could be stretched in one direction, + or compressed, etc.) +

+ + + +
+
+ + + +

+ Graph a function with the given properties. + +

    +
  1. +

    + Has local minimum and global minimum at x = 3 but no local or global maximum. +

    +
  2. + +
  3. +

    + Has local minimum at x = 3, + local maximum at x = 8, + but no global maximum or minimum. +

    +
  4. + +
  5. +

    + Has no local or global maxima or minima. +

    +
  6. + +
  7. +

    + Has local and global minimum at x = 3, + local and global maximum at x = 8. +

    +
  8. +
+

+
+ +

+ Discussion opportunity. +

+
+
+
+ diff --git a/ptx/section5-3.ptx b/ptx/section5-3.ptx new file mode 100644 index 0000000..889c132 --- /dev/null +++ b/ptx/section5-3.ptx @@ -0,0 +1,135 @@ + + +
+ Global max and min + + Test +

+ [Global Max/Min Test] + To find the global max and global min of f(x) on an interval: + +

    +
  1. +

    + Find the critical numbers +

    +
  2. + +
  3. +

    + Compare the values for f(x) at the critical numbers and at the ends of the interval. +

    +
  4. +
+

+ +

+ Values for f(x) + means you plug the critical numbers and ends of the interval into f(x) and calculate the result. +

+
+ + +

+ For the function + + f(x) = x^5 - 2x^4, -1 \le x \le 2 + + identify any global maxima and minima of f in the given interval. +

+
+ +

+ We start, as always, by finding the critical numbers. + In other words, + we take the derivative and set it equal to 0. +

+ +

+ For f(x) = f(x) = x^5 - 2x^4, + + f'(x) \amp = 5x^4-8x^3 + 5x^4-8x^3 \amp = 0 + x^3(5x-8) \amp = 0 + x \amp = 0, x = \frac{8}{5} + +

+ +

+ Now it's rather easy to finish: + we plug these critical numbers back + into f + (not f'!), + and do the same thing with the end points, + x=-1 and x=2, and simply look at which produces the largest + y-value and which produces the smallest y-value: + + f(0) \amp = 0, + f(8/5) \amp = (8/5)^5 - 2(8/5)^4 + \amp = \frac{32768}{3125} - \frac{2(4096)}{625} + \amp = \frac{-8192}{3125} + \amp \approx -2.62144 + f(-1) \amp = -1-2 + \amp = -3 + f(2) \amp = 32 - 32 + \amp = 0 + +

+ +

+ Now, simply look at the y-values: + 0, -2.62, + -3 and 0 again, + and identify the largest and smallest. +

+ +

+ We can summarize our findings: + + (0,0) \text{ and } (2,0) :\amp \text{ Global Max } + (-3, -2.62): \amp \text{ Global Min } + +

+
+
+ + + +

+ The energy expended by a bird per day, + E, depends on the time + spent foraging for food per day, F hours. + Foraging for a shorter + time requires better territory, + which then requires more energy for + its defense. + Find the foraging time that minimizes energy + expenditure if + + E = 0.25F + \frac{1.7}{F^2} + +

+
+ +

+ To find the minimum value of E, we do what we always do: + take the derivative and set it equal to 0: + + \deriv{E}{F} \amp = 0.25 - \frac{2(1.7)}{F^3} + 0.25 - \frac{3.4}{F^3} \amp = 0 + F^3 \amp = \frac{2(1.7)}{0.25} + F \amp = \left(\frac{3.4}{0.25}\right)^{1/3} + \amp \approx 2.3870 + +

+ +

+ Looking at the second derivative, + we see it is always positive, + so a foraging time of F \approx 2.387 hours gives a local minimum. + This is the global minimum for F > 0 (graph it to verify). +

+
+
+
+ diff --git a/ptx/section5-4.ptx b/ptx/section5-4.ptx new file mode 100644 index 0000000..87365d6 --- /dev/null +++ b/ptx/section5-4.ptx @@ -0,0 +1,419 @@ + + +
+ Optimizing Cost and Revenue + + Class Discussion +

+ Suppose you're looking at a demand curve. + What does the point on the curve where p=0 mean? + What does the point where q=0 mean? +

+
+ + +

+ Let C(q) be the total cost of producing a quantity q of a + certain product. + See Figure below (Figure 4.52 in the text). + +

    +
  1. +

    + What is the meaning of C(0)? +

    +
  2. + +
  3. +

    + Describe in words how the marginal cost changes as the quantity produced increases. +

    +
  4. + +
  5. +

    + Explain the concavity of the graph (in terms of economics). +

    +
  6. + +
  7. +

    + Explain the economic significance + (in terms of marginal cost) + of the point at which the concavity changes. +

    +
  8. + +
  9. +

    + Do you expect the graph of C(q) to look like this for all types of products? +

    +
  10. +
+

+ +

+ +

+
+ +

+

    +
  1. +

    + C(0) is the amount of the fixed costs before production. + This would include costs of initial investments such as the building(s), + equipment, + etc. needed to begin production. +

    +
  2. + +
  3. +

    + The marginal cost decreases slowly, + and then increases as quantity produced (q) increases. +

    +
  4. + +
  5. +

    + Concave down implies decreasing marginal cost, + while concave up implies increasing marginal cost. +

    +
  6. + +
  7. +

    + Since the concavity of the graph is determined by C''(q) = MC'(q), + when the graph is concave up, + that means C''(q) = MC'(q) is positive. + Thus marginal cost (MC) is increasing when cost is concave up, + and likewise marginal cost is decreasing when cost is concave down. + From this we get an inflection point on the graph of cost will be when marginal cost changes from increasing to decreasing, + or from decreasing to increasing. + Thus an inflection point of the cost function is a point where marginal cost has a local or global extremum. +

    +
  8. + +
  9. +

    + Because of volume pricing of supplies, + etc., there are production levels in which the additional cost to produce more items + (marginal cost) + would decrease. + But at some point, + one would have to pay workers overtime, hire more workers, + rent more storage space, + add more delivery trucks, etc. + Thus at some point the additional cost to produce more + (marginal cost) + will go up. +

    +
  10. +
+

+
+
+ + + +

+ A demand function is p = 400-2q, + where q is the quantity of the + good sold for price \dollarp. + +

    +
  1. +

    + Find an expression for the total revenue R, + in terms of q. +

    +
  2. + +
  3. +

    + Find the marginal revenue, + MR, in terms of q. + Calculate the marginal revenue when q=10. +

    +
  4. + +
  5. +

    + Compare with the change in total revenue when production changes from q=10 to q=11 using the revenue function to the approximation in change in revenue using MR. +

    +
  6. +
+

+
+ +

+ Before we start, make sure you understand the basic formula + p=400-2q. + This means that we can plug in something like q=100 + and get the price, p(100). + Sometimes we do demand problems the + other way around, so always stop and double check. + +

    +
  1. +

    + + R(q) \amp = (\text{ price } )(\#\text{ sold } ) + \amp = [p(q)][q] + \amp = (400-2q)(q) + \amp = 400q-2q^2 + +

    +
  2. + +
  3. +

    + + MR \amp = R'(q) + \amp = 400 - 4q + MR(10) \amp = 400+4(10) + \amp = 360 + +

    +
  4. + +
  5. +

    + + \Delta R \amp = R(11) - R(10) + \amp = 400(11)-2(11^2) - \BigParens{400(10)-2(10^2)} + \amp = 4158 - 3800 + \amp = 358 + + The point of part (c) is that 358 is really close to 360, but it's + actually much easier to calculate the 360. + So, rather than calculate + marginal revenue by plugging in two values of q that are next to + each other, and subtracting, + we should use the derivative. +

    +
  6. +
+

+
+
+ + + +

+ The demand equation for a product is p = 295 - 0.2q. + Write the revenue as a function of q and find the quantity that maximizes revenue. + What price corresponds to this quantity? + What is the total revenue at this price? +

+
+ +

+ We start by finding R(q). + + R(q) \amp = (\text{ price } )(\#\text{ sold } ) + \amp = [p(q)][q] + \amp = (295 -0.2q)(q) + \amp = 259q-0.2q^2 + +

+ +

+ Now, as always, + we take the derivative and set it equal to 0 + + R'(q) \amp = 295 - 0.4 q + 295 - 0.4 q \amp = 0 + q \amp = \frac{295}{0.4} + \amp = 737.5 + +

+ +

+ This is a critical number. + To verify that it's a maximum, + note that the original function + R(q) = 295q-0.2q^2 is a parabola that opens downwards. + Thus, the only critical point that it has is a maximum. (You can also pretty easily double check that the second derivative is negative, + so again, it's a maximum.) +

+ +

+ To find the price that corresponds to this quantity we use the + original function for p: + + p \amp = 295 - 0.2 q + p(737.5) \amp = 295 - 0.2(737.5) + \amp = \dollar 147.5 + +

+ +

+ Finally, we'll get the revenue that we expect at this quantity. + We + can calculate it in the simplest possible way: we've got 737.5 + things, and each of them sells at a price of \dollar147.5, + for a total of + + 737.5\times \dollar147.5 = \dollar108,781.25 + +

+ +

+ We could also plug 737.5 directly into the formula for R(q): + + R(737.5) = 295(737.5) - 0.2 (737.5)^2 = 108,781.25 + +

+
+
+ + + +
    +
  1. +

    + Production of an item has fixed costs of + \dollar9,500 and variable costs of \dollar175 per item. + Express the cost, C, of producing q items. +

    +
  2. + +
  3. +

    + The relationship between price, + p, and quantity, q, demanded is linear. + Market research shows that 10,500 items are sold when the price is + \dollar280 and 13,000 items are sold when the price is \dollar250. + Express p as a function of price q. +

    +
  4. + +
  5. +

    + Find the profit function P(q). +

    +
  6. + +
  7. +

    + How many items should the company produce to maximize profit? (Give your answer to the nearest integer.) What is the profit at that production level? + What is the price charged at that production level? +

    +
  8. +
+
+ +

+

    +
  1. +

    + C(q) = 9500+175q +

    +
  2. + +
  3. +

    + Be very carefully! + Some problems, many, use q as a function + of p. + But we are doing it the other way this time, we want p= + stuff involving q. + + We solve this problem the same we solve every similar linear + problem: use 2 points on the line: + (10500,280) and (13000,250) + so we can calculate m, + and plug into the point-slope formula: + + p-p_0 \amp = m(q-q_0) + \text{ or } p \amp = m(q-q_0)+p_0 + + We can let q_0=10500, + and p_0=280, and so all we have to do is + calculate m: + + m \amp = \frac{280-250}{10500-13000} = \frac{30}{-2500} = -\frac{3}{250} + p \amp = -\frac{3}{250}(q-10500) +280 + \amp = -\frac{3}{250}q + 126 + 280 + \amp = -\frac{3}{250}q + 406 + +

    +
  4. + +
  5. +

    + As always, + R(q) = \text{ price } \times \text{ quantity }: + + R(q) \amp = p\times q + R(q) \amp = \left(-\frac{3}{250}q + 406\right)q + R(q) \amp = -\frac{3}{250}q^2 + 406 q + P(q) \amp = R(q) - C(q) + \amp = -\frac{3}{250}q^2 + 406q - (9500+175q) + \amp = -\frac{3}{250}q^2+231q - 9500 + + Finding the maximum of profit can be done in two different ways: + Finding the critical point of P or by setting MR = MC. + Let's try + MR=MC (recall that MC, the marginal cost, + was given in the very + first line of the problem): + + MR \amp = MC + -\frac{6}{250}q + 406 \amp = 175 + -\frac{6}{250}q + 406 \amp = 175 + \frac{6}{250}q \amp = 231 + q \amp = 231(250/6) + \amp = 9625 + + Since P is a parabola opening downwards, + we know this critical point + is the vertex and a maximum. + To find the actual profit, we should + plug q=9625 into P to get P(9625) = 1102187.5 and to find the + actual price we should use our formula in part b to get + p(9625) = \dollar290.5. + Now we can summarize everything we've found + + \text{ Maximum profit: } \amp \ \dollar1,102,187.5 + \text{ price: } \amp \ \dollar290.5 + \text{ quantity: } \amp \ 9625 + +

    +
  6. +
+

+
+
+ + + +

+ Suppose you are making something, say T-shirts, + and you want to model how much revenue you'll bring in. + You know the demand curve of your T-shirts, + i.e. how many T-shirts you'll sell at a given price. + You can write the demand curve in two ways, q=Q(p), + i.e. quantity sold depends on the price you set, or p=P(q), + i.e. the price you set should depend on how many you want to sell. +

+ +

+ Which do you think makes more sense: + use q=Q(p) and write R as a function p, + so R(p)= p\times Q(p), + or use p=P(q) and write R as a function of q, + so R(q) = P(q)\times q? +

+
+ +

+ There is no solution here: + it's an(other) opportunity to discuss something! +

+
+
+
+ diff --git a/ptx/section5-5.ptx b/ptx/section5-5.ptx new file mode 100644 index 0000000..6ee767b --- /dev/null +++ b/ptx/section5-5.ptx @@ -0,0 +1,291 @@ + + +
+ Average Cost + + Problem 2 + +

+ Figure 4.63 shows cost with q = 10,000 marked. + +

    +
  1. +

    + Find the average cost when the production level is 10,000 units and interpret it. +

    +
  2. + +
  3. +

    + Represent your answer to part (a) graphically. +

    +
  4. + +
  5. +

    + At approximately what production level is average cost minimized? +

    +
  6. +
+

+ +

+ +

+
+ +

+

    +
  1. +

    + + \text{ average cost } \amp = a(q) = \frac{C(q)}{q} + \amp = \frac{C(10000)}{10000} + \amp \approx \frac{16000}{10000} + \amp = \dollar1.60 \text{ per unit } + +

    +
  2. + +
  3. +

    + Conceptually, our answer to part (a) can be viewed as the slope + of a line through (0,0) and (10000,16000) + + m= \frac{16000-0}{10000-0} + + So we can picture this slope by adding a line to the above figure: + + + +

    +
  4. + +
  5. +

    + To minimize the average cost, + we would look at different lines from the origin to points on the curve, + and we would ask: Out of all such lines, + which one has the smallest possible slope? + Here I've drawn 4 of them, just to illustrate: + The last one, + that goes to something like q=18,000, + is the least steep of all the lines we've added. + In fact, it's the least steep one we can add. + So that's about where the minimum of average cost occurs. + This is really important: + notice at the point + (q,C) = (18000, 20500) we have that the red line, + which represents the average cost, + is tangent to C(q), the total cost. + Thus, + at this point, the average cost equals the marginal cost. + We'll return to this in a later example. +

    +
  6. +
+

+
+
+ + + +

+ The cost function is C(q) = 1000 + 20q. + Find the marginal cost to produce the 200th unit and the average cost of producing 200 units. +

+
+ +

+ The marginal cost is simply the derivative + + MC(q) = C'(q) = 20 + +

+ +

+ In other words, + marginal cost is constant, and so MC(200)=20. +

+ +

+ The average cost C(200)/200: + + a(100) = \frac{C(200)}{200} = \frac{1000+20(200)}{200} = 25 + +

+ +

+ In other words, + the added cost of making one additional unit is about 20, + but on average the items have cost 25 each. +

+
+
+ + + Problem 9 + +

+ The average cost per item to produce q items is given by + + a(q) = 0.01q^2 - 0.6q + 13, \text{ for } q > 0 + . +

    +
  1. +

    + What is the total cost, C(q), + of producing q goods? +

    +
  2. + +
  3. +

    + What is the minimum marginal cost? + What is the practical interpretation of this result? +

    +
  4. + +
  5. +

    + At what production level is the average cost a minimum? + What is the lowest average cost? +

    +
  6. + +
  7. +

    + Compute the marginal cost at q = 30. + How does this relate to your answer to part (c)? + Explain this relationship both analytically and in words. +

    +
  8. +
+

+
+ +

+

    +
  1. +

    + Since a(q)= \frac{C(q)}{q} we can turn this around and say + C(q) = a(q)\times q. + This gives + + C(q) = 0.01q^3 - 0.6q^2 + 13q + +

    +
  2. + +
  3. +

    + There are two derivatives here: + MC equals the derivative of + C(q), + but to minimize MC we should take the derivative of MC + and set this equal to 0: + + MC \amp = 0.03q^2 - 1.2q + 13 + MC' \amp = 0.06q-1.2 + 0.06q-1.2 \amp = 0 + q \amp = 1.2/0.06 + \amp = 20 + + Since MC is a parabola opening upward, we know that its only + critical point is a minimum. + To find out what this minimum is, we + plug q = 20 into the formula for MC (we plug it into MC because + that is the function we are finding the minimum of). + We get + MC(20) = 1 and so + + \text{ Global Minimum: } MC= \dollar1\text{ when } q=20 + + On a practical level, it means that when we make 20 items, we are + operating at peak efficiency in the sense that each additional item + only has an added cost of 1 per item. +

    +
  4. + +
  5. +

    + We will learn in this problem that there are two ways to + minimize average cost: + find a critical point of a(q) directly, or + compare a(q) to MC(q) (we did this earlier on graphs). + + Here's how it looks to find the critical point of a(q) directly: + + a(q) \amp = 0.01q^2 - 0.6q + 13 + a'(q) \amp = 0.02q - 0.6 + 0.02q - 0.6 \amp = 0 + q \amp = \frac{0.6}{0.02} = 30 + + Because a(q) is a parabola opening upward, + this critical point is + a minimum. + + The average cost at this point is + + a(30) = 0.01(30^2)-0.6(30)+13 = \dollar4 \text{ per item } + +

    +
  6. + +
  7. +

    + We simply plug in q=30 to our formula above for MC + + MC(30) = 0.03(30^2) -1.2(30)+13 = \dollar4 \text{ per item } + + This is the same as our answer to part (c). + We saw in an earlier + example, using graphs, + that average cost should be minimized when + MC = a(q), and that's the same thing we found just now. + Here's the + analytical reason. + What that means is that we will take the + derivative of a(q), + and set this equal to 0, + using only general + formulas: + + a(q) \amp = \frac{C(q)}{q} + a'(q) \amp = \frac{C'(q) \times q - C(q)\times 1}{q^2} + \frac{qC'(q) - C(q)}{q^2} \amp = 0 + qC'(q) - C(q) \amp = 0 + qC'(q) \amp = C(q) + C'(q) \amp = \frac{C(q)}{q} + MC \amp = a(q) + + This gives us the following very useful fact + \fbox{average cost has a critical point when + MC(q) = a(q)} + This should make sense on a practical level as well, + using only words + that someone could understand without calculus. + Say you want to + minimize average cost (which you usually do). + If at some production + level, + each item you make costs more than your average, then you + should cut back, because you're just increasing the average cost. + On + the other hand, + if at some production level, each item you make costs + less than your average, + then you should make more, because you're + lowering your average cost. + When should you stay put, at the current + production level? + When each item costs the same as the average cost. +

    +
  8. +
+

+
+
+
+ diff --git a/ptx/section5-6.ptx b/ptx/section5-6.ptx new file mode 100644 index 0000000..7dc66a3 --- /dev/null +++ b/ptx/section5-6.ptx @@ -0,0 +1,296 @@ + + +
+ Elasticity of Demand + + +

+ {4.6 Formulas for Elasticity} + Let q be the quantity of some product demanded (bought) when the + price is p (so q is a function of p). + \begin{itemize} + \item + + E = \left| \sfrac{p}{q}\cdot \deriv qp\right| + +

+ +

+ \item E approximated by + + E\approx \left| \frac{\Delta q/q}{\Delta p/p}\right| + +

+ +

+ \item E interpreted as: + percentage change in demand, compared to + percentage change in price. + \item predicting percentage change in demand: + + \sfrac{\Delta q}{q} \approx -E\sfrac{\Delta p}{p} + +

+ +

+ \item E>1 means E\lt 1 means +

+
+
+ + + +

+ The elasticity of the demand for eggs is 0.43 and the elasticity + of fresh tomatoes is 2.22. + What is the effect on the quantity + demanded of both eggs and tomatoes of + +

    +
  1. +

    + a 10\% increase in price? +

    +
  2. + +
  3. +

    + a 15\% decrease in price? +

    +
  4. +
+

+
+ +
    +
  1. +

    + With 10\% increase in price, we expect for eggs: + + \frac{\Delta q}{q} \approx -E\; \frac{\Delta p}{p} = -0.43(0.10) = + -0.043 + + For tomatoes: + + \frac{\Delta q}{q} \approx -E\; \frac{\Delta p}{p} = -2.22(0.10) = + -0.222 + + Thus with a 10\% increase in price, + we can expect about 4.3\% + decrease in demand for eggs, + and about 22.2\% decrease in demand + for fresh tomatoes. +

    +
  2. + +
  3. +

    + With With 15\% decrease in price, we expect for eggs: + + \frac{\Delta q}{q} \approx -E\; \frac{\Delta p}{p} = -0.43(-0.15) + = 0.0645 + + For tomatoes: + + \frac{\Delta q}{q} \approx -E\; \frac{\Delta p}{p} = -2.22(-0.15) + = 0.333 + + Thus with a 15\% decrease in price, + we can expect about 6.45\% + increase in demand for eggs, + and about 33.3\% increase in demand + for fresh tomatoes. +

    +
  4. +
+ +

+ By comparing the effect change in prices are on eggs (E \lt 1) and tomatoes (E > 1), + we can see how eggs have inelastic demand + while fresh tomatoes have elastic demand. +

+
+
+ + + +

+ In Fall 2013, the undergraduate enrollment at Loyola University + Maryland was 3875 and the tuition was \dollar41850 per year + (information taken from the 20132014 Loyola Catalogue). + The + elasticity of demand for a 4 year college is 0.10 (according to + \url{http://centerforcollegeaffordability.org/archives/1336}). + +

    +
  1. +

    + Will a 5\% increase in tuition cause total revenue to go up or go down? +

    +
  2. + +
  3. +

    + Can you find a way to predict this answer without repeating all the calculations? +

    +
  4. +
+

+
+ +

+

    +
  1. +

    + Since the elasticity is 0.10, + a 5\% increase in tuition + should cause a 0.1(0.05) decrease in attendance. + Thus, the + attendance is predicted to be + + 3875(1 - 0.005) \approx 3856 + . + Compare old and new revenues: + + R \amp = pq + \text{ old: } R_1 \amp = (41850)(3875) = \dollar162,168,750 + \text{ new: } R_2 \amp = (41850*1.05)(3856) = \dollar169,442,280 + + So the revenue increase in tuition would cause total revenue to go + up (by \dollar7,273,530) +

    +
  2. + +
  3. +

    + We can realize percent change in R = pq: + + \%\text{ change in } R + \amp = \frac{\Delta R}{R} + \amp = \frac{ (\Delta p)q + p(\Delta q)}{p\cdot q} + \amp = \frac{ (\Delta p)q}{p\cdot q} + \frac{p(\Delta q)}{p\cdot q} + \amp = \frac{\Delta p}{q} + \frac{\Delta q}{q} + \amp = \frac{\Delta p}{p} - E\frac{\Delta p}{p} + \amp = (1-E)\frac{\Delta p}{p} + \amp = (1-E)(\% \text{ change in } p) + + So for this problem, we have E = 0.1 and percent change in price + is 0.05: + + \%\text{ change in } R = (0.9)(0.05) = 0.045 + + Thus we can expect revenue to increase by about 4.5\%. + + From part (a), + \dfrac{7,273,530}{162,168,750} \approx 0.04485 or + about 4.49\%. +

    +
  4. +
+

+
+
+ + + Test +

+ {4.6 Critical Points in Elasticity} + In general, + the elasticity determines whether R is an increasing + function of p or not: + + \begin{aligned}\text{ If } E \amp \lt 1 \text{ then increasing \(p\) will increase \(R\) } \\ + \text{ If } E \amp > 1 \text{ then increasing \(p\) will decrease \(R\) } \\ + \text{ If } E \amp = 1 \text{ then \(R\) is at a critical point. } + \end{aligned} + +

+
+ + +

+ The demand function of Loyola T-shirts is q = 1500 - 125p. + +

    +
  1. +

    + Find R when p = \dollar5. +

    +
  2. + +
  3. +

    + Find E when p = \dollar5. +

    +
  4. + +
  5. +

    + When p = \dollar5, + find out if R is increasing or decreasing (i.e. will increasing p make R increase or decrease?). + Do the problem in two different ways: + by using the Elasticity, + and by finding R as a function of p and using the derivative. +

    +
  6. +
+

+
+ +

+

    +
  1. +

    + Never forget, revenue equals the the number of things you + sell, times how much you sell each one for: + + R \amp = pq + \amp =5\BigParens{1500{-}125(5)} + \amp = 5(875) + \amp = \dollar4375 + +

    +
  2. + +
  3. +

    + + E \amp = \abs{ \frac{p}{q}\cdot \deriv{q}{p} } + \amp = \abs{ \frac{5}{875} (-125) } + \amp \approx 0.714286 + +

    +
  4. + +
  5. +

    + There's a general rule for how E will tell us about R: If + demand for a quantity is inelastic, + then revenue will increase + with price: + + E \lt 1 \implies R \nearrow + + where R\nearrow + means that if p increases, then so does + R. + + We should be able to verify this directly using our formula for + R: Using R and its derivative: + + R(p) \amp = p(1500-125p) + \amp = 1500p-125p^2 + \deriv{R}{p} \amp = 1500-250p + \deriv{R}{p}\eval_{p=5} \amp = 1500-250(5) + \amp = 250 + + Since the rate of change of R with respect to p is positive, + R will increase. +

    +
  6. +
+

+
+
+
+ diff --git a/ptx/section6-1.ptx b/ptx/section6-1.ptx new file mode 100644 index 0000000..fb18a94 --- /dev/null +++ b/ptx/section6-1.ptx @@ -0,0 +1,217 @@ + + +
+ Distance and Accumulated Change + + +

+ The odometer on our car is broken, + but we really need an estimate of how far we're driving. + The speedometer readings are shown below; + use them to estimate the distance traveled over the first 30 minutes. + Find a lower estimate and an upper estimate. +

+ + + + + + + + + + Time (min) + 0 + 10 + 20 + 30 + + + + + + + + + + Velocity (mi/h) + 17 + 32 + 35 + 37 + + + + + + + + + +
+ +

+ To find the lower estimate, we look at each 10 minute interval, and + choose the lowest velocity that we see. + For example, from t=0 to + t=10 the lowest velocity is 17 mi/h. + Note that there's one last + trick here: we need to convert units. + A 10 minute interval is 10/60 + of an hour, so, + from t=0 to t=10, our lower estimate for + distance traveled would be 17\cdot 10/60. + In a similar way, we + get the following numbers in each interval: + + \text{ lower estimate: } \ \amp = 17\cdot 10/60 + 32\cdot 10/60 + 35\cdot 10/60 + \amp = (170+320+350)/60 + \amp = (490+350=840)/60 + \amp = 14 + +

+ +

+ To get our upper estimate, we repeat most of the above steps, but in + each 10 minute interval we use the highest velocity that we see. + We + get the following numbers in each interval: + + \text{ upper estimate: } \ \amp =32\cdot 10/60 + 35\cdot 10/60 + 37\cdot 10/60 + \amp = (320+350+370)/60 + \amp = (670+370)/60 + \amp =1040/60 + \amp \approx 17.333 + +

+
+
+ + + +

+ The figure below shows the velocity, + v, of an object (in meters/sec). + Estimate the total distance the object traveled between t=0 and t=6. +

+
+ +

+ Let's start by focusing on the main idea here: + area below this curve = total distance traveled. + So, what we are really + going to find is the area under the curve. + We haven't been told to use a particular method to estimate this area, + so we'll decide on our own how to go, + and we'll split it up into rectangles and triangles, as shown +

+ + + +

+ Now we simply estimate the heights of each rectangle and triangle + using the numbers on the grid, + and guessing when it's between two + numbers. + I won't spend time worring about exactly how well you read + the graph, but here are the numbers I found: + + \text{ area } \amp = \foreach \i in {1,...,10} {A_{\i} +} A_{11} + \amp = \frac 12 (1)(13) + 13 + \frac 72 + 20 + \frac 52 + 25 + \frac 52 + 30 + 2 + 34 +2 + \amp \approx 141 + +

+
+
+ + + +

+ The velocity of a vehicle on a track is given by v(t) = \unitfrac[9t]{m}{s}. + Find the exact distance traveled by this vehicle from t = 2 to t = 10 seconds. +

+
+ +

+ The main idea here is to turn this back into area: + + \text{ distance } \amp = \text{ changing velocity } \times \text{ time } + \amp = \text{ changing height of \(9t\) graph } \times \text{ width along graph } + \amp = \text{ area under ``curve'' } + +

+ +

+ So, let's draw this graph, + and then calculate the distance under it (more precisely, + between the graph and the horizontal axis, + and between t=2 and t=10) +

+ + ,thick] (0,0) -- (12,0); + \draw[->,thick] (0,0) -- (0,92); + \draw[dashed] (0,0) -- (2,18); + \draw (2,18) -- node[midway,above left]{\(y=v(t)\)} (10,90)--++(1,9); + \foreach\x in {2,10} \xtickmark{\x}; + \foreach\y in {18,90} \ytickmark{\y}; + \draw[fill=gray!20!white] (2,0) -- ++ (8,0) -- ++ (0,90) -- (2,18) -- cycle;\end{tikzpicture}]]> + +

+ Maybe you know the area formula for a trapezoid, but if not, + it's easy to break this shape up into a rectangle and a triangle: +

+ + ,thick] (0,0) -- (12,0); + \draw[->,thick] (0,0) -- (0,92); + \draw[dashed] (0,0) -- (2,18); + \draw (2,18) -- node[midway,above left]{\(y=v(t)\)} (10,90); + \foreach\x in {2,10} \xtickmark{\x}; + \foreach\y in {18,90} \ytickmark{\y}; + \begin{scope}[thick,blue] + \draw (2,0) node[above right]{\(A_1\)} -- ++ (8,0) -- ++ (0,18) -- ++ (-8,0) -- cycle; + \draw (2,18) node[above right=15pt]{\(A_2\)} -- ++ (8,0) -- ++ (0,72) -- cycle; + \end{scope} + \begin{scope}[red] + \draw[decorate,decoration={brace,amplitude=10pt,raise=5pt,mirror}] + (2,0) + -- node[midway,below=14pt]{\(8\)} (10,0); + \draw[decorate,decoration={brace,amplitude=5pt,raise=5pt,mirror}] + (10,0) + -- node[midway,right=12pt]{\(18\)}(10,18); + \draw[decorate,decoration={brace,amplitude=10pt,raise=5pt,mirror}] + (10,18) + -- node[midway,right=12pt]{\(72\)}(10,90); + \end{scope}\end{tikzpicture}]]> + +

+ Now we can finish our calculation: + + \text{ distance } \amp = \text{ area } + \amp = A_1 + A_2 + \amp = 8(18) + \frac 12 (8)(72) + \amp = 432 + +

+
+
+
+ diff --git a/ptx/section6-2.ptx b/ptx/section6-2.ptx new file mode 100644 index 0000000..78752c5 --- /dev/null +++ b/ptx/section6-2.ptx @@ -0,0 +1,196 @@ + + +
+ The Definite Integral + + +

+ Using the graph of f(t) below, + draw rectangles representing each + of the following Riemann sums for the function f(t) on the + interval 0 \le t \le 8 (or t \in [0, 8]). + Calculate the value + of each sum. + +

    +
  1. +

    + Left-hand sum with \Delta t =4 (n = ?) +

    +
  2. + +
  3. +

    + Right-hand sum with \Delta t = 4 (n = ?) +

    +
  4. + +
  5. +

    + Left-hand sum with \Delta t =2 (n = ?) +

    +
  6. + +
  7. +

    + Right-hand sum with \Delta t = 2 (n = ?) +

    +
  8. +
+

+ + ] (-2.2,0) -- (8.2,0); + \draw[<->] (0,-1.2) -- (0,8.2); + \draw (8.2, 0) node[right] {\(t\)}; + \draw (7.5, 5.5) node {\(y = f(t)\)}; + \foreach\y in {-1, 1,2, 4, 3, 5, 6, 7, 8} \draw(0,\y) -- (0,\y) + node[left]{\color{black!70!black} \(\y\)}; + \foreach\x in { -1, 1,2, 3, 4, 5,6,7,8} \draw(\x,0) -- (\x,0) + node[below]{\color{black!70!black} \(\x\)}; + \draw[domain=0:8, samples=100, ultra thick, blue] plot(\x, {1+8*((sin(3.1416*\x/24 r))^2)});\end{tikzpicture}]]> + +
+ +

+

    +
  1. +

    + Since \Delta t = 4, + and the total interval has length 8, + this means we divided it into two pieces. + Therefore, we'll draw two + rectangles, + one from 0 to 4 and the other from 4 to 8. + Each + rectangle gets its height from the left edge. + So the first one will + get its height from the point on the curve where x=0, and the + second one will get its height from the point on the curve where + x=4. + The picture looks like this + + ] (-2.2,0) -- (8.2,0); + \draw[<->] (0,-1.2) -- (0,8.2); + \foreach\y in {-1, 1,2, 4, 3, 5, 6, 7, 8} \draw(0,\y) node[left]{ \(\y\)}; + \foreach\x in { -1, 1,2, 3, 4, 5,6,7,8} \draw(\x,0) node[below]{ \(\x\)}; + \draw[domain=0:8, samples=100, + ultra thick, blue] plot(\x, {1+8*((sin(3.1416*\x/24 r))^2)}); + \begin{scope}[very thick,green!50!black] + \draw (0,0) -- ++ (4,0) -- ++ (0,1) -- ++ (-4,0) -- cycle; + \draw (4,0) -- ++ (4,0) -- ++ (0,3) -- ++ (-4,0) -- cycle; + \end{scope}\end{tikzpicture}]]> + + and we get + + \text{ Riemann Sum } \amp = \text{ sum of areas of two rectangles } + \amp = f(0)\cdot \Delta t + f(4)\cdot \Delta t + \amp = 1\cdot 4 + 3 \dot 4 + \amp = 4+12 + \amp = 16 + +

    +
  2. + +
  3. +

    + We'll be briefer this time: + \Delta t = 4, n=2, each + rectangle gets its height from the right edge, the first one uses + x=4 and the second one uses x=8: + + ] (-2.2,0) -- (8.2,0); + \draw[<->] (0,-1.2) -- (0,8.2); + \foreach\y in {-1, 1,2, 4, 3, 5, 6, 7, 8} \draw(0,\y) node[left]{ \(\y\)}; + \foreach\x in { -1, 1,2, 3, 4, 5,6,7,8} \draw(\x,0) node[below]{ \(\x\)}; + \draw[domain=0:8, samples=100, + ultra thick, blue] plot(\x, {1+8*((sin(3.1416*\x/24 r))^2)}); + \begin{scope}[very thick,red!50!black] + \draw (0,0) -- ++ (4,0) -- ++ (0,3) -- ++ (-4,0) -- cycle; + \draw (4,0) -- ++ (4,0) -- ++ (0,7) -- ++ (-4,0) -- cycle; + \end{scope}\end{tikzpicture}]]> + + and we get + + \text{ Riemann Sum } \amp = \text{ sum of areas of two rectangles } + \amp = f(4)\cdot \Delta t + f(8)\cdot \Delta t + \amp = 3\cdot 4 + 7 \cdot 4 + \amp = 12+28 + \amp = 40 + +

    +
  4. + +
  5. +

    + \Delta t = 2, n=4, + heights from the left edge, use x=0, + 2, 4, 6: + + ] (-2.2,0) -- (8.2,0); + \draw[<->] (0,-1.2) -- (0,8.2); + \foreach\y in {-1, 1,2, 4, 3, 5, 6, 7, 8} \draw(0,\y) node[left]{ \(\y\)}; + \foreach\x in { -1, 1,2, 3, 4, 5,6,7,8} \draw(\x,0) node[below]{ \(\x\)}; + \draw[domain=0:8, samples=100, + ultra thick, blue] plot(\x, {1+8*((sin(3.1416*\x/24 r))^2)}); + \begin{scope}[very thick,red!50!black] + \draw (0,0) -- ++ (2,0) -- ++ (0,1) -- ++ (-2,0) -- cycle; + \draw (2,0) -- ++ (2,0) -- ++ (0,1.5) -- ++ (-2,0) -- cycle; + \draw (4,0) -- ++ (2,0) -- ++ (0,3) -- ++ (-2,0) -- cycle; + \draw (6,0) -- ++ (2,0) -- ++ (0,5) -- ++ (-2,0) -- cycle; + \end{scope}\end{tikzpicture}]]> + + and we get + + \text{ Riemann Sum } \amp = \text{ sum of areas of four rectangles } + \amp = f(0)\cdot \Delta t + f(2)\cdot \Delta t + f(4) \cdot \Delta t + f(6) \cdot \Delta t + \amp = 1\cdot 2 + 1.5 \cdot 2 + 3\cdot 2 + 5 \cdot 2 + \amp = 2+3+6+10 + \amp = 21 + +

    +
  6. + +
  7. +

    + \Delta t = 2, n=4, + heights from the right edge, + use x=2, 4, 6, 8: + + ] (-2.2,0) -- (8.2,0); + \draw[<->] (0,-1.2) -- (0,8.2); + \foreach\y in {-1, 1,2, 4, 3, 5, 6, 7, 8} \draw(0,\y) node[left]{ \(\y\)}; + \foreach\x in { -1, 1,2, 3, 4, 5,6,7,8} \draw(\x,0) node[below]{ \(\x\)}; + \draw[domain=0:8, samples=100, + ultra thick, blue] plot(\x, {1+8*((sin(3.1416*\x/24 r))^2)}); + \begin{scope}[very thick,red!50!black] + \draw (0,0) -- ++ (2,0) -- ++ (0,1.5) -- ++ (-2,0) -- cycle; + \draw (2,0) -- ++ (2,0) -- ++ (0,3) -- ++ (-2,0) -- cycle; + \draw (4,0) -- ++ (2,0) -- ++ (0,5) -- ++ (-2,0) -- cycle; + \draw (6,0) -- ++ (2,0) -- ++ (0,7) -- ++ (-2,0) -- cycle; + \end{scope}\end{tikzpicture}]]> + + and we get + + \text{ Riemann Sum } \amp = \text{ sum of areas of four rectangles } + \amp = f(2)\cdot \Delta t + f(4) \cdot \Delta t + f(6) \cdot \Delta t+f(8)\cdot \Delta t + \amp = 1.5 \cdot 2 + 3\cdot 2 + 5 \cdot 2 + 7\cdot 2 + \amp = 33 + +

    +
  8. +
+

+
+
+
+ diff --git a/ptx/section6-3.ptx b/ptx/section6-3.ptx new file mode 100644 index 0000000..f597919 --- /dev/null +++ b/ptx/section6-3.ptx @@ -0,0 +1,234 @@ + + +
+ The Definite Integral as Area + + Problem 7 + +

+ Using the figure below (Figure 5.36 in the text), decide whether + each of the following definite integrals is positive or negative. + +

    +
  1. +

    + \int_{-5}^{-4} f(x)\,dx +

    +
  2. + +
  3. +

    + \int_{-4}^{1} f(x)\,dx +

    +
  4. + +
  5. +

    + \int_{1}^{3} f(x)\,dx +

    +
  6. + +
  7. +

    + \int_{-5}^{3} f(x)\,dx +

    +
  8. +
+

+ +

+ +

+
+ +

+ The main idea of this example is simply to translate integrals into net area. + So, \int_{-5}^{-4} f(x)\dx is the net area, + between f(x) and the x-axis, + from x=-5 to x=-4. + We can do some parts of this problem without coloring anything in. + For instance, in part (a), + the graph of f(x) is entirely below the x-axis, + and therefore the integral is negative. +

+ +

+ But, sooner or later it's useful to have different parts shaded in, + so I'll go ahead and do that +

+ + ,thick] (-5.5,0) -- (3.25,0); + \draw[->,thick] (0,-1) -- (0,3); + \draw[ultra thick,cyan] + (-5,0) sin (-4.5,-0.5) cos (-4,0) sin (-1.5,3) cos (1,0) sin (1.85,-1) + cos (2,-0.9) sin (2.8,0.25) cos (3,0); + \path[pattern color = green!50!black, pattern = north east lines] + (-5,0) sin (-4.5,-0.5) cos (-4,0); + \path[pattern color = purple!75!blue, pattern = north east lines] + (-4,0) sin (-1.5,3) cos (1,0); + \path[pattern color = red, pattern = north east lines] + (1,0) sin (1.85,-1) cos (2,-0.9) sin (2.8,0.25) cos (3,0); + \foreach \x in {-5,-3,-1,1,3} \xtickmark{\x}; + \foreach \y in {1,3} \ytickmark{\y}; + \draw[decorate,decoration={brace,amplitude=4pt,raise=5pt}] (-5,0) + -- node[above=10pt, midway] {(a)} (-4,0); + \draw[decorate,decoration={brace,mirror,amplitude=8pt,raise=20pt}] (-4,0) + -- node[below=25pt, midway] {(b)} (1,0); + \draw[decorate,decoration={brace,mirror,amplitude=8pt,raise=30pt}] (1,0) + -- node[below=35pt, midway] {(c)} (3,0); + \draw[->] (1.6,1) node[fill=white]{\(A_1\)} -- (1.8,5pt); + \draw[->] (3,1) node[fill=white]{\(A_2\)} -- (2.9,0.35);\end{tikzpicture}]]> + +
    +
  1. +

    + \int_{-5}^{-4}f(x)\dx is area below the x-axis, + as labeled above, so it's negative. +

    +
  2. + +
  3. +

    + \int_{-4}^1 f(x)\dx is positive. +

    +
  4. + +
  5. +

    + \int_1^3 f(x)\dx = A_2 - A_1. + It's pretty easy to see that A_1 is bigger, + and so this integral, i.e.the net area, is negative. +

    +
  6. + +
  7. +

    + \int_{-5}^3 f(x)\dx = (a) + (b) + (c). + Although (a) and (c) are negative, + it's pretty easy to see that (b) is larger than both (a) and (c) combined (actually, + to be more accurate I should say that (b) is larger than both the absolute values of (a) and (c) combined ). + So, the net result is positive. +

    +
  8. +
+
+
+ + + +

+ The following graph shows the function f. + Evaluate the integrals. + +

    +
  1. +

    + \int_{-1}^0 f(x)\,dx +

    +
  2. + +
  3. +

    + \int_0^2 f(x)\,dx +

    +
  4. + +
  5. +

    + \int_2^4 f(x)\,dx +

    +
  6. + +
  7. +

    + \int_0^4 f(x)\,dx +

    +
  8. + +
  9. +

    + \int_0^6 f(x)\,dx +

    +
  10. +
+

+ + ] (-2.2,0) -- (7.2,0); + \draw[<->] (0,-3.2) -- (0,5.2); + \foreach\y in {-2, 2, 4} \draw(0,\y) -- (0,\y) + node[left]{\color{black!70!black} \(\y\)}; + \foreach\x in { -2, 2, 4, 6} \draw(\x,0) -- (\x,0) + node[below]{\color{black!70!black} \(\x\)}; + \draw[<-, ultra thick, blue] (-1.5,5)--(0,2)--(2,0); + \draw[-, ultra thick, blue] (2,0) arc (-180:0: 2); + \draw[->, ultra thick, blue] (6,0)--(7,2);\end{tikzpicture}]]> + +
+ +

+ This example is similar to the previous example, + the only difference is that in the last example we could just estimate what was positive and what was negative, + but here we can calculate the exact integrals using basic geometric formulas for area. + We'll start by dividing the regions, + shading them and labeling them. +

+ + ] (-2.2,0) -- (7.2,0); + \draw[<->] (0,-3.2) -- (0,5.2); + \foreach\y in {-2, 2, 4} \draw(0,\y) node[left]{ \(\y\)}; + \foreach\x in { -2, 2, 4, 6} \draw(\x,0) node[below]{ \(\x\)}; + \draw[<->, ultra thick, blue] (-1.5,5)--(0,2)--(2,0) arc (-180:0: 2) (6,0)--(7,2); + \draw[ultra thick,pattern = north east lines] (-1,4) -- (0,2) -- (0,0) -- (-1,0) -- cycle; + \draw[ultra thick,pattern = north west lines] (0,2) -- (2,0) -- (0,0) -- cycle; + \draw[ultra thick,pattern = north east lines] (2,0) arc (180:270:2) -- ++ (0,2) -- cycle; + \draw[ultra thick,pattern = north west lines] (4,-2) arc (270:360:2) -- ++ (-2,0) -- cycle; + \draw (-0.5,1.5) node[circle,fill=white,inner sep = 0pt]{(a)}; + \draw (0.5,0.5) node[circle,fill=white,inner sep = 0pt]{(b)}; + \draw (3,-0.5) node[circle,fill=white,inner sep = 0pt]{(c)};\end{tikzpicture}]]> + +
    +
  1. +

    + This is labeled with (a) above. + It's a triangle plus a rectangle, + \frac 12 (1)(2) + (1)(2) = 3. +

    +
  2. + +
  3. +

    + This is labeled with (b) above. + It's a triangle, \frac 12 (2)(2) = 2. +

    +
  4. + +
  5. +

    + This is labeled with (c) above. + It's one quarter of a circle with radius 2. + Since it's below the x-axis it should be negative, + so \frac 14 \pi r^2 = - \frac 14 \pi (2^2) = - \pi. +

    +
  6. + +
  7. +

    + \int_0^4 f(x)\,dx =(c) + another quarter circle. + Thus, it's -2\pi. +

    +
  8. + +
  9. +

    + \int_0^6 f(x)\,dx =(b) + (d) = 2-2\pi. +

    +
  10. +
+
+
+
+ diff --git a/ptx/section6-4.ptx b/ptx/section6-4.ptx new file mode 100644 index 0000000..f65be49 --- /dev/null +++ b/ptx/section6-4.ptx @@ -0,0 +1,115 @@ + + +
+ Interpretations of the Definite Integral + + +

+ Explain in words what each integral represents and give the units + +

    +
  1. +

    + v(t) is velocity in mph and t is time in hours, + + I = \int_2^5 v(t)\ dt + . +

    +
  2. + +
  3. +

    + a(t) is acceleration in m/s^2 and t is in seconds, + + I = \int_3^4 a(t)\ dt + . +

    +
  4. + +
  5. +

    + f(t) is the rate at which water is flowing out of a water main + break in liters per seconds, + and t is in seconds, + + I = \int_0^3 f(t)\ dt + . +

    +
  6. +
+

+
+ +

+

    +
  1. +

    + To figure out what any + integral is giving you, look at + everything after the integral sign: + + v(t) \,dt \amp \approx v\times \Delta t + \amp = \text{ velocity } \times \Delta t + \amp = \frac{\Delta \text{ position } }{\Delta t} \times \Delta t + \amp = \Delta \text{ position } + + To state it more completely: + this is the net change in position from 2 to 5 hours. + + To figure out the units, + simply multiply the units of the above quantities: + + \text{ units } \amp = \text{ units of } v \times \text{ units of } t + \amp = \frac{\text{ miles } }{\text{ hour } }\times \text{ hours } + \amp = \text{ miles } + +

    +
  2. + +
  3. +

    + + a(t) \,dt \amp \approx a\times \Delta t + \amp = \text{ acceleration } \times \Delta t + \amp = \frac{\Delta \text{ velocity } }{\Delta t} \times \Delta t + \amp = \Delta \text{ velocity } + + To state it more completely: + this is the net change in velocity from 3 to 4 seconds. + + To figure out the units, + simply multiply the units of the above quantities: + + \text{ units } \amp = \text{ units of } a \times \text{ units of } t + \amp = \frac{\text{ meters } }{\text{ second } ^2}\times \text{ seconds } + \amp = \text{ meters } /\text{ second } + +

    +
  4. + +
  5. +

    + + f(t) \,dt \amp \approx f \times \Delta t + \amp = \text{ rate of water flow } \times \Delta t + \amp = \frac{\Delta \text{ volume of water } }{\Delta t} \times \Delta t + \amp = \Delta \text{ volume of water } + + To state it more completely: + this is the net change in velocity from 0 to 3 seconds. + + To figure out the units, + simply multiply the units of the above quantities: + + \text{ units } \amp = \text{ units of } f \times \text{ units of } t + \amp = \frac{\text{ liters } }{\text{ second } }\times \text{ seconds } + \amp = \text{ liters } + +

    +
  6. +
+

+
+
+
+ diff --git a/ptx/section6-5.ptx b/ptx/section6-5.ptx new file mode 100644 index 0000000..490e2fe --- /dev/null +++ b/ptx/section6-5.ptx @@ -0,0 +1,192 @@ + + +
+ Total Change and the Fundamental Theorem of Calculus + + +

+ The marginal cost C'(q) of making + T-shirts is shown below. + Suppose the fixed cost is 100. + + \begin{array}{c|c|c|c|c|c|c} + \hline + q \amp 0 \amp 20 \amp 40 \amp 60 \amp 80 \amp 100 \\ \hline + C'(q) \amp 10 \amp 4.67 \amp 3.95 \amp 3.58 \amp 3.33 \amp 3.15 \\ \hline + \end{array} + +

    +
  1. +

    + Estimate the total cost of making 60 T-shirts. +

    +
  2. + +
  3. +

    + What is the total variable cost of making 60 T-shirts? +

    +
  4. + +
  5. +

    + Estimate the difference in cost between making 60 T-shirts and 100. +

    +
  6. +
+

+
+ +

+

    +
  1. +

    + + \text{ cost in making 60 T-shirts } + \amp = C(60) + \amp = \text{ fixed cost } + \text{ variable cost } + \amp = C(0) + \int_0^{60} C'(q)\,dq + + Now we estimate this integral, + using both Left Hand Sums and Right + Hand Sums. + + \int_0 ^{60}C'(q)\,dq + \amp \approx 10 (20) + 4.67(20) + 3.95(20) \qquad (\text{ LHS } ) + \amp = 372.40 + \int_0^{60} C'(q)\,dq + \amp \approx 4.67(20) + 3.95(20) + 3.58(20) \qquad (\text{ RHS } ) + \amp = 244 + + Averaging these gets us + + \int_0^{60} C'(q)\,dq \amp \approx 308.20 + C(60) \amp \approx 100 + 308.20 + \amp = \dollar408.20 + +

    +
  2. + +
  3. +

    + The total variable cost is the part of our previous answer + that didn't come from fixed cost. + In other words + + \dollar308.20 + +

    +
  4. + +
  5. +

    + + \text{ Change in cost from 60 to 100 } \amp = \int_{60}^{100} C'(q)\,dq + \text{ Left-sum: } \int_{60}^{100} C'(q)\,dq \amp \approx 3.58(20) + 3.33(20) + \amp = \dollar138.20 + \text{ Right-sum: } \int_{60}^{100} C'(q)\,dq \amp \approx 3.33(20) + 3.15(20) + \amp = \dollar 129.6 + \text{ average: } \int_{60}^{100} C'(q)\,dq \amp \approx \dollar133.90 + +

    +
  6. +
+

+
+
+ + + +

+ A cup of coffee is put into a \unit[70]{^\circ F} room when + t = 0. + The temperature (in\unit{^\circ F}) of the coffee t + minutes after being in the room is given by + + H(t) = 110e^{-0.1672t} + 70 + . +

    +
  1. +

    + Find H'(t) and explain in words what this represents. +

    +
  2. + +
  3. +

    + What is H(0) and what does it represent? +

    +
  4. + +
  5. +

    + What does \int_2^4 H'(t)\,dt represent, and what is that value? +

    +
  6. + +
  7. +

    + How much does the temperature change in the first 5 minutes in the room? +

    +
  8. +
+

+
+ +

+

    +
  1. +

    + Do you still remember how to take derivatives? + Basically, we + need the Chain Rule here for + e^{-0.1672t}, so at the right step + we will multiply by the derivative of what's on top: + + H'(t) = 110(-0.1672)e^{-0.1672 t} = -18.392e^{-0.1627t} + + H'(t) gives the rate the coffee's temperature is changing. +

    +
  2. + +
  3. +

    + H(0) = 110 + 70 = 180. + This is the temperature of the coffee when it enters the room. +

    +
  4. + +
  5. +

    + \int_2^4 H'(t)\,dt represents how much the temperature changes + between the 2nd and 4th minutes in the room. + + \int_2^4 H'(t)\,dt \amp = H(4) - H(2) + \amp = \left(110e^{-0.1672(4)} + 70\right) - \left(110e^{-0.1672(2)} + 70 + \right) + \amp \approx -22.3789 + + So it decreases by about \unit[22.389]{^\circ F}. +

    +
  6. + +
  7. +

    + + \int_0^5 H'(t)\, dt \amp = H(5) - H(0) + \amp = 110 e^{-0.1672(5)} + 70 - 180 + \amp \approx -62.3215 + + So the temperature of the coffee decreases by about + \unit[62]{^\circ F}. + The important point here is that you + shouldn't wait this long to start drinking your coffee: the best + temperature is around 140 degrees and it's cooled too much! +

    +
  8. +
+

+
+
+
+