How Do You Solve This Complex Logarithmic Equation?

  • Thread starter Thread starter Prototype44
  • Start date Start date
  • Tags Tags
    Logarithm
AI Thread Summary
The discussion revolves around solving the logarithmic equation 2log(x-3)^2 = log(x-3) + 3, with the condition that x > 3. Participants clarify the interpretation of the logarithmic expression, debating whether it represents 2[log(x-3)]^2 or log((x-3)^2). They emphasize using logarithmic properties to simplify the equation, leading to the conclusion that log(x-3) = 1 implies x = 13, assuming base 10 for the logarithm. Some participants also explore quadratic solutions, resulting in x values of approximately 34.6 and 3.1, while noting that x = 3 is undefined. The conversation highlights the importance of clarity in mathematical notation and assumptions about logarithmic bases.
Prototype44
Messages
33
Reaction score
0

Homework Statement


2log(x-3)^2=log(x-3)+3

Homework Equations


x>3

The Attempt at a Solution


2log(x^2-6x+9)-log(x-3)=3
log(x-3)=3
Not sure where to go from here seeing that it factores and becomes x=3 which makes the solution undefined
 
Physics news on Phys.org
Prototype44 said:

Homework Statement


2log(x-3)^2=log(x-3)+3


Homework Equations


x>3


The Attempt at a Solution


2log(x^2-6x+9)-log(x-3)=3
log(x-3)=3
You seem to have lost the coefficient of the first log term.
If what you had on the left was log(x2 - 6x + 9) - log(x - 3), then you could simplify this to log[(x2 - 6x + 9)/(x - 3)], but that's not what you have.

Instead of expanding the (x - 3)2 as you did, use the properties of logs to write 2log(x - 3)2 so that it is log(something).

On the right, 3 = log(103) = log(1000).
Prototype44 said:
Not sure where to go from here seeing that it factores and becomes x=3 which makes the solution undefined
 
I'm not sure what the equation exactly is.

First of all, what is the logarithm base? In the Precalculus books that I've seen (I'm in the US), no base means log base 10. However, I think I heard that in other places no base means natural logarithm.

Second, I'm not sure what is squared. Is it just (x-3) that is squared, or should it be like this?
2[log(x-3)]2=log(x-3)+3
(in other words, the entire expression log (x-3) is squared)

If you mean the former, then you lost the coefficient in front of the log(x-3)2 somewhere.

EDIT: Beaten to it.
 
Prototype44 said:

Homework Statement


2log(x-3)^2=log(x-3)+3
Using "laws of logarithms", 2log(x-3)^2= 4 log(x- 3) and then
4 log(x- 3)- log(x-3)= 3 log(x-3)= 3 so that log(x-3)= 1.
If the logarthm is base 10 that says x- 3= 10. If it is base e, x- 3= e.

Homework Equations


x>3


The Attempt at a Solution


2log(x^2-6x+9)-log(x-3)=3
log(x-3)=3
Not sure where to go from here seeing that it factores and becomes x=3 which makes the solution undefined
 
HallsofIvy said:
If the logarthm is base 10 that says x- 3= 10. If it is base e, x- 3= e.

That's what I got but it doesn't work. But, treating it as a quadratic, I got x=10\sqrt{10}+3, which does work, as well as 13 again. Why is this?
 
It would be helpful if you clarified for us exactly what the problem is. A couple of things are not clear to us:
1. Does "log" mean log10 or loge (same as ln). I assumed you meant log10.
2. Is the expression on the left side 2 log( (x - 3)2) or 2 (log(x-3))2? IOW, what is being squared?
 
Does "log" mean log10 or loge (same as ln). I assumed you meant log10

since a base is missing it is assumed to be base 10

Is the expression on the left side 2 log( (x - 3)^2) or 2 (log(x-3))^2? IOW, what is being squared

it is 2log((x-3))^2 i just transformed it in the question
 
I will solve this problem right now satisfying the specifications laid

2log(x-3)^2=log(x-3)+3
log(x-3)^4=log(x-3)+3
log(x-3)^3=3
3log(x-3)=3
log(x-3)=1
x-3=10
x=13
 
Prototype44 said:
since a base is missing it is assumed to be base 10
it is 2log((x-3))^2 i just transformed it in the question
That is exactly what you wrote originally. It does NOT answer Mark44's question and does not make sense: "f(x)^2" is meaningless unless you interpret it as (f(x))^2. But in your original question, you wrote as log(x^2- 6x+ 9) which is ln((x-3)^2) and could be more easily written as 2ln(x-3).

If you really meant (ln(x-3))^2, then you have a quadratic equation: let y= ln(x- 3) and the equation becomes 2y^2= y+ 3. That is, of course, the same as 2y^2- y- 3= (2y- 3)(y+ 1)= 0 which has roots y= ln(x- 3)= 3/2 and y= ln(x- 3)= -1. From the first, x-3 = 10^{3/2} and x= 3+ 10^{3/2} which is about
34.6. From the second, x- 3= 10^{-1}= 0.1 so that x= 3.1.
 
Back
Top