astonmartin
- 23
- 0
I can't seem to remember how you solve a = b^(logx), for x. What are the steps for simplifying this again?
HallsofIvy said:I would NOT recommend taking log base b. Instead take log of whatever base that is in your equation.
hradecek said:a&=b^\log{x}
\log{a}&=\log{b}\log{x}
\log{x}&=\frac{\log{a}}{\log{b}}
\log{x}&=\log_b{a}
and from definition of logarithm:
x=10^\log_b{a}
HallsofIvy said:I just don't see any point in messing with the different bases.