This question can be solved using Pythagoras Theorem and formula for distance between two coordinate points .
Consider the triangle formed by one of the tangent arm, radius and the centre line along y axis joining the point outside circle to the centre of circle.
Since line joining centre of circle and tangent is perpendicular to tangent , we have a right angled triangle .
We know two sides of this right angled triangle .
Using Pythagoras theorem, we can find the length of tangent :
Length of tangent = \(\sqrt{2}\)
Now equation of circle with centre (0,0) is \(x^2 + y^2 = radius^2\)
So, \( x^2 + y^2 = 2 \) -------(1)
Also, the formula for distance between two coordinate points (x,y) and (a,b) is given by :
\((x-a)^2 + (y-b)^2 = distance^2\)
Let (x,y) be the points at which tangent touches the circle.
We already know length of tangent= distance between (x,y) and (0,2) = \(\sqrt{2}\)
i.e ,\( (x-0)^2 + (y-2)^2 =(\sqrt{2})^2\\
\\
x^2 +(y-2)^2 = 2\)
Substituting value of \(x^2\) from (1)
\(2 - y^2 + y^2 + 4 - 4y = 2\)
y=1
Answer = C