this is a “simpler” result I got from unraveling your solution & re-packaging it. I want to figure out how to get it in this form in a more natural way. As of now I’m stuck. Right now I’m working with a Pythagorean triangle
Adjacent = 1-x^2
Opposite = x*sqrt(2)
Hypotenuse = sqrt(1+x^4)
and the...