Initial program 29.5
\[\sqrt[3]{x + 1} - \sqrt[3]{x}
\]
Applied egg-rr28.8
\[\leadsto \color{blue}{\frac{\left(x + 1\right) - x}{{\left(\sqrt[3]{x + 1}\right)}^{2} + \sqrt[3]{x} \cdot \left(\sqrt[3]{x + 1} + \sqrt[3]{x}\right)}}
\]
Taylor expanded in x around 0 0.5
\[\leadsto \frac{\color{blue}{1}}{{\left(\sqrt[3]{x + 1}\right)}^{2} + \sqrt[3]{x} \cdot \left(\sqrt[3]{x + 1} + \sqrt[3]{x}\right)}
\]
Applied egg-rr0.3
\[\leadsto \frac{1}{{\left(\sqrt[3]{x + 1}\right)}^{2} + \color{blue}{\frac{\sqrt[3]{x}}{\frac{{\left(\sqrt[3]{x + 1}\right)}^{2} + \sqrt[3]{x} \cdot \left(\sqrt[3]{x} - \sqrt[3]{x + 1}\right)}{x + \left(x + 1\right)}}}}
\]
Simplified0.3
\[\leadsto \frac{1}{{\left(\sqrt[3]{x + 1}\right)}^{2} + \color{blue}{\frac{\sqrt[3]{x}}{{\left(\sqrt[3]{1 + x}\right)}^{2} + \sqrt[3]{x} \cdot \left(\sqrt[3]{x} - \sqrt[3]{1 + x}\right)} \cdot \left(x + \left(1 + x\right)\right)}}
\]
Proof
(/.f64 1 (+.f64 (pow.f64 (cbrt.f64 (+.f64 x 1)) 2) (*.f64 (/.f64 (cbrt.f64 x) (+.f64 (pow.f64 (cbrt.f64 (+.f64 1 x)) 2) (*.f64 (cbrt.f64 x) (-.f64 (cbrt.f64 x) (cbrt.f64 (+.f64 1 x)))))) (+.f64 x (+.f64 1 x))))): 0 points increase in error, 0 points decrease in error
(/.f64 1 (+.f64 (pow.f64 (cbrt.f64 (+.f64 x 1)) 2) (*.f64 (/.f64 (cbrt.f64 x) (+.f64 (pow.f64 (cbrt.f64 (Rewrite<= +-commutative_binary64 (+.f64 x 1))) 2) (*.f64 (cbrt.f64 x) (-.f64 (cbrt.f64 x) (cbrt.f64 (+.f64 1 x)))))) (+.f64 x (+.f64 1 x))))): 0 points increase in error, 5 points decrease in error
(/.f64 1 (+.f64 (pow.f64 (cbrt.f64 (+.f64 x 1)) 2) (*.f64 (/.f64 (cbrt.f64 x) (+.f64 (pow.f64 (cbrt.f64 (+.f64 x 1)) 2) (*.f64 (cbrt.f64 x) (-.f64 (cbrt.f64 x) (cbrt.f64 (Rewrite<= +-commutative_binary64 (+.f64 x 1))))))) (+.f64 x (+.f64 1 x))))): 4 points increase in error, 0 points decrease in error
(/.f64 1 (+.f64 (pow.f64 (cbrt.f64 (+.f64 x 1)) 2) (*.f64 (/.f64 (cbrt.f64 x) (+.f64 (pow.f64 (cbrt.f64 (+.f64 x 1)) 2) (*.f64 (cbrt.f64 x) (-.f64 (cbrt.f64 x) (cbrt.f64 (+.f64 x 1)))))) (+.f64 x (Rewrite<= +-commutative_binary64 (+.f64 x 1)))))): 0 points increase in error, 4 points decrease in error
(/.f64 1 (+.f64 (pow.f64 (cbrt.f64 (+.f64 x 1)) 2) (Rewrite<= associate-/r/_binary64 (/.f64 (cbrt.f64 x) (/.f64 (+.f64 (pow.f64 (cbrt.f64 (+.f64 x 1)) 2) (*.f64 (cbrt.f64 x) (-.f64 (cbrt.f64 x) (cbrt.f64 (+.f64 x 1))))) (+.f64 x (+.f64 x 1))))))): 0 points increase in error, 0 points decrease in error
Final simplification0.3
\[\leadsto \frac{1}{{\left(\sqrt[3]{1 + x}\right)}^{2} + \frac{\sqrt[3]{x}}{{\left(\sqrt[3]{1 + x}\right)}^{2} + \sqrt[3]{x} \cdot \left(\sqrt[3]{x} - \sqrt[3]{1 + x}\right)} \cdot \left(x + \left(1 + x\right)\right)}
\]