Skip to content

Commit

Permalink
1/11
Browse files Browse the repository at this point in the history
  • Loading branch information
philosolog committed Jan 11, 2024
1 parent 3f71b1f commit 1db62ce
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 0 deletions.
Binary file added Bellwork/1/11/main.pdf
Binary file not shown.
119 changes: 119 additions & 0 deletions Bellwork/1/11/main.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
\documentclass[12pt]{beamer}
\usetheme{Warsaw}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage[font=Times,timeinterval=1,timeduration=2.0,timedeath=0,fillcolorwarningsecond=white!60!yellow,timewarningfirst=50,timewarningsecond=80,resetatpages=2]{tdclock}
\usepackage{tabularx}
\usepackage{array}
\usepackage{multicol}
\usepackage{longtable}
\usepackage{xcolor}
\usepackage{textcomp, gensymb}
\usepackage{pgfplots}
\usepackage[makeroom]{cancel}

\graphicspath{ {./references/} }
\pgfplotsset{
soldot/.style={color=black,only marks,mark=*},
holdot/.style={color=black,fill=white,only marks,mark=*},
compat=1.12
}
\newcolumntype{Y}{>{\centering\arraybackslash}X}
\makeatletter
\def\@listii{\leftmargin\leftmarginii
\topsep 2ex
\parsep 0\p@ \@plus\p@
\itemsep \parsep}
\makeatother
\newcommand\at[2]{\left.#1\right|_{#2}}

\begin{document}
\begin{frame}
\frametitle{Bellwork 1/11}
\initclock

\vfill
\vfill
\vfill
\Large
Evaluate:
\[\int_{0}^{4}(4-t)\sqrt{t}dt\]
\vfill
\vfill
\vfill
\vfill
\vfill

\small
\crono
\resetcrono{\beamerbutton{reset}}
\end{frame}
\begin{frame}
\frametitle{Bellwork 1/11 - Solution}

\large
\begin{align*}
\int_{0}^{4}(4-t)\sqrt{t}dt &= 4\int_{0}^{4}\sqrt{t}dt-\int_{0}^{4}t^\frac{3}{2}dt \\
&= \frac{8}{3}\left[t^\frac{3}{2}\right]_0^4 - \frac{2}{5}\left[t^\frac{5}{2}\right]_0^4 \\
&= \frac{8}{3}\left(4^\frac{3}{2}\right) - \frac{2}{5}\left(4^\frac{5}{2}\right) \\
&= \boxed{\frac{128}{15}}
\end{align*}
\end{frame}
\begin{frame}
\frametitle{Exercise 1}

\vfill
\vfill
\vfill
\Large
Find the general indefinite integral:
\vfill
\[\int\sqrt[4]{x^5}dx\]
\vfill
\vfill
\vfill
\vfill
\vfill
\end{frame}
\begin{frame}
\frametitle{Exercise 1 - Solution}

\large
\begin{align*}
\int\sqrt[4]{x^5}dx &= \int x^\frac{5}{4}dx \\
&= \boxed{\frac{4}{9}x^\frac{9}{4}+C} \text{ (Power Rule)}\\
\end{align*}
\end{frame}
\begin{frame}
\frametitle{Exercise 2}

\vfill
\vfill
\vfill
\Large
Find the general indefinite integral:
\vfill
\[\int\left(\frac{1+r}{r}\right)^2dr\]
\vfill
\vfill
\vfill
\vfill
\vfill
\end{frame}
\begin{frame}
\frametitle{Exercise 2 - Solution}

\large
\begin{align*}
\int\left(\frac{1+r}{r}\right)^2dr &= \int \frac{(1+r)^2}{r^2}dr \\
&= \int \frac{r^2+2r+1}{r^2}dr \\
&= \int 1+\frac{2}{r}+r^{-2}dr \\
&= \boxed{r+2\ln|r|-r^{-1}+C}
\end{align*}
\end{frame}
\end{document}

% TODO: \itemsep equivalent for aligned elements.

0 comments on commit 1db62ce

Please sign in to comment.