Find the radius of the largest circle that lies above the x-axis and below the parabola $y = 2 − x ^2$
I do not know how to approach this problem, I guess we already have (0,0) that intersects the circle and 2 other points that are tangent to 2 lines that have the vertex of the parabola at (0,2)? I'm not sure how to get the points.

You are actually looking for the inscribed circle of a spade-shape region. This can be accomplished without resort to derivatives (but you need to know how to minimize a quadratic function).
Your first observation is correct since by symmetry the lowest point on the circle must be on the origin in order to maximize the radius. Then we can set the circle to be centered at $C=(0,r)$ with radius $r$. Obviously, the tangent lines passing two other intersection points are simultaneously tangent lines of the circle and the parabola. Notice that if this is true, $r$ must be the shortest distance from $C$ to the parabola. Thus we can find the intersection points $(\pm x_0,y_0)$ by minimizing $r^2=x^2+(y-r)^2$ with $y=2-x^2$. Then $r$ can be solved out by plugging back $(\pm x_0,y_0)$ into $r^2=x^2+(y-r)^2$.
I will leave the explicit calculation for you. : )