Carson Witt
\documentclass{article}1\usepackage[utf8]{inputenc}2\usepackage[T1]{fontenc}3\title{\vspace{-4.0cm}Prednisone Project}4\author{Carson Witt}56% Enable SageTeX to run SageMath code right inside this LaTeX file.7% documentation: http://mirrors.ctan.org/macros/latex/contrib/sagetex/sagetexpackage.pdf8% \usepackage{sagetex}910\begin{document}11\maketitle1213\section*{Abstract}14In 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. \par15\vspace{0.2cm}{\noindent{\textbf{Prednisone}}} \par16Prednisone 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. \par17\vspace{0.2cm}{\noindent{\textbf{Biological Half-life}}} \par18An 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.\par19\vspace{0.2cm}{\noindent{\textbf{Prednisone Instructions} \par20From 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.'" \par2122\section*{Procedure/Questions}23\vspace{0.2cm}{Below are the models for different scenarios/time-periods of Prednisone in the body.} \par24\begin{enumerate}25\item Write formulas involving $x$, for the amount of Prednisone in the body:26\begin{enumerate}27\item 24 hours after taking the first dose (of 8 tablets), right before taking the second dose (of 7 tablets).28\begin{enumerate}29\item The formula I used is $x(t) = A_{d_0}(0.5)^{t}$30\begin{enumerate}31\item $A_{d_0} =$ amount of the dose of Prednisone (in mg)32\item $t =$ time (in hours)33\item $0.5 =$ biological half-life34\end{enumerate}35\item So, $x(24) = 40(0.5)^{24} =$ \boldmath $2.384e^{-6} $ \textbf{mg of Prednisone}36\end{enumerate}37\newpage38\item Immediately after taking the second dose (of 7 tablets).39\begin{enumerate}40\item The formula I used is $A_{d_0} = A_{d-1_f}+5(n-(d-1))$41\begin{enumerate}42\item $A_{d_0} =$ amount of Prednisone immediately after the $d$th dose43\item $A_{d-1_f} =$ amount of Prednisone 24 hours after the last dose (in mg)44\item $n =$ starting number of tablets $= 8$ tablets45\item $d =$ dose that the patient is on $= 2$46\end{enumerate}47\item So, $A_{d_0} = 2.384e^{-6} + 35$ mg \boldmath$= 35.000002384$ \textbf{mg of Prednisone}48\end{enumerate}49\item Immediately after taking the third dose (of 6 tablets).50\begin{enumerate}51\item The formula I used is $A_{d_0} = A_{d-1_f}+5(n-(d-1))$52\begin{enumerate}53\item $A_{d_0} =$ amount of Prednisone immediately after the $d$th dose54\item $A_{d-1_f} =$ amount of Prednisone 24 hours after the last dose (in mg)55\item $n =$ starting number of tablets $= 8$ tablets56\item $d =$ dose that the patient is on $= 3$57\end{enumerate}58\item So, $A_{d_0} = 35.000002384(0.5)^{24} + 30 = 2.086e^{-6} + 30 =$ \boldmath $30.000002086$ \textbf{mg of Prednisone}59\end{enumerate}60\item Immediately after taking the eighth dose (of 1 tablet).61\begin{itemize}62\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.63\vspace{0.4cm}64\begin{enumerate}65\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 \\66\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 \\67\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\\68\newpage69\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 \\70\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} \\71\end{enumerate}72\end{itemize}73\item 24 hours after taking the eighth dose.74\begin{itemize}75\item Use this previous formula: $x(t) = A_{d_0}(0.5)^{t}$76\begin{enumerate}77\item $A_{d_0} =$ amount of the dose of Prednisone (in mg)78\begin{enumerate}79\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.80\end{enumerate}81\item $t =$ time (in hours)82\item $0.5 =$ biological half-life83\end{enumerate}84\item $x(24) = 5.000000596(0.5)^{24} =$ \boldmath$2.98e^{-7}$ \textbf{mg of Prednisone}85\end{itemize}86\item $n$ days after taking the eighth dose.87\begin{itemize}88\item Formula: $\mathbf{x(n) = 5.000000596(0.5)^{24n}}$89\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$.90\end{itemize}91\end{enumerate}92\item If a patient takes all the Prednisone tablets as prescribed, how many93days after taking the eighth dose is there less than 3\% of a Prednisone94tablet in the patient's body?95\begin{itemize}96\item We know that one Prednisone tablet is $5$ mg, so 3\% of that tablet is $.03(5) = .15$ mg.97\item We must set up an equation: $.15$ mg $> 5.000000596(0.5)^{24n}$, where $n =$ the number of days.98\begin{enumerate}99\item using a calculator, we find that $\mathbf{n = .210787}$ \textbf{days or} $\mathbf{5.059}$ \textbf{hours.}100\end{enumerate}101\end{itemize}102\newpage103\item A patient is prescribed $n$ tablets of Prednisone the first day, $n-1$104the second, and one tablet fewer each day until all the tablets are gone. Write105a formula that represents $T_n$, the number of Prednisone tablets in the body106immediately after taking the final dose.107\begin{itemize}108\item To solve for this, I used formulas similar to the ones above:109\begin{enumerate}110\item $$111A_{d_0} = A_{d-1_f}+5(n-(d-1))112$$113\item $$114T_n = \frac{A_{8_0}}{5}115$$116\item $$117T_n = \frac{5.000000596}{5} = 1.000000119118$$119\item \textbf{There are $\mathbf{1.000000119}$ tablets in the body immediately after taking the final dose.}120\end{enumerate}121\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.122\end{itemize}123\item If a patient accidentally takes all the Prednisone tablets at once,124what percentage of a Prednisone tablet will be present in the patient's body?125How long will it take for there to be less than 3\% of a Prednisone tablet126in the patient's body?127\begin{itemize}128\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.129\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.130\begin{enumerate}131\item using a calculator, we find that $\mathbf{n = 10.229}$ \textbf{hours.}132\end{enumerate}133\end{itemize}134\end{enumerate}135\newpage136\section*{Conclusion}137I 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. \par138Overall, 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.139140\end{document}141142143