- Split input into 2 regimes
if x < -3091.2076265776873 or 3746.908207933926 < x
Initial program 59.9
\[\sqrt[3]{x + 1} - \sqrt[3]{x}\]
Taylor expanded around inf 39.6
\[\leadsto \color{blue}{\left(\frac{1}{3} \cdot {\left(\frac{1}{{x}^{2}}\right)}^{\frac{1}{3}} + \frac{5}{81} \cdot {\left(\frac{1}{{x}^{8}}\right)}^{\frac{1}{3}}\right) - \frac{1}{9} \cdot {\left(\frac{1}{{x}^{5}}\right)}^{\frac{1}{3}}}\]
Simplified31.3
\[\leadsto \color{blue}{(\frac{-1}{9} \cdot \left(\sqrt[3]{\frac{1}{{x}^{5}}}\right) + \left((\frac{1}{3} \cdot \left(\sqrt[3]{\frac{1}{x \cdot x}}\right) + \left(\sqrt[3]{\frac{1}{{x}^{8}}} \cdot \frac{5}{81}\right))_*\right))_*}\]
if -3091.2076265776873 < x < 3746.908207933926
Initial program 0.1
\[\sqrt[3]{x + 1} - \sqrt[3]{x}\]
- Using strategy
rm Applied add-cube-cbrt0.1
\[\leadsto \sqrt[3]{\color{blue}{\left(\sqrt[3]{x + 1} \cdot \sqrt[3]{x + 1}\right) \cdot \sqrt[3]{x + 1}}} - \sqrt[3]{x}\]
Applied cbrt-prod0.1
\[\leadsto \color{blue}{\sqrt[3]{\sqrt[3]{x + 1} \cdot \sqrt[3]{x + 1}} \cdot \sqrt[3]{\sqrt[3]{x + 1}}} - \sqrt[3]{x}\]
Applied fma-neg0.1
\[\leadsto \color{blue}{(\left(\sqrt[3]{\sqrt[3]{x + 1} \cdot \sqrt[3]{x + 1}}\right) \cdot \left(\sqrt[3]{\sqrt[3]{x + 1}}\right) + \left(-\sqrt[3]{x}\right))_*}\]
- Using strategy
rm Applied flip-+0.1
\[\leadsto (\left(\sqrt[3]{\sqrt[3]{x + 1} \cdot \sqrt[3]{\color{blue}{\frac{x \cdot x - 1 \cdot 1}{x - 1}}}}\right) \cdot \left(\sqrt[3]{\sqrt[3]{x + 1}}\right) + \left(-\sqrt[3]{x}\right))_*\]
Applied cbrt-div0.1
\[\leadsto (\left(\sqrt[3]{\sqrt[3]{x + 1} \cdot \color{blue}{\frac{\sqrt[3]{x \cdot x - 1 \cdot 1}}{\sqrt[3]{x - 1}}}}\right) \cdot \left(\sqrt[3]{\sqrt[3]{x + 1}}\right) + \left(-\sqrt[3]{x}\right))_*\]
Simplified0.1
\[\leadsto (\left(\sqrt[3]{\sqrt[3]{x + 1} \cdot \frac{\color{blue}{\sqrt[3]{(x \cdot x + -1)_*}}}{\sqrt[3]{x - 1}}}\right) \cdot \left(\sqrt[3]{\sqrt[3]{x + 1}}\right) + \left(-\sqrt[3]{x}\right))_*\]
- Recombined 2 regimes into one program.
Final simplification15.6
\[\leadsto \begin{array}{l}
\mathbf{if}\;x \le -3091.2076265776873:\\
\;\;\;\;(\frac{-1}{9} \cdot \left(\sqrt[3]{\frac{1}{{x}^{5}}}\right) + \left((\frac{1}{3} \cdot \left(\sqrt[3]{\frac{1}{x \cdot x}}\right) + \left(\sqrt[3]{\frac{1}{{x}^{8}}} \cdot \frac{5}{81}\right))_*\right))_*\\
\mathbf{elif}\;x \le 3746.908207933926:\\
\;\;\;\;(\left(\sqrt[3]{\frac{\sqrt[3]{(x \cdot x + -1)_*}}{\sqrt[3]{x - 1}} \cdot \sqrt[3]{x + 1}}\right) \cdot \left(\sqrt[3]{\sqrt[3]{x + 1}}\right) + \left(-\sqrt[3]{x}\right))_*\\
\mathbf{else}:\\
\;\;\;\;(\frac{-1}{9} \cdot \left(\sqrt[3]{\frac{1}{{x}^{5}}}\right) + \left((\frac{1}{3} \cdot \left(\sqrt[3]{\frac{1}{x \cdot x}}\right) + \left(\sqrt[3]{\frac{1}{{x}^{8}}} \cdot \frac{5}{81}\right))_*\right))_*\\
\end{array}\]