Re-arranging with natural logs to different powers

21 Views Asked by At

I am trying to rearrange the equation $$T=\frac{1}{A+B\cdot \ln(R)+C\cdot \ln(R)^3}$$ Where $A, B\space and\space C$ are constants and $R$ is the independent variable. I would like to get an equation where $T$ is the independent variable. I know the steps up to $$\frac{1}{T}-A=B\cdot\ln(R)+C\cdot\ln(R)^3$$ But I do not know how to proceed any further. Thank you in advance for the help.

1

There are 1 best solutions below

1
On BEST ANSWER

$\frac{1}{T}-A=B\cdot\ln(R)+C\cdot\ln(R)^3$

$= B\ln R + 3C\ln R = \ln R(B+3C)$

so

$\frac {\frac 1T -A}{B+3C} = \ln R$

So

$R = e^{\frac {\frac 1T -A}{B+3C}}$