Im trying to prove the identity above, what I got until now is:
for
$y = (x-a)(x-b) = x^2 -(a+b)x + ab $
we have
$ dy = [2x - (a+b)] dx $
so
$dx = \frac{dy}{2x - (a+b)}$
from here I used: $0 = x^2 -(a+b)x + (ab -y)$
and now it's just bhaskara, but here it's my problem I can't seem to get the root right,
$ x = \frac{(a+b) \pm \sqrt{(a+b)^2 - 4(ab - y)}}{2}$
I know the root it's supposed to give $(a-b)$ but I'm not getting there cause the 4y factor after i replace the y value it gets confused and it doesn't seem to work (or I'm not seeing what it's the thing)
My teacher also told that we can prove by doing
$\delta c(x-a) = \frac{x-a}{c}$
with $ c = x-b $ and I tried but it didn't seem so obvious to me but maybe I'm wrong, any tips are welcome :)