If you consider the graph of x2 - y2 = 1 is a hyperbola and if you superimpose the point (0, 2) you get something like this:
Obviously, the only portion of the graph that we need to worry about is the upper portion (above the x-axis). That portion of the graph can be written by solving the graph for y and only taking the positive part.
x2 - y2 = 1
x2 - 1 = y2
y = ± √(x2 - 1) but, taking only the positive part we get y = √(x2 - 1)
The distance formula is d = √[(x2 - x1)2 + (y2 - y1)2] and let's let (x2, y2) be the point (0, 2) so the distance formula becomes d = √[(0 - x1)2 + (2 - y1)2]
Now let's just drop the "1" suffix from the x and y to make it easier and simplify to get: d = √[x2 + 4 - 4y + y2] where (x, y) is on the graph of x2 - y2 = 1
Now, we know that y = √(x2 - 1) so we can plug "√(x2 - 1)" into the equation wherever we see "y" making the distance equation: d = √[x2 + 4 - 4√(x2 - 1) + (√(x2 - 1))2]
If we simplify and then write as a function of x, we get:
d(x) = √(2x2 - 4√(x2 - 1) + 3) or d(x) = [2x2 - 4(x2 - 1)1/2 + 3]1/2
To minimize, take the derivative and set it equal to zero
d '(x) = 1/2(2x2 - 4√(x2 - 1) + 3)-1/2 • (4x - 2(x2 - 1)-1/2 •2x)
The only way this can be equal to zero is if the numerator equals zero so:
4x - 4x/(x2-1)1/2 = 0
4x(1 - 1/(x2-1)1/2) = 0 so x = 0 or 1 - 1/(x2-1)1/2) = 0
1 = 1/(x2-1)1/2
(x2-1)1/2 = 1
x2 - 1 = 1
x2 = 2
x = ±√2
When x = √2, then y = √((√2)2 - 1) = √(2 - 1) = √1 = 1 so the point is (√2, 1). The corresponding point on the other side is (-√2, 1)