Solving Algebraic Equations Involving Logarithms

  • Thread starter Thread starter Corkery
  • Start date Start date
  • Tags Tags
    Logarithms
Corkery
Messages
32
Reaction score
0

Homework Statement


Solve Algebraically:

Log(subscript4) (a^2 + 2) = Log(subscript 4) (2a + 10)


Homework Equations


other equations that are similar which I can't do are:
Solve Algebraically:

-Log(subscript 5) (x + 3) + Log(subscript 5) (x - 2) = Log(subscript 5) 14

-Log(subscript 2) (2x + 6) - Log(subscript 2) x = 3




The Attempt at a Solution


not sure if this is right but I think you would divide by Log(subscript 4)
Log(subscript4) (a^2 + 2) = Log(subscript 4) (2a + 10)
------------------------------------------------------
Log(subscript4) Log(subscript4)

canceled those out leaving:
a^2 + 2 = 2a + 10

expand the equation:
this is where i get lost, unless I am doing it completely wrong. Please help.
 
Physics news on Phys.org
Your solution is essentially right, but the formalism is painfully wrong. If f(x)=f(y) you cannot divide by f. You have to apply the inverse function of f. The inverse of Log(subscript4) is 4^. As in 4^(Log(subscript4)(x))=x. And a^2 + 2 = 2a + 10
is a harmless quadratic equation. Don't get confused there, just factor it or use the quadratic equation.
 
When doing log equations, you should try to remember all the formulae. Some useful are:

(1) logab + logac = loga(bc)
(2) logab - logac = loga(b / c)
(3) loga(bc) = c loga(b)
(4) The change base formula:
\log_{a}b = \frac{\log_{c}b}{\log_{c}a}

(5) Since logarithm is either strictly increasing or strictly decreasing (i.e, 1-1 function), we have:
\log_a b = \log_a c \Leftrightarrow b = c

You cannot divide logab by loga to get b, it's as meaningless as saying that:
\frac{\sin x}{\sin} = x

----------------

I'll help you do the first one, and let you try the other 2 by yourself. See if you can get it. :)

log4 (a2 + 2) = log4 (2a + 10)
Using (5), we have:
<=> a2 + 2 = 2a + 10
<=> a2 - 2a - 8 = 0
\Leftrightarrow a = 4 \quad \mbox{or} \quad a = -2
a2 + 2, and 2a + 10 should all be positive. And both values satisfy the requirements, so we have 2 solutions:
a = 4 \quad \mbox{or} \quad a = -2

Is it cear?
Can you do the other 2? :)
 
Last edited:
VietDao, why should a be positive? You need a2+2 and 2a+10 to be positive, you don't need a to be positive. Note, those expressions are positive for both a=4 and a=-2.
 
AKG said:
VietDao, why should a be positive? You need a2+2 and 2a+10 to be positive, you don't need a to be positive. Note, those expressions are positive for both a=4 and a=-2.

Whoops, I thought that a was the base :blushing: :cry:. Er... stand corrected. :smile:
Thanks. :blushing:
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top