- Split input into 2 regimes
if x < -2360.231929694609 or 2427.845749220025 < x
Initial program 60.0
\[\sqrt[3]{x + 1} - \sqrt[3]{x}\]
Initial simplification60.0
\[\leadsto \sqrt[3]{1 + x} - \sqrt[3]{x}\]
- Using strategy
rm Applied flip--60.0
\[\leadsto \color{blue}{\frac{\sqrt[3]{1 + x} \cdot \sqrt[3]{1 + x} - \sqrt[3]{x} \cdot \sqrt[3]{x}}{\sqrt[3]{1 + x} + \sqrt[3]{x}}}\]
Taylor expanded around 0 60.8
\[\leadsto \frac{\sqrt[3]{1 + x} \cdot \sqrt[3]{1 + x} - \color{blue}{{x}^{\frac{1}{3}}} \cdot \sqrt[3]{x}}{\sqrt[3]{1 + x} + \sqrt[3]{x}}\]
Simplified60.0
\[\leadsto \frac{\sqrt[3]{1 + x} \cdot \sqrt[3]{1 + x} - \color{blue}{\sqrt[3]{x}} \cdot \sqrt[3]{x}}{\sqrt[3]{1 + x} + \sqrt[3]{x}}\]
Taylor expanded around inf 33.7
\[\leadsto \frac{\color{blue}{\left(\frac{4}{81} \cdot {\left(\frac{1}{{x}^{7}}\right)}^{\frac{1}{3}} + \frac{2}{3} \cdot {\left(\frac{1}{x}\right)}^{\frac{1}{3}}\right) - \frac{1}{9} \cdot {\left(\frac{1}{{x}^{4}}\right)}^{\frac{1}{3}}}}{\sqrt[3]{1 + x} + \sqrt[3]{x}}\]
Simplified1.1
\[\leadsto \frac{\color{blue}{\frac{-1}{9} \cdot \sqrt[3]{\frac{1}{{x}^{4}}} + \left(\sqrt[3]{\frac{1}{x}} \cdot \frac{2}{3} - \sqrt[3]{\frac{1}{{x}^{7}}} \cdot \frac{-4}{81}\right)}}{\sqrt[3]{1 + x} + \sqrt[3]{x}}\]
if -2360.231929694609 < x < 2427.845749220025
Initial program 0.1
\[\sqrt[3]{x + 1} - \sqrt[3]{x}\]
Initial simplification0.1
\[\leadsto \sqrt[3]{1 + x} - \sqrt[3]{x}\]
- Using strategy
rm Applied add-cube-cbrt0.1
\[\leadsto \sqrt[3]{1 + x} - \color{blue}{\left(\sqrt[3]{\sqrt[3]{x}} \cdot \sqrt[3]{\sqrt[3]{x}}\right) \cdot \sqrt[3]{\sqrt[3]{x}}}\]
- Recombined 2 regimes into one program.
Final simplification0.6
\[\leadsto \begin{array}{l}
\mathbf{if}\;x \le -2360.231929694609 \lor \neg \left(x \le 2427.845749220025\right):\\
\;\;\;\;\frac{\sqrt[3]{\frac{1}{{x}^{4}}} \cdot \frac{-1}{9} + \left(\sqrt[3]{\frac{1}{x}} \cdot \frac{2}{3} - \frac{-4}{81} \cdot \sqrt[3]{\frac{1}{{x}^{7}}}\right)}{\sqrt[3]{x} + \sqrt[3]{x + 1}}\\
\mathbf{else}:\\
\;\;\;\;\sqrt[3]{x + 1} - \left(\sqrt[3]{\sqrt[3]{x}} \cdot \sqrt[3]{\sqrt[3]{x}}\right) \cdot \sqrt[3]{\sqrt[3]{x}}\\
\end{array}\]