Difference between revisions of "Euc20197/Sub-Problem 1"

(Created page with "== Problem == (a) Determine all real numbers x such that: <cmath>2 \log_{2} (x-1) = (1 - \log_{2}(x+2))</cmath>")
 
(Problem)
Line 2: Line 2:
 
(a) Determine all real numbers x such that:
 
(a) Determine all real numbers x such that:
 
               <cmath>2 \log_{2} (x-1) = (1 - \log_{2}(x+2))</cmath>
 
               <cmath>2 \log_{2} (x-1) = (1 - \log_{2}(x+2))</cmath>
 +
 +
== Solution 1==
 +
 +
The left part of the equationc an be simplified to:
 +
 +
<cmath>Left = (\log_{2}(x-1)^2)</cmath>
 +
<cmath>\log_{2}(x-1)^2 + \log_{2} (x+2) = 1</cmath>
 +
<cmath>\log_{2}((x-1)^2(x+2)) = 1</cmath>
 +
<cmath>((x-1)^2(x+2)) = 2</cmath>
 +
 +
Expand the equation, we get:
 +
<cmath>(x^3 - 3x + 2) = 2</cmath>
 +
<cmath>(x^3 -3x) = 0</cmath>
 +
<cmath>(x(x^2 -3)) = 0</cmath>
 +
 +
We can get x = \sqrt(3), - \sqrt(3) and 0
 +
 +
however, when we plug x = -root(3) and x = 0 back to the left side of the equation, x-1 in log(x-1) turns out to be <0, which is not acceptable for logarithms
 +
 +
Therefore, the only solution is x = root(3)
 +
 +
 +
== Video Solution ==
 +
 +
https://www.youtube.com/watch?v=uQzjgxEEQ74
 +
 +
~North America Math Contest Go Go Go

Revision as of 19:48, 22 March 2021

Problem

(a) Determine all real numbers x such that:

              \[2 \log_{2} (x-1) = (1 - \log_{2}(x+2))\]

Solution 1

The left part of the equationc an be simplified to:

\[Left = (\log_{2}(x-1)^2)\] \[\log_{2}(x-1)^2 + \log_{2} (x+2) = 1\] \[\log_{2}((x-1)^2(x+2)) = 1\] \[((x-1)^2(x+2)) = 2\]

Expand the equation, we get: \[(x^3 - 3x + 2) = 2\] \[(x^3 -3x) = 0\] \[(x(x^2 -3)) = 0\]

We can get x = \sqrt(3), - \sqrt(3) and 0

however, when we plug x = -root(3) and x = 0 back to the left side of the equation, x-1 in log(x-1) turns out to be <0, which is not acceptable for logarithms

Therefore, the only solution is x = root(3)


Video Solution

https://www.youtube.com/watch?v=uQzjgxEEQ74

~North America Math Contest Go Go Go