How do you graph x^2 + y^2 = 100x2+y2=100?

2 Answers
Jun 7, 2018

Circle radius 10 centered on the origin.

Explanation:

The formula for the graph of a circle centered on (h,k)(h,k) is:

(x-h)^2+(y-k)^2=r^2(xh)2+(yk)2=r2

you have:

(x-0)^2+(y-0)^2=10^2(x0)2+(y0)2=102

so it is a circle of radius 10 centered at (0,0)(0,0)

graph{x^2 + y^2 = 100 [-39.42, 40.58, -19.84, 20.16]}

Jul 7, 2018

See below:

Explanation:

The equation of a circle is given by

(x-h)^2+(y-k)^2=r^2(xh)2+(yk)2=r2

with center (h,k)(h,k) and radius rr.

We have the equation

x^2+y^2=100x2+y2=100, where the origin is our center since we have no hh or kk value. We also know from sqrt100100 that we have radius 1010.

We can now graph this circle knowing we are centered at the origin, and we have a radius of 1010.

graph{x^2+y^2=100 [-40, 40, -20, 20]}

Hope this helps!