- Split input into 4 regimes
if i < -6.086370500870421e-15
Initial program 28.5
\[100 \cdot \frac{{\left(1 + \frac{i}{n}\right)}^{n} - 1}{\frac{i}{n}}\]
- Using strategy
rm Applied add-exp-log28.5
\[\leadsto 100 \cdot \frac{{\color{blue}{\left(e^{\log \left(1 + \frac{i}{n}\right)}\right)}}^{n} - 1}{\frac{i}{n}}\]
Applied pow-exp28.5
\[\leadsto 100 \cdot \frac{\color{blue}{e^{\log \left(1 + \frac{i}{n}\right) \cdot n}} - 1}{\frac{i}{n}}\]
Applied simplify6.6
\[\leadsto 100 \cdot \frac{e^{\color{blue}{n \cdot \log_* (1 + \frac{i}{n})}} - 1}{\frac{i}{n}}\]
if -6.086370500870421e-15 < i < 0.14419417012382005
Initial program 57.4
\[100 \cdot \frac{{\left(1 + \frac{i}{n}\right)}^{n} - 1}{\frac{i}{n}}\]
Taylor expanded around 0 57.2
\[\leadsto 100 \cdot \frac{\color{blue}{\left(\frac{1}{2} \cdot {i}^{2} + \left(1 + i\right)\right)} - 1}{\frac{i}{n}}\]
Applied simplify26.5
\[\leadsto \color{blue}{\frac{100}{\frac{i}{n}} \cdot (i \cdot \left(i \cdot \frac{1}{2}\right) + i)_*}\]
- Using strategy
rm Applied pow126.5
\[\leadsto \frac{100}{\frac{i}{n}} \cdot \color{blue}{{\left((i \cdot \left(i \cdot \frac{1}{2}\right) + i)_*\right)}^{1}}\]
Applied pow126.5
\[\leadsto \color{blue}{{\left(\frac{100}{\frac{i}{n}}\right)}^{1}} \cdot {\left((i \cdot \left(i \cdot \frac{1}{2}\right) + i)_*\right)}^{1}\]
Applied pow-prod-down26.5
\[\leadsto \color{blue}{{\left(\frac{100}{\frac{i}{n}} \cdot (i \cdot \left(i \cdot \frac{1}{2}\right) + i)_*\right)}^{1}}\]
Applied simplify9.1
\[\leadsto {\color{blue}{\left(n \cdot \left(\frac{100}{1} \cdot (\frac{1}{2} \cdot i + 1)_*\right)\right)}}^{1}\]
if 0.14419417012382005 < i < 2.389454476516875e+233
Initial program 32.8
\[100 \cdot \frac{{\left(1 + \frac{i}{n}\right)}^{n} - 1}{\frac{i}{n}}\]
Taylor expanded around inf 28.5
\[\leadsto 100 \cdot \frac{\color{blue}{e^{n \cdot \left(\log \left(\frac{1}{n}\right) - \log \left(\frac{1}{i}\right)\right)} - 1}}{\frac{i}{n}}\]
Applied simplify28.4
\[\leadsto \color{blue}{\left(n \cdot \frac{100}{i}\right) \cdot \left(\frac{{i}^{n}}{{n}^{n}} - 1\right)}\]
if 2.389454476516875e+233 < i
Initial program 30.4
\[100 \cdot \frac{{\left(1 + \frac{i}{n}\right)}^{n} - 1}{\frac{i}{n}}\]
- Using strategy
rm Applied div-inv30.4
\[\leadsto 100 \cdot \frac{{\left(1 + \frac{i}{n}\right)}^{n} - 1}{\color{blue}{i \cdot \frac{1}{n}}}\]
Applied add-cube-cbrt30.4
\[\leadsto 100 \cdot \frac{\color{blue}{\left(\sqrt[3]{{\left(1 + \frac{i}{n}\right)}^{n} - 1} \cdot \sqrt[3]{{\left(1 + \frac{i}{n}\right)}^{n} - 1}\right) \cdot \sqrt[3]{{\left(1 + \frac{i}{n}\right)}^{n} - 1}}}{i \cdot \frac{1}{n}}\]
Applied times-frac30.5
\[\leadsto 100 \cdot \color{blue}{\left(\frac{\sqrt[3]{{\left(1 + \frac{i}{n}\right)}^{n} - 1} \cdot \sqrt[3]{{\left(1 + \frac{i}{n}\right)}^{n} - 1}}{i} \cdot \frac{\sqrt[3]{{\left(1 + \frac{i}{n}\right)}^{n} - 1}}{\frac{1}{n}}\right)}\]
- Recombined 4 regimes into one program.
Applied simplify11.1
\[\leadsto \color{blue}{\begin{array}{l}
\mathbf{if}\;i \le -6.086370500870421 \cdot 10^{-15}:\\
\;\;\;\;100 \cdot \frac{e^{n \cdot \log_* (1 + \frac{i}{n})} - 1}{\frac{i}{n}}\\
\mathbf{if}\;i \le 0.14419417012382005:\\
\;\;\;\;n \cdot \left(\frac{100}{1} \cdot (\frac{1}{2} \cdot i + 1)_*\right)\\
\mathbf{if}\;i \le 2.389454476516875 \cdot 10^{+233}:\\
\;\;\;\;\left(\frac{100}{i} \cdot n\right) \cdot \left(\frac{{i}^{n}}{{n}^{n}} - 1\right)\\
\mathbf{else}:\\
\;\;\;\;\left(\frac{\sqrt[3]{{\left(1 + \frac{i}{n}\right)}^{n} - 1} \cdot \sqrt[3]{{\left(1 + \frac{i}{n}\right)}^{n} - 1}}{i} \cdot \frac{\sqrt[3]{{\left(1 + \frac{i}{n}\right)}^{n} - 1}}{\frac{1}{n}}\right) \cdot 100\\
\end{array}}\]