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

(Solution 1)
(Solution 1)
Line 5: Line 5:
 
== Solution 1==
 
== Solution 1==
  
The left part of the equationc an be simplified to:
+
The left part of the equation can be simplified to:
  
 
<cmath>Left = (\log_{2}(x-1)^2)</cmath>
 
<cmath>Left = (\log_{2}(x-1)^2)</cmath>
Line 15: Line 15:
 
<cmath>(x^3 - 3x + 2) = 2</cmath>
 
<cmath>(x^3 - 3x + 2) = 2</cmath>
 
<cmath>(x^3 -3x) = 0</cmath>
 
<cmath>(x^3 -3x) = 0</cmath>
<cmath>(x(x^2 -3)) = 0</cmath>
+
<cmath>x(x^2 -3) = 0</cmath>
  
We can get x = \sqrt(3), - \sqrt(3) and 0
+
We can get <math>x = \sqrt3</math>, <math>- \sqrt3</math> and <math>0</math>.
  
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
+
However, when we plug <math>x = -\sqrt3</math> and <math>x = 0</math> back to the left side of the equation, <math>x-1</math> in <math>(\log_{2}(x-1)^2)</math> turns out to be less than <math>0</math>, which is not acceptable for logarithms.
  
Therefore, the only solution is x = root(3)
+
Therefore, the only solution is <math>\boxed{x=\sqrt3}</math>
  
 
~North America Math Contest Go Go Go
 
~North America Math Contest Go Go Go
 +
 +
~Minor mistakes fixed by Baihly2024
  
 
== Video Solution ==
 
== Video Solution ==

Revision as of 14:29, 11 October 2025

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 equation can 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 = \sqrt3$, $- \sqrt3$ and $0$.

However, when we plug $x = -\sqrt3$ and $x = 0$ back to the left side of the equation, $x-1$ in $(\log_{2}(x-1)^2)$ turns out to be less than $0$, which is not acceptable for logarithms.

Therefore, the only solution is $\boxed{x=\sqrt3}$

~North America Math Contest Go Go Go

~Minor mistakes fixed by Baihly2024

Video Solution

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

~North America Math Contest Go Go Go