Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

Carson Witt

2061 views
1
\documentclass[landscape]{article}
2
\usepackage[utf8]{inputenc}
3
\usepackage[T1]{fontenc}
4
\title{\vspace{-4.0cm}Prednisone Project}
5
\author{Carson Witt}
6
7
% Enable SageTeX to run SageMath code right inside this LaTeX file.
8
% documentation: http://mirrors.ctan.org/macros/latex/contrib/sagetex/sagetexpackage.pdf
9
% \usepackage{sagetex}
10
11
12
%% ADDED PREAMBLE
13
\usepackage{todonotes}
14
\usepackage[displaymath, mathlines]{lineno}
15
\usepackage{hyperref}
16
\usepackage{pagecolor}
17
\usepackage{tabularx}
18
19
\newcommand{\sg}[1]{\todo[color=red!40,fancyline]{#1}}
20
\newcommand{\good}[1]{\todo[color=blue!40,fancyline]{#1}}
21
\newcommand{\comm}[1]{\todo[color=orange!40,fancyline]{#1}}
22
%%
23
24
25
\begin{document}
26
27
%% ADDED FEEDBACK
28
\pagecolor{yellow!30!white}
29
\mbox{\LARGE Drugs }\hfill NAME
30
31
\vspace{1cm}
32
33
\hrule
34
35
\vspace{1cm}
36
37
Grade:
38
39
\vspace{1cm}
40
41
\begin{tabularx}{15cm}{ |p{6cm} | p{8cm}|}
42
\hline
43
Approriate Introduction &
44
45
\\
46
\hline
47
Explanation of prednisone &
48
49
\\
50
\hline
51
Biological half-life &
52
53
\\
54
\hline
55
Answers to 1, 2, 3, and 4 &
56
57
\\
58
\hline
59
Proper formatting &
60
61
\\
62
\hline
63
\end{tabularx}
64
65
\newpage
66
67
\listoftodos[List of Comments]
68
69
\newpage
70
71
\maketitle
72
73
\linenumbers
74
\pagecolor{white}
75
%%
76
77
78
79
\section*{Abstract}
80
In this project we were asked to construct a recursive model for the amount of a drug that is present in a patient's bloodstream after a certain amount of time and under certain conditions. Specifically, we were asked to learn more about the drug Prednisone. \par
81
\vspace{0.2cm}{\noindent{\textbf{Prednisone}}} \par
82
Prednisone is a synthetic corticosteroid drug, meaning it is a steroid that helps things like immune response, stress relief, and regulating inflammation. Hence, Prednisone is used to treat certain inflammatory diseases, autoimmune diseases, and some types of cancer. \par
83
\vspace{0.2cm}{\noindent{\textbf{Biological Half-life}}} \par
84
An important factor in this project is the biological half-life.All drugs, including Prednisone, have a biological half life. The biological half-life is the point in time where half of the pharmacological activity of the original dose of the drug has left the body through the kidneys and liver. For Prednisone, the biological half-life is one hour.\par
85
\vspace{0.2cm}{\noindent{\textbf{Prednisone Instructions} \par
86
From the project description: "Prednisone is often prescribed for acute asthma attacks and suppresses the immune system. For 5 mg tablets, typical instructions are: 'Take 8 tablets the first day, 7 the second, and decrease by one tablet each day until all tablets are gone.'" \par
87
88
\section*{Procedure/Questions}
89
\vspace{0.2cm}{Below are the models for different scenarios/time-periods of Prednisone in the body.} \par
90
\begin{enumerate}
91
\item Write formulas involving $x$, for the amount of Prednisone in the body:
92
\begin{enumerate}
93
\item 24 hours after taking the first dose (of 8 tablets), right before taking the second dose (of 7 tablets).
94
\begin{enumerate}
95
\item The formula I used is $x(t) = A_{d_0}(0.5)^{t}$
96
\begin{enumerate}
97
\item $A_{d_0} =$ amount of the dose of Prednisone (in mg)
98
\item $t =$ time (in hours)
99
\item $0.5 =$ biological half-life
100
\end{enumerate}
101
\item So, $x(24) = 40(0.5)^{24} =$ \boldmath $2.384e^{-6} $ \textbf{mg of Prednisone}
102
\end{enumerate}
103
\newpage
104
\item Immediately after taking the second dose (of 7 tablets).
105
\begin{enumerate}
106
\item The formula I used is $A_{d_0} = A_{d-1_f}+5(n-(d-1))$
107
\begin{enumerate}
108
\item $A_{d_0} =$ amount of Prednisone immediately after the $d$th dose
109
\item $A_{d-1_f} =$ amount of Prednisone 24 hours after the last dose (in mg)
110
\item $n =$ starting number of tablets $= 8$ tablets
111
\item $d =$ dose that the patient is on $= 2$
112
\end{enumerate}
113
\item So, $A_{d_0} = 2.384e^{-6} + 35$ mg \boldmath$= 35.000002384$ \textbf{mg of Prednisone}
114
\end{enumerate}
115
\item Immediately after taking the third dose (of 6 tablets).
116
\begin{enumerate}
117
\item The formula I used is $A_{d_0} = A_{d-1_f}+5(n-(d-1))$
118
\begin{enumerate}
119
\item $A_{d_0} =$ amount of Prednisone immediately after the $d$th dose
120
\item $A_{d-1_f} =$ amount of Prednisone 24 hours after the last dose (in mg)
121
\item $n =$ starting number of tablets $= 8$ tablets
122
\item $d =$ dose that the patient is on $= 3$
123
\end{enumerate}
124
\item So, $A_{d_0} = 35.000002384(0.5)^{24} + 30 = 2.086e^{-6} + 30 =$ \boldmath $30.000002086$ \textbf{mg of Prednisone}
125
\end{enumerate}
126
\item Immediately after taking the eighth dose (of 1 tablet).
127
\begin{itemize}
128
\item To solve this, we must solve for the amount of Prednisone immediately after taking each dose. We can do this given the previous formula $A_{d_0} = A_{d-1_f}+5(n-(d-1))$, where $A_{d_0} =$ the amount of Prednisone immediately after the $d$th dose, $A_{d-1_f} =$ the amount of Prednisone 24 hours after the last dose (in mg), $n =$ the starting number of tablets ($8$ tablets), and $d =$ the dose that the patient is on. To solve for $ A_{d-1_f}$, we use the other previous formula, $x(t) = A_{d_0}(0.5)^{t}$, where $t =$ the time in hours.
129
\vspace{0.4cm}
130
\begin{enumerate}
131
\item $A_{4_0}$: $A_{3_f} + 5(8-(4-1)) = 30.000002086(0.5)^{24} + 25 = 1.79e^{-6} + 25 = 25.00000179$ mg of Prednisone immediately after taking the 4th dose \\
132
\item $A_{5_0}$: $A_{4_f} + 5(8-(5-1)) = 25.00000179(0.5)^{24} + 20 = 1.49e^{-6} + 20 = 20.00000149$ mg of Prednisone immediately after taking the 5th dose \\
133
\item $A_{6_0}$: $A_{5_f} + 5(8-(6-1)) = 20.00000149(0.5)^{24} + 15 = 1.19e^{-6} + 15 = 15.00000119$ mg of Prednisone immediately after taking the sixth dose\\
134
\newpage
135
\item $A_{7_0}$: $A_{6_f} + 5(8-(7-1)) = 15.00000119(0.5)^{24} + 10 = 8.94e^{-7} + 10 = 10.00000089$ mg of Prednisone immediately after taking the seventh dose \\
136
\item $A_{8_0}$: $A_{7_f} + 5(8-(8-1)) = 10.00000089(0.5)^{24} + 5 = 5.96e^{-7} + 5 =$ \boldmath$5.000000596$ \textbf{mg of Prednisone immediately after taking the eighth dose} \\
137
\end{enumerate}
138
\end{itemize}
139
\item 24 hours after taking the eighth dose.
140
\begin{itemize}
141
\item Use this previous formula: $x(t) = A_{d_0}(0.5)^{t}$
142
\begin{enumerate}
143
\item $A_{d_0} =$ amount of the dose of Prednisone (in mg)
144
\begin{enumerate}
145
\item In this case, the amount of Prednisone will be the amount in the system immediately after taking the eighth dose, or $5.000000596$ mg of Prednisone.
146
\end{enumerate}
147
\item $t =$ time (in hours)
148
\item $0.5 =$ biological half-life
149
\end{enumerate}
150
\item $x(24) = 5.000000596(0.5)^{24} =$ \boldmath$2.98e^{-7}$ \textbf{mg of Prednisone}
151
\end{itemize}
152
\item $n$ days after taking the eighth dose.
153
\begin{itemize}
154
\item Formula: $\mathbf{x(n) = 5.000000596(0.5)^{24n}}$
155
\item You can solve this using a process similar to part $1$e). The only difference in the formula is using the variable $n$ and making $t = 24$. $n$ is a variable for the number of days passed. By doing this, you are solving for the number of days, but in hours. To convert to days, divide your final answer by $24$.
156
\end{itemize}
157
\end{enumerate}
158
\item If a patient takes all the Prednisone tablets as prescribed, how many
159
days after taking the eighth dose is there less than 3\% of a Prednisone
160
tablet in the patient's body?
161
\begin{itemize}
162
\item We know that one Prednisone tablet is $5$ mg, so 3\% of that tablet is $.03(5) = .15$ mg.
163
\item We must set up an equation: $.15$ mg $> 5.000000596(0.5)^{24n}$, where $n =$ the number of days.
164
\begin{enumerate}
165
\item using a calculator, we find that $\mathbf{n = .210787}$ \textbf{days or} $\mathbf{5.059}$ \textbf{hours.}
166
\end{enumerate}
167
\end{itemize}
168
\newpage
169
\item A patient is prescribed $n$ tablets of Prednisone the first day, $n-1$
170
the second, and one tablet fewer each day until all the tablets are gone. Write
171
a formula that represents $T_n$, the number of Prednisone tablets in the body
172
immediately after taking the final dose.
173
\begin{itemize}
174
\item To solve for this, I used formulas similar to the ones above:
175
\begin{enumerate}
176
\item $$
177
A_{d_0} = A_{d-1_f}+5(n-(d-1))
178
$$
179
\item $$
180
T_n = \frac{A_{8_0}}{5}
181
$$
182
\item $$
183
T_n = \frac{5.000000596}{5} = 1.000000119
184
$$
185
\item \textbf{There are $\mathbf{1.000000119}$ tablets in the body immediately after taking the final dose.}
186
\end{enumerate}
187
\item Where $A_{d_0}$ is the amount of Prednisone immediately after taking the $d$th dose, $A_{d-1_f}$ is the amount of Prednisone 24 hours after the last dose (in mg), $n$ is the starting amount of tablets ($8$), $t$ is time in hours, and $d$ is the dose that the patient is on. NOTE: You divide by $5$ because the formula models the mg of Prednisone in the body, not tablets. Dividing by 5 (mg) converts the model to number of tablets in the body.
188
\end{itemize}
189
\item If a patient accidentally takes all the Prednisone tablets at once,
190
what percentage of a Prednisone tablet will be present in the patient's body?
191
How long will it take for there to be less than 3\% of a Prednisone tablet
192
in the patient's body?
193
\begin{itemize}
194
\item If the patient takes all $36$ Prednisone tablets at once, there are $180$ mg ($36*5$ mg), or $3600\%$ of a Prednisone tablet in the body.
195
\item To solve this, we must set up another equation: $180(0.5)^t = .15$ mg, where $t$ is the time in hours that it will take to be less than $3\%$ of a Prednisone tablet in the body.
196
\begin{enumerate}
197
\item using a calculator, we find that $\mathbf{n = 10.229}$ \textbf{hours.}
198
\end{enumerate}
199
\end{itemize}
200
\end{enumerate}
201
\newpage
202
\section*{Conclusion}
203
I enjoyed this project because the topic was very interesting to me. I had never learned about modeling the amount of a drug in a human body at a point in time, and doing this project made me realize how much has to be considered when writing/administering the drug instructions. One still has to consider the amount of the drug that is still in the body before taking another dose. This concept confused me for quite some time and made writing the formulas much harder. For example, question three was the hardest question for me. While I believe I got the correct numerical answer, deriving a formula proved most challenging, and I ended up deriving an extremely simple and minimal formula. Otherwise, when I began to understand the concept, the rest of the project was fairly straightforward. In addition, I found that writing many of these answers in paragraph form was confusing and hard to follow, so I stuck to writing the answers as a list, but with explanations integrated into the list. \par
204
Overall, I extremely enjoyed working on this project. This topic has been the most interesting project topic so far, and it has also been the most challenging project for me so far.
205
206
\end{document}
207
208