How to solve this equation with parameters on power?

190 Views Asked by At

Please let me know how to solve this equation:

$$100^{1-b}=\frac{1}{2}40^{1-b}+\frac{1}{2}200^{1-b}$$

I try to use the trick of $x=e^{\log x}$ But it doesn't work

And $b\not=1$

1

There are 1 best solutions below

1
On BEST ANSWER

$$100^{1-b}=\frac 12 40^{1-b}+\frac 12 200^{1-b}\\ 100^{1-b}=\frac 1240^{1-b}+\frac 12\cdot 2^{1-b}\cdot100^{1-b}\\ 100^{1-b}(1-2^{-b})=\frac 1240^{1-b}\\5^{1-b}(1-2^{-b})=2^{-b}\\ 2^b-1=5^{b-1}$$

Alpha finds two solutions, $b=1$ and $b\approx 0.650919$ The first is easy to verify, the second I don't think you will find without numerics.