I have the equation for a circle as X142 y42 1 I need to g
I have the equation for a circle as:
(X-14)^2 + (y-4)^2 = 1
I need to graph that equation on a program but can\'t figure out a way to write it as a y= or x= equation to type it in
I have the equation for a circle as:
(X-14)^2 + (y-4)^2 = 1
I need to graph that equation on a program but can\'t figure out a way to write it as a y= or x= equation to type it in
(X-14)^2 + (y-4)^2 = 1
I need to graph that equation on a program but can\'t figure out a way to write it as a y= or x= equation to type it in
Solution
(x-14)^2 + (y -4)^2 =1
Equation of circle is written and enetered in graphing calculators in
the above form only.
However if you really want to write it in terms of y =
we can write it as : (y-2)^2 = 1- (x-14)^2
y = sqrt[ 1- (x-14)^2] +2 ---- equation ---(1)
y = - sqrt[ 1- (x-14)^2] +2 ---- equation ---(2)
Both will give one half of circul rshape and together would form a circle
However i understand standard form is the way we should enter: (x-14)^2 + (y -4)^2 =1
