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.

K12 LibreTexts

3.2.1: Solving Exponential Equations

  • Last updated
  • Save as PDF
  • Page ID 14370

Exponential Equations

When you were first learning equations, you learned the rule that whatever you do to one side of an equation, you must also do to the other side so that the equation stays in balance. The basic techniques of adding, subtracting, multiplying and dividing both sides of an equation worked to solve almost all equations up until now. With logarithms, you have more tools to isolate a variable. Consider the following equation and ask yourself: why is x=3? Logically it makes sense that if the bases match, then the exponents must match as well, but how can it be shown for examples like this one?

1.79898 2x =1.79898 6

Solving Exponential Equations

A common technique for solving equations with unknown variables in exponents is to take the log of the desired base of both sides of the equation. Then, you can use properties of logs to simplify and solve the equation.

Take the following equation. To solve for t, you should first simplify the expression as much as possible and then take the natural log of both sides.

\(\ \begin{aligned} 9,000&=300 \cdot \frac{(1.06)^{t}-1}{0.06} & \\ 30 &=\frac{(1.06)^{t}-1}{0.06} \\ 1.8 &=(1.06)^{t}-1 \\ 2.8 &=1.06^{t} \\ \ln 2.8 &=\ln \left(1.06^{t}\right)=t \cdot \ln (1.06) \\ t &=\frac{\ln 2.8}{\ln 1.06} \approx 17.67 \text { years } \end{aligned}\)

It does not matter what base you use in this situation as long as you use the same base on both sides. Choosing natural log allows you to use a calculator to finish the problem.

Note that this type of equation is common in financial mathematics. The equation above represents the unknown amount of time it will take you to save $9,000 in a savings account if you save $300 at the end of each year in an account that earns 6% annual compound interest.

The other good base to use is base 10. When solving the following equation for x: 16 x =25, you will need to use a calculator to get the final answer and your calculator can handle base 10 as well. First take the log of both sides. Then, use log properties and your calculator to help.

\(\ \begin{aligned} 16^{x} &=25 \\ \log 16^{x} &=\log 25 \\ x \log 16 &=\log 25 \\ x &=\frac{\log 25}{\log 16} \\ x &=1.16 \end{aligned}\)

Earlier, you were asked how to show that if the bases match in an equation, the exponents should match. In the equation, logs can be used to reduce the equation to 2x=6.

Take the log of both sides and use the property of exponentiation of logs to bring the exponent out front.

\(\ \begin{aligned} \log 1.79898^{2 x} &=\log 1.79898^{6} \\ 2 x \cdot \log 1.79898 &=6 \cdot \log 1.79898 \\ 2 x &=6 \\ x &=3 \end{aligned}\)

Solve the following equation for all possible values of x: (x+1) x−4 −1=0

(x+1) x−4 −1=0

(x+1) x−4 =1

Case 1 is that x+1 is positive in which case you can take the log of both sides.

\(\ \begin{array}{c} \log (x+1)^{(x-4)}=\log 1 \\ (x-4) \cdot \log (x+1)=0 \\ x-4=0 \text { or } \log (x+1)=0 \\ x=4 \text { or }(x+1)=10^{0}=1 \\ \quad x=4,0 \end{array}\)

Note that log1=0

Case 2 is that (x+1) is negative 1 and raised to an even power. This happens when x=−2.

\(\ \begin{aligned} (x+1)^{(x-4)} &=1 \\ (-2+1)^{(-2-4)}-1 &=(-1)^{-6}-1 \\ &=\frac{1}{(-1)^{6}}-1 \\ &=0 \end{aligned}\)

The reason why this exercise is included is because you should not fall into the habit of assuming that you can take the log of both sides of an equation. It is only valid when the argument is strictly positive. For example, log(−2+1) (−2−4) =log(−1) is not possible.

Light intensity, measured in lumens, can be described by the relationship between i for intensity and d for depth in feet as it travels at specific depths of water in a swimming pool. What is the intensity of light at 10 feet?

\(\ \log \left(\frac{i}{12}\right)=-0.0145 \cdot d\)

Given d=10, solve for i measured in lumens.

\(\ \begin{aligned} \log \left(\frac{i}{12}\right) &=-0.0145 \cdot d \\ \log \left(\frac{i}{12}\right) &=-0.0145 \cdot 10 \\ \log \left(\frac{i}{12}\right) &=-0.145 \\ \left(\frac{i}{12}\right) &=10^{-0.145} \\ i &=12 \cdot 10^{-0.145} \approx 8.594 \end{aligned}\)

Solve the following equation for all possible values of x.

\(\ \frac{e^{x}-e^{-x}}{3}=14\)

First solve for e x ,

\(\ \begin{aligned} \frac{e^{x}-e^{-x}}{3} &=14 \\ e^{x}\left(e^{x}-e^{-x}\right) &=(42) e^{x} \\ e^{2 x}-1 &=42 e^{x} \\ \left(e^{x}\right)^{2}-42 e^{x}-1 &=0 \end{aligned}\)

Let u=e x .

\(\ \begin{array}{l} u^{2}-42 u-1=0 \\ u=\frac{-(-42) \pm \sqrt{(-42)^{2}-4 \cdot 1 \cdot(-1)}}{2 \cdot 1}=\frac{42 \pm \sqrt{1768}}{2} \approx 42.023796,-0.0237960 \end{array}\)

Note that the negative result is extraneous because ex must be greater than zero, so you only proceed in solving for x for one result.

\(\ \begin{aligned} e^{x} & \approx 42.023796 \\ x & \approx \ln 42.023796 \approx 3.738 \end{aligned}\)

Solve the following equation for all possible values of x: (log 2 x) 2 −log2x 7 =−12.

In calculus it is common to use a small substitution to simplify the problem and then substitute back later. In this case let u=log 2 x. Notice that this is a quadratic problem.

\(\ \begin{aligned} \left(\log _{2} x\right)^{2}-7 \log _{2} x+12 &=0 \\ u^{2}-7 u+12 &=0 \\ (u-3)(u-4) &=0 \\ u &=3,4 \end{aligned}\)

Now substitute back and solve for x in each case.

\(\ \begin{array}{l} \log _{2} x=3 \leftrightarrow 2^{3}=x=8 \\ \log _{2} x=4 \leftrightarrow 2^{4}=x=16 \end{array}\)

Solve each equation for x. Round each answer to three decimal places.

3. 12 4x =1020

4. 7 3x =2400

5. 2 x+1 −5=22

6. 5x+12 x =5x+7

7. 2 x+1 =2 2x+3

8. 3 x+3 =9 x+1

9. 2 x+4 =5 x

10. 13⋅8 0.2x =546

11. b x =c+a

12. 32 x =0.94−.12

Solve each log equation by using log properties and rewriting as an exponential equation.

13. log 3 x+log 3 5=2

14. 2logx=log8+log5−log10

15. log 9 x=\(\ \frac{3}{2}\)

Review (Answers)

To see the Review answers, open this PDF file and look for section 3.6.

  • Get started
  • Pre-Algebra

A quicker path to better grades

We have gathered all your curriculum-based courses, assignments, hints, tests, and solutions in one easy-to-use place

3.2.1 homework answers

  • Integrated I
  • Integrated II
  • Integrated III

Can't find your textbook?

More math. less studying.

A personal private tutor for each student. Free from preassure and study anxiety.

3.2.1 homework answers

CPM Educational Program

3.2.1 homework answers

  • Core Connections Integrated I, 2013
  • Core Connections Algebra 1, 2013

3.2.1 homework answers

  • Core Connections Geometry, 2013

3.2.1 homework answers

  • Core Connections Algebra 2, 2013
  • Core Connections Integrated I, 2014

3.2.1 homework answers

  • Core Connections Integrated II, 2015

3.2.1 homework answers

  • Core Connections: Course 1

3.2.1 homework answers

  • Core Connections: Course 2

3.2.1 homework answers

  • Core Connections: Course 3

3.2.1 homework answers

  • Core Connections Integrated III, 2015

Expert Textbook Solutions

Browse your textbook to find expert solutions, hints, and answers for all exercises. The solutions are always presented as a clear and concise, step-by-step explanation with included theory and helpful figures, graphs, and diagrams. Mathleaks covers the most commonly adopted textbooks with more than 250000 expert solutions.

Mathleaks Solver

With Mathleaks, you’re not tied to your textbook for solutions. Instead, scan and solve exercises with our math solver, which instantly reads the problem by using the camera on your smartphone or tablet. Access the solver through the Mathleaks app or on our website. The Mathleaks solver works for Pre-Algebra, Algebra 1, and Algebra 2.

Mathleaks Community

Get access to the world's most popular math community with Mathleaks. You can connect with other students all over the US who are studying with the same textbook or in the same math course.

Study math more efficiently using Mathleaks for CPM Educational Program textbooks.

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

3.1E: Functions and Function Notation (Exercises)

  • Last updated
  • Save as PDF
  • Page ID 56069

For the following exercises, determine whether the relation is a function.

1. \(\{(a, b),(c, d),(e, d)\}\) 2. \{(5,2),(6,1),(6,2),(4,8)\}\) 3. \(y^{2}+4=x,\) for \(x\) the independent variable and \(y\) the dependent variable 4. Is the graph in Figure 1 a function?

Graph of a parabola.

For the following exercises, evaluate the function at the indicated values:

\[\begin{array}{lllll} f(-3) ; & f(2) ; & f(-a) ; & -f(a) ; & f(a+h) .\end{array} \nonumber\]

5. \(f(x)=-2 x^{2}+3 x\) 6. \(f(x)=2|3 x-1|\)

For the following exercises, determine whether the functions are one-to-one.

7. \(f(x)=-3 x+5\) 8. \(f(x)=\mid x-3\)

For the following exercises, use the vertical line test to determine if the relation whose graph is provided is a function.

Graph of a cubic function.

For the following exercises, graph the functions.

12. \(f(x)=\mid x+1\) 13. \(f(x)=x^{2}-2\)

For the following exercises, use Figure 2 to approximate the values.

Graph of a parabola.

14. \(f(2)\) 15. \(f(-2)\) 16. If \(f(x)=-2,\) then solve for \(x\). 17. If \(f(x)=1,\) then solve for \(x\).

For the following exercises, use the function \(h(t)=-16 t^{2}+80 t\) to find the values in simplest form.

18. \(\frac{h(2)-h(1)}{2-1}\) 19. \(\frac{h(a)-h(1)}{a-1}\)

CPM Homework Banner

Home > CCA2 > Chapter 3 > Lesson 3.1.2

Lesson 3.1.1, lesson 3.1.2, lesson 3.1.3, lesson 3.2.1, lesson 3.2.2, lesson 3.2.3, lesson 3.2.4, lesson 3.2.5.

© 2022 CPM Educational Program. All rights reserved.

IMAGES

  1. Answers to Homework 1

    3.2.1 homework answers

  2. Go Math Grade 1 Homework

    3.2.1 homework answers

  3. Signing Naturally Unit 3 Answers

    3.2.1 homework answers

  4. homework answers for unit 1

    3.2.1 homework answers

  5. Lesson 3 Homework Answer Key

    3.2.1 homework answers

  6. [Solved] 6-3 WileyPLUS: Module Six Homework Question 13 of 14

    3.2.1 homework answers

VIDEO

  1. Practice 4/29 homework answers 💀

  2. Get homework answers in 1s!

  3. Chapter 1 Homework Problem Solution -ORLD 2500

  4. C3 8-1 Homework Answers

  5. Chapter 3.1 homework answers

  6. 6.1 Homework-Areas Between Curves (Homework)

COMMENTS

  1. CPM Homework Help : CC3 Lesson 3.2.1

    CPM Education Program proudly works to offer more and better math education to more students.

  2. CPM Homework Help : CC2 Lesson 3.2.1

    CPM Education Program proudly works to offer more and better math education to more students.

  3. CPM Homework Help : CC1 Lesson 3.2.1

    CPM Education Program proudly works to offer more and better math education to more students.

  4. Core Connections Algebra

    Section 3-2-1: Equations<-->Algebra Tiles. Section 3-2-2: Exploring an Area Model. Section 3-2-3: ... you'll learn how to solve your toughest homework problems. Our resource for Core Connections Algebra includes answers to chapter exercises, as well as detailed information to walk you through the process step by step. ...

  5. 3.2.1: Solving Exponential Equations

    In the equation, logs can be used to reduce the equation to 2x=6. Solution. 1.79898 2x =1.79898 6. Take the log of both sides and use the property of exponentiation of logs to bring the exponent out front. log1.798982x = log1.798986 2x ⋅ log1.79898 = 6 ⋅ log1.79898 2x = 6 x = 3. Example 2.

  6. Core Connections Integrated 2

    Exercise 145. Exercise 146. Find step-by-step solutions and answers to Core Connections Integrated 2 - 9781603283489, as well as thousands of textbooks so you can move forward with confidence.

  7. Core Connections Geometry

    Exercise 9. Exercise 10. Exercise 11. Exercise 12. At Quizlet, we're giving you the tools you need to take on any subject without having to carry around solutions manuals or printing out PDFs! Now, with expert-verified solutions from Core Connections Geometry 2nd Edition, you'll learn how to solve your toughest homework problems.

  8. PDF CPM Algebra 1 HW Solutions

    12 Algebra Connections Chapter 3 Lesson 3.1.1 3-2. a. x (in) y (out) b. x (in) y (out) c. x (in) y (out) A C Easy Hard L N Dark Light heptagon D F Hot Cold quadrilateral Q S Up Down W Y Left Right decagon

  9. Integrated II Answers and Solutions

    Mathleaks offers homework help with answers, hints, and learning-focused solutions for textbooks in Integrated Mathematics II, 9th and 10th grade. The solutions include theory and alternative ways of solving the problems, and cover textbooks from publishers such as Houghton Mifflin Harcourt, McGraw Hill, CPM, Big Ideas Learning, and Pearson. ...

  10. PDF Core Connections, Course 1

    Welcome to the Core Connections, Course 1 Parent Guide with Extra Practice. The purpose of this guide is to assist you should your child need help with homework or the ideas in the course. We believe all students can be successful in mathematics as long as they are willing to work and ask for help when they need it.

  11. CPM Homework Help : CC3 Problem 3-74

    More Help (b): How does the negative sign in front of the parentheses change what is inside? Use a diagram of the Equation Mat or some other method to explain why . Hint (c): Refer to the Math Notes box in Lesson 2.1.9 if you need more help with using an Equation Mat.

  12. CPM Educational Program

    Mathleaks offers the ultimate homework help and much of the content is free to use. Browse the textbooks below or by downloading the Mathleaks app for free on Google Play or the App Store. Start CPM Educational Program. Show more. Core Connections Integrated I, 2013. ISBN: 9781603283083. undefined Textbooks Show chapters.

  13. Cpm Geometry Answers [6ngedzm5gjlv]

    See answers in bold below. y = x ! 3 x y 3 0 -1 -4 0 -3 2 -1 1-28. a: 55.5 sq. units b: 42 sq. units 1-29. a: 5 c: ... Answers vary, possible solution: square, equilateral triangle, and equilateral hexagon. 4-31. a: 2 5 b: Yes. If the first song is a country song, then there is only 1 country song left to play out of 4 songs.

  14. High School

    High School Series. 3 years of a 5-year sequence of college. preparatory mathematics courses in. English and Spanish. Core Connections Algebra. Core Connections Geometry. Core Connections Algebra 2.

  15. OpenIntro Statistics

    Exercise 16. Exercise 19. Exercise 22. Exercise 23. At Quizlet, we're giving you the tools you need to take on any subject without having to carry around solutions manuals or printing out PDFs! Now, with expert-verified solutions from OpenIntro Statistics 3rd Edition, you'll learn how to solve your toughest homework problems.

  16. Solved 3.2 Consider fitting a multipic linear regression

    3. 2. 1 Provide a reduced model corresponding to the null hypothesis H 0: β 1 = β 2 ( 5 ) 3 . 2 . 2 Provide analysis of variance table for testing the hypothesis statod in part ( 3 . 2 .

  17. Core Connections Geometry, Volume 1

    Find step-by-step solutions and answers to Core Connections Geometry, Volume 1 - 9781603281065, as well as thousands of textbooks so you can move forward with confidence. ... Volume 1 , you'll learn how to solve your toughest homework problems. Our resource for Core Connections Geometry, Volume 1 includes answers to chapter exercises, as well ...

  18. CCG SA Ch3

    Selected Answers 2 Lesson 3.1.2 3-18. Result should be 12 units tall and 16 units wide. 3-19. a: The 15 corresponds to the 6, while the 20 corresponds to the 8. Multiple equivalent ratios are possible. One possibility: 15 6= 20 8=2.5 b: 25 and 10; 25 10=2.5; yes 3-20. Yes they are parallel because they have the same slope: !3 5.

  19. CPM Homework Help : CCG

    CPM Education Program proudly works to offer more and better math education to more students.

  20. 3.1E: Functions and Function Notation (Exercises)

    8. f(x) = ∣ x − 3. For the following exercises, use the vertical line test to determine if the relation whose graph is provided is a function. 9. 10. 11. For the following exercises, graph the functions. 12. f(x) = ∣ x + 1. 13. f(x) = x2 − 2. For the following exercises, use Figure 2 to approximate the values.

  21. CPM Homework Help : CCA2 Lesson 3.1.2

    CPM Education Program proudly works to offer more and better math education to more students.

  22. Chapter 3 Homework Answers.pdf

    (See graph at right below.) 2 1 4 2-126. Scaling by any whole number from 7 to 10. 3 2 1 l8 4 101601 C. _. E d' — [1 T5- . 33 . ... View Homework Help - Ch.3 Homework Answers.pdf from HIST MISC at New York Institute of... homework. PRACTICE QUESTIONS FOR FINAL. University of Toronto. MA 153. Algebra.

  23. Core Connections Integrated 3

    Our resource for Core Connections Integrated 3 includes answers to chapter exercises, as well as detailed information to walk you through the process step by step. With Expert Solutions for thousands of practice problems, you can take the guesswork out of studying and move forward with confidence. Find step-by-step solutions and answers to Core ...