given O(0,0) and N(12,0) write an equation in terms of x and y for all points P(x,y) such that segment PO is perpendicular to segment PN. simplify this equation and show that P is on a circle.

1 answer

slope of PO= y/x

slope of PN = y/(x-12)

For segments to be perpendicular their slopes must be negative recipricols

Thus, -x/y=y/(x-12)

y^2+x(x-12)=0

Distribute the x, complete the square, and then you'll have the equation of a circle.