I have no idea how to solve x from the equation:
\(\displaystyle 2^x+3^x = 13\)
I'm writing a software that should be able solve x in a similar but more complex situation:
\(\displaystyle as^1^/^x+bt^1^/^x+cu^1^/^x = p(a+b+c)\)
...where a, b, c, s, t, u and p are known positive real numbers
I could make the software guess the x value until it gets close enough, but since speed is essential for this software, I'd rather not. If teaching this stuff is too complex, then pointing me to any learning material on this issue would be also appreciated.
\(\displaystyle 2^x+3^x = 13\)
I'm writing a software that should be able solve x in a similar but more complex situation:
\(\displaystyle as^1^/^x+bt^1^/^x+cu^1^/^x = p(a+b+c)\)
...where a, b, c, s, t, u and p are known positive real numbers
I could make the software guess the x value until it gets close enough, but since speed is essential for this software, I'd rather not. If teaching this stuff is too complex, then pointing me to any learning material on this issue would be also appreciated.