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>") |
(→Solution 1) |
||
(One intermediate revision by the same user not shown) | |||
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) | ||
+ | |||
+ | ~North America Math Contest Go Go Go | ||
+ | |||
+ | == Video Solution == | ||
+ | |||
+ | https://www.youtube.com/watch?v=uQzjgxEEQ74 | ||
+ | |||
+ | ~North America Math Contest Go Go Go |
Latest revision as of 18:48, 22 March 2021
Problem
(a) Determine all real numbers x such that:
Solution 1
The left part of the equationc an be simplified to:
Expand the equation, we get:
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)
~North America Math Contest Go Go Go
Video Solution
https://www.youtube.com/watch?v=uQzjgxEEQ74
~North America Math Contest Go Go Go