SOLUTION: a^x = 1 + bx
a and b are known; find x
x=0 is a trivial solution that does not depend on a or b, so this doesn't help.
I already have a logarithmic expansion to a solvable
Algebra ->
Exponential-and-logarithmic-functions
-> SOLUTION: a^x = 1 + bx
a and b are known; find x
x=0 is a trivial solution that does not depend on a or b, so this doesn't help.
I already have a logarithmic expansion to a solvable
Log On
Question 417286: a^x = 1 + bx
a and b are known; find x
x=0 is a trivial solution that does not depend on a or b, so this doesn't help.
I already have a logarithmic expansion to a solvable cubic equation; and I have a heuristic. If there is nothing more elegant, your conclusion to that effect would be informative.
Thanks. Answer by richard1234(7193) (Show Source):
You can put this solution on YOUR website! You're given an exponential function (which is transcendental) and an algebraic function in the same equation. Transcendental functions do not combine well with algebraic functions. The best way (other than using a calculator) is to use Newton's method.
Newton's method defines a recursive sequence with an initial "guess" . Newton's method says that, to find the zeros of a function f(x) = 0 with a given ,
Here, represents f'(x[i]), the derivative of the function . Here, the derivative of f(x) is .