the slope from the center (0,0) to the point of tangency (x1,y1) is equal to y1/x1. the line from the center to the point of tangency is perpendicular to the tangent line, so the slope of the tangent line is equal to the negative reciprocal, or -x1/y1. using point-slope formula, you get an equation of y - y1 = (-x1/y1)(x - x1).
multiplying and rearranging will lead you to (x1)*x + (y1)*y = (x1)^2 + (y1)^2. looking at the original equation, (x1)^2 + (y1)^2 is equal to a^2, so substituting will get you your equation of (x1)^2 + (y1)^2 = a^2.
you're welcome. 😉