- Split input into 2 regimes
if z < -5.4044530975152383e253
Initial program 14.4
\[\frac{x}{x + y \cdot e^{2 \cdot \left(\frac{z \cdot \sqrt{t + a}}{t} - \left(b - c\right) \cdot \left(\left(a + \frac{5}{6}\right) - \frac{2}{t \cdot 3}\right)\right)}}\]
- Using strategy
rm Applied add-log-exp23.6
\[\leadsto \frac{x}{x + y \cdot e^{2 \cdot \left(\frac{z \cdot \sqrt{t + a}}{t} - \left(b - c\right) \cdot \left(\left(a + \frac{5}{6}\right) - \color{blue}{\log \left(e^{\frac{2}{t \cdot 3}}\right)}\right)\right)}}\]
- Using strategy
rm Applied flip--28.7
\[\leadsto \frac{x}{x + y \cdot e^{2 \cdot \left(\frac{z \cdot \sqrt{t + a}}{t} - \color{blue}{\frac{b \cdot b - c \cdot c}{b + c}} \cdot \left(\left(a + \frac{5}{6}\right) - \log \left(e^{\frac{2}{t \cdot 3}}\right)\right)\right)}}\]
Applied associate-*l/28.9
\[\leadsto \frac{x}{x + y \cdot e^{2 \cdot \left(\frac{z \cdot \sqrt{t + a}}{t} - \color{blue}{\frac{\left(b \cdot b - c \cdot c\right) \cdot \left(\left(a + \frac{5}{6}\right) - \log \left(e^{\frac{2}{t \cdot 3}}\right)\right)}{b + c}}\right)}}\]
Applied frac-sub38.3
\[\leadsto \frac{x}{x + y \cdot e^{2 \cdot \color{blue}{\frac{\left(z \cdot \sqrt{t + a}\right) \cdot \left(b + c\right) - t \cdot \left(\left(b \cdot b - c \cdot c\right) \cdot \left(\left(a + \frac{5}{6}\right) - \log \left(e^{\frac{2}{t \cdot 3}}\right)\right)\right)}{t \cdot \left(b + c\right)}}}}\]
Simplified26.7
\[\leadsto \frac{x}{x + y \cdot e^{2 \cdot \frac{\color{blue}{\left(z \cdot \sqrt{t + a}\right) \cdot \left(b + c\right) + \left(-\left(t \cdot \left(b \cdot b - c \cdot c\right)\right) \cdot \left(a + \left(\frac{5}{6} - \frac{2}{t \cdot 3}\right)\right)\right)}}{t \cdot \left(b + c\right)}}}\]
Taylor expanded around 0 20.1
\[\leadsto \frac{x}{x + y \cdot e^{2 \cdot \frac{\left(z \cdot \sqrt{t + a}\right) \cdot \left(b + c\right) + \left(-\color{blue}{0} \cdot \left(a + \left(\frac{5}{6} - \frac{2}{t \cdot 3}\right)\right)\right)}{t \cdot \left(b + c\right)}}}\]
if -5.4044530975152383e253 < z
Initial program 3.4
\[\frac{x}{x + y \cdot e^{2 \cdot \left(\frac{z \cdot \sqrt{t + a}}{t} - \left(b - c\right) \cdot \left(\left(a + \frac{5}{6}\right) - \frac{2}{t \cdot 3}\right)\right)}}\]
- Using strategy
rm Applied *-un-lft-identity3.4
\[\leadsto \frac{x}{x + y \cdot e^{2 \cdot \left(\frac{z \cdot \sqrt{t + a}}{\color{blue}{1 \cdot t}} - \left(b - c\right) \cdot \left(\left(a + \frac{5}{6}\right) - \frac{2}{t \cdot 3}\right)\right)}}\]
Applied times-frac3.1
\[\leadsto \frac{x}{x + y \cdot e^{2 \cdot \left(\color{blue}{\frac{z}{1} \cdot \frac{\sqrt{t + a}}{t}} - \left(b - c\right) \cdot \left(\left(a + \frac{5}{6}\right) - \frac{2}{t \cdot 3}\right)\right)}}\]
Simplified3.1
\[\leadsto \frac{x}{x + y \cdot e^{2 \cdot \left(\color{blue}{z} \cdot \frac{\sqrt{t + a}}{t} - \left(b - c\right) \cdot \left(\left(a + \frac{5}{6}\right) - \frac{2}{t \cdot 3}\right)\right)}}\]
- Recombined 2 regimes into one program.
Final simplification3.9
\[\leadsto \begin{array}{l}
\mathbf{if}\;z \le -5.4044530975152383 \cdot 10^{253}:\\
\;\;\;\;\frac{x}{x + y \cdot e^{2 \cdot \frac{\left(z \cdot \sqrt{t + a}\right) \cdot \left(b + c\right) + \left(-0 \cdot \left(a + \left(\frac{5}{6} - \frac{2}{t \cdot 3}\right)\right)\right)}{t \cdot \left(b + c\right)}}}\\
\mathbf{else}:\\
\;\;\;\;\frac{x}{x + y \cdot e^{2 \cdot \left(z \cdot \frac{\sqrt{t + a}}{t} - \left(b - c\right) \cdot \left(\left(a + \frac{5}{6}\right) - \frac{2}{t \cdot 3}\right)\right)}}\\
\end{array}\]