{"id":60,"date":"2019-08-01T19:32:46","date_gmt":"2019-08-01T23:32:46","guid":{"rendered":"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/chapter\/4-3-exponential-and-logarithmic-models\/"},"modified":"2023-11-27T14:19:24","modified_gmt":"2023-11-27T19:19:24","slug":"4-3-exponential-and-logarithmic-models","status":"publish","type":"chapter","link":"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/chapter\/4-3-exponential-and-logarithmic-models\/","title":{"raw":"4.3. Exponential and Logarithmic Models","rendered":"4.3. Exponential and Logarithmic Models"},"content":{"raw":"[Latexpage]\n<h1>Exponential and Logarithmic Models<\/h1>\nWhile we have explored some basic applications of exponential and logarithmic functions, in this section we explore some important applications in more depth.\n\nMore complex exponential equations can often be solved in more than one way. In the following example, we will solve the same problem in two ways \u2013 one using logarithm properties, and the other using exponential properties.\n\n&nbsp;\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 4.3.1a<\/p>\n\n<\/header>\n<div class=\"textbox__content\">\n\nIn 2008, the population of Kenya was approximately 38.8 million, and was growing by 2.64% each year, while the population of Sudan was approximately 41.3 million and growing by 2.24% each year. If these trends continue, when will the population of Kenya match that of Sudan?\n\nWe start by writing an equation for each population in terms of <em>t<\/em>, the number of years after 2008.\n<p style=\"text-align: center\">$Kenya(t)=38.8(1+0.0264)^t$<\/p>\n<p style=\"text-align: center\">$Sudan(t)=41.3(1+0.0224)^t$<\/p>\nTo find when the populations will be equal, we can set the equations equal:\n<p style=\"text-align: center\">$38.8(1.0264)^t=41.3(1.0224)^t$<\/p>\nFor our first approach, we take the log of both sides of the equation:\n<p style=\"text-align: center\">$\\log(38.8(1.0264)^t)=\\log(41.3(1.0224)^t)$<\/p>\nUtilizing the sum property of logs, we can rewrite each side:\n<p style=\"text-align: center\">$\\log(38.8)+\\log(1.0264^t)=\\log(41.3)+\\log(1.0224^t)$<\/p>\nThen utilizing the exponent property, we can pull the variables out of the exponent:\n<p style=\"text-align: center\">$\\log(38.8)+t\\log(1.0264)=\\log(41.3)+t\\log(1.0224)$<\/p>\nMoving all the terms involving <em>t<\/em> to one side of the equation and the rest of the terms to the other side:\n<p style=\"text-align: center\">$t\\log(1.0264)-t\\log(1.0224)=\\log(41.3)-\\log(38.8)$<\/p>\nFactoring out the <em>t<\/em> on the left:\n<p style=\"text-align: center\">$t(\\log(1.0264)-\\log(1.0224))=\\log(41.3)-\\log(38.8)$<\/p>\nDividing to solve for t:\n<p style=\"text-align: center\">$t=\\frac{\\log(41.3)-\\log(38.8)}{\\log(1.0264)-\\log(1.0224)}\\approx15.991$ years until the populations will be equal.<\/p>\n\n<\/div>\n<\/div>\n&nbsp;\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 4.3.1b<\/p>\n\n<\/header>\n<div class=\"textbox__content\">\n\nSolve the problem above by rewriting before taking the log.\n\nStarting at the equation:\n<p style=\"text-align: center\">38.8(1.0264)<sup><em>t<\/em><\/sup> = 41.3(1.0224)<sup><em>t<\/em><\/sup><\/p>\nDivide to move the exponential terms to one side of the equation and the constants to the other side:\n<p style=\"text-align: center\">$\\frac{1.0264^t}{1.0224^t}=\\frac{41.3}{38.8}$<\/p>\nUsing exponent rules to group on the left:\n<p style=\"text-align: center\">$(\\frac{1.0264}{1.0224})^t = \\frac{41.3}{38.8}$<\/p>\nTaking the log of both sides:\n<p style=\"text-align: center\">$\\log((\\frac{1.0264}{1.0224})^t)=\\log(\\frac{41.3}{38.8})$<\/p>\nUtilizing the exponent property on the left:\n<p style=\"text-align: center\">$t\\log(\\frac{1.0264}{1.0224})=\\log(\\frac{41.3}{38.8})$<\/p>\nDividing gives:\n<p style=\"text-align: center\">$t=\\frac{\\log(\\frac{41.3}{38.8})}{\\log(\\frac{1.0264}{1.0224})}\\approx15.991$ years<\/p>\nWhile the answer does not immediately appear identical to that produced using the previous method, note that by using the difference property of logs, the answer could be rewritten:\n<p style=\"text-align: center\">$t=\\frac{\\log(\\frac{41.3}{38.8})}{\\log(\\frac{1.0264}{1.0224})}=\\frac{\\log(41.3)-\\log(38.8)}{\\log(1.0264)-\\log(1.0224)}$<\/p>\n\n<\/div>\n<\/div>\n&nbsp;\n\nWhile both methods work equally well, it often requires fewer steps to utilize algebra before taking logs, rather than relying solely on log properties.\n\n&nbsp;\n<h1>Radioactive Decay<\/h1>\nIn an earlier section, we discussed radioactive decay \u2013 the idea that radioactive isotopes change over time. One of the common terms associated with radioactive decay is half-life.\n\n&nbsp;\n<div class=\"textbox shaded\"><strong>Half Life<\/strong>: The <strong>half-life<\/strong> of a radioactive isotope is the time it takes for half the substance to decay.<\/div>\n&nbsp;\n\nGiven the basic exponential growth\/decay equation<em> h<\/em>(<em>t<\/em>) = <em>ab<sup>t<\/sup><\/em> , half-life can be found by solving for when half the original amount remains; by solving $\\frac{1}{2}a=a(b)^t$ , or more simply $\\frac{1}{2}=b^t$ . Notice how the initial amount is irrelevant when solving for half-life.\n\n&nbsp;\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 4.3.2<\/p>\n\n<\/header>\n<div class=\"textbox__content\">\n\nBismuth-210 is an isotope that decays by about 13% each day. What is the half-life of Bismuth-210?\n\nWe were not given a starting quantity, so we could either make up a value or use an unknown constant to represent the starting amount. To show that starting quantity does not affect the result, let us denote the initial quantity by the constant <em>a<\/em>. Then the decay of Bismuth-210 can be described by the equation <em>Q<\/em>(<em>d<\/em>) = <em>a<\/em>(0.87)<sup><em>d<\/em><\/sup> .\n\nTo find the half-life, we want to determine when the remaining quantity is half the original: $\\frac{1}{2}a$ . Solving:\n<table class=\"no-lines\" style=\"border-collapse: collapse;width: 100%;height: 85px\" border=\"0\">\n<tbody>\n<tr style=\"height: 14px\">\n<td style=\"width: 57.7072%;height: 14px\">$\\frac{1}{2}a=a(0.87)^d$<\/td>\n<td style=\"width: 42.2928%;height: 14px\"><\/td>\n<\/tr>\n<tr style=\"height: 14px\">\n<td style=\"width: 57.7072%;height: 14px\">$\\frac{1}{2}=0.87^d$<\/td>\n<td style=\"width: 42.2928%;height: 14px\">Dividing by a<\/td>\n<\/tr>\n<tr style=\"height: 14px\">\n<td style=\"width: 57.7072%;height: 14px\">$\\log(\\frac{1}{2})=\\log(0.87^d)$<\/td>\n<td style=\"width: 42.2928%;height: 14px\">Taking the log of both sides<\/td>\n<\/tr>\n<tr style=\"height: 14px\">\n<td style=\"width: 57.7072%;height: 14px\">$\\log(\\frac{1}{2})=d\\log(0.87)$<\/td>\n<td style=\"width: 42.2928%;height: 14px\">Use the exponent property of logs<\/td>\n<\/tr>\n<tr style=\"height: 29px\">\n<td style=\"width: 57.7072%;height: 29px\">$d=\\frac{\\log(\\frac{1}{2})}{\\log(0.87)}\\approx4.977$ days<\/td>\n<td style=\"width: 42.2928%;height: 29px\">Divide to solve for <em>d<\/em><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\nThis tells us that the half-life of Bismuth-210 is approximately 5 days.\n\n<\/div>\n<\/div>\n&nbsp;\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 4.3.3<\/p>\n\n<\/header>\n<div class=\"textbox__content\">\n\nCesium-137 has a half-life of about 30 years. If you begin with 200 mg of cesium-137, how much will remain after 30 years? 60 years? 90 years?\n\nSince the half-life is 30 years, after 30 years, half the original amount, 100 mg, will remain.\n\nAfter 60 years, another 30 years have passed, so during that second 30 years, another half of the substance will decay, leaving 50 mg.\n\nAfter 90 years, another 30 years have passed, so another half of the substance will decay, leaving 25 mg.\n\n<\/div>\n<\/div>\n&nbsp;\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 4.3.4<\/p>\n\n<\/header>\n<div class=\"textbox__content\">\n\nCarbon-14 is a radioactive isotope that is present in organic materials, and is commonly used for dating historical artifacts. Carbon-14 has a half-life of 5730 years. If a bone fragment is found that contains 20% of its original carbon-14, how old is the bone?\n\nTo find how old the bone is, we first will need to find an equation for the decay of the carbon-14. We could either use a continuous or annual decay formula, but opt to use the continuous decay formula since it is more common in scientific texts. The half life tells us that after 5730 years, half the original substance remains. Solving for the rate:\n<table class=\"no-lines\" style=\"border-collapse: collapse;width: 100%;height: 116px\" border=\"0\">\n<tbody>\n<tr style=\"height: 14px\">\n<td style=\"width: 55.2022%;height: 14px\">$\\frac{1}{2}a=ae^{r5730}$<\/td>\n<td style=\"width: 44.7978%;height: 14px\"><\/td>\n<\/tr>\n<tr style=\"height: 14px\">\n<td style=\"width: 55.2022%;height: 14px\">$\\frac{1}{2}=e^{r5730}$<\/td>\n<td style=\"width: 44.7978%;height: 14px\">Dividing by <em>a<\/em><\/td>\n<\/tr>\n<tr style=\"height: 14px\">\n<td style=\"width: 55.2022%;height: 14px\">$\\ln(\\frac{1}{2})=\\ln(e^{r5730})$<\/td>\n<td style=\"width: 44.7978%;height: 14px\">Taking the natural log of both sides<\/td>\n<\/tr>\n<tr style=\"height: 14px\">\n<td style=\"width: 55.2022%;height: 14px\">$\\ln(\\frac{1}{2})=5730r$<\/td>\n<td style=\"width: 44.7978%;height: 14px\">Use the inverse property of logs on the right side<\/td>\n<\/tr>\n<tr style=\"height: 14px\">\n<td style=\"width: 55.2022%;height: 14px\">$r=\\frac{\\ln(\\frac{1}{2})}{5730}\\approx-0.000121$<\/td>\n<td style=\"width: 44.7978%;height: 14px\">Dividing by 5730<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\nNow we know the decay will follow the equation <em>Q<\/em>(<em>t<\/em>) = <em>ae<\/em><sup>-0.000121t<\/sup> . To find how old the bone fragment is that contains 20% of the original amount, we solve for t so that <em>Q<\/em>(<em>t<\/em>) = 0.20<em>a<\/em>.\n\n$0.20a = ae^{-0.000121t}$\n\n$0.20 = e^{-0.000121t}$\n\n$\\ln(0.20)=\\ln(e^{-0.000121t})$\n\n$\\ln(0.20)=-0.000121t$\n\n$t=\\frac{\\ln(0.20)}{-0.000121}\\approx13301$ years.\n\nTherefore, the bone fragment is about 13,300 years old.\n\n<\/div>\n<\/div>\n&nbsp;\n<h1>Doubling Time<\/h1>\nFor decaying quantities, we asked how long it takes for half the substance to decay. For growing quantities, we might ask how long it takes for the quantity to double.\n\n&nbsp;\n<div class=\"textbox shaded\"><strong>Doubling Time<\/strong>:\u00a0The doubling time of a growing quantity is the time it takes for the quantity to double.<\/div>\n&nbsp;\n\nGiven the basic exponential growth equation <em>h<\/em>(<em>t<\/em>) = <em>ab<sup>t<\/sup><\/em> , doubling time can be found by solving for when the original quantity has doubled; by solving 2<em>a<\/em> = <em>a<\/em>(<em>b<\/em>)<sup><em>x<\/em><\/sup> , or more simply 2 = <em>b<sup>x<\/sup><\/em>. Again notice how the initial amount is irrelevant when solving for doubling time.\n\n&nbsp;\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 4.3.5<\/p>\n\n<\/header>\n<div class=\"textbox__content\">\n\nIf you invest money at 8% compounded quarterly, how long will it take your money to double?\n\nUsing the compound interest equation, we can write $A(t)=P(1+\\frac{0.08}{4})^{4t}=P(1.02)^{4t}$ .\n\nTo find the doubling time, we look for the time until we have twice the original amount, so when <em>A<\/em>(<em>t<\/em>) = 2<em>P<\/em>. Notice we don\u2019t need to know how much was invested.\n\n$2P=P(1.02)^{4t}$\n\n$2=(1.02)^{4t}$\n\n$\\log(2)=\\log(1.02^{4t})$\n\n$\\log(2)=4t\\log(1.02)$\n\n$t=\\frac{\\log(2)}{4\\log(1.02)}\\approx8.751$ years.\n\nIt will take about 8.75 years for the investment double in value.\n\n<\/div>\n<\/div>\n&nbsp;\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 4.3.6<\/p>\n\n<\/header>\n<div class=\"textbox__content\">\n\nUse of a new social networking website has been growing exponentially, with the number of new members doubling every 5 months. If the site currently has 120,000 users and this trend continues, how many users will the site have in 1 year?\n\nWe can use the doubling time to find a function that models the number of site users, and then use that equation to answer the question. While we could use an arbitrary <em>a<\/em> as we have before for the initial amount, in this case, we know the initial amount was 120,000.\n\nIf we use a continuous growth equation, it would look like <em>N<\/em>(<em>t<\/em>) = 120<em>e<sup>rt<\/sup><\/em> , measured in thousands of users after <em>t<\/em> months. Based on the doubling time, there would be 240 thousand users after 5 months. This allows us to solve for the continuous growth rate:\n\n$240=120e^{r5}$\n\n$2=e^{r5}$\n\n$\\ln2=5r$\n\n$r=\\frac{\\ln2}{5}\\approx0.1386$\n\nNow that we have an equation, <em>N<\/em>(<em>t<\/em>) = 120<em>e<\/em><sup>0.1386<em>t<\/em><\/sup> , we can predict the number of users after 12 months:\n\n<em>N<\/em>(12) = 120<em>e<\/em><sup>0.1386(12)<\/sup> = 633.140 thousand users.\n\nSo after 1 year, we would expect the site to have around 633,140 users.\n\n<\/div>\n<\/div>\n&nbsp;\n<h1>Practice questions<\/h1>\n<strong><span style=\"font-size: 1rem\">1<\/span>.<\/strong> Tank A contains 10 litres of water, and 35% of the water evaporates each week. Tank B contains 30 litres of water, and 50% of the water evaporates each week. In how many weeks will the tanks contain the same amount of water?\n\n<strong>2.<\/strong> In 2020, the population of Canada was approximately 37,742,154, with an annual growth rate of 0.89%. In the same year, the population of Saudi Arabia was 34,813,871, with an annual growth rate of 1.59%. Assuming these trends continue, when would the populations of these two countries be equal?\n\n<strong>3.<\/strong> Recall that Cesium-137 has a half-life of about 30 years. If you begin with 200 mg of Cesium-137, how long will it take until only 1 milligram remains?\n\n<strong>4.<\/strong> Plutonium-239, a product of nuclear explosion, has a half-life of 24,000 years. What percent of plutonium-239 would remain after:\n<p style=\"padding-left: 40px\"><strong>a.\u00a0<\/strong>100 years<\/p>\n<p style=\"padding-left: 40px\"><strong>b.\u00a0<\/strong>1000 years<\/p>\n<p style=\"padding-left: 40px\"><strong>c.<\/strong> 10,000 years<\/p>\n<strong>5.<\/strong> If tuition at a university is increasing by 6.6% each year, how many years will it take for tuition to double?\n\n<strong>6.<\/strong> Suppose a new strain of influenza has emerged and the number of cases worldwide is doubling exponentially every 7 months. What is the continuous growth rate\u00a0(<em>r<\/em>)?\n\n&nbsp;","rendered":"<h1>Exponential and Logarithmic Models<\/h1>\n<p>While we have explored some basic applications of exponential and logarithmic functions, in this section we explore some important applications in more depth.<\/p>\n<p>More complex exponential equations can often be solved in more than one way. In the following example, we will solve the same problem in two ways \u2013 one using logarithm properties, and the other using exponential properties.<\/p>\n<p>&nbsp;<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 4.3.1a<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>In 2008, the population of Kenya was approximately 38.8 million, and was growing by 2.64% each year, while the population of Sudan was approximately 41.3 million and growing by 2.24% each year. If these trends continue, when will the population of Kenya match that of Sudan?<\/p>\n<p>We start by writing an equation for each population in terms of <em>t<\/em>, the number of years after 2008.<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-96f9cc38566e040b70f5341b123170bb_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#75;&#101;&#110;&#121;&#97;&#40;&#116;&#41;&#61;&#51;&#56;&#46;&#56;&#40;&#49;&#43;&#48;&#46;&#48;&#50;&#54;&#52;&#41;&#94;&#116;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"229\" style=\"vertical-align: -4px;\" \/><\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-43deb044eaba5a77abc4a1127d601397_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#83;&#117;&#100;&#97;&#110;&#40;&#116;&#41;&#61;&#52;&#49;&#46;&#51;&#40;&#49;&#43;&#48;&#46;&#48;&#50;&#50;&#52;&#41;&#94;&#116;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"226\" style=\"vertical-align: -4px;\" \/><\/p>\n<p>To find when the populations will be equal, we can set the equations equal:<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-cb2f12242c48ba607e2aad2d15105c1c_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#51;&#56;&#46;&#56;&#40;&#49;&#46;&#48;&#50;&#54;&#52;&#41;&#94;&#116;&#61;&#52;&#49;&#46;&#51;&#40;&#49;&#46;&#48;&#50;&#50;&#52;&#41;&#94;&#116;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"225\" style=\"vertical-align: -4px;\" \/><\/p>\n<p>For our first approach, we take the log of both sides of the equation:<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-555a40426fb44066372d636da69c2fef_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#108;&#111;&#103;&#40;&#51;&#56;&#46;&#56;&#40;&#49;&#46;&#48;&#50;&#54;&#52;&#41;&#94;&#116;&#41;&#61;&#92;&#108;&#111;&#103;&#40;&#52;&#49;&#46;&#51;&#40;&#49;&#46;&#48;&#50;&#50;&#52;&#41;&#94;&#116;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"297\" style=\"vertical-align: -4px;\" \/><\/p>\n<p>Utilizing the sum property of logs, we can rewrite each side:<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-291c6e7f839f43d6660f1e35433d8f39_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#108;&#111;&#103;&#40;&#51;&#56;&#46;&#56;&#41;&#43;&#92;&#108;&#111;&#103;&#40;&#49;&#46;&#48;&#50;&#54;&#52;&#94;&#116;&#41;&#61;&#92;&#108;&#111;&#103;&#40;&#52;&#49;&#46;&#51;&#41;&#43;&#92;&#108;&#111;&#103;&#40;&#49;&#46;&#48;&#50;&#50;&#52;&#94;&#116;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"386\" style=\"vertical-align: -4px;\" \/><\/p>\n<p>Then utilizing the exponent property, we can pull the variables out of the exponent:<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-cafda14480a3e45ced692682784b3da3_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#108;&#111;&#103;&#40;&#51;&#56;&#46;&#56;&#41;&#43;&#116;&#92;&#108;&#111;&#103;&#40;&#49;&#46;&#48;&#50;&#54;&#52;&#41;&#61;&#92;&#108;&#111;&#103;&#40;&#52;&#49;&#46;&#51;&#41;&#43;&#116;&#92;&#108;&#111;&#103;&#40;&#49;&#46;&#48;&#50;&#50;&#52;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"394\" style=\"vertical-align: -4px;\" \/><\/p>\n<p>Moving all the terms involving <em>t<\/em> to one side of the equation and the rest of the terms to the other side:<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-0eed33d57950135180b868d850823d29_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#116;&#92;&#108;&#111;&#103;&#40;&#49;&#46;&#48;&#50;&#54;&#52;&#41;&#45;&#116;&#92;&#108;&#111;&#103;&#40;&#49;&#46;&#48;&#50;&#50;&#52;&#41;&#61;&#92;&#108;&#111;&#103;&#40;&#52;&#49;&#46;&#51;&#41;&#45;&#92;&#108;&#111;&#103;&#40;&#51;&#56;&#46;&#56;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"394\" style=\"vertical-align: -4px;\" \/><\/p>\n<p>Factoring out the <em>t<\/em> on the left:<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-f1d6192d6b4cec960ec893b1b8cda1f4_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#116;&#40;&#92;&#108;&#111;&#103;&#40;&#49;&#46;&#48;&#50;&#54;&#52;&#41;&#45;&#92;&#108;&#111;&#103;&#40;&#49;&#46;&#48;&#50;&#50;&#52;&#41;&#41;&#61;&#92;&#108;&#111;&#103;&#40;&#52;&#49;&#46;&#51;&#41;&#45;&#92;&#108;&#111;&#103;&#40;&#51;&#56;&#46;&#56;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"395\" style=\"vertical-align: -4px;\" \/><\/p>\n<p>Dividing to solve for t:<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-6516e8d869a6501b09618b6413fab4e0_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#116;&#61;&#92;&#102;&#114;&#97;&#99;&#123;&#92;&#108;&#111;&#103;&#40;&#52;&#49;&#46;&#51;&#41;&#45;&#92;&#108;&#111;&#103;&#40;&#51;&#56;&#46;&#56;&#41;&#125;&#123;&#92;&#108;&#111;&#103;&#40;&#49;&#46;&#48;&#50;&#54;&#52;&#41;&#45;&#92;&#108;&#111;&#103;&#40;&#49;&#46;&#48;&#50;&#50;&#52;&#41;&#125;&#92;&#97;&#112;&#112;&#114;&#111;&#120;&#49;&#53;&#46;&#57;&#57;&#49;\" title=\"Rendered by QuickLaTeX.com\" height=\"29\" width=\"251\" style=\"vertical-align: -9px;\" \/> years until the populations will be equal.<\/p>\n<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 4.3.1b<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Solve the problem above by rewriting before taking the log.<\/p>\n<p>Starting at the equation:<\/p>\n<p style=\"text-align: center\">38.8(1.0264)<sup><em>t<\/em><\/sup> = 41.3(1.0224)<sup><em>t<\/em><\/sup><\/p>\n<p>Divide to move the exponential terms to one side of the equation and the constants to the other side:<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-958f31dbd21e1602d43fc3556944f721_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#102;&#114;&#97;&#99;&#123;&#49;&#46;&#48;&#50;&#54;&#52;&#94;&#116;&#125;&#123;&#49;&#46;&#48;&#50;&#50;&#52;&#94;&#116;&#125;&#61;&#92;&#102;&#114;&#97;&#99;&#123;&#52;&#49;&#46;&#51;&#125;&#123;&#51;&#56;&#46;&#56;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"25\" width=\"96\" style=\"vertical-align: -7px;\" \/><\/p>\n<p>Using exponent rules to group on the left:<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-4cd9cdcb67bda0bbffdba9df02318785_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#92;&#102;&#114;&#97;&#99;&#123;&#49;&#46;&#48;&#50;&#54;&#52;&#125;&#123;&#49;&#46;&#48;&#50;&#50;&#52;&#125;&#41;&#94;&#116;&#32;&#61;&#32;&#92;&#102;&#114;&#97;&#99;&#123;&#52;&#49;&#46;&#51;&#125;&#123;&#51;&#56;&#46;&#56;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"23\" width=\"111\" style=\"vertical-align: -7px;\" \/><\/p>\n<p>Taking the log of both sides:<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-0bcd9fbb38e4a0c966be3ee26a4ee137_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#108;&#111;&#103;&#40;&#40;&#92;&#102;&#114;&#97;&#99;&#123;&#49;&#46;&#48;&#50;&#54;&#52;&#125;&#123;&#49;&#46;&#48;&#50;&#50;&#52;&#125;&#41;&#94;&#116;&#41;&#61;&#92;&#108;&#111;&#103;&#40;&#92;&#102;&#114;&#97;&#99;&#123;&#52;&#49;&#46;&#51;&#125;&#123;&#51;&#56;&#46;&#56;&#125;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"23\" width=\"186\" style=\"vertical-align: -7px;\" \/><\/p>\n<p>Utilizing the exponent property on the left:<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-7d5909d04e89670c0142a2ff295b44e4_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#116;&#92;&#108;&#111;&#103;&#40;&#92;&#102;&#114;&#97;&#99;&#123;&#49;&#46;&#48;&#50;&#54;&#52;&#125;&#123;&#49;&#46;&#48;&#50;&#50;&#52;&#125;&#41;&#61;&#92;&#108;&#111;&#103;&#40;&#92;&#102;&#114;&#97;&#99;&#123;&#52;&#49;&#46;&#51;&#125;&#123;&#51;&#56;&#46;&#56;&#125;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"23\" width=\"176\" style=\"vertical-align: -7px;\" \/><\/p>\n<p>Dividing gives:<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-1440db0703189b54881056125053dbd7_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#116;&#61;&#92;&#102;&#114;&#97;&#99;&#123;&#92;&#108;&#111;&#103;&#40;&#92;&#102;&#114;&#97;&#99;&#123;&#52;&#49;&#46;&#51;&#125;&#123;&#51;&#56;&#46;&#56;&#125;&#41;&#125;&#123;&#92;&#108;&#111;&#103;&#40;&#92;&#102;&#114;&#97;&#99;&#123;&#49;&#46;&#48;&#50;&#54;&#52;&#125;&#123;&#49;&#46;&#48;&#50;&#50;&#52;&#125;&#41;&#125;&#92;&#97;&#112;&#112;&#114;&#111;&#120;&#49;&#53;&#46;&#57;&#57;&#49;\" title=\"Rendered by QuickLaTeX.com\" height=\"36\" width=\"172\" style=\"vertical-align: -14px;\" \/> years<\/p>\n<p>While the answer does not immediately appear identical to that produced using the previous method, note that by using the difference property of logs, the answer could be rewritten:<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-97282f13fd910e26f9aa30b1a1861eeb_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#116;&#61;&#92;&#102;&#114;&#97;&#99;&#123;&#92;&#108;&#111;&#103;&#40;&#92;&#102;&#114;&#97;&#99;&#123;&#52;&#49;&#46;&#51;&#125;&#123;&#51;&#56;&#46;&#56;&#125;&#41;&#125;&#123;&#92;&#108;&#111;&#103;&#40;&#92;&#102;&#114;&#97;&#99;&#123;&#49;&#46;&#48;&#50;&#54;&#52;&#125;&#123;&#49;&#46;&#48;&#50;&#50;&#52;&#125;&#41;&#125;&#61;&#92;&#102;&#114;&#97;&#99;&#123;&#92;&#108;&#111;&#103;&#40;&#52;&#49;&#46;&#51;&#41;&#45;&#92;&#108;&#111;&#103;&#40;&#51;&#56;&#46;&#56;&#41;&#125;&#123;&#92;&#108;&#111;&#103;&#40;&#49;&#46;&#48;&#50;&#54;&#52;&#41;&#45;&#92;&#108;&#111;&#103;&#40;&#49;&#46;&#48;&#50;&#50;&#52;&#41;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"36\" width=\"270\" style=\"vertical-align: -14px;\" \/><\/p>\n<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<p>While both methods work equally well, it often requires fewer steps to utilize algebra before taking logs, rather than relying solely on log properties.<\/p>\n<p>&nbsp;<\/p>\n<h1>Radioactive Decay<\/h1>\n<p>In an earlier section, we discussed radioactive decay \u2013 the idea that radioactive isotopes change over time. One of the common terms associated with radioactive decay is half-life.<\/p>\n<p>&nbsp;<\/p>\n<div class=\"textbox shaded\"><strong>Half Life<\/strong>: The <strong>half-life<\/strong> of a radioactive isotope is the time it takes for half the substance to decay.<\/div>\n<p>&nbsp;<\/p>\n<p>Given the basic exponential growth\/decay equation<em> h<\/em>(<em>t<\/em>) = <em>ab<sup>t<\/sup><\/em> , half-life can be found by solving for when half the original amount remains; by solving <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-0b7905ef699df98c8c359ab22728cc37_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#102;&#114;&#97;&#99;&#123;&#49;&#125;&#123;&#50;&#125;&#97;&#61;&#97;&#40;&#98;&#41;&#94;&#116;\" title=\"Rendered by QuickLaTeX.com\" height=\"22\" width=\"78\" style=\"vertical-align: -6px;\" \/> , or more simply <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-ee688d2e477378cc2b57772a13bcfdaf_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#102;&#114;&#97;&#99;&#123;&#49;&#125;&#123;&#50;&#125;&#61;&#98;&#94;&#116;\" title=\"Rendered by QuickLaTeX.com\" height=\"22\" width=\"45\" style=\"vertical-align: -6px;\" \/> . Notice how the initial amount is irrelevant when solving for half-life.<\/p>\n<p>&nbsp;<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 4.3.2<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Bismuth-210 is an isotope that decays by about 13% each day. What is the half-life of Bismuth-210?<\/p>\n<p>We were not given a starting quantity, so we could either make up a value or use an unknown constant to represent the starting amount. To show that starting quantity does not affect the result, let us denote the initial quantity by the constant <em>a<\/em>. Then the decay of Bismuth-210 can be described by the equation <em>Q<\/em>(<em>d<\/em>) = <em>a<\/em>(0.87)<sup><em>d<\/em><\/sup> .<\/p>\n<p>To find the half-life, we want to determine when the remaining quantity is half the original: <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-a9e132748b490ae495302a489e857479_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#102;&#114;&#97;&#99;&#123;&#49;&#125;&#123;&#50;&#125;&#97;\" title=\"Rendered by QuickLaTeX.com\" height=\"22\" width=\"18\" style=\"vertical-align: -6px;\" \/> . Solving:<\/p>\n<table class=\"no-lines\" style=\"border-collapse: collapse;width: 100%;height: 85px\">\n<tbody>\n<tr style=\"height: 14px\">\n<td style=\"width: 57.7072%;height: 14px\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-e4bf8f9a29c19be618706eb5f46161cd_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#102;&#114;&#97;&#99;&#123;&#49;&#125;&#123;&#50;&#125;&#97;&#61;&#97;&#40;&#48;&#46;&#56;&#55;&#41;&#94;&#100;\" title=\"Rendered by QuickLaTeX.com\" height=\"22\" width=\"105\" style=\"vertical-align: -6px;\" \/><\/td>\n<td style=\"width: 42.2928%;height: 14px\"><\/td>\n<\/tr>\n<tr style=\"height: 14px\">\n<td style=\"width: 57.7072%;height: 14px\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-7e81da3144b931e87ddf111383f3d018_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#102;&#114;&#97;&#99;&#123;&#49;&#125;&#123;&#50;&#125;&#61;&#48;&#46;&#56;&#55;&#94;&#100;\" title=\"Rendered by QuickLaTeX.com\" height=\"22\" width=\"72\" style=\"vertical-align: -6px;\" \/><\/td>\n<td style=\"width: 42.2928%;height: 14px\">Dividing by a<\/td>\n<\/tr>\n<tr style=\"height: 14px\">\n<td style=\"width: 57.7072%;height: 14px\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-646a969c9bc9ae576a562369e7aae15f_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#108;&#111;&#103;&#40;&#92;&#102;&#114;&#97;&#99;&#123;&#49;&#125;&#123;&#50;&#125;&#41;&#61;&#92;&#108;&#111;&#103;&#40;&#48;&#46;&#56;&#55;&#94;&#100;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"22\" width=\"146\" style=\"vertical-align: -6px;\" \/><\/td>\n<td style=\"width: 42.2928%;height: 14px\">Taking the log of both sides<\/td>\n<\/tr>\n<tr style=\"height: 14px\">\n<td style=\"width: 57.7072%;height: 14px\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-2e7bde523daee854b46808fa7367575c_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#108;&#111;&#103;&#40;&#92;&#102;&#114;&#97;&#99;&#123;&#49;&#125;&#123;&#50;&#125;&#41;&#61;&#100;&#92;&#108;&#111;&#103;&#40;&#48;&#46;&#56;&#55;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"22\" width=\"151\" style=\"vertical-align: -6px;\" \/><\/td>\n<td style=\"width: 42.2928%;height: 14px\">Use the exponent property of logs<\/td>\n<\/tr>\n<tr style=\"height: 29px\">\n<td style=\"width: 57.7072%;height: 29px\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-0a6dcf6d01486b732dd6b46c80968b4e_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#100;&#61;&#92;&#102;&#114;&#97;&#99;&#123;&#92;&#108;&#111;&#103;&#40;&#92;&#102;&#114;&#97;&#99;&#123;&#49;&#125;&#123;&#50;&#125;&#41;&#125;&#123;&#92;&#108;&#111;&#103;&#40;&#48;&#46;&#56;&#55;&#41;&#125;&#92;&#97;&#112;&#112;&#114;&#111;&#120;&#52;&#46;&#57;&#55;&#55;\" title=\"Rendered by QuickLaTeX.com\" height=\"31\" width=\"154\" style=\"vertical-align: -9px;\" \/> days<\/td>\n<td style=\"width: 42.2928%;height: 29px\">Divide to solve for <em>d<\/em><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>This tells us that the half-life of Bismuth-210 is approximately 5 days.<\/p>\n<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 4.3.3<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Cesium-137 has a half-life of about 30 years. If you begin with 200 mg of cesium-137, how much will remain after 30 years? 60 years? 90 years?<\/p>\n<p>Since the half-life is 30 years, after 30 years, half the original amount, 100 mg, will remain.<\/p>\n<p>After 60 years, another 30 years have passed, so during that second 30 years, another half of the substance will decay, leaving 50 mg.<\/p>\n<p>After 90 years, another 30 years have passed, so another half of the substance will decay, leaving 25 mg.<\/p>\n<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 4.3.4<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Carbon-14 is a radioactive isotope that is present in organic materials, and is commonly used for dating historical artifacts. Carbon-14 has a half-life of 5730 years. If a bone fragment is found that contains 20% of its original carbon-14, how old is the bone?<\/p>\n<p>To find how old the bone is, we first will need to find an equation for the decay of the carbon-14. We could either use a continuous or annual decay formula, but opt to use the continuous decay formula since it is more common in scientific texts. The half life tells us that after 5730 years, half the original substance remains. Solving for the rate:<\/p>\n<table class=\"no-lines\" style=\"border-collapse: collapse;width: 100%;height: 116px\">\n<tbody>\n<tr style=\"height: 14px\">\n<td style=\"width: 55.2022%;height: 14px\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-02497ed3cb71afecd815b7edda7d5468_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#102;&#114;&#97;&#99;&#123;&#49;&#125;&#123;&#50;&#125;&#97;&#61;&#97;&#101;&#94;&#123;&#114;&#53;&#55;&#51;&#48;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"22\" width=\"94\" style=\"vertical-align: -6px;\" \/><\/td>\n<td style=\"width: 44.7978%;height: 14px\"><\/td>\n<\/tr>\n<tr style=\"height: 14px\">\n<td style=\"width: 55.2022%;height: 14px\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-565f8e74e2ad3479ee81bdae410020f6_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#102;&#114;&#97;&#99;&#123;&#49;&#125;&#123;&#50;&#125;&#61;&#101;&#94;&#123;&#114;&#53;&#55;&#51;&#48;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"22\" width=\"75\" style=\"vertical-align: -6px;\" \/><\/td>\n<td style=\"width: 44.7978%;height: 14px\">Dividing by <em>a<\/em><\/td>\n<\/tr>\n<tr style=\"height: 14px\">\n<td style=\"width: 55.2022%;height: 14px\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-b50491400074cbf34b8ae0c6925e80fa_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#108;&#110;&#40;&#92;&#102;&#114;&#97;&#99;&#123;&#49;&#125;&#123;&#50;&#125;&#41;&#61;&#92;&#108;&#110;&#40;&#101;&#94;&#123;&#114;&#53;&#55;&#51;&#48;&#125;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"22\" width=\"134\" style=\"vertical-align: -6px;\" \/><\/td>\n<td style=\"width: 44.7978%;height: 14px\">Taking the natural log of both sides<\/td>\n<\/tr>\n<tr style=\"height: 14px\">\n<td style=\"width: 55.2022%;height: 14px\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-154ba056c74da1da03ad3c79ddbed9a4_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#108;&#110;&#40;&#92;&#102;&#114;&#97;&#99;&#123;&#49;&#125;&#123;&#50;&#125;&#41;&#61;&#53;&#55;&#51;&#48;&#114;\" title=\"Rendered by QuickLaTeX.com\" height=\"22\" width=\"107\" style=\"vertical-align: -6px;\" \/><\/td>\n<td style=\"width: 44.7978%;height: 14px\">Use the inverse property of logs on the right side<\/td>\n<\/tr>\n<tr style=\"height: 14px\">\n<td style=\"width: 55.2022%;height: 14px\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-721be9fbfe8ed96e68dfd26c0bda2402_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#114;&#61;&#92;&#102;&#114;&#97;&#99;&#123;&#92;&#108;&#110;&#40;&#92;&#102;&#114;&#97;&#99;&#123;&#49;&#125;&#123;&#50;&#125;&#41;&#125;&#123;&#53;&#55;&#51;&#48;&#125;&#92;&#97;&#112;&#112;&#114;&#111;&#120;&#45;&#48;&#46;&#48;&#48;&#48;&#49;&#50;&#49;\" title=\"Rendered by QuickLaTeX.com\" height=\"28\" width=\"173\" style=\"vertical-align: -6px;\" \/><\/td>\n<td style=\"width: 44.7978%;height: 14px\">Dividing by 5730<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Now we know the decay will follow the equation <em>Q<\/em>(<em>t<\/em>) = <em>ae<\/em><sup>-0.000121t<\/sup> . To find how old the bone fragment is that contains 20% of the original amount, we solve for t so that <em>Q<\/em>(<em>t<\/em>) = 0.20<em>a<\/em>.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-3665afd54f5de19e0c53ea0efe45b7a0_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#48;&#46;&#50;&#48;&#97;&#32;&#61;&#32;&#97;&#101;&#94;&#123;&#45;&#48;&#46;&#48;&#48;&#48;&#49;&#50;&#49;&#116;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"15\" width=\"151\" style=\"vertical-align: 0px;\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-238734b0e0d9b5259fb5930747df17d4_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#48;&#46;&#50;&#48;&#32;&#61;&#32;&#101;&#94;&#123;&#45;&#48;&#46;&#48;&#48;&#48;&#49;&#50;&#49;&#116;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"15\" width=\"132\" style=\"vertical-align: 0px;\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-346860e4dfbe0a37cf0fdff60c316f45_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#108;&#110;&#40;&#48;&#46;&#50;&#48;&#41;&#61;&#92;&#108;&#110;&#40;&#101;&#94;&#123;&#45;&#48;&#46;&#48;&#48;&#48;&#49;&#50;&#49;&#116;&#125;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"188\" style=\"vertical-align: -4px;\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-e7142e6d0af198855fcfe94fd395b958_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#108;&#110;&#40;&#48;&#46;&#50;&#48;&#41;&#61;&#45;&#48;&#46;&#48;&#48;&#48;&#49;&#50;&#49;&#116;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"171\" style=\"vertical-align: -4px;\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-64cf8dabb3f18e91dc805e16f36e9009_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#116;&#61;&#92;&#102;&#114;&#97;&#99;&#123;&#92;&#108;&#110;&#40;&#48;&#46;&#50;&#48;&#41;&#125;&#123;&#45;&#48;&#46;&#48;&#48;&#48;&#49;&#50;&#49;&#125;&#92;&#97;&#112;&#112;&#114;&#111;&#120;&#49;&#51;&#51;&#48;&#49;\" title=\"Rendered by QuickLaTeX.com\" height=\"27\" width=\"164\" style=\"vertical-align: -7px;\" \/> years.<\/p>\n<p>Therefore, the bone fragment is about 13,300 years old.<\/p>\n<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<h1>Doubling Time<\/h1>\n<p>For decaying quantities, we asked how long it takes for half the substance to decay. For growing quantities, we might ask how long it takes for the quantity to double.<\/p>\n<p>&nbsp;<\/p>\n<div class=\"textbox shaded\"><strong>Doubling Time<\/strong>:\u00a0The doubling time of a growing quantity is the time it takes for the quantity to double.<\/div>\n<p>&nbsp;<\/p>\n<p>Given the basic exponential growth equation <em>h<\/em>(<em>t<\/em>) = <em>ab<sup>t<\/sup><\/em> , doubling time can be found by solving for when the original quantity has doubled; by solving 2<em>a<\/em> = <em>a<\/em>(<em>b<\/em>)<sup><em>x<\/em><\/sup> , or more simply 2 = <em>b<sup>x<\/sup><\/em>. Again notice how the initial amount is irrelevant when solving for doubling time.<\/p>\n<p>&nbsp;<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 4.3.5<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>If you invest money at 8% compounded quarterly, how long will it take your money to double?<\/p>\n<p>Using the compound interest equation, we can write <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-cbbbaaa4dfabfbd1c966706f78d07819_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#65;&#40;&#116;&#41;&#61;&#80;&#40;&#49;&#43;&#92;&#102;&#114;&#97;&#99;&#123;&#48;&#46;&#48;&#56;&#125;&#123;&#52;&#125;&#41;&#94;&#123;&#52;&#116;&#125;&#61;&#80;&#40;&#49;&#46;&#48;&#50;&#41;&#94;&#123;&#52;&#116;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"22\" width=\"252\" style=\"vertical-align: -6px;\" \/> .<\/p>\n<p>To find the doubling time, we look for the time until we have twice the original amount, so when <em>A<\/em>(<em>t<\/em>) = 2<em>P<\/em>. Notice we don\u2019t need to know how much was invested.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-b1a8dbf7dd91a9cb08654bdda88b6686_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#50;&#80;&#61;&#80;&#40;&#49;&#46;&#48;&#50;&#41;&#94;&#123;&#52;&#116;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"118\" style=\"vertical-align: -4px;\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-9692785aa6c85409da17a1b727ba2c61_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#50;&#61;&#40;&#49;&#46;&#48;&#50;&#41;&#94;&#123;&#52;&#116;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"91\" style=\"vertical-align: -4px;\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-355db563cfab9048a9aa92241208b12e_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#108;&#111;&#103;&#40;&#50;&#41;&#61;&#92;&#108;&#111;&#103;&#40;&#49;&#46;&#48;&#50;&#94;&#123;&#52;&#116;&#125;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"149\" style=\"vertical-align: -4px;\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-093ab4b3e40bc40ad64da436679ecad6_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#108;&#111;&#103;&#40;&#50;&#41;&#61;&#52;&#116;&#92;&#108;&#111;&#103;&#40;&#49;&#46;&#48;&#50;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"155\" style=\"vertical-align: -4px;\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-309035da326291b7393658288c72c696_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#116;&#61;&#92;&#102;&#114;&#97;&#99;&#123;&#92;&#108;&#111;&#103;&#40;&#50;&#41;&#125;&#123;&#52;&#92;&#108;&#111;&#103;&#40;&#49;&#46;&#48;&#50;&#41;&#125;&#92;&#97;&#112;&#112;&#114;&#111;&#120;&#56;&#46;&#55;&#53;&#49;\" title=\"Rendered by QuickLaTeX.com\" height=\"29\" width=\"160\" style=\"vertical-align: -9px;\" \/> years.<\/p>\n<p>It will take about 8.75 years for the investment double in value.<\/p>\n<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 4.3.6<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Use of a new social networking website has been growing exponentially, with the number of new members doubling every 5 months. If the site currently has 120,000 users and this trend continues, how many users will the site have in 1 year?<\/p>\n<p>We can use the doubling time to find a function that models the number of site users, and then use that equation to answer the question. While we could use an arbitrary <em>a<\/em> as we have before for the initial amount, in this case, we know the initial amount was 120,000.<\/p>\n<p>If we use a continuous growth equation, it would look like <em>N<\/em>(<em>t<\/em>) = 120<em>e<sup>rt<\/sup><\/em> , measured in thousands of users after <em>t<\/em> months. Based on the doubling time, there would be 240 thousand users after 5 months. This allows us to solve for the continuous growth rate:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-1c2c45e5466b519ee1ba63531610b8c5_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#50;&#52;&#48;&#61;&#49;&#50;&#48;&#101;&#94;&#123;&#114;&#53;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"16\" width=\"99\" style=\"vertical-align: -1px;\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-4ee94adbb74d5a24bacbd1c46fd42e1f_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#50;&#61;&#101;&#94;&#123;&#114;&#53;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"15\" width=\"54\" style=\"vertical-align: 0px;\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-7b67480faefa8217af2cb8a925481633_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#108;&#110;&#50;&#61;&#53;&#114;\" title=\"Rendered by QuickLaTeX.com\" height=\"13\" width=\"67\" style=\"vertical-align: 0px;\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-964c15f263656a880771bbed7a8eac24_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#114;&#61;&#92;&#102;&#114;&#97;&#99;&#123;&#92;&#108;&#110;&#50;&#125;&#123;&#53;&#125;&#92;&#97;&#112;&#112;&#114;&#111;&#120;&#48;&#46;&#49;&#51;&#56;&#54;\" title=\"Rendered by QuickLaTeX.com\" height=\"23\" width=\"130\" style=\"vertical-align: -6px;\" \/><\/p>\n<p>Now that we have an equation, <em>N<\/em>(<em>t<\/em>) = 120<em>e<\/em><sup>0.1386<em>t<\/em><\/sup> , we can predict the number of users after 12 months:<\/p>\n<p><em>N<\/em>(12) = 120<em>e<\/em><sup>0.1386(12)<\/sup> = 633.140 thousand users.<\/p>\n<p>So after 1 year, we would expect the site to have around 633,140 users.<\/p>\n<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<h1>Practice questions<\/h1>\n<p><strong><span style=\"font-size: 1rem\">1<\/span>.<\/strong> Tank A contains 10 litres of water, and 35% of the water evaporates each week. Tank B contains 30 litres of water, and 50% of the water evaporates each week. In how many weeks will the tanks contain the same amount of water?<\/p>\n<p><strong>2.<\/strong> In 2020, the population of Canada was approximately 37,742,154, with an annual growth rate of 0.89%. In the same year, the population of Saudi Arabia was 34,813,871, with an annual growth rate of 1.59%. Assuming these trends continue, when would the populations of these two countries be equal?<\/p>\n<p><strong>3.<\/strong> Recall that Cesium-137 has a half-life of about 30 years. If you begin with 200 mg of Cesium-137, how long will it take until only 1 milligram remains?<\/p>\n<p><strong>4.<\/strong> Plutonium-239, a product of nuclear explosion, has a half-life of 24,000 years. What percent of plutonium-239 would remain after:<\/p>\n<p style=\"padding-left: 40px\"><strong>a.\u00a0<\/strong>100 years<\/p>\n<p style=\"padding-left: 40px\"><strong>b.\u00a0<\/strong>1000 years<\/p>\n<p style=\"padding-left: 40px\"><strong>c.<\/strong> 10,000 years<\/p>\n<p><strong>5.<\/strong> If tuition at a university is increasing by 6.6% each year, how many years will it take for tuition to double?<\/p>\n<p><strong>6.<\/strong> Suppose a new strain of influenza has emerged and the number of cases worldwide is doubling exponentially every 7 months. What is the continuous growth rate\u00a0(<em>r<\/em>)?<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"author":2,"menu_order":3,"template":"","meta":{"pb_show_title":"","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[49],"contributor":[],"license":[],"class_list":["post-60","chapter","type-chapter","status-publish","hentry","chapter-type-numberless"],"part":55,"_links":{"self":[{"href":"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-json\/pressbooks\/v2\/chapters\/60","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-json\/wp\/v2\/users\/2"}],"version-history":[{"count":1,"href":"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-json\/pressbooks\/v2\/chapters\/60\/revisions"}],"predecessor-version":[{"id":61,"href":"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-json\/pressbooks\/v2\/chapters\/60\/revisions\/61"}],"part":[{"href":"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-json\/pressbooks\/v2\/parts\/55"}],"metadata":[{"href":"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-json\/pressbooks\/v2\/chapters\/60\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-json\/wp\/v2\/media?parent=60"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-json\/pressbooks\/v2\/chapter-type?post=60"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-json\/wp\/v2\/contributor?post=60"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-json\/wp\/v2\/license?post=60"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}