Evaluating Logarithms: Solving 2^x - 2^{1-x} = 1 in Simple Steps

  • Thread starter Thread starter Matty R
  • Start date Start date
  • Tags Tags
    Logarithms
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Matty R
Messages
83
Reaction score
0
Hello

I was wondering if someone could help me.

I've got a question on evaluating logarithms, but I've not done anything like this before. I'm only used to the basic logarithmic stuff, and I still find that a bit confusing.

So, I've been trying to do this question for hours now, and keep getting x=1/2, x = -2 or 1 = 1, despite knowing that x = 1

Could anyone shed some light on this for me? I'm so confused.

Thank you

Homework Statement



[tex]Evaluate : 2^x - 2^{1-x} = 1[/tex]


Homework Equations



[tex]logb^n = nlogb[/tex]


The Attempt at a Solution



[tex]2^x - 2^{1-x} = 1[/tex]

[tex]log(2^x) - log(2^{1-x}) = log(1)[/tex]

[tex]xlog(2) - (1-x)log(2) = 0[/tex]

[tex]log(2)(x - (1-x)) = 0[/tex]

[tex]log(2)(2x-1) = 0[/tex]

[tex]2xlog(2) - 1log(2) = 0[/tex]

[tex]2xlog(2) = log(2)[/tex]

[tex]2x = \frac{log(2)}{log(2)}[/tex]

[tex]2x = 1[/tex]

[tex]x = \frac{1}{2}[/tex]
 
Physics news on Phys.org
If you take log on both sides, you get [tex]log(2^x - 2^{1-x})[/tex] on the LHS, which is not equal to [tex]log(2^x) - log(2^{1-x})[/tex].
The method to solve it is not by logarithms; try simplifying the expression to see if you can see the underlying equation present.
 
Matty R said:
Hello

I was wondering if someone could help me.

I've got a question on evaluating logarithms, but I've not done anything like this before. I'm only used to the basic logarithmic stuff, and I still find that a bit confusing.

So, I've been trying to do this question for hours now, and keep getting x=1/2, x = -2 or 1 = 1, despite knowing that x = 1

Could anyone shed some light on this for me? I'm so confused.

Thank you

Homework Statement



[tex]Evaluate : 2^x - 2^{1-x} = 1[/tex]


Homework Equations



[tex]logb^n = nlogb[/tex]


The Attempt at a Solution



[tex]2^x - 2^{1-x} = 1[/tex]
Your next step is wrong. You can take the log of each side of an equation, but there is no property that says log(a - b) = log a - log b. That is what you've done, and it is invalid.

Rewrite your equation as 2x - 2/2x = 1, and then multiply both sides by 2x. That should give you an equation that is quadratic in form (in powers of 2x) that you can solve.
Matty R said:
[tex]log(2^x) - log(2^{1-x}) = log(1)[/tex]

[tex]xlog(2) - (1-x)log(2) = 0[/tex]

[tex]log(2)(x - (1-x)) = 0[/tex]

[tex]log(2)(2x-1) = 0[/tex]

[tex]2xlog(2) - 1log(2) = 0[/tex]

[tex]2xlog(2) = log(2)[/tex]

[tex]2x = \frac{log(2)}{log(2)}[/tex]

[tex]2x = 1[/tex]

[tex]x = \frac{1}{2}[/tex]
 
Thanks for the replies. :smile:

I'd been doing questions with logarithms just before I got to this question, so when I saw the power of x I thought of logarithms and nothing else.

Sooooo, how about this?

[tex]2^x - 2^{1-x} = 1[/tex]

[tex]2^x - 2^1 \cdot 2^{-x} = 1[/tex]

[tex]2^x - \frac{2^1}{2^x} = 1[/tex]

[tex]2^x - \frac{2}{2^x} - 1= 0[/tex]

[tex]y = 2^x[/tex]

[tex]y - \frac{2}{y} - 1 = 0[/tex]

[tex]y^2 - 2 - y = 0[/tex]

[tex]y^2 - y - 2 = 0[/tex]

[tex]y^2 - 2y + 1y - 2 = 0[/tex]

[tex]y(y - 2) + 1(y - 2) = 0[/tex]

[tex](y - 2)(y + 1) = 0[/tex]

[tex]y = 2[/tex] and [tex]-1[/tex]

[tex]y = -1[/tex]

[tex]2^x \neq -1[/tex] ([tex]2^x[/tex] cannot be negative)

[tex]y = 2[/tex]

[tex]2^x = 2[/tex]

[tex]log(2^x) = log(2)[/tex]

[tex]xlog(2) = log(2)[/tex]

[tex]x = \frac{log(2)}{log(2)}[/tex]

[tex]x = 1[/tex]