Logo for BCcampus Open Publishing

Want to create or adapt books like this? Learn more about how Pressbooks supports open publishing practices.

Chapter 6: Polynomials

6.1 Working with Exponents

Exponents often can be simplified using a few basic properties, since exponents represent repeated multiplication. The basic structure of writing an exponent looks like [latex]x^y,[/latex] where [latex]x[/latex] is defined as the base and [latex]y[/latex] is termed its exponent. For this instance, [latex]y[/latex] represents the number of times that the variable [latex]x[/latex] is multiplied by itself

When looking at numbers to various powers, the following table gives the numeric value of several numbers to various powers.

[latex]\begin{array}{llllll} \text{Squares}&\text{Cubes}&4^{\text{th}}\text{ Power}&5^{\text{th}}\text{ Power}&6^{\text{th}}\text{ Power}&7^{\text{th}}\text{ Power} \\ \\ 2^2=4&2^3=8&2^4=16&2^5=32&2^6=64&2^7=128 \\ 3^2=9&3^3=27&3^4=81&3^5=243&3^6=729&3^7=2,187 \\ 4^2=16&4^3=64&4^4=256&4^5=1,024&4^6=4,096&4^7=16,384 \\ 5^2=25&5^3=125&5^4=625&5^5=3,125&5^6=15,625&5^7=78,125 \\ 6^2=36&6^3=216&6^4=1,296&6^5=7,776&6^6=46,656&6^7=279,936 \\ 7^2=49&7^3=343&7^4=2,401&7^5=16,807&7^6=117,649&7^7=823,543 \\ 8^2=64&8^3=512&8^4=4,096&8^5=32,768&8^6=262,144&8^7=2,097,152 \\ 9^2=81&9^3=729&9^4=6,561&9^5=59,049&9^6=531,441&9^7=4,782,969 \\ 10^2=100&10^3=1,000&10^4=10,000&10^5=100,000&10^6=1,000,000&10^7=10,000,000 \\ \\ 11^2=121&12^2=144&13^2=169&14^2=196&15^2=225&20^2=400 \end{array}[/latex]

For this chart, the expanded forms of the base 2 for multiple exponents is shown:

[latex]\begin{array}{lllllllllllllll} 2^2&=&2&\times &2&=&4,&&&&&&&& \\ 2^3&=&2&\times &2&\times &2&=&8,&&&&&& \\ 2^4&=&2&\times &2&\times &2&\times &2&=&16,&&&& \\ 2^5&=&2&\times &2&\times &2&\times &2&\times &2&=&32&& \\ 2^6&=&2&\times &2&\times &2&\times &2&\times &2&\times &2&=&64\hspace{0.25in} \text{and so on} \\ \end{array}[/latex]

Once there is an exponent as a base that is multiplied or divided by itself to the number represented by the exponent, it becomes straightforward to identify a number of rules and properties that can be defined.

The following examples outline a number of these rules.

Example 6.1.1

What is the value of [latex]a^2 \times a^3[/latex]?

[latex]a^2 \times a^3[/latex] means that you have [latex](a \times a) (a \times a \times a),[/latex]

which is the same as [latex](a \times a \times a \times a \times a)[/latex]

or [latex]a^5[/latex]

This means that, when there is the same base and exponent that is multiplied by the same base with a different exponent, the total exponent value can be found by adding up the exponents.

[latex]\text{Product Rule of Exponents: }x^m \times x^n = x^{m+n}[/latex]

Example 6.1.2

What is the value of [latex](a^2)^3[/latex]?

[latex](a^2)^3[/latex] means that you have [latex](a^2) \times (a^2) \times (a^2)[/latex],

which is the same as [latex](a \times a) (a \times a) (a \times a)[/latex]

or [latex](a \times a \times a \times a \times a \times a)[/latex],

which equals [latex]a^6[/latex]

When you have some base and exponent where both are multiplied by another exponent, the total exponent value can be found by multiplying the two different exponents together.

[latex]\text{Power of a Power Rule of Exponents: }(x^m)^n = x^{mn}[/latex]

Example 6.1.3

What is the value of [latex](ab)^2[/latex]?

[latex](ab)^2[/latex] means that you have [latex](ab) \times (ab)[/latex],

which is the same as [latex](a \times b) \times (a \times b)[/latex]

or [latex](a \times a \times b \times b)[/latex],

which equals [latex]a^2b^2[/latex]

[latex]\text{Power of a Product Rule of Exponents: }(xy)^n = x^ny^n[/latex]

Example 6.1.4

What is the value of [latex]\dfrac{a^5}{a^3}[/latex]?

[latex]\dfrac{a^5}{a^3}[/latex] means that you have [latex]\dfrac{a \times a \times a \times a \times a}{a \times a \times a}[/latex], or that you are multiplying [latex]a[/latex] by itself five times and dividing it by itself three times.

Multiplying and dividing by the exact same number is a redundant exercise; multiples can be cancelled out prior to doing any multiplying and/or dividing. The easiest way to do this type of a problem is to subtract the exponents, where the exponents in the denominator are being subtracted from the exponents in the numerator. This has the same effect as cancelling any excess or redundant exponents.

For this example, the subtraction looks like [latex]a^{5-3},[/latex] leaving [latex]a^2.[/latex]

[latex]\text{Quotient Rule of Exponents: }\dfrac{x^m}{x^n}=x^{m-n}\hspace{0.25in} (x \ne 0)[/latex]

Example 6.1.5

What is the value of [latex]\left(\dfrac{a}{b}\right)^3[/latex]?

Expanded, this exponent is the same as:

[latex]\dfrac{a}{b}\times \dfrac{a}{b}\times \dfrac{a}{b}[/latex]

Which is the same as:

[latex]\dfrac{a \times a \times a}{b \times b \times b} \text{ or } \dfrac{a^3}{b^3}[/latex]

One can see that this result is very similar to the power of a product rule of exponents.

[latex]\text{Power of a Quotient Rule of Exponents: }\left(\dfrac{x}{y}\right)^n = \dfrac{x^n}{y^n}\hspace{0.25in} (y \ne 0)[/latex]

Simplify the following.

  • [latex]4\cdot 4^4\cdot 4^4[/latex]
  • [latex]4\cdot 4^4\cdot 4^2[/latex]
  • [latex]2m^4n^2\cdot 4nm^2[/latex]
  • [latex]x^2y^4\cdot xy^2[/latex]
  • [latex](3^3)^4[/latex]
  • [latex](4^3)^4[/latex]
  • [latex](2u^3v^2)^2[/latex]
  • [latex](xy)^3[/latex]
  • [latex]4^5 \div 4^3[/latex]
  • [latex]3^7 \div 3^3[/latex]
  • [latex]3nm^2 \div 3n[/latex]
  • [latex]x^2y^4 \div 4xy[/latex]
  • [latex](x^3y^4\cdot 2x^2y^3)^2[/latex]
  • [latex][(u^2v^2)(2u^4)]^3[/latex]
  • [latex][(2x)^3 \div x^3]^2[/latex]
  • [latex](2a^2b^2a^7) \div (ba^4)^2[/latex]
  • [latex][(2y^{17}) \div (2x^2y^4)^4]^3[/latex]
  • [latex][(xy^2)(y^4)^2] \div 2y^4[/latex]
  • [latex](2xy^5\cdot 2x^2y^3) \div (2xy^4\cdot y^3)[/latex]
  • [latex](2y^3x^2) \div [(x^2y^4)(x^2)][/latex]
  • [latex][(q^3r^2)(2p^2q^2r^3)^2] \div 2p^3[/latex]
  • [latex](2x^4y^5)(2z^{10}x^2y^7) \div (xy^2z^2)^4[/latex]

Answer Key 6.1

Intermediate Algebra Copyright © 2020 by Terrance Berg is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License , except where otherwise noted.

Share This Book

homework 3 5 applications of exponentials

Can I Trust You With Other Assignments that aren't Essays?

The best way to complete a presentation speech is with a team of professional writers. They have the experience, the knowledge, and ways to impress your prof. Another assignment you can hire us for is an article review. Evaluating someone's work with a grain of salt cannot be easy, especially if it is your first time doing this. To summarize, article reviews are a challenging task. Good that you've found our paper service and can now drop your worries after placing an order. If reading 100-page-long academic articles and digging into every piece of information doesn't sound like something you'd want to do on a Sunday night, hire our essay writing company to do your research proposal. Are you struggling with understanding your professors' directions when it comes to homework assignments? Hire professional writers with years of experience to earn a better grade and impress your parents. Send us the instructions, and your deadline, and you're good to go. We're sure we have a professional paper writer with the skills to complete practically any assignment for you. We only hire native English speakers with a degree and 3+ years of experience, some are even uni professors.

homework 3 5 applications of exponentials

  • Toggle navigation

Lee | D379 | Spring 2024

  • Course Profile
  • Course Outline
  • Syllabus/Grading Policy
  • Academic Calendar
  • Class Meeting Grid

Class Agendas

  • WeBWorK Site
  • Module Assignments
  • Online Lessons
  • Final Exam Review Questions
  • Final Exam Review videos
  • MAT 1375 Video Resources
  • WeBWorK site
  • WeBWorK Guide for Students
  • Homework help – Q&A site
  • Desmos – online calculator
  • College Resources

OpenLab Help

  • 15. Exponential equations and applications

Course Hub – Handout Textbook – Session 15

Assignments

  • Exponential Functions – Equations

Prep for Next Class (Please look at them and prepare questions for the next class).

Course Hub – Handout Textbook – Session 16

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Name: Mr. Victor Lee Class Days: Monday, Wednesday Class Times: 2:15 pm – 3:55 pm Room: N703 Office: N825 Office Hours: Monday, Wednesday 11:00 am – 12:00 pm Online Classroom/Office

Textbook: Precalculus ( 3rd Edition) by Tradler and Carley

Topics include an in-depth study of functions such as polynomial functions, radical functions, trigonometric functions, exponential and logarithmic functions; connections to vectors and complex numbers; solving trigonometric equations, and identities involving sum, double and half-angle formulas; Binomial Theorem and progressions.  

This class uses  WeBWorK , an online homework system.  Login information will be provided by your professor.  For information about how to use the WeBWorK system, please see the  WeBWorK  Guide for Students .

Need Help with MAT 1375?

The Mathematics Department’s MAT 1375 Course Hub has many resources for both students and faculty, including online lessons , review information , and more.

The WeBWorK Q&A site is a place to ask and answer questions about your homework problems.  HINT: To ask a question, start by logging in to your WeBWorK section, then click  “Ask for Help” after any problem.

Search This Course

  • All Categories Announcements Assignment Instructions Assignment Posts Class Agendas Course Activities Discussions Resources

Logged-in faculty members can clone this course. Learn More!

Recent Posts

  • 16. Applications of exp and log
  • News: Test 2
  • 14. Properties of Logarithms and Logarithmic Equations
  • 13. Exponential and Logarithmic Functions

Recent Comments

Member portfolios, find library materials, library information.

Ursula C. Schwerin Library New York City College of Technology, C.U.N.Y 300 Jay Street, Library Building - 4th Floor

Acknowledgments

This course is based on the following course(s):

  • MAT1375 by Jonas Reitz

Attribution-NonCommercial (CC BY-NC)

Unless otherwise noted, this site has a Creative Commons Attribution-NonCommercial (CC BY-NC) license. Learn more.

© 2024 MAT1375 Precalculus, Spring 2024

Theme by Anders Noren — Up ↑

The OpenLab at City Tech: A place to learn, work, and share

The OpenLab is an open-source, digital platform designed to support teaching and learning at City Tech (New York City College of Technology), and to promote student and faculty engagement in the intellectual and social life of the college community.

New York City College of Technology

New York City College of Technology | City University of New York

Accessibility

Our goal is to make the OpenLab accessible for all users.

Learn more about accessibility on the OpenLab

Creative Commons

  • - Attribution
  • - NonCommercial
  • - ShareAlike

Creative Commons

© New York City College of Technology | City University of New York

What if I’m unsatisfied with an essay your paper service delivers?

homework 3 5 applications of exponentials

Megan Sharp

Finished Papers

Essays service custom writing company - The key to success

Quality is the most important aspect in our work! 96% Return clients; 4,8 out of 5 average quality score; strong quality assurance - double order checking and plagiarism checking.

Essay Service Features That Matter

homework 3 5 applications of exponentials

(415) 397-1966

Customer Reviews

Is essay writing service legal?

Essay writing services are legal if the company has passed a number of necessary checks and is licensed. This area is well developed and regularly monitored by serious services. If a private person offers you his help for a monetary reward, then we would recommend you to refuse his offer. A reliable essay writing service will always include terms of service on their website. The terms of use describe the clauses that customers must agree to before using a product or service. The best online essay services have large groups of authors with diverse backgrounds. They can complete any type of homework or coursework, regardless of field of study, complexity, and urgency.

When you contact the company Essayswriting, the support service immediately explains the terms of cooperation to you. You can control the work of writers at all levels, so you don't have to worry about the result. To be sure of the correctness of the choice, the site contains reviews from those people who have already used the services.

Finished Papers

Library homepage

  • school Campus Bookshelves
  • menu_book Bookshelves
  • perm_media Learning Objects
  • login Login
  • how_to_reg Request Instructor Account
  • hub Instructor Commons
  • Download Page (PDF)
  • Download Full Book (PDF)
  • Periodic Table
  • Physics Constants
  • Scientific Calculator
  • Reference & Cite
  • Tools expand_more
  • Readability

selected template will load here

This action is not available.

Mathematics LibreTexts

7.5: Applications of Exponential and Logarithmic Functions

  • Last updated
  • Save as PDF
  • Page ID 40184

  • Rupinder Sekhon and Roberta Bloom
  • De Anza College

Learning Objectives

In this section, you will:

  • review strategies for solving equations arising from exponential formulas
  • solve application problems involving exponential functions and logarithmic functions

STRATEGIES FOR SOLVING EQUATIONS THAT CONTAIN EXPONENTS

When solving application problems that involve exponential and logarithmic functions, we need to pay close attention to the position of the variable in the equation to determine the proper way solve the equation we investigate solving equations that contain exponents.

Suppose we have an equation in the form : value = coefficient(base) exponent

We consider four strategies for solving the equation:

STRATEGY A : If the coefficient, base, and exponent are all known, we only need to evaluate the expression for coefficient(base) exponent to evaluate its value.

STRATEGY B: If the variable is the coefficient, evaluate the expression for (base) exponent . Then it becomes a linear equation which we solve by dividing to isolate the variable.

STRATEGY C : If the variable is in the exponent, use logarithms to solve the equation.

STRATEGY D: If the variable is not in the exponent, but is in the base, use roots to solve the equation.

Below we examine each strategy with one or two examples of its use.

Example \(\PageIndex{1}\)

Suppose that a stock’s price is rising at the rate of 7% per year, and that it continues to increase at this rate. If the value of one share of this stock is $43 now, find the value of one share of this stock three years from now.

The problem tells us that \(a\) = 43 and \(r\) = 0.07, so \(b = 1+ r = 1+ 0.07 = 1.07\)

Therefore, function is \(y = 43(1.07)^t\).

In this case we know that \(t\) = 3 years, and we need to evaluate \(y\) when \(t\) = 3.

At the end of 3 years, the value of this one share of this stock will be

\[y=43(1.07)^{3}=\$ 52.68 \nonumber \]

Example \(\PageIndex{2}\)

The value of a new car depreciates (decreases) after it is purchased. Suppose that the value of the car depreciates according to an exponential decay model. Suppose that the value of the car is $12000 at the end of 5 years and that its value has been decreasing at the rate of 9% per year. Find the value of the car when it was new.

The function is \(y = a(0.91)^t\)

In this case we know that when \(t\) = 5, then \(y\) = 12000; substituting these values gives

\[12000 = a(0.91)^5 \nonumber \]

We need to solve for the initial value a, the purchase price of the car when new.

First evaluate (0.91) 5 ; then solve the resulting linear equation to find \(a\).

\[ 1200 = a(0.624) \nonumber \]

\(a=\frac{12000}{0.624} = \$ 19,230.77\); The car's value was $19,230.77 when it was new.

Example \(\PageIndex{3}\)

A national park has a population of 5000 deer in the year 2016. Conservationists are concerned because the deer population is decreasing at the rate of 7% per year. If the population continues to decrease at this rate, how long will it take until the population is only 3000 deer?

\(r\) = -0.07 and \(b = 1+r = 1+(-0.07) = 0.93\) and the initial population is \(a\) = 5000

The exponential decay function is \(y = 5000(0.93)^t\)

To find when the population will be 3000, substitute \(y\) = 3000

\[ 3000 = 5000(0.93)^t \nonumber \]

Next, divide both sides by 5000 to isolate the exponential expression

\[\begin{array}{l} \frac{3000}{5000}=\frac{5000}{5000}(0.93)^{2} \\ 0.6=0.93^{t} \end{array} \nonumber \]

Rewrite the equation in logarithmic form; then use the change of base formula to evaluate.

\[t=\log _{0.93}(0.6) \nonumber \]

\(t = \frac{\ln(0.6)}{\ln(0.93)}=7.039\) years; After 7.039 years, there are 3000 deer.

Note: In Example \(\PageIndex{3}\), we needed to state the answer to several decimal places of precision to remain accurate. Evaluating the original function using a rounded value of \(t\) = 7 years gives a value that is close to 3000, but not exactly 3000.

\[y=5000(0.93)^{7}=3008.5 \text { deer } \nonumber \]

However using \(t\) = 7.039 years produces a value of 3000 for the population of deer

\[ y=5000(0.93)^{7.039}=3000.0016 \approx 3000 \text { deer } \nonumber \]

Example \(\PageIndex{4}\)

A video posted on YouTube initially had 80 views as soon as it was posted. The total number of views to date has been increasing exponentially according to the exponential growth function \(y = 80e^{0.2t}\), where \(t\) represents time measured in days since the video was posted. How many days does it take until 2500 people have viewed this video?

Let \(y\) be the total number of views \(t\) days after the video is initially posted. We are given that the exponential growth function is \(y = 80e^{0.2t}\) and we want to find the value of \(t\) for which \(y\) = 2500. Substitute \(y\) = 2500 into the equation and use natural log to solve for \(t\).

\[2500 = 80e^{0.12t} \nonumber \]

Divide both sides by the coefficient, 80, to isolate the exponential expression.

\[\begin{array}{c} \frac{2500}{80}=\frac{80}{80} e^{0.12 t} \\ 31.25=e^{0.12 t} \end{array} \nonumber \]

Rewrite the equation in logarithmic form

\[ 0.12t = \ln(31.25) \nonumber \]

Divide both sides by 0.04 to isolate \(t\); then use your calculator and its natural log function to evaluate the expression and solve for \(t\).

\[\begin{array}{l} \mathrm{t}=\frac{\ln (31.25)}{0.12} \\ \mathrm{t}=\frac{3.442}{0.12} \\ \mathrm{t} \approx 28.7 \text { days } \end{array} \nonumber \]

This video will have 2500 total views approximately 28.7 days after it was posted.

STRATEGY D: If the variable is not in the exponent, but is in the base, we use roots to solve the equation. It is important to remember that we only use logarithms when the variable is in the exponent.

Example \(\PageIndex{5}\)

A statistician creates a website to analyze sports statistics. His business plan states that his goal is to accumulate 50,000 followers by the end of 2 years (24 months from now). He hopes that if he achieves this goal his site will be purchased by a sports news outlet. The initial user base of people signed up as a result of pre-launch advertising is 400 people. Find the monthly growth rate needed if the user base is to accumulate to 50,000 users at the end of 24 months.

Let \(y\) be the total user base \(t\) months after the site is launched.

The growth function for this site is \(y = 400(1+r)^t\);

We don’t know the growth rate \(r\). We do know that when \(t\) = 24 months, then \(y\) = 50000.

Substitute the values of \(y\) and \(t\); then we need to solve for \(r\).

\[5000 = 400(1+r)^{24} \nonumber \]

Divide both sides by 400 to isolate (1+r) 24 on one side of the equation

\[\begin{array}{l} \frac{50000}{400}=\frac{400}{400}(1+r)^{24} \\ 125=(1+r)^{24} \end{array} \nonumber \]

Because the variable in this equation is in the base, we use roots:

\[\begin{array}{l} \sqrt[24]{125}=1+r \\ 125^{1 / 24}=1+r \\ 1.2228 \approx 1+r \\ 0.2228 \approx r \end{array} \nonumber \]

The website’s user base needs to increase at the rate of 22.28% per month in order to accumulate 50,000 users by the end of 24 months.

Example \(\PageIndex{6}\)

A fact sheet on caffeine dependence from Johns Hopkins Medical Center states that the half life of caffeine in the body is between 4 and 6 hours. Assuming that the typical half life of caffeine in the body is 5 hours for the average person and that a typical cup of coffee has 120 mg of caffeine.

  • Write the decay function.
  • Find the hourly rate at which caffeine leaves the body.
  • How long does it take until only 20 mg of caffiene is still in the body? www.hopkinsmedicine.org/psyc...fact_sheet.pdf

a. Let \(y\) be the total amount of caffeine in the body \(t\) hours after drinking the coffee.

Exponential decay function \(y = ab^t\) models this situation.

The initial amount of caffeine is \(a\) = 120.

We don’t know \(b\) or \(r\), but we know that the half- life of caffeine in the body is 5 hours. This tells us that when \(t\) = 5, then there is half the initial amount of caffeine remaining in the body.

\[\begin{array}{l} y=120 b^{t} \\ \frac{1}{2}(120)=120 b^{5} \\ 60=120 b^{5} \end{array} \nonumber \]

Divide both sides by 120 to isolate the expression \(b^5\) that contains the variable.

\[\begin{array}{l} \frac{60}{120}=\frac{120}{120} \mathrm{b}^{5} \\ 0.5=\mathrm{b}^{5} \end{array} \nonumber \]

The variable is in the base and the exponent is a number. Use roots to solve for \(b\):

\[\begin{array}{l} \sqrt[5]{0.5}=\mathrm{b} \\ 0.5^{1 / 5}=\mathrm{b} \\ 0.87=\mathrm{b} \end{array} \nonumber \]

We can now write the decay function for the amount of caffeine (in mg.) remaining in the body \(t\) hours after drinking a cup of coffee with 120 mg of caffeine

\[y=f(t)=120(0.87)^{t} \nonumber \]

b. Use \(b = 1 + r\) to find the decay rate \(r\). Because \(b = 0.87 < 1\) and the amount of caffeine in the body is decreasing over time, the value of \(r\) will be negative.

\[\begin{array}{l} 0.87=1+r \\ r=-0.13 \end{array} \nonumber \]

The decay rate is 13%; the amount of caffeine in the body decreases by 13% per hour.

c. To find the time at which only 20 mg of caffeine remains in the body, substitute \(y\) = 20 and solve for the corresponding value of \(t\).

\[\begin{array}{l} y=120(.87)^{t} \\ 20=120(.87)^{t} \end{array} \nonumber \]

Divide both sides by 120 to isolate the exponential expression.

\[\begin{array}{l} \frac{20}{120}=\frac{120}{120}\left(0.87^{t}\right) \\ 0.1667=0.87^{t} \end{array} \nonumber \]

Rewrite the expression in logarithmic form and use the change of base formula

\[\begin{array}{l} t=\log _{0.87}(0.1667) \\ t=\frac{\ln (0.1667)}{\ln (0.87)} \approx 12.9 \text { hours } \end{array} \nonumber \]

After 12.9 hours, 20 mg of caffeine remains in the body.

EXPRESSING EXPONENTIAL FUNCTIONS IN THE FORMS y = ab t and y = ae kt

Now that we’ve developed our equation solving skills, we revisit the question of expressing exponential functions equivalently in the forms \(y = ab^t\) and \(y = ae^{kt}\)

We’ve already determined that if given the form \(y = ae^{kt}\), it is straightforward to find \(b\).

Example \(\PageIndex{7}\)

For the following examples, assume \(t\) is measured in years.

  • Express \(y = 3500e^{0.25t}\) in form \(y = ab^t\) and find the annual percentage growth rate.
  • Express \(y = 28000e^{-0.32t}\) in form \(y = ab^t\) and find the annual percentage decay rate.

a. Express \(y = 3500e^{0.25t}\) in the form \(y = ab^t\)

\[\begin{array}{l} y=a e^{k t}=a b^{t} \\ a\left(e^{k}\right)^{t}=a b^{t} \end{array} \nonumber \]

Thus \(e^k=b\)

In this example \(b=e^{0.25} \approx 1.284\)

We rewrite the growth function as y = 3500(1.284 t )

To find \(r\), recall that \(b = 1+r\) \[\begin{aligned} &1.284=1+r\\ &0.284=\mathrm{r} \end{aligned} \nonumber \]

The continuous growth rate is \(k\) = 0.25 and the annual percentage growth rate is 28.4% per year.

b. Express \(y = 28000e^{-0.32t}\) in the form \(y = ab^t\)

In this example \(\mathrm{b}=e^{-0.32} \approx 0.7261\)

We rewrite the growth function as y = 28000(0.7261 t )

To find \(r\), recall that \(b = 1+r\) \[\begin{array}{l} 0.7261=1+r \\ 0.2739=r \end{array} \nonumber \]

The continuous decay rate is \(k\) = -0.32 and the annual percentage decay rate is 27.39% per year.

In the sentence, we omit the negative sign when stating the annual percentage decay rate because we have used the word “decay” to indicate that r is negative.

Example \(\PageIndex{8}\)

  • Express \(y = 4200 (1.078)^t\) in the form \(y =ae^{kt}\)
  • Express \(y = 150 (0.73)^t\) in the form \(y =ae^{kt}\)

a. Express \(y = 4200 (1.078)^t\) in the form \(y =ae^{kt}\)

\[\begin{array}{l} \mathrm{y}=\mathrm{a} e^{\mathrm{k} t}=\mathrm{ab}^{\mathrm{t}} \\ \mathrm{a}\left(e^{\mathrm{k}}\right)^{\mathrm{t}}=\mathrm{ab}^{\mathrm{t}} \\ e^{\mathrm{k}}=\mathrm{b} \\ e^{k}=1.078 \end{array} \nonumber \]

Therefore \(\mathrm{k}=\ln 1.078 \approx 0.0751\)

We rewrite the growth function as \(y = 3500e^{0.0751t}\)

b. Express \(y =150 (0.73)^t\) in the form \(y = ae^{kt}\)

\[\begin{array}{l} y=a e^{k t}=a b^{t} \\ a\left(e^{k}\right)^{t}=a b^{t} \\ e^{k}=b \\ e^{k}=0.73 \end{array} \nonumber \]

Therefore \(\mathrm{k}=\ln 0.73 \approx-0.3147\)

We rewrite the growth function as \(y = 150e^{-0.3147t}\)

AN APPLICATION OF A LOGARITHMIC FUNCTON

Suppose we invest $10,000 today and want to know how long it will take to accumulate to a specified amount, such as $15,000. The time \(t\) needed to reach a future value \(y\) is a logarithmic function of the future value: \(t = g(y)\)

Example \(\PageIndex{9}\)

Suppose that Vinh invests $10000 in an investment earning 5% per year. He wants to know how long it would take his investment to accumulate to $12000, and how long it would take to accumulate to $15000.

We start by writing the exponential growth function that models the value of this investment as a function of the time since the $10000 is initially invested

\[y=10000(1.05)^{t} \nonumber \]

We divide both sides by 10000 to isolate the exponential expression on one side.

\[\frac{y}{10000}=1.05^{t} \nonumber \]

Next we rewrite this in logarithmic form to express time as a function of the accumulated future value. We’ll use function notation and call this function \(g(y)\).

\[\mathrm{t}=\mathrm{g}(\mathrm{y})=\log _{1.05}\left(\frac{\mathrm{y}}{10000}\right) \nonumber \]

Use the change of base formula to express \(t\) as a function of \(y\) using natural logarithm:

\[\mathrm{t}=\mathrm{g}(\mathrm{y})=\frac{\ln \left(\frac{\mathrm{y}}{10000}\right)}{\ln (1.05)} \nonumber \]

We can now use this function to answer Vinh’s questions.

To find the number of years until the value of this investment is $12,000, we substitute \(y\) = $12,000 into function \(g\) and evaluate \(t\):

\[\mathrm{t}=\mathrm{g}(12000)=\frac{\ln \left(\frac{12000}{10000}\right)}{\ln (1.05)}=\frac{\ln (1.2)}{\ln (1.05)}=3.74 \text { years } \nonumber \]

To find the number of years until the value of this investment is $15,000, we substitute \(y\) = $15,000 into function \(g\) and evaluate \(t\):

\[\mathrm{t}=\mathrm{g}(15000)=\frac{\ln \left(\frac{15000}{10000}\right)}{\ln (1.05)}=\frac{\ln (1.5)}{\ln (1.05)}=8.31 \text { years } \nonumber \]

Before ending this section, we investigate the graph of the function \(\mathrm{t}=\mathrm{g}(\mathrm{y})=\frac{\ln \left(\frac{\mathrm{y}}{10000}\right)}{\ln (1.05)}\). We see that the function has the general shape of logarithmic functions that we examined in section 5.5. From the points plotted on the graph, we see that function \(g\) is an increasing function but it increases very slowly.

5.6.png

If we consider just the function \(\mathrm{t}=\mathrm{g}(\mathrm{y})=\frac{\ln \left(\frac{\mathrm{y}}{10000}\right)}{\ln (1.05)}\), then the domain of function would be \(y > 0\), all positive real numbers, and the range for \(t\) would be all real numbers.

In the context of this investment problem, the initial investment at time \(t\) = 0 is \(y\) =$10,000. Negative values for time do not make sense. Values of the investment that are lower than the initial amount of $10,000 also do not make sense for an investment that is increasing in value.

Therefore the function and graph as it pertains to this problem concerning investments has domain \(y ≥ 10,000\) and range \(t ≥ 0\).

The graph below is restricted to the domain and range that make practical sense for the investment in this problem.

IMAGES

  1. Solving Exponential And Logarithmic Equations Worksheet With Answers

    homework 3 5 applications of exponentials

  2. Applications of Exponential Functions: An Application (Algebra I)

    homework 3 5 applications of exponentials

  3. Applications of Exponentials and Logarithms

    homework 3 5 applications of exponentials

  4. Applications of Exponential Functions

    homework 3 5 applications of exponentials

  5. Applications of Exponentials

    homework 3 5 applications of exponentials

  6. Applications of Exponentials

    homework 3 5 applications of exponentials

VIDEO

  1. Exponentials More Practice Worksheet Answer Key

  2. Lesson 9-3 Assignment Homework Help: Applications of Trigonometry

  3. Algebra II Homework 3/5/24

  4. MAC2233C_H: Homework 3.5 ( questions 1-5) Optimization

  5. homework 3 5 6 29 2

  6. 1.2: Exponentials and Radicals

COMMENTS

  1. PDF Homework 3.5: Applications of Exponentials

    Homework 3.5: Applications of Exponentials Name: _____ Math 3 1. Find a bank account balance if the account starts with $100, has an annual rate of 4%, and the money left in the account for 12 years. 2. In 1985, there were 285 cell phone subscribers in the small town of Centerville. The number of subscribers increased by

  2. 3.5: Properties and applications of logarithmic functions

    Figure 3.5.3 The natural exponential and natural logarithm functions on the interval [ − 15, 15]. Indeed, for any point (a, b) that lies on the graph of E(x) = ex, it follows that the point (b, a) lies on the graph of the inverse N(x) = ln(x). From this, we see several important properties of the graph of the logarithm function.

  3. Exponential & logarithmic functions

    This topic covers: - Radicals & rational exponents - Graphs & end behavior of exponential functions - Manipulating exponential expressions using exponent properties - Exponential growth & decay - Modeling with exponential functions - Solving exponential equations - Logarithm properties - Solving logarithmic equations - Graphing logarithmic functions - Logarithmic scale

  4. Applications of Exponential Functions

    The population is growing at a rate of 15% each year. When something grows at a percent, this is a clue to use exponential functions. Remember, the general form of an exponential function is y = a(b)x, where a is the beginning value and b is the total growth rate. The beginning value is 20,000. Therefore, a = 20, 000.

  5. 15.1: Applications of exponential functions

    15.1: Applications of exponential functions. Page ID. Thomas Tradler and Holly Carley. CUNY New York City College of Technology via New York City College of Technology at CUNY Academic Works. Before giving specific applications, we note that the exponential function y = c ⋅ bx is uniquely determined by providing any two of its function values.

  6. Applications of Exponential Functions Flashcards

    Study with Quizlet and memorize flashcards containing terms like Periodic Compound Interest, Continuous Compound Interest, Present Value (Periodic Compound Interest) and more.

  7. 5.8: Applications of Exponential and Logarithmic Functions

    Use this model to determine how many bacteria there will be after 10 hours. Solution. Bacteria growth is exponential. To find N0 N 0 we use the fact that N0 N 0 is the amount at time zero, so N0 = 10 N 0 = 10. To find r r, use the fact that after one hour (t = 1) ( t = 1) the population doubles from 10 10 to 20 20.

  8. Exercise Set 3.5: Applications of Exponential Functions

    Exercise Set 3.5: Applications of Exponential Functions Math 1330, Precalculus The University of Houston Chapter 3: Exponential and Logarithmic Functions 14. A population of mosquitoes grows in such a way that the population t hours from now is given by tetA 001.0350,1)( = .

  9. PDF Unit 8: Exponential & Logarithmic Functions

    C. Write the logarithmic equation in exponential form. 1. log25 25 2. log8 32 3. 5 1 log 1 5 4. log3 13 5. log1 08 D. Evaluate each logarithm. A common logarithm is a logarithm whose base is _____, denoted just log. 1. log100 2. log813 3. log279 4. log168 5. log 93 6. 64 1 log 32 Change of Base Formula log log log n b n a a b

  10. 6.1 Working with Exponents

    which is the same as (a× a×a× a×a) ( a × a × a × a × a) or a5 a 5. This means that, when there is the same base and exponent that is multiplied by the same base with a different exponent, the total exponent value can be found by adding up the exponents. Product Rule of Exponents: xm ×xn = xm+n Product Rule of Exponents: x m × x n = x ...

  11. HOMEWORK ON EXPONENTIAL FUNCTIONS

    HOMEWORK ON EXPONENTIAL FUNCTIONS _ MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Find the function value. If the result is irrational, round your answer to the nearest thousandth. ... $2613 invested for 3 years at 5% compounded quarterly A) $3030.28 B) $3024.87 C) $3034.93 D) $3033.05 26) 9.

  12. 8.3: Applications of Exponential Functions

    2. Likewise, the exponential function ex is one of the most important functions used in mathematics, statistics, and many fields of science. For a variety of reasons, the base e turns out to be the most natural base to use for an exponential function. Consequently, the function \(f(x) = e^x\) is known as the natural exponential function.

  13. Copy of homework 3.5.docx.pdf

    Homework 3.5: Applications of Exponentials Name: _____ Math 3 1. Find a bank account balance if the account starts with $100, has an annual rate of 4%, and the money left in the account for 12 years.

  14. Algebra

    Show Solution. Now, as pointed out in the first part of this example it is important to not round too much before the final answer. Let's go back and work the first part again and this time let's round to three decimal places at each step. A = 100000(1 + 0.075 4) ( 4) ( 4.5) = 100000(1.019)18 = 100000(1.403) = $140, 300.00.

  15. Solved Name: College Algebra Written Homework Chapter 5 ...

    Question: Name: College Algebra Written Homework Chapter 5: Sections 5-6 Applications of exponential equations [5.6 Refer to section 5.3 for the relevant formulas and modeling techniques. Show your work solving equations symbolically Radioactive Decay 1. lodine-131 has a half-life of 8 days. a. If an initial sample of 20 grams is present, find ...

  16. Homework 3 5 Applications Of Exponentials

    100% Success rate. Nursing Management Business and Economics Psychology +69. $ 24.99. 4.9/5. Homework 3 5 Applications Of Exponentials -.

  17. 15. Exponential equations and applications

    Exponential equations and applications March 25, 2024 / Victor Lee / 0 Comments. Course Hub- Handout ... 3:55 pm Room: N703 Office: N825 Office Hours: Monday, Wednesday 11:00 am - 12:00 pm ... The WeBWorK Q&A site is a place to ask and answer questions about your homework problems. HINT: ...

  18. 6.5: Applications of Exponential and Logarithmic Functions

    This page titled 6.5: Applications of Exponential and Logarithmic Functions is shared under a CC BY-NC-SA 3.0 license and was authored, remixed, and/or curated by Carl Stitz & Jeff Zeager via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.

  19. Homework 3 5 Applications Of Exponentials

    Homework 3 5 Applications Of Exponentials, Cheap Custom Essay Editing Sites For University, Financial Risk Management Case Studies, List Canadian Securities Course Resume, Cross Cultural Research Papers, Essaywriting About Parents, How To Wrtie A Reference For Ucas 4.8/5

  20. Homework 3 5 Applications Of Exponentials

    Homework 3 5 Applications Of Exponentials - 4423 Orders prepared. Total Price. 00. ID 2644. ID 19300. 4.7/5. 100% Success rate ... If you are preparing to apply for college, you can get an admission essay, application letter, cover letter, CV, resume, or personal statement from us. ...

  21. 6.5: Applications of Exponential and Logarithmic Functions

    Understand and use relative growth rates in population models. Use half-life to model decay problems. Use Newton's Law of Cooling and logistic growth models. As we mentioned in Section 6.1, exponential and logarithmic functions are used to model a wide variety of behaviors in the real world. In the examples that follow, note that while the ...

  22. Homework 3 5 Applications Of Exponentials

    Homework 3 5 Applications Of Exponentials. The essay writers who will write an essay for me have been in this domain for years and know the consequences that you will face if the draft is found to have plagiarism. Thus, they take notes and then put the information in their own words for the draft. To be double sure about this entire thing, your ...

  23. 7.5: Applications of Exponential and Logarithmic Functions

    Divide both sides by the coefficient, 80, to isolate the exponential expression. 2500 80 = 80 80e0.12t 31.25 = e0.12t. Rewrite the equation in logarithmic form. 0.12t = ln(31.25) Divide both sides by 0.04 to isolate t; then use your calculator and its natural log function to evaluate the expression and solve for t.