- Split input into 3 regimes
if t < -1.2374660040310888e+101 or -1.5374680613088642e-143 < t < -5.5047625092146135e-182
Initial program 50.4
\[\frac{\sqrt{2} \cdot t}{\sqrt{\frac{x + 1}{x - 1} \cdot \left(\ell \cdot \ell + 2 \cdot \left(t \cdot t\right)\right) - \ell \cdot \ell}}\]
Taylor expanded around -inf 5.6
\[\leadsto \frac{\sqrt{2} \cdot t}{\color{blue}{2 \cdot \frac{t}{{\left(\sqrt{2}\right)}^{3} \cdot {x}^{2}} - \left(t \cdot \sqrt{2} + \left(2 \cdot \frac{t}{\sqrt{2} \cdot x} + 2 \cdot \frac{t}{\sqrt{2} \cdot {x}^{2}}\right)\right)}}\]
Simplified5.6
\[\leadsto \frac{\sqrt{2} \cdot t}{\color{blue}{\frac{\frac{t}{\sqrt{2}}}{x \cdot x} \cdot \left(1 - 2\right) - t \cdot \left(\frac{\frac{2}{x}}{\sqrt{2}} + \sqrt{2}\right)}}\]
if -1.2374660040310888e+101 < t < -1.5374680613088642e-143 or -5.5047625092146135e-182 < t < 2.2186899003450603e+102
Initial program 36.5
\[\frac{\sqrt{2} \cdot t}{\sqrt{\frac{x + 1}{x - 1} \cdot \left(\ell \cdot \ell + 2 \cdot \left(t \cdot t\right)\right) - \ell \cdot \ell}}\]
Taylor expanded around inf 17.2
\[\leadsto \frac{\sqrt{2} \cdot t}{\sqrt{\color{blue}{2 \cdot {t}^{2} + \left(2 \cdot \frac{{\ell}^{2}}{x} + 4 \cdot \frac{{t}^{2}}{x}\right)}}}\]
Simplified12.9
\[\leadsto \frac{\sqrt{2} \cdot t}{\sqrt{\color{blue}{\frac{2 \cdot \ell}{\frac{x}{\ell}} + \left(2 + \frac{4}{x}\right) \cdot \left(t \cdot t\right)}}}\]
- Using strategy
rm Applied add-cube-cbrt12.9
\[\leadsto \frac{\color{blue}{\left(\left(\sqrt[3]{\sqrt{2}} \cdot \sqrt[3]{\sqrt{2}}\right) \cdot \sqrt[3]{\sqrt{2}}\right)} \cdot t}{\sqrt{\frac{2 \cdot \ell}{\frac{x}{\ell}} + \left(2 + \frac{4}{x}\right) \cdot \left(t \cdot t\right)}}\]
Applied associate-*l*12.8
\[\leadsto \frac{\color{blue}{\left(\sqrt[3]{\sqrt{2}} \cdot \sqrt[3]{\sqrt{2}}\right) \cdot \left(\sqrt[3]{\sqrt{2}} \cdot t\right)}}{\sqrt{\frac{2 \cdot \ell}{\frac{x}{\ell}} + \left(2 + \frac{4}{x}\right) \cdot \left(t \cdot t\right)}}\]
if 2.2186899003450603e+102 < t
Initial program 49.6
\[\frac{\sqrt{2} \cdot t}{\sqrt{\frac{x + 1}{x - 1} \cdot \left(\ell \cdot \ell + 2 \cdot \left(t \cdot t\right)\right) - \ell \cdot \ell}}\]
Taylor expanded around inf 2.9
\[\leadsto \frac{\sqrt{2} \cdot t}{\color{blue}{\left(t \cdot \sqrt{2} + \left(2 \cdot \frac{t}{\sqrt{2} \cdot x} + 2 \cdot \frac{t}{\sqrt{2} \cdot {x}^{2}}\right)\right) - 2 \cdot \frac{t}{{\left(\sqrt{2}\right)}^{3} \cdot {x}^{2}}}}\]
Simplified2.9
\[\leadsto \frac{\sqrt{2} \cdot t}{\color{blue}{\frac{t}{\left(x \cdot x\right) \cdot \sqrt{2}} \cdot \left(2 - 1\right) + t \cdot \left(\sqrt{2} + \frac{\frac{2}{x}}{\sqrt{2}}\right)}}\]
- Recombined 3 regimes into one program.
Final simplification9.3
\[\leadsto \begin{array}{l}
\mathbf{if}\;t \le -1.2374660040310888 \cdot 10^{+101}:\\
\;\;\;\;\frac{t \cdot \sqrt{2}}{\left(1 - 2\right) \cdot \frac{\frac{t}{\sqrt{2}}}{x \cdot x} - \left(\frac{\frac{2}{x}}{\sqrt{2}} + \sqrt{2}\right) \cdot t}\\
\mathbf{elif}\;t \le -1.5374680613088642 \cdot 10^{-143}:\\
\;\;\;\;\frac{\left(t \cdot \sqrt[3]{\sqrt{2}}\right) \cdot \left(\sqrt[3]{\sqrt{2}} \cdot \sqrt[3]{\sqrt{2}}\right)}{\sqrt{\left(2 + \frac{4}{x}\right) \cdot \left(t \cdot t\right) + \frac{\ell \cdot 2}{\frac{x}{\ell}}}}\\
\mathbf{elif}\;t \le -5.5047625092146135 \cdot 10^{-182}:\\
\;\;\;\;\frac{t \cdot \sqrt{2}}{\left(1 - 2\right) \cdot \frac{\frac{t}{\sqrt{2}}}{x \cdot x} - \left(\frac{\frac{2}{x}}{\sqrt{2}} + \sqrt{2}\right) \cdot t}\\
\mathbf{elif}\;t \le 2.2186899003450603 \cdot 10^{+102}:\\
\;\;\;\;\frac{\left(t \cdot \sqrt[3]{\sqrt{2}}\right) \cdot \left(\sqrt[3]{\sqrt{2}} \cdot \sqrt[3]{\sqrt{2}}\right)}{\sqrt{\left(2 + \frac{4}{x}\right) \cdot \left(t \cdot t\right) + \frac{\ell \cdot 2}{\frac{x}{\ell}}}}\\
\mathbf{else}:\\
\;\;\;\;\frac{t \cdot \sqrt{2}}{\left(\frac{\frac{2}{x}}{\sqrt{2}} + \sqrt{2}\right) \cdot t + \frac{t}{\left(x \cdot x\right) \cdot \sqrt{2}} \cdot \left(2 - 1\right)}\\
\end{array}\]