I have a hard exponential equation to solve: Given $p,q,a,b,c$, I need to solve $x$ in the following equation:
$p \cdot a^x - q \cdot b^x \le c$.
Any suggestion is welcome. Thanks.
I have a hard exponential equation to solve: Given $p,q,a,b,c$, I need to solve $x$ in the following equation:
$p \cdot a^x - q \cdot b^x \le c$.
Any suggestion is welcome. Thanks.
Copyright © 2021 JogjaFile Inc.
Hint : $a^x = e^{x \cdot \ln{a}}$. Can you start with this ?