\[\frac{1}{x + 1} - \frac{1}{x}\]
Test:
NMSE problem 3.3.1
Bits:
128 bits
Bits error versus
x
Time:
3.5 s
Input Error:
6.0
Output Error:
5.0
Log:
⚲
Profile:
🕒
\(\frac{x - \left(1 + x\right)}{x + {x}^2}\)
Started with
\[\frac{1}{x + 1} - \frac{1}{x}\]
6.0
Using strategy
rm
6.0
Applied
frac-sub
to get
\[\color{red}{\frac{1}{x + 1} - \frac{1}{x}} \leadsto \color{blue}{\frac{1 \cdot x - \left(x + 1\right) \cdot 1}{\left(x + 1\right) \cdot x}}\]
5.0
Applied
simplify
to get
\[\frac{\color{red}{1 \cdot x - \left(x + 1\right) \cdot 1}}{\left(x + 1\right) \cdot x} \leadsto \frac{\color{blue}{x - \left(1 + x\right)}}{\left(x + 1\right) \cdot x}\]
5.0
Applied
simplify
to get
\[\frac{x - \left(1 + x\right)}{\color{red}{\left(x + 1\right) \cdot x}} \leadsto \frac{x - \left(1 + x\right)}{\color{blue}{x + {x}^2}}\]
5.0
Original test:
(lambda ((x default)) #:name "NMSE problem 3.3.1" (- (/ 1 (+ x 1)) (/ 1 x)))