SlideShare a Scribd company logo
1 of 13
Section 6.4: Logarithmic Equations and Inequalities, from
College Algebra: Corrected Edition by Carl
Stitz, Ph.D. and Jeff Zeager, Ph.D. is available under a Creative
Commons Attribution-NonCommercial-
ShareAlike 3.0 license. © 2013, Carl Stitz.
http://www.stitz-zeager.com/szca07042013.pdf
http://www.stitz-zeager.com/szca07042013.pdf
http://creativecommons.org/licenses/by-nc-sa/3.0/deed.en_US
http://creativecommons.org/licenses/by-nc-sa/3.0/deed.en_US
6.4 Logarithmic Equations and Inequalities 459
6.4 Logarithmic Equations and Inequalities
In Section 6.3 we solved equations and inequalities involving
exponential functions using one of
two basic strategies. We now turn our attention to equations and
inequalities involving logarithmic
functions, and not surprisingly, there are two basic strategies to
choose from. For example, suppose
we wish to solve log2(x) = log2(5). Theorem 6.4 tells us that
the only solution to this equation
is x = 5. Now suppose we wish to solve log2(x) = 3. If we want
to use Theorem 6.4, we need to
rewrite 3 as a logarithm base 2. We can use Theorem 6.3 to do
just that: 3 = log2
(
23
)
= log2(8).
Our equation then becomes log2(x) = log2(8) so that x = 8.
However, we could have arrived at the
same answer, in fewer steps, by using Theorem 6.3 to rewrite
the equation log2(x) = 3 as 2
3 = x,
or x = 8. We summarize the two common ways to solve log
equations below.
Steps for Solving an Equation involving Logarithmic Functions
1. Isolate the logarithmic function.
2. (a) If convenient, express both sides as logs with the same
base and equate the arguments
of the log functions.
(b) Otherwise, rewrite the log equation as an exponential
equation.
Example 6.4.1. Solve the following equations. Check your
solutions graphically using a calculator.
1. log117(1 − 3x) = log117
(
x2 − 3
)
2. 2 − ln(x− 3) = 1
3. log6(x + 4) + log6(3 −x) = 1 4. log7(1 − 2x) = 1 − log7(3 −x)
5. log2(x + 3) = log2(6 −x) + 3 6. 1 + 2 log4(x + 1) = 2 log2(x)
Solution
.
1. Since we have the same base on both sides of the equation
log117(1 − 3x) = log117
(
x2 − 3
)
,
we equate what’s inside the logs to get 1 − 3x = x2 − 3. Solving
x2 + 3x − 4 = 0 gives
x = −4 and x = 1. To check these answers using the calculator,
we make use of the change
of base formula and graph f(x) =
ln(1−3x)
ln(117)
and g(x) =
ln(x2−3)
ln(117)
and we see they intersect only
at x = −4. To see what happened to the solution x = 1, we
substitute it into our original
equation to obtain log117(−2) = log117(−2). While these
expressions look identical, neither
is a real number,1 which means x = 1 is not in the domain of the
original equation, and is
not a solution.
2. Our first objective in solving 2−ln(x−3) = 1 is to isolate the
logarithm. We get ln(x−3) = 1,
which, as an exponential equation, is e1 = x − 3. We get our
solution x = e + 3. On the
calculator, we see the graph of f(x) = 2 − ln(x − 3) intersects the
graph of g(x) = 1 at
x = e + 3 ≈ 5.718.
1They do, however, represent the same family of complex
numbers. We stop ourselves at this point and refer the
reader to a good course in Complex Variables.
460 Exponential and Logarithmic Functions
y = f(x) = log117(1 − 3x) and y = f(x) = 2 − ln(x− 3) and
y = g(x) = log117
(
x2 − 3
)
y = g(x) = 1
3. We can start solving log6(x+ 4) + log6(3−x) = 1 by using the
Product Rule for logarithms to
rewrite the equation as log6 [(x + 4)(3 −x)] = 1. Rewriting this
as an exponential equation,
we get 61 = (x + 4)(3 −x). This reduces to x2 + x− 6 = 0, which
gives x = −3 and x = 2.
Graphing y = f(x) =
ln(x+4)
ln(6)
+
ln(3−x)
ln(6)
and y = g(x) = 1, we see they intersect twice, at
x = −3 and x = 2.
y = f(x) = log6(x + 4) + log6(3 −x) and y = g(x) = 1
4. Taking a cue from the previous problem, we begin solving
log7(1 − 2x) = 1 − log7(3 −x) by
first collecting the logarithms on the same side, log7(1−2x) +
log7(3−x) = 1, and then using
the Product Rule to get log7[(1 − 2x)(3 −x)] = 1. Rewriting this
as an exponential equation
gives 71 = (1−2x)(3−x) which gives the quadratic equation
2x2−7x−4 = 0. Solving, we find
x = −1
2
and x = 4. Graphing, we find y = f(x) =
ln(1−2x)
ln(7)
and y = g(x) = 1− ln(3−x)
ln(7)
intersect
only at x = −1
2
. Checking x = 4 in the original equation produces log7(−7) = 1
− log7(−1),
which is a clear domain violation.
5. Starting with log2(x + 3) = log2(6 − x) + 3, we gather the
logarithms to one side and get
log2(x + 3) − log2(6 −x) = 3. We then use the Quotient Rule
and convert to an exponential
equation
log2
(
x + 3
6 −x
)
= 3 ⇐⇒ 23 =
x + 3
6 −x
This reduces to the linear equation 8(6 −x) = x + 3, which gives
us x = 5. When we graph
f(x) =
ln(x+3)
ln(2)
and g(x) =
ln(6−x)
ln(2)
+ 3, we find they intersect at x = 5.
6.4 Logarithmic Equations and Inequalities 461
y = f(x) = log7(1 − 2x) and y = f(x) = log2(x + 3) and
y = g(x) = 1 − log7(3 −x) y = g(x) = log2(6 −x) + 3
6. Starting with 1 + 2 log4(x + 1) = 2 log2(x), we gather the
logs to one side to get the equation
1 = 2 log2(x) − 2 log4(x + 1). Before we can combine the
logarithms, however, we need a
common base. Since 4 is a power of 2, we use change of base to
convert
log4(x + 1) =
log2(x + 1)
log2(4)
=
1
2
log2(x + 1)
Hence, our original equation becomes
1 = 2 log2(x) − 2
(
1
2
log2(x + 1)
)
1 = 2 log2(x) − log2(x + 1)
1 = log2
(
x2
)
− log2(x + 1) Power Rule
1 = log2
(
x2
x + 1
)
Quotient Rule
Rewriting this in exponential form, we get x
2
x+1
= 2 or x2 − 2x− 2 = 0. Using the quadratic
formula, we get x = 1 ±
√
3. Graphing f(x) = 1 +
2 ln(x+1)
ln(4)
and g(x) =
2 ln(x)
ln(2)
, we see the
graphs intersect only at x = 1 +
√
3 ≈ 2.732. The solution x = 1 −
√
3 < 0, which means if
substituted into the original equation, the term 2 log2
(
1 −
√
3
)
is undefined.
y = f(x) = 1 + 2 log4(x + 1) and y = g(x) = 2 log2(x)
462 Exponential and Logarithmic Functions
If nothing else, Example 6.4.1 demonstrates the importance of
checking for extraneous solutions2
when solving equations involving logarithms. Even though we
checked our answers graphically,
extraneous solutions are easy to spot - any supposed solution
which causes a negative number
inside a logarithm needs to be discarded. As with the equations
in Example 6.3.1, much can be
learned from checking all of the answers in Example 6.4.1
analytically. We leave this to the reader
and turn our attention to inequalities involving logarithmic
functions. Since logarithmic functions
are continuous on their domains, we can use sign diagrams.
Example 6.4.2. Solve the following inequalities. Check your
answer graphically using a calculator.
1.
1
ln(x) + 1
≤ 1 2. (log2(x))
2
< 2 log2(x) + 3 3. x log(x + 1) ≥ x

More Related Content

Similar to Section 6.4 Logarithmic Equations and Inequalities, from Coll.docx

Algebraic Simplification and evaluation
Algebraic Simplification and evaluationAlgebraic Simplification and evaluation
Algebraic Simplification and evaluationPuna Ripiye
 
Final presentation
Final presentationFinal presentation
Final presentationpaezp
 
Module 2 polynomial functions
Module 2   polynomial functionsModule 2   polynomial functions
Module 2 polynomial functionsdionesioable
 
Polynomial Function and Synthetic Division
Polynomial Function and Synthetic DivisionPolynomial Function and Synthetic Division
Polynomial Function and Synthetic DivisionElceed
 
Exp log equations
Exp log equationsExp log equations
Exp log equationschagdarjav
 
Exp log equations
Exp log equationsExp log equations
Exp log equationschagdarjav
 
6.7 quadratic inequalities
6.7 quadratic inequalities6.7 quadratic inequalities
6.7 quadratic inequalitiesJessica Garcia
 
MATHS - Linear equation in two variable (Class - X) Maharashtra Board
MATHS - Linear equation in two variable (Class - X) Maharashtra BoardMATHS - Linear equation in two variable (Class - X) Maharashtra Board
MATHS - Linear equation in two variable (Class - X) Maharashtra BoardPooja M
 
Polynomial operations (1)
Polynomial operations (1)Polynomial operations (1)
Polynomial operations (1)swartzje
 
Factoring and Box Method
Factoring and Box MethodFactoring and Box Method
Factoring and Box Methodswartzje
 
Project in Mathematics. Functions
Project in Mathematics. FunctionsProject in Mathematics. Functions
Project in Mathematics. FunctionsNikkaVerone
 
The chain rule
The chain ruleThe chain rule
The chain ruleJ M
 

Similar to Section 6.4 Logarithmic Equations and Inequalities, from Coll.docx (20)

Algebra
AlgebraAlgebra
Algebra
 
Algebra part 2
Algebra part 2Algebra part 2
Algebra part 2
 
Algebraic Simplification and evaluation
Algebraic Simplification and evaluationAlgebraic Simplification and evaluation
Algebraic Simplification and evaluation
 
Final presentation
Final presentationFinal presentation
Final presentation
 
EPCA_MODULE-2.pptx
EPCA_MODULE-2.pptxEPCA_MODULE-2.pptx
EPCA_MODULE-2.pptx
 
Module 2 polynomial functions
Module 2   polynomial functionsModule 2   polynomial functions
Module 2 polynomial functions
 
Algebra 6
Algebra 6Algebra 6
Algebra 6
 
Kim Solving
Kim SolvingKim Solving
Kim Solving
 
chapter3.ppt
chapter3.pptchapter3.ppt
chapter3.ppt
 
Polynomial Function and Synthetic Division
Polynomial Function and Synthetic DivisionPolynomial Function and Synthetic Division
Polynomial Function and Synthetic Division
 
Exp log equations
Exp log equationsExp log equations
Exp log equations
 
Exp log equations
Exp log equationsExp log equations
Exp log equations
 
6.7 quadratic inequalities
6.7 quadratic inequalities6.7 quadratic inequalities
6.7 quadratic inequalities
 
MATHS - Linear equation in two variable (Class - X) Maharashtra Board
MATHS - Linear equation in two variable (Class - X) Maharashtra BoardMATHS - Linear equation in two variable (Class - X) Maharashtra Board
MATHS - Linear equation in two variable (Class - X) Maharashtra Board
 
Polynomial operations (1)
Polynomial operations (1)Polynomial operations (1)
Polynomial operations (1)
 
Factoring and Box Method
Factoring and Box MethodFactoring and Box Method
Factoring and Box Method
 
NUMERICAL METHODS
NUMERICAL METHODSNUMERICAL METHODS
NUMERICAL METHODS
 
Project in Mathematics. Functions
Project in Mathematics. FunctionsProject in Mathematics. Functions
Project in Mathematics. Functions
 
The chain rule
The chain ruleThe chain rule
The chain rule
 
Inequalities
InequalitiesInequalities
Inequalities
 

More from bagotjesusa

Issues Identify at least seven issues you see in the case1..docx
Issues Identify at least seven issues you see in the case1..docxIssues Identify at least seven issues you see in the case1..docx
Issues Identify at least seven issues you see in the case1..docxbagotjesusa
 
Issues and disagreements between management and employees lead.docx
Issues and disagreements between management and employees lead.docxIssues and disagreements between management and employees lead.docx
Issues and disagreements between management and employees lead.docxbagotjesusa
 
ISSN1369 7021 © Elsevier Ltd 2010DECEMBER 2010 VOLUME 13 .docx
ISSN1369 7021 © Elsevier Ltd 2010DECEMBER 2010    VOLUME 13 .docxISSN1369 7021 © Elsevier Ltd 2010DECEMBER 2010    VOLUME 13 .docx
ISSN1369 7021 © Elsevier Ltd 2010DECEMBER 2010 VOLUME 13 .docxbagotjesusa
 
ISSA Journal September 2008Article Title Article Author.docx
ISSA Journal  September 2008Article Title  Article Author.docxISSA Journal  September 2008Article Title  Article Author.docx
ISSA Journal September 2008Article Title Article Author.docxbagotjesusa
 
ISOL 536Security Architecture and DesignThreat Modeling.docx
ISOL 536Security Architecture and DesignThreat Modeling.docxISOL 536Security Architecture and DesignThreat Modeling.docx
ISOL 536Security Architecture and DesignThreat Modeling.docxbagotjesusa
 
ISOL 533 Project Part 1OverviewWrite paper in sections.docx
ISOL 533 Project Part 1OverviewWrite paper in sections.docxISOL 533 Project Part 1OverviewWrite paper in sections.docx
ISOL 533 Project Part 1OverviewWrite paper in sections.docxbagotjesusa
 
Is the United States of America a democracyDetailed Outline.docx
Is the United States of America a democracyDetailed Outline.docxIs the United States of America a democracyDetailed Outline.docx
Is the United States of America a democracyDetailed Outline.docxbagotjesusa
 
Islamic Profession of Faith (There is no God but God and Muhammad is.docx
Islamic Profession of Faith (There is no God but God and Muhammad is.docxIslamic Profession of Faith (There is no God but God and Muhammad is.docx
Islamic Profession of Faith (There is no God but God and Muhammad is.docxbagotjesusa
 
IS-365 Writing Rubric Last updated January 15, 2018 .docx
IS-365 Writing Rubric Last updated January 15, 2018   .docxIS-365 Writing Rubric Last updated January 15, 2018   .docx
IS-365 Writing Rubric Last updated January 15, 2018 .docxbagotjesusa
 
ISAS 600 – Database Project Phase III RubricAs the final ste.docx
ISAS 600 – Database Project Phase III RubricAs the final ste.docxISAS 600 – Database Project Phase III RubricAs the final ste.docx
ISAS 600 – Database Project Phase III RubricAs the final ste.docxbagotjesusa
 
Is teenage pregnancy a social problem How does this topic reflect.docx
Is teenage pregnancy a social problem How does this topic reflect.docxIs teenage pregnancy a social problem How does this topic reflect.docx
Is teenage pregnancy a social problem How does this topic reflect.docxbagotjesusa
 
Is Texas so conservative- (at least for the time being)- as many pun.docx
Is Texas so conservative- (at least for the time being)- as many pun.docxIs Texas so conservative- (at least for the time being)- as many pun.docx
Is Texas so conservative- (at least for the time being)- as many pun.docxbagotjesusa
 
Irreplaceable Personal Objects and Cultural IdentityThink of .docx
Irreplaceable Personal Objects and Cultural IdentityThink of .docxIrreplaceable Personal Objects and Cultural IdentityThink of .docx
Irreplaceable Personal Objects and Cultural IdentityThink of .docxbagotjesusa
 
IRB is an important step in research. State the required components .docx
IRB is an important step in research. State the required components .docxIRB is an important step in research. State the required components .docx
IRB is an important step in research. State the required components .docxbagotjesusa
 
irem.orgjpm jpm® 47AND REWARDRISK .docx
irem.orgjpm      jpm®      47AND  REWARDRISK .docxirem.orgjpm      jpm®      47AND  REWARDRISK .docx
irem.orgjpm jpm® 47AND REWARDRISK .docxbagotjesusa
 
IoT Referenceshttpswww.techrepublic.comarticlehow-to-secur.docx
IoT Referenceshttpswww.techrepublic.comarticlehow-to-secur.docxIoT Referenceshttpswww.techrepublic.comarticlehow-to-secur.docx
IoT Referenceshttpswww.techrepublic.comarticlehow-to-secur.docxbagotjesusa
 
In two paragraphs, respond to the prompt below. Journal entries .docx
In two paragraphs, respond to the prompt below. Journal entries .docxIn two paragraphs, respond to the prompt below. Journal entries .docx
In two paragraphs, respond to the prompt below. Journal entries .docxbagotjesusa
 
Investigative Statement AnalysisInitial statement given by Ted K.docx
Investigative Statement AnalysisInitial statement given by Ted K.docxInvestigative Statement AnalysisInitial statement given by Ted K.docx
Investigative Statement AnalysisInitial statement given by Ted K.docxbagotjesusa
 
Investigating Happiness at College SNAPSHOT T.docx
Investigating   Happiness   at   College  SNAPSHOT  T.docxInvestigating   Happiness   at   College  SNAPSHOT  T.docx
Investigating Happiness at College SNAPSHOT T.docxbagotjesusa
 
Investigate Development Case Death with Dignity Physician-Assiste.docx
Investigate Development Case Death with Dignity  Physician-Assiste.docxInvestigate Development Case Death with Dignity  Physician-Assiste.docx
Investigate Development Case Death with Dignity Physician-Assiste.docxbagotjesusa
 

More from bagotjesusa (20)

Issues Identify at least seven issues you see in the case1..docx
Issues Identify at least seven issues you see in the case1..docxIssues Identify at least seven issues you see in the case1..docx
Issues Identify at least seven issues you see in the case1..docx
 
Issues and disagreements between management and employees lead.docx
Issues and disagreements between management and employees lead.docxIssues and disagreements between management and employees lead.docx
Issues and disagreements between management and employees lead.docx
 
ISSN1369 7021 © Elsevier Ltd 2010DECEMBER 2010 VOLUME 13 .docx
ISSN1369 7021 © Elsevier Ltd 2010DECEMBER 2010    VOLUME 13 .docxISSN1369 7021 © Elsevier Ltd 2010DECEMBER 2010    VOLUME 13 .docx
ISSN1369 7021 © Elsevier Ltd 2010DECEMBER 2010 VOLUME 13 .docx
 
ISSA Journal September 2008Article Title Article Author.docx
ISSA Journal  September 2008Article Title  Article Author.docxISSA Journal  September 2008Article Title  Article Author.docx
ISSA Journal September 2008Article Title Article Author.docx
 
ISOL 536Security Architecture and DesignThreat Modeling.docx
ISOL 536Security Architecture and DesignThreat Modeling.docxISOL 536Security Architecture and DesignThreat Modeling.docx
ISOL 536Security Architecture and DesignThreat Modeling.docx
 
ISOL 533 Project Part 1OverviewWrite paper in sections.docx
ISOL 533 Project Part 1OverviewWrite paper in sections.docxISOL 533 Project Part 1OverviewWrite paper in sections.docx
ISOL 533 Project Part 1OverviewWrite paper in sections.docx
 
Is the United States of America a democracyDetailed Outline.docx
Is the United States of America a democracyDetailed Outline.docxIs the United States of America a democracyDetailed Outline.docx
Is the United States of America a democracyDetailed Outline.docx
 
Islamic Profession of Faith (There is no God but God and Muhammad is.docx
Islamic Profession of Faith (There is no God but God and Muhammad is.docxIslamic Profession of Faith (There is no God but God and Muhammad is.docx
Islamic Profession of Faith (There is no God but God and Muhammad is.docx
 
IS-365 Writing Rubric Last updated January 15, 2018 .docx
IS-365 Writing Rubric Last updated January 15, 2018   .docxIS-365 Writing Rubric Last updated January 15, 2018   .docx
IS-365 Writing Rubric Last updated January 15, 2018 .docx
 
ISAS 600 – Database Project Phase III RubricAs the final ste.docx
ISAS 600 – Database Project Phase III RubricAs the final ste.docxISAS 600 – Database Project Phase III RubricAs the final ste.docx
ISAS 600 – Database Project Phase III RubricAs the final ste.docx
 
Is teenage pregnancy a social problem How does this topic reflect.docx
Is teenage pregnancy a social problem How does this topic reflect.docxIs teenage pregnancy a social problem How does this topic reflect.docx
Is teenage pregnancy a social problem How does this topic reflect.docx
 
Is Texas so conservative- (at least for the time being)- as many pun.docx
Is Texas so conservative- (at least for the time being)- as many pun.docxIs Texas so conservative- (at least for the time being)- as many pun.docx
Is Texas so conservative- (at least for the time being)- as many pun.docx
 
Irreplaceable Personal Objects and Cultural IdentityThink of .docx
Irreplaceable Personal Objects and Cultural IdentityThink of .docxIrreplaceable Personal Objects and Cultural IdentityThink of .docx
Irreplaceable Personal Objects and Cultural IdentityThink of .docx
 
IRB is an important step in research. State the required components .docx
IRB is an important step in research. State the required components .docxIRB is an important step in research. State the required components .docx
IRB is an important step in research. State the required components .docx
 
irem.orgjpm jpm® 47AND REWARDRISK .docx
irem.orgjpm      jpm®      47AND  REWARDRISK .docxirem.orgjpm      jpm®      47AND  REWARDRISK .docx
irem.orgjpm jpm® 47AND REWARDRISK .docx
 
IoT Referenceshttpswww.techrepublic.comarticlehow-to-secur.docx
IoT Referenceshttpswww.techrepublic.comarticlehow-to-secur.docxIoT Referenceshttpswww.techrepublic.comarticlehow-to-secur.docx
IoT Referenceshttpswww.techrepublic.comarticlehow-to-secur.docx
 
In two paragraphs, respond to the prompt below. Journal entries .docx
In two paragraphs, respond to the prompt below. Journal entries .docxIn two paragraphs, respond to the prompt below. Journal entries .docx
In two paragraphs, respond to the prompt below. Journal entries .docx
 
Investigative Statement AnalysisInitial statement given by Ted K.docx
Investigative Statement AnalysisInitial statement given by Ted K.docxInvestigative Statement AnalysisInitial statement given by Ted K.docx
Investigative Statement AnalysisInitial statement given by Ted K.docx
 
Investigating Happiness at College SNAPSHOT T.docx
Investigating   Happiness   at   College  SNAPSHOT  T.docxInvestigating   Happiness   at   College  SNAPSHOT  T.docx
Investigating Happiness at College SNAPSHOT T.docx
 
Investigate Development Case Death with Dignity Physician-Assiste.docx
Investigate Development Case Death with Dignity  Physician-Assiste.docxInvestigate Development Case Death with Dignity  Physician-Assiste.docx
Investigate Development Case Death with Dignity Physician-Assiste.docx
 

Recently uploaded

“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 

Recently uploaded (20)

“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 

Section 6.4 Logarithmic Equations and Inequalities, from Coll.docx

  • 1. Section 6.4: Logarithmic Equations and Inequalities, from College Algebra: Corrected Edition by Carl Stitz, Ph.D. and Jeff Zeager, Ph.D. is available under a Creative Commons Attribution-NonCommercial- ShareAlike 3.0 license. © 2013, Carl Stitz. http://www.stitz-zeager.com/szca07042013.pdf http://www.stitz-zeager.com/szca07042013.pdf http://creativecommons.org/licenses/by-nc-sa/3.0/deed.en_US http://creativecommons.org/licenses/by-nc-sa/3.0/deed.en_US 6.4 Logarithmic Equations and Inequalities 459 6.4 Logarithmic Equations and Inequalities In Section 6.3 we solved equations and inequalities involving exponential functions using one of two basic strategies. We now turn our attention to equations and inequalities involving logarithmic functions, and not surprisingly, there are two basic strategies to choose from. For example, suppose we wish to solve log2(x) = log2(5). Theorem 6.4 tells us that the only solution to this equation is x = 5. Now suppose we wish to solve log2(x) = 3. If we want to use Theorem 6.4, we need to rewrite 3 as a logarithm base 2. We can use Theorem 6.3 to do just that: 3 = log2 ( 23 )
  • 2. = log2(8). Our equation then becomes log2(x) = log2(8) so that x = 8. However, we could have arrived at the same answer, in fewer steps, by using Theorem 6.3 to rewrite the equation log2(x) = 3 as 2 3 = x, or x = 8. We summarize the two common ways to solve log equations below. Steps for Solving an Equation involving Logarithmic Functions 1. Isolate the logarithmic function. 2. (a) If convenient, express both sides as logs with the same base and equate the arguments of the log functions. (b) Otherwise, rewrite the log equation as an exponential equation. Example 6.4.1. Solve the following equations. Check your solutions graphically using a calculator. 1. log117(1 − 3x) = log117 ( x2 − 3 ) 2. 2 − ln(x− 3) = 1 3. log6(x + 4) + log6(3 −x) = 1 4. log7(1 − 2x) = 1 − log7(3 −x) 5. log2(x + 3) = log2(6 −x) + 3 6. 1 + 2 log4(x + 1) = 2 log2(x)
  • 3. Solution . 1. Since we have the same base on both sides of the equation log117(1 − 3x) = log117 ( x2 − 3 ) , we equate what’s inside the logs to get 1 − 3x = x2 − 3. Solving x2 + 3x − 4 = 0 gives x = −4 and x = 1. To check these answers using the calculator, we make use of the change of base formula and graph f(x) = ln(1−3x) ln(117) and g(x) = ln(x2−3)
  • 4. ln(117) and we see they intersect only at x = −4. To see what happened to the solution x = 1, we substitute it into our original equation to obtain log117(−2) = log117(−2). While these expressions look identical, neither is a real number,1 which means x = 1 is not in the domain of the original equation, and is not a solution. 2. Our first objective in solving 2−ln(x−3) = 1 is to isolate the logarithm. We get ln(x−3) = 1, which, as an exponential equation, is e1 = x − 3. We get our solution x = e + 3. On the calculator, we see the graph of f(x) = 2 − ln(x − 3) intersects the graph of g(x) = 1 at x = e + 3 ≈ 5.718. 1They do, however, represent the same family of complex numbers. We stop ourselves at this point and refer the reader to a good course in Complex Variables.
  • 5. 460 Exponential and Logarithmic Functions y = f(x) = log117(1 − 3x) and y = f(x) = 2 − ln(x− 3) and y = g(x) = log117 ( x2 − 3 ) y = g(x) = 1 3. We can start solving log6(x+ 4) + log6(3−x) = 1 by using the Product Rule for logarithms to rewrite the equation as log6 [(x + 4)(3 −x)] = 1. Rewriting this as an exponential equation, we get 61 = (x + 4)(3 −x). This reduces to x2 + x− 6 = 0, which gives x = −3 and x = 2. Graphing y = f(x) = ln(x+4) ln(6) + ln(3−x)
  • 6. ln(6) and y = g(x) = 1, we see they intersect twice, at x = −3 and x = 2. y = f(x) = log6(x + 4) + log6(3 −x) and y = g(x) = 1 4. Taking a cue from the previous problem, we begin solving log7(1 − 2x) = 1 − log7(3 −x) by first collecting the logarithms on the same side, log7(1−2x) + log7(3−x) = 1, and then using the Product Rule to get log7[(1 − 2x)(3 −x)] = 1. Rewriting this as an exponential equation gives 71 = (1−2x)(3−x) which gives the quadratic equation 2x2−7x−4 = 0. Solving, we find x = −1 2 and x = 4. Graphing, we find y = f(x) = ln(1−2x) ln(7) and y = g(x) = 1− ln(3−x) ln(7)
  • 7. intersect only at x = −1 2 . Checking x = 4 in the original equation produces log7(−7) = 1 − log7(−1), which is a clear domain violation. 5. Starting with log2(x + 3) = log2(6 − x) + 3, we gather the logarithms to one side and get log2(x + 3) − log2(6 −x) = 3. We then use the Quotient Rule and convert to an exponential equation log2 ( x + 3 6 −x ) = 3 ⇐⇒ 23 =
  • 8. x + 3 6 −x This reduces to the linear equation 8(6 −x) = x + 3, which gives us x = 5. When we graph f(x) = ln(x+3) ln(2) and g(x) = ln(6−x) ln(2) + 3, we find they intersect at x = 5. 6.4 Logarithmic Equations and Inequalities 461 y = f(x) = log7(1 − 2x) and y = f(x) = log2(x + 3) and y = g(x) = 1 − log7(3 −x) y = g(x) = log2(6 −x) + 3
  • 9. 6. Starting with 1 + 2 log4(x + 1) = 2 log2(x), we gather the logs to one side to get the equation 1 = 2 log2(x) − 2 log4(x + 1). Before we can combine the logarithms, however, we need a common base. Since 4 is a power of 2, we use change of base to convert log4(x + 1) = log2(x + 1) log2(4) = 1 2 log2(x + 1) Hence, our original equation becomes 1 = 2 log2(x) − 2 ( 1 2
  • 10. log2(x + 1) ) 1 = 2 log2(x) − log2(x + 1) 1 = log2 ( x2 ) − log2(x + 1) Power Rule 1 = log2 ( x2 x + 1 ) Quotient Rule Rewriting this in exponential form, we get x 2
  • 11. x+1 = 2 or x2 − 2x− 2 = 0. Using the quadratic formula, we get x = 1 ± √ 3. Graphing f(x) = 1 + 2 ln(x+1) ln(4) and g(x) = 2 ln(x) ln(2) , we see the graphs intersect only at x = 1 + √ 3 ≈ 2.732. The solution x = 1 − √ 3 < 0, which means if substituted into the original equation, the term 2 log2
  • 12. ( 1 − √ 3 ) is undefined. y = f(x) = 1 + 2 log4(x + 1) and y = g(x) = 2 log2(x) 462 Exponential and Logarithmic Functions If nothing else, Example 6.4.1 demonstrates the importance of checking for extraneous solutions2 when solving equations involving logarithms. Even though we checked our answers graphically, extraneous solutions are easy to spot - any supposed solution which causes a negative number inside a logarithm needs to be discarded. As with the equations in Example 6.3.1, much can be
  • 13. learned from checking all of the answers in Example 6.4.1 analytically. We leave this to the reader and turn our attention to inequalities involving logarithmic functions. Since logarithmic functions are continuous on their domains, we can use sign diagrams. Example 6.4.2. Solve the following inequalities. Check your answer graphically using a calculator. 1. 1 ln(x) + 1 ≤ 1 2. (log2(x)) 2 < 2 log2(x) + 3 3. x log(x + 1) ≥ x