Chapter 10: Problem 17
Find the points of intersection of the circle $$ x^{2}+y^{2}-6 x+2 y-17=0 $$ nd the line \(x-y+2=0\). Show that an equation of the circle which has hese points as the ends of a diameter is $$ x^{2}+y^{2}-4 y-5=0 $$ Show also that this circle and the circle $$ x^{2}+y^{2}-8 x+2 y+13=0 $$ touch externally.
Short Answer
Step by step solution
Rewrite the circle equation in standard form
Complete the square
Substitute line equation into circle equation
Solve for y
Find values of y
Solve for x using y values
Find the center and radius of the new circle
Write the equation of the new circle
Show circles touch externally
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
Standard Form of a Circle
For example, we can take the circle's equation from the problem: \( x^2 + y^2 - 6x + 2y - 17 = 0 \). To rewrite this in standard form, we need to complete the square for both the x and y terms. This means we group x terms together and y terms together and then complete the square for each group.
The equation becomes \( x^2 - 6x + y^2 + 2y = 17 \).
Completing the Square
For \( x^2 - 6x \), we find the number that completes the square. Take half of the x coefficient (which is -6), square it, and add and subtract this number: \[ x^2 - 6x = (x - 3)^2 - 9 \].
Similarly for \( y^2 + 2y \), take half of 2, square it, and add and subtract this value: \[ y^2 + 2y = (y + 1)^2 - 1 \].
Now, we combine both completed squares in the equation: \[ (x - 3)^2 - 9 + (y + 1)^2 - 1 = 17 \].
Simplify this to get the standard form of the circle: \[ (x - 3)^2 + (y + 1)^2 = 27 \].
Quadratic Formula
Let's use this formula to solve \[ 2y^2 - 8y - 1 = 0 \], which we derived in the exercise. Here, \( a = 2 \, b = -8 \, \text{and}\ c = -1 \): \[ y = \frac{-(-8) \pm \sqrt{(-8)^2 - 4 \cdot 2 \cdot (-1)}}{2 \cdot 2} = \frac{8 \pm \sqrt{64 + 8}}{4} = \frac{8 \pm \sqrt{72}}{4} = \frac{8 \pm 6 \sqrt{2}}{4} = 2 \pm \frac{3 \sqrt{2}}{2} \. \]
Therefore, the values of y are \[ y = 2 + \frac{3 \sqrt{2}}{2} \] and \[ y = 2 - \frac{3 \sqrt{2}}{2} \].
Using \( x = y - 2 \, \text{we find the x-values}\: \) \ \[ x_1 = \frac{3 \sqrt{2}}{2} \] and \[ x_2 = -\frac{3 \sqrt{2}}{2} \. \]
Hence, the points of intersection are: \ \ \[ \textrm{(\frac{3 \sqrt{2}}{2}, 2 + \frac{3 \sqrt{2}}{2})} \] and \ \[ \textrm{(-\frac{3 \sqrt{2}}{2}, 2 - \frac{3 \sqrt{2}}{2})} \. \]