- Split input into 2 regimes
if (cbrt x) < -559.9900762991593 or 10.627650893067266 < (cbrt x)
Initial program 60.5
\[\sqrt[3]{x + 1} - \sqrt[3]{x}\]
- Using strategy
rm Applied add-cbrt-cube60.6
\[\leadsto \sqrt[3]{x + 1} - \color{blue}{\sqrt[3]{\left(\sqrt[3]{x} \cdot \sqrt[3]{x}\right) \cdot \sqrt[3]{x}}}\]
- Using strategy
rm Applied cbrt-prod60.8
\[\leadsto \sqrt[3]{x + 1} - \color{blue}{\sqrt[3]{\sqrt[3]{x} \cdot \sqrt[3]{x}} \cdot \sqrt[3]{\sqrt[3]{x}}}\]
Taylor expanded around inf 38.9
\[\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.5
\[\leadsto \color{blue}{(\left(\sqrt[3]{\frac{1}{{x}^{5}}}\right) \cdot \frac{-1}{9} + \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 -559.9900762991593 < (cbrt x) < 10.627650893067266
Initial program 0.2
\[\sqrt[3]{x + 1} - \sqrt[3]{x}\]
- Using strategy
rm Applied add-cbrt-cube0.3
\[\leadsto \sqrt[3]{x + 1} - \color{blue}{\sqrt[3]{\left(\sqrt[3]{x} \cdot \sqrt[3]{x}\right) \cdot \sqrt[3]{x}}}\]
- Using strategy
rm Applied add-sqr-sqrt0.9
\[\leadsto \color{blue}{\sqrt{\sqrt[3]{x + 1}} \cdot \sqrt{\sqrt[3]{x + 1}}} - \sqrt[3]{\left(\sqrt[3]{x} \cdot \sqrt[3]{x}\right) \cdot \sqrt[3]{x}}\]
Applied fma-neg0.9
\[\leadsto \color{blue}{(\left(\sqrt{\sqrt[3]{x + 1}}\right) \cdot \left(\sqrt{\sqrt[3]{x + 1}}\right) + \left(-\sqrt[3]{\left(\sqrt[3]{x} \cdot \sqrt[3]{x}\right) \cdot \sqrt[3]{x}}\right))_*}\]
- Recombined 2 regimes into one program.
Final simplification16.1
\[\leadsto \begin{array}{l}
\mathbf{if}\;\sqrt[3]{x} \le -559.9900762991593 \lor \neg \left(\sqrt[3]{x} \le 10.627650893067266\right):\\
\;\;\;\;(\left(\sqrt[3]{\frac{1}{{x}^{5}}}\right) \cdot \frac{-1}{9} + \left((\frac{1}{3} \cdot \left(\sqrt[3]{\frac{1}{x \cdot x}}\right) + \left(\frac{5}{81} \cdot \sqrt[3]{\frac{1}{{x}^{8}}}\right))_*\right))_*\\
\mathbf{else}:\\
\;\;\;\;(\left(\sqrt{\sqrt[3]{x + 1}}\right) \cdot \left(\sqrt{\sqrt[3]{x + 1}}\right) + \left(-\sqrt[3]{\sqrt[3]{x} \cdot \left(\sqrt[3]{x} \cdot \sqrt[3]{x}\right)}\right))_*\\
\end{array}\]