Solveeit Logo

Question

Question: Given a curve C. Let the tangent line at P(x, y) on C is perpendicular to the line joining P and Q(1...

Given a curve C. Let the tangent line at P(x, y) on C is perpendicular to the line joining P and Q(1, 0). If the line 2x + 3y - 15 = 0 is tangent to the curve C, then the length of the tangent from the point (5, 0) to the curve C is n\sqrt{n} (where n \in M). Find the value of n

Answer

3

Explanation

Solution

The first condition defines a differential equation ydydx=1xy \frac{dy}{dx} = 1-x, which upon integration yields the equation of a circle (x1)2+y2=R2(x-1)^2 + y^2 = R^2 centered at (1,0). The second condition, that the line 2x+3y15=02x + 3y - 15 = 0 is tangent to this circle, allows us to calculate the radius RR by finding the distance from the center (1,0) to the line, yielding R=13R = \sqrt{13}. Thus, the curve C is the circle (x1)2+y2=13(x-1)^2 + y^2 = 13. The length of the tangent from an external point (x0,y0)(x_0, y_0) to a circle (xh)2+(yk)2=R2(x-h)^2 + (y-k)^2 = R^2 is given by (x0h)2+(y0k)2R2\sqrt{(x_0-h)^2 + (y_0-k)^2 - R^2}. For the point (5,0) and the circle (x1)2+y2=13(x-1)^2 + y^2 = 13, this length is (51)2+(00)213=1613=3\sqrt{(5-1)^2 + (0-0)^2 - 13} = \sqrt{16 - 13} = \sqrt{3}. Given this length is n\sqrt{n}, we find n=3n=3.