4

A function $y(x)$ is defined as $$ 2^y+2^x=2 $$ The question is about finding it's domain. Pretty simple. By observing the function I could say all the negative numbers are in the domain. But, I think $0$ is included in the domain because the function is defined at $0$ . The text book says $0$ is not included. How is that?

2 Answers2

3

Certainly $0$ is in the domain; when $x=0$, we have $2^y + 2^0=2$, for which there is a unique solution.

I suspect that there is a typo in the book and they intended to say that $x=1$ is not included. When $x=1$, then $2^y+2^1=2$, but that means $2^y=0$, which is impossible. The domain is $(-\infty,1)$.

Théophile
  • 24,627
0

$\bf{My\; Solution}$ Given $$\displaystyle 2^x+2^y = 1\Rightarrow 2^y=(1-2^x)$$

Now for $x=0\;,$ We get $2^0+2^y=2\Rightarrow 2^y=1\Rightarrow y=0$

Now taking $\log_{2}$ on both side, We get $$\displaystyle \log_{2}(2)^y = \log_{2}(1-2^x)$$

So we get $$y=\log_{2}(1-2^x)\;,$$ Which is defined when $$(1-2^x)>0$$

So $$2^x-1<0\Rightarrow 2^x<2^0\Rightarrow x<0$$

So we get Domain $$x\in \left(-\infty\;,0\right]$$

juantheron
  • 53,015