If you draw the line y = x, the inverse of a function should be mirrored across that line. That is, f(x,y) = f-¹(y,x)
But I still don't understand the use of the quadratic equation with y as a variable and
not y set to zero.
y isn't the variable. x is:
yx² - Sx - SL = 0
a = y, b = -S, c = -SL
ax² + bx + c = 0
There are two ways to find the inverse. Take y = f(x), and swap y with x, then solve for y. This is more natural to most students because they are used to having y as the dependant variable and solving for it.
I prefer to take the other route. That is, keep x and y in the same place and just solve for x. You will find the same exact inverse, only x will be the dependant variable instead of y.