A circle with centre (2, 3) and radius 4 intersects the line x+y=3 at the points P and Q. If the tangents at P and Q intersect at the point S(α,β), then 4α−7β is equal to ___________.
Answer: 3
Solution
Key Concepts and Formulas
Equation of a Circle:(x−h)2+(y−k)2=r2, where (h,k) is the center and r is the radius.
General Equation of a Circle:x2+y2+2gx+2fy+c=0, where the center is (−g,−f) and the radius is g2+f2−c.
Polar of a Point: The equation of the polar of a point (x1,y1) with respect to the circle x2+y2+2gx+2fy+c=0 is given by xx1+yy1+g(x+x1)+f(y+y1)+c=0.
Step-by-Step Solution
Step 1: Find the General Equation of the Circle
The given circle has its center at (2,3) and a radius of 4. Therefore, its equation is:
(x−2)2+(y−3)2=42(x−2)2+(y−3)2=16
Expanding the equation to get the general form:
x2−4x+4+y2−6y+9=16x2+y2−4x−6y+13−16=0x2+y2−4x−6y−3=0
Step 2: Determine the Coefficients for the Polar Equation
Comparing the equation x2+y2−4x−6y−3=0 with the general form x2+y2+2gx+2fy+c=0, we have:
2g=−4⇒g=−22f=−6⇒f=−3c=−3
Step 3: Formulate the Equation of the Polar of S(α, β)
Let S be the point (α,β). Using the polar formula xx1+yy1+g(x+x1)+f(y+y1)+c=0, with x1=α, y1=β, g=−2, f=−3, and c=−3:
xα+yβ−2(x+α)−3(y+β)−3=0
Expanding and collecting terms:
xα+yβ−2x−2α−3y−3β−3=0(α−2)x+(β−3)y−2α−3β−3=0
Step 4: Compare the Polar Equation with the Given Line PQ
The given line PQ is x+y=3, which can be rewritten as x+y−3=0. Since the equation derived in Step 3 and the given line represent the same line, their coefficients must be proportional:
1α−2=1β−3=−3−2α−3β−3
From the first two ratios, we have:
α−2=β−3α=β−1(Equation1)
From the first and third ratios, we have:
1α−2=32α+3β+33(α−2)=2α+3β+33α−6=2α+3β+3α−3β=9(Equation2)
Step 5: Solve for α and β
Substitute Equation 1 into Equation 2:
(β−1)−3β=9−2β−1=9−2β=10β=−5
Now, substitute β=−5 into Equation 1:
α=−5−1α=−6
So, S=(α,β)=(−6,−5).
Step 6: Evaluate 4α - 7β
4α−7β=4(−6)−7(−5)=−24+35=11
Common Mistakes & Tips
Sign Errors: Be extra cautious with signs when expanding and rearranging equations. A single sign error can lead to a wrong answer.
Proportionality: When comparing coefficients of proportional lines, ensure that the constant terms also maintain the same ratio.
General vs. Standard Form: Remember to convert the equation to the correct general form before applying the polar formula.
Summary
We found the equation of the polar of the point S(α,β) with respect to the given circle. Then, we compared the coefficients of this equation with the given line x+y=3 to establish a relationship between α and β. Solving the resulting equations, we determined the values of α and β and finally calculated the value of the expression 4α−7β, which is 11.