Question
Question: The circle C has equation \[{{x}^{2}}+{{y}^{2}}+2x+2y-32=0\] . The point \((-4,k)\) lies on C. Find ...
The circle C has equation x2+y2+2x+2y−32=0 . The point (−4,k) lies on C. Find the two real values of k.
Solution
Hint: Any point lying on the circle satisfies the given equation of the circle. So put the given point in the equation of the circle and solve it. Using this concept we will get the correct answer.
Complete step by step solution:
The given equation of circle
x2+y2+2x+2y−32=0−−−(1)
As point (−4,k) lies on the circle
so it satisfy the equation (1)
Hence we can write x=−4, y=k in the equation (1)
⇒ (-4)2+k2+2(-4)+2k-32=0⇒ 16+k2-8+2k-32=0⇒k2+2k-24=0
Here we get a quadratic equation so we have to find here the roots of quadratic equation
As we know
D=b2−4ac
Here a=1,b=2,c=−24 so
D=(2)2−4(1)(−24)⇒D=4+96⇒D=100
Since
D≥0
Hence roots are real.
Now factorize the quadratic equation by splitting middle term we can write
⇒k2+2k−24=0⇒k2+6k−4k−24=0⇒k(k+6)−4(k+6)=0⇒(k−4)(k+6)=0⇒k=4⇒k=−6
Hence we have two values of k.
k=4k=−6
Note: To solve this type of problem students should know that we can find the roots of quadratic equations by using the following formula and this is an alternative method for this problem.
⇒x1,2=2a−b±b2−4ac