nitika231
Engr2012
PathFinder007
In the xy-coordinate system, a circle with radius \(\sqrt30\) and center (2,1) intersects the x-axis at (k,0). One possible value of k is.
A. 2 + \(\sqrt 26\)
B. 2 +\(\sqrt 29\)
C. 2+ \(\sqrt 31\)
D. 2 + \(\sqrt 34\)
E. 2 +\(\sqrt 35\)
Equation of circle in xy coordinates with center at (a,b) and radius r ---> \((x-a)^2+(y-b)^2 = r^2\)
Per the question, a=2, b=1, \(r^2\)=30
We get the equation of the circle as \(x^2+y^2-4x-2y = 25\)Now the above equation should also be satisfied by the point (k,0) such that we get
\(k^2-4k-25 = 0\) ----> k = 2+ \(\sqrt{29}\) as 1 possible value. B is the correct answer.
How are you getting the highlighted portion as = 25? shouldn't it be 29? And in the last step, how did you eliminate the K from 4K?
No, check your solution.
When we get, \((x-a)^2+(y-b)^2 = r^2\) with a =2, b =1 and \(r^2\)=30, we get
\((x-2)^2+(y-1)^2 = 30\) ----> \(x^2+4-4x+y^2+1-2y = 30\)---> \(x^2-4x+y^2-2y+5 = 30\) ----> \(x^2-4x+y^2-2y = 25\).
Thus, based on my post above, we get
\(k^2-4k-25 = 0\)
We know that for any quadratic equation, \(px^2+qx+r =0\) with p,q,r as constants, the solutions are : \(x = \frac{-q \pm \sqrt{q^2-4pr}}{2p}\), where p=1, q =-4, r=-25
Substituting the above values, we get, k = 2 +\(\sqrt 29\)
Hope this helps.