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:[tex]a&=b^\log{x}[/tex]
[tex]\log{a}&=\log{b}\log{x}[/tex]
[tex]\log{x}&=\frac{\log{a}}{\log{b}}[/tex]
[tex]\log{x}&=\log_b{a}[/tex]
and from definition of logarithm:
[tex]x=10^\log_b{a}[/tex]
HallsofIvy said:I just don't see any point in messing with the different bases.