Return to the Purplemath home page

 


powered by FreeFind

 

Print-friendly page

 

 

Solving Logarithmic Equations:
     Solving from the Definition
(page 1 of 3)

Sections: Solving from the definition, Solving with exponentials, Calculator Considerations


The first type of log equation has two logs set equal to each other, and you solve by setting the insides (the "arguments") equal to each other. For example:

  • Solve log2(x) = log2(14).

    Since the logarithms on either side of the equation have the same base ("2", in this case), then the only way these two logs can be equal is for the arguments to be equal. That is, it must be that:

      x = 14

    And this is the solution: x = 14

  • Solve logb(x2) = logb(2x – 1).

    Since the bases of the logs are the same (the unknown value"b", in this case), then the insides must be equal. That is:

      x2 = 2x – 1

    Then:

      x2 – 2x + 1 = 0
      (x – 1)(x – 1) = 0

    Then the solution is x = 1.

  • Solve logb(x2 – 30) = logb(x).

    Since the logs have the same base, I can set the arguments equal and solve:

      x2 – 30 = x
      x
      2x – 30 = 0
      (x – 6)(x + 5) = 0
      x = 6, – 5

    Since you cannot have a negative inside a logarithm, the solution "x = –5" is not a valid solution to the original logarithmic equation. Copyright © Elizabeth Stapel 2006-2008 All Rights Reserved

    The solution is x = 6.

  • Solve 2logb(x) = logb(4) + logb(x – 1).

    All of these logs have the same base, but I can't solve yet, because I don't yet have "log equals log". So first I'll have to apply log rules:

      2logb(x) = logb(4) + logb(x – 1)
      logb(x2) = logb((4)(x – 1))
      logb(x2) = logb(4x – 4)

    Then:

      x2 = 4x – 4
      x2 – 4x + 4 = 0
      (x – 2)(x – 2) = 0

    The solution is x = 2.

  • Solve ln( ex ) = ln( e3 ) + ln( e5 ).

    Remember the defintion of logarithms. Logarithms are powers. Specifically, "logb(a)" is the power that, when put on the base "b", gives you "a". In this case, the base of the log is e. The argument of "ln( ex )" is "ex". That is, "ln( ex )" is "the power that, when put on e, gives you ex.

    Well, what power do you have to put on e to get ex? Why, x, of course! So ln( ex ) = x. Similarly, ln( e3 ) = 3 and ln( e5 ) = 5. So the given equation simplifies quite nicely:

      ln( ex ) = ln( e3 ) + ln( e5 )
      x = 3 + 5
      x = 8

    The solution is x = 8.

Note: This could also have been solved using log rules:

    ln( ex ) = ln( e3 ) + ln( e5 )
    ln( e
    x ) = ln(( e3 )( e5 ))
    ln( e
    x ) = ln( e3 + 5 )
    ln( e
    x ) = ln( e8 )

Comparing the arguments:

    ex = e8
    x
    = 8

Top  |  1 | 2 | 3  |  Return to Index  Next >>

Cite this article as:

Stapel, Elizabeth. "Solving Logarithmic Equations From the Definition." Purplemath. Available from
    http://www.purplemath.com/modules/solvelog.htm. Accessed
 

 

Lessons index

Lessons CD




Purplemath:
  Linking to this site
  Printing pages
  Donating
  School licensing


Reviews of
Internet Sites:
   Free Help
   Practice
   Et Cetera

The "Homework
   Guidelines"

Study Skills Survey

Tutoring ($$)


This lesson may be printed out for your personal use.

Content copyright protected by Copyscape website plagiarism search
  

  Copyright © 2006-2008  Elizabeth Stapel   |   About   |   Terms of Use

 

 Feedback   |   Error?