damskippy said:
But what your saying, you can't solve the above equation for R. Might explain why I couldn't, apart from my poor maths. Thanks for your help.
Because we can't describe the solution to the above equation in terms of any finite number of algebraic operations (which include +,-,*,/,powers,roots).
For example, even though it's well known that the solution to e
x=2 is x=ln(2), this is a transcendental. We can't actually find the value of ln(2) exactly (althought it's irrational anyway) in terms of a finite number of algebraic operations. This function ln(x) was created and given a name because it's so commonly used.
The taylor series (which is an expansion of a transcendetal function with an infinite amount of algebraic operations to describe it) for the exponential is
e^x=1+x+\frac{x^2}{2}+\frac{x^3}{3!}+\frac{x^4}{4!}+...
So I believe if a computer were to approximate the value of e
3 for example, it would truncate the taylor series for e
x and then plug in x=3 and solve that.
Similarly, your equation is transcendental, but the difference here is that there isn't any commonly known function to describe the solution. Surely someone could've named the solution whatever they liked, but it would still need to be solved numerically like the ln(x) function.