Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

Carson Witt

2061 views
1
%%%%%%
2
%
3
% PROJECT 4
4
%
5
% filename: p4_drugs.tex
6
% last modified: 2017-2-1
7
%
8
%%%%%%%
9
%
10
%
11
%%%%%%%
12
13
\documentclass
14
[justified,nohyper]
15
{tufte-handout}
16
17
\usepackage{amsmath}
18
19
\usepackage{booktabs}
20
\usepackage{graphicx}
21
\usepackage{kmath,kerkis} % The order of the packages matters; kmath changes the default text font
22
\usepackage[T1]{fontenc}
23
24
\usepackage{enumitem}
25
26
27
% USEFUL SHORTCUTS FOR MATH
28
\newcommand{\ds}{\displaystyle}
29
30
\newcommand{\dt}[1]{\dfrac{d#1}{dt}}
31
32
\newcommand{\lp}{\left(}
33
\newcommand{\rp}{\right)}
34
\newcommand{\lb}{\left[}
35
\newcommand{\rb}{\right]}
36
37
\newcommand{\evalat}{\biggr\rvert}
38
39
40
%% ADDED PREAMBLE
41
\usepackage{todonotes}
42
\usepackage[displaymath, mathlines]{lineno}
43
\usepackage{hyperref}
44
\usepackage{pagecolor}
45
\usepackage{tabularx}
46
47
\newcommand{\sg}[1]{\todo[color=red!40,fancyline]{#1}}
48
\newcommand{\good}[1]{\todo[color=blue!40,fancyline]{#1}}
49
\newcommand{\comm}[1]{\todo[color=orange!40,fancyline]{#1}}
50
%%
51
52
53
\begin{document}
54
55
%% ADDED FEEDBACK
56
\pagecolor{yellow!30!white}
57
\mbox{\LARGE Drugs }\hfill NAME
58
59
\vspace{1cm}
60
61
\hrule
62
63
\vspace{1cm}
64
65
Grade:
66
67
\vspace{1cm}
68
69
\begin{tabularx}{15cm}{ |p{6cm} | p{8cm}|}
70
\hline
71
Approriate Introduction &
72
73
\\
74
\hline
75
Explanation of prednisone &
76
77
\\
78
\hline
79
Biological half-life &
80
81
\\
82
\hline
83
Answers to 1, 2, 3, and 4 &
84
85
\\
86
\hline
87
Proper formatting &
88
89
\\
90
\hline
91
\end{tabularx}
92
93
\newpage
94
95
\listoftodos[List of Comments]
96
97
\newpage
98
99
\maketitle
100
101
\linenumbers
102
\pagecolor{white}
103
%%
104
105
\begin{fullwidth}
106
\mbox{\LARGE PreCalculus BC: Project Four - \today }\hfill
107
\end{fullwidth}
108
\section*{Introduction}
109
Many real-world processes happen in stages. When a population is growing,
110
each new generation represents a new stage of population growth. Compound
111
interest is another example, where interest is paid in stages and creates
112
a new account balance. Many things that change continuously are more easily
113
measured in discrete stages. Temperature, which is a continuous quantity,
114
can be measured with regular intervals producing a list of temperatures
115
such as 67, 63, 58, 55, and so on. Although the temperature is changing
116
continuously, we actually only care about the discrete steps from one
117
measurement point to the next.
118
119
Recursive sequences can be used to model this types of situations. In some
120
cases, we can get an explicit formula for a sequence from the recursion
121
relation that defines it be finding a pattern in the terms of a sequence.
122
123
\section*{Recursive Sequences as Models}
124
Suppose you deposit some money in an account that pays 6\% interest compounded
125
monthly. The bank has a definite rule for paying interest. At the end of each
126
month the bank adds to your account $\frac{1}{2}$\% (or 0.005) of the amount
127
in your account at that time. As an equation, we have:
128
129
$$
130
\text{amount at end of month} = \text{amount at end of last month}
131
+ 0.005 (\text{amount at end of last month})
132
$$
133
134
We can convert this into a more expressive formula, by realizing that if we
135
let $A_0$ be the amount of the original deposit, $A_1$ is the amount at the end
136
of the first month, $A_2$ is the amount at the end of the second month, and so
137
on. $A_n$ represents the amount at the end of $n$ months.
138
139
$$
140
A_n = 1.005A_{n-1}
141
$$
142
143
We recognize this as a recursively defined sequence since it gives us the amount
144
at each stage in terms of the amount at the preceding stage.
145
146
\section*{Daily Drug Dose - Preliminary Work not included in your report}
147
In this project, you will construct a recursive model for the amount of a drug
148
that is present in a patient's bloodstream. There are two important things
149
to consider. First, the amount of drug in a patient's bloodstream must be above
150
a certain threshold level for the drug to be effective. Second, the amount must
151
not exceed some maximum level beyond which the drug would do damage to the patient
152
in some way, such as side effects of perhaps death.
153
154
Consider first a patient who takes a 50-mg pill of a certain drug every morning.
155
It is known that the body eliminates 40\% of the drug every 24 hours. Find
156
a recursive sequence that models the amount $A_n$ of the drug in the patient's
157
body after each pill is taken. List out at least the first four terms of the
158
sequence $A_n$. Find a formula for $A_n$. How much of the drug remains in the patient's
159
body after 5 days? How much will accumulate in his system after prolonged use?
160
161
\section*{Prednisone}
162
Prednisone is often prescribed for acute asthma attacks and suppresses
163
the immune system. For 5 mg tablets, typical instructions are: ``Take 8
164
tablets the first day, 7 the second, and decrease by one tablet each day until
165
all tablets are gone.'' Prednisone decays exponentially in the body. This
166
looks like regular exponential decay that we have studied previously. However,
167
in a medical context we will develop the idea of biological half-life. The
168
biological half-life of a substance is the time it takes for the substance to
169
lose half of its pharmacologic activity. The Wikipedia page for biological
170
half-life provides some additional detail, if you're interested. For
171
prednisone, the biological half-life is one hour.
172
173
Let $x(t)$ represent the amount of prednisone (in mg) in the body at time $t$.
174
175
\begin{enumerate}
176
\item Write formulas involving $x$, for the amount of prednisone in the body:
177
\begin{enumerate}
178
\item 24 hours after taking the first dose (of 8 tablets), right before taking the second dose (of 7 tablets).
179
\item Immediately after taking the second dose (of 7 tablets).
180
\item Immediately after taking the third dose (of 6 tablets).
181
\item Immediately after taking the eighth dose (of 1 tablet).
182
\item 24 hours after taking the eighth dose.
183
\item $n$ days after taking the eighth dose.
184
\end{enumerate}
185
\item If a patient takes all the prednisone tablets as prescribed, how many
186
days after taking the eighth dose is there less than 3\% of a prednisone
187
tablet in the patient's body?
188
\item A patient is prescribed $n$ tablets of prednisone the first day, $n-1$
189
the second, and one tablet fewer each day until all the tablets are gone. Write
190
a formula that represents $T_n$, the number of prednisone tablets in the body
191
immediately after taking the final dose.
192
\item If a patient accidently takes all the prednisone tablets at once,
193
what percentage of a prednisone tablet will be present in the patient's body?
194
How long will it take for there to be less than 3\% of a prednisone tablet
195
in the patient's body?
196
\end{enumerate}
197
198
\section*{What I will be looking for in your report}
199
200
\begin{itemize}
201
\item Your report includes a proper introduction that explains to the reader
202
that you will be investigating how drugs are processed in the body.
203
\item Your report gives a brief explanation of prednisone and how it is used.
204
\item Your report describes biological half-life and its importance in
205
studying how drugs are processed by the human body.
206
\item You have answered and discussed questions 1, 2, 3, and 4 as they
207
appear in this project description. This should not appear as simply a list
208
of answers, but instead should take on a more natural paragraph form where
209
you walk the reader through the development of your answers.
210
\item Strictly speaking, this report does not require any graphs, but when
211
explaining how the concentration of prednisone changes over time, a graph can
212
be very useful. If you decide to use a graph, it must appear in a figure
213
environment with appropriate caption, label, and references from the text.
214
\item Properly-formatted LaTeX style, as we have discussed in class. One
215
of the items I will check for here is that any variables or equations are
216
wrapped in dollar signs so that they appear typeset correctly.
217
\item Please remember that your report's filename should follow the convention
218
of being in all lower-case, no spaces, and should contain your last name
219
followed by \verb|_drug.tex|.
220
\end{itemize}
221
222
\end{document}
223
224
225