Reverse an equation with ln and power

196 Views Asked by At

I'm trying to solve for $x$ in the following equation: $\ln(y) = a \cdot (\ln(x)) ^ b + c$

$a = 0.0838 b = 2.6275 c = 0.2506$

but my results look bad. Can anybody show me his demonstration ?

1

There are 1 best solutions below

0
On

Hint:

If $y=ax^b+c$ then $x=\left({\dfrac{y-c}{a}}\right)^{1/b}$ and you can then deal with your logs and antilogs.