-
Notifications
You must be signed in to change notification settings - Fork 0
/
practice_derivatives.tex
64 lines (60 loc) · 1.72 KB
/
practice_derivatives.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
\documentclass[11pt]{article}
\usepackage[letterpaper, margin=1in]{geometry}
\usepackage{amsmath, amssymb, graphicx, epsfig, fleqn}
\setlength{\parindent}{0pt}
\newcommand{\ud}{\,\mathrm{d}}
\everymath{\displaystyle}
\def\FillInBlank{\rule{2.5in}{.01in} }
\pagestyle{empty}
\begin{document}
\begin{center}
\Large
\rm{Math 111: Practice with derivatives}
\\
\end{center}
\vspace{0.2in}
\fboxsep0.5cm
\begin{enumerate}
\item{In each case find $\frac{dy}{dx}$
\begin{enumerate}
\item{$y = \frac{x}{\sqrt{x^2+1}}$}
\vspace{0.2in}
\item{$y = \sec^2{(3x)}$}
\vspace{0.2in}
\item{$y = x^2e^{\sqrt{x}}$}
\vspace{0.2in}
\item{$y = (4^x+1)^{\pi}$}
\vspace{0.2in}
\item{$\sqrt{x+y} = 1+x^2y^2$}
\vspace{0.2in}
\item{$e^{2y}\tan{x} = \cos{xy}$}
\vspace{0.2in}
\item{$y = \log_{10}{(x-10^{-x})}$}
\vspace{0.2in}
\item{$y = \ln{\left( \frac{x}{4e^{2x}+3}\right)^3}$}
\vspace{0.2in}
\item{$y = \tan^{-1}{\left( \sqrt{\frac{1-x}{1+x}} \right)}$}
\end{enumerate}
}
\item{The graph of $y=(x^2)^x$ has two horizontal tangent lines. Find equations for both of them.}
\item{The lateral surface area of a cone with radius $r$ and height $h$ is given by $A=\pi r\sqrt{r^2+h^2}$. Find $\frac{dr}{dh}$ in terms of
$r$ and $h$ when $A=1500\pi$}
\item{The values of $f(x)$ and $f'(x)$ are given in the table.}
\vspace{.15in}
\begin{tabular}{|r|r|r|r|r|r|}
\hline
$x$& -2 & -1 & 0 & 1 & 2 \\
\hline
$f(x)$& -8 & -5 & -2 & -2 & 0 \\
\hline
$f'(x)$& 2 & 4 & 2 & 3 & -3 \\
\hline
\end{tabular}
\vspace{.15in}
\\
If $H(x) = f(f(x)+x)$, what is the value of $H'(1)$?
\item{Suppose $f$ with a graph that passes through the point $(1,4)$ and that the line tangent to the graph at $(1,4)$ is $y=3x+1$.
If $g(x) = f(x^2)$, find $g(1)$ and $g'(1)$.
}
\end{enumerate}
\end{document}