- Started with
\[\begin{cases} \frac{\left(-b\right) - \sqrt{{b}^2 - \left(4 \cdot a\right) \cdot c}}{2 \cdot a} & \text{when } b \ge 0 \\ \frac{2 \cdot c}{\left(-b\right) + \sqrt{{b}^2 - \left(4 \cdot a\right) \cdot c}} & \text{otherwise} \end{cases}\]
20.3
- Using strategy
rm 20.3
- Applied add-exp-log to get
\[\begin{cases} \frac{\left(-b\right) - \sqrt{{b}^2 - \left(4 \cdot a\right) \cdot c}}{2 \cdot a} & \text{when } b \ge 0 \\ \frac{2 \cdot c}{\color{red}{\left(-b\right) + \sqrt{{b}^2 - \left(4 \cdot a\right) \cdot c}}} & \text{otherwise} \end{cases} \leadsto \begin{cases} \frac{\left(-b\right) - \sqrt{{b}^2 - \left(4 \cdot a\right) \cdot c}}{2 \cdot a} & \text{when } b \ge 0 \\ \frac{2 \cdot c}{\color{blue}{\left(-b\right) + e^{\log \left(\sqrt{{b}^2 - \left(4 \cdot a\right) \cdot c}\right)}}} & \text{otherwise} \end{cases}\]
20.3
- Applied taylor to get
\[\begin{cases} \frac{\left(-b\right) - \sqrt{{b}^2 - \left(4 \cdot a\right) \cdot c}}{2 \cdot a} & \text{when } b \ge 0 \\ \frac{2 \cdot c}{\left(-b\right) + e^{\log \left(\sqrt{{b}^2 - \left(4 \cdot a\right) \cdot c}\right)}} & \text{otherwise} \end{cases} \leadsto \begin{cases} \frac{2 \cdot \frac{c \cdot a}{b} - 2 \cdot b}{2 \cdot a} & \text{when } b \ge 0 \\ \frac{2 \cdot c}{\left(-b\right) + e^{\log \left(\sqrt{{b}^2 - \left(4 \cdot a\right) \cdot c}\right)}} & \text{otherwise} \end{cases}\]
5.5
- Taylor expanded around inf to get
\[\begin{cases} \frac{\color{red}{2 \cdot \frac{c \cdot a}{b} - 2 \cdot b}}{2 \cdot a} & \text{when } b \ge 0 \\ \frac{2 \cdot c}{\left(-b\right) + e^{\log \left(\sqrt{{b}^2 - \left(4 \cdot a\right) \cdot c}\right)}} & \text{otherwise} \end{cases} \leadsto \begin{cases} \frac{\color{blue}{2 \cdot \frac{c \cdot a}{b} - 2 \cdot b}}{2 \cdot a} & \text{when } b \ge 0 \\ \frac{2 \cdot c}{\left(-b\right) + e^{\log \left(\sqrt{{b}^2 - \left(4 \cdot a\right) \cdot c}\right)}} & \text{otherwise} \end{cases}\]
5.5
- Applied simplify to get
\[\begin{cases} \frac{2 \cdot \frac{c \cdot a}{b} - 2 \cdot b}{2 \cdot a} & \text{when } b \ge 0 \\ \frac{2 \cdot c}{\left(-b\right) + e^{\log \left(\sqrt{{b}^2 - \left(4 \cdot a\right) \cdot c}\right)}} & \text{otherwise} \end{cases} \leadsto \begin{cases} \frac{2}{a} \cdot \left(\frac{\frac{c}{b}}{\frac{2}{a}} - \frac{b}{2}\right) & \text{when } b \ge 0 \\ \frac{c \cdot 2}{\left(-b\right) + \sqrt{{b}^2 - \left(4 \cdot a\right) \cdot c}} & \text{otherwise} \end{cases}\]
1.3
- Applied final simplification
- Applied simplify to get
\[\color{red}{\begin{cases} \frac{2}{a} \cdot \left(\frac{\frac{c}{b}}{\frac{2}{a}} - \frac{b}{2}\right) & \text{when } b \ge 0 \\ \frac{c \cdot 2}{\left(-b\right) + \sqrt{{b}^2 - \left(4 \cdot a\right) \cdot c}} & \text{otherwise} \end{cases}} \leadsto \color{blue}{\begin{cases} \frac{\frac{c}{b}}{1} - \frac{\frac{b}{2}}{\frac{a}{2}} & \text{when } b \ge 0 \\ \frac{c \cdot 2}{\sqrt{{b}^2 - \left(a \cdot c\right) \cdot 4} + \left(-b\right)} & \text{otherwise} \end{cases}}\]
0.0