Question

Difficulty: MediumEquations and Graphs of Circles

A circle in the standard (x,y)(x, y) coordinate plane is defined by the equation x2+y28x6y=0x^2 + y^2 - 8x - 6y = 0. A point on this circle has an xx-coordinate of 11 and a positive yy-coordinate. What is the yy-coordinate of this point?

Answer: 7

Answer

The positive y-coordinate of the point on the circle is 7.
Substituting x=1x = 1 into the circle's equation x2+y28x6y=0x^2 + y^2 - 8x - 6y = 0 gives 1+y286y=01 + y^2 - 8 - 6y = 0, which simplifies to the quadratic equation y26y7=0y^2 - 6y - 7 = 0. Factoring this equation yields (y7)(y+1)=0(y - 7)(y + 1) = 0. The solutions are y=7y = 7 and y=1y = -1. Because the y-coordinate must be positive, the correct value is 7.

Step-by-Step Solution

1
Substitute the x-coordinate x=1x = 1 into the circle's equation.
12+y28(1)6y=01^2 + y^2 - 8(1) - 6y = 0
This sets up the equation to solve for the corresponding y-coordinates.
2
Simplify the equation.
y26y7=0y^2 - 6y - 7 = 0
Combining the constant terms creates a standard quadratic equation in terms of y.
3
Solve the quadratic equation by factoring.
(y7)(y+1)=0(y - 7)(y + 1) = 0, yielding y=7y = 7 or y=1y = -1
Factoring allows us to find the two possible y-values that satisfy the equation.
4
Choose the positive y-coordinate.
y=7y = 7
The question specifies that the y-coordinate must be positive.

Key Concept

Substituting a known coordinate into a circle's equation to find the other coordinate using quadratic equations.
Rate this question