What is x if #log_2(3-x) + log_2 (2-x) = log_2 (1-x)#?

2 Answers
Nov 9, 2015

No solution in #RR#.
Solutions in #CC#: #color(white)(xxx)2+i color(white)(xxx) "and" color(white)(xxx)2-i#

Explanation:

First, use the logarithm rule:

#log_a (x) + log_a(y) = log_a(x * y)#

Here, this means that you can transform your equation as follows:

#log_2(3-x) + log_2(2-x) = log_2(1-x)#
#<=> log_2((3-x)(2-x)) = log_2(1-x)#

At this point, as your logarithm basis is #>1#, you can "drop" the logarithm on both sides since #log x = log y <=> x = y# for #x, y >0#.
Please beware that you can't do such a thing when there is still a sum of logarithms like in the beginning.

So, now you have:
#log_2((3-x)(2-x)) = log_2(1-x)#
#<=> (3-x)(2-x) = 1-x#
#<=> 6 - 5x + x^2 = 1 - x#
#<=> 5 - 4x + x^2 = 0#

This is a regular quadratic equation which you can solve in several different ways.

This one sadly doesn't have a solution for real numbers.

#color(Blue)("~~~~~~~~~~~~~~ proposed addition~~~~~~~~~~~~~~~~~")#

Tony B:
#color(blue)("I agree with your calculations and think they are well presented")#

#color(brown)("if I may I would like to expand on your answer a little!")#

I totally concur that there is no solution for #x!=RR#
If on the other hand we look at the potential of #x in CC# then we are able to ascertain two solutions.

Using standard form
#ax^2+bc+c=0 color(white)(xxxx) "where"#

#x=(-b+- sqrt( (-b)^2 -4ac))/(2a) #

We then we end up with:

#(+4 +- 2i)/2 -> color(white)(xxx)2+i color(white)(xxx) "and" color(white)(xxx)2-i#

Nov 10, 2015

My understanding implies that the question given needs to be checked. #color(brown)("If "x in RR" then it is indeterminate. On the other hand if "x notin RR" then this may not be the case.")#

Explanation:

Pre-amble

Log addition is the consequence of multiplication of the source numbers/variables.

The equals sign is a #color(blue)("mathematical")# absolute, stating that what is one side of its has the exact same intrinsic value that is on the other side.

Both sides of the equals sign are to log base 2. Suppose we had some random value of say #t#. If we had #log_2(t) " then antilog"[log_2(t)] = t# This type of mathematical notation is sometimes written as #log_2^-1(t) = t#
'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Solution to this problem:

Take antilogs of both sides giving in the question implies:
#(3-x)(2-x) -> (1-x)#

This I believe to be #color(red)("indeterminate")# in that the LHS does not have exactly the same intrinsic value as the RHS. This#color(green)(" implies")# that the question may need to be worded differently.

#color(brown)("On the other hand it may be the case that "x in CC)#.
#color(brown)("This may well produce an answer.")#

#(3-x)(2-x) = x^2 -5x +6 != (1-x) " for " x in RR#

'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#(3-x)(2-x) = x^2 -5x +6 = (1-x) " for " x in CC#

#x = 2+i ; 2-i#