Question
Question: The minimum distance between the circle \({x^2} + {y^2} = 9\) and the curve \(2{x^2} + 10{y^2} + 6xy...
The minimum distance between the circle x2+y2=9 and the curve 2x2+10y2+6xy=1 is ?
A. 22
B. 2
C. 3−2
D. 3−111
Solution
We will begin by proving that the normal of the curve 2x2+10y2+6xy=1 passes through the origin. Then, we will find the maximum distance from the origin to the curve. Then, subtract the distance from origin to curve from the radius to get the required answer.
Complete step by step solution:
On comparing the equation with the standard equation of the circle (x−h)2+(y−k)2=r2, where (h,k) are the coordinates of centre and r is the radius of the circle.
Therefore, the coordinates of the centre of x2+y2=9 are (0,0) and the radius is 3 units.
We have to find the centre of the curve.
Let the equation of curve be g(x,y)=2x2+10y2+6xy=1 ……eqn. (1)
Therefore, we will find the normal to the curve which is given by ∇g(x,y)=0
First calculate the partial differentiation with respect to x and equate it to 0
gx=4x+6y
⇒4x+6y=0 ……eqn. (2)
Similarly, calculate the partial differentiation with respect to y and equate it to 0
gy=20y+6x
⇒20y+6x=0 ……eqn. (3)
The centre of the curve will be the intersection of the normal.
On solving equation (2) and (3) we will get, (x,y)=(0,0)
Hence, the centre of the curve is also the origin.
The distance between the circle and the curve is radius of the circle minus the distance from the origin to the curve.
The distance from a point (x,y) on the curve to the origin is
d=x2+y2 d2=x2+y2
Such that d is maximum when d2 is maximum.
We will find the maximum value.
∇f(x,y)=λ∇g(x,y)
Then,
fx=λgx
fx=2x and gx=4x+6y
Hence,
⇒2x=λ(4x+6y) ⇒λ=2x+3yx
Therefore, fy=λgy
fy=2y and gy=20y+6x
Hence,
⇒2y=λ(20y+6x) ⇒λ=10y+3xx
On comparing the value of λ, we will get,
2x+3yx=10y+3xx
Cross multiply and simplify the expression,
(10y+3x)x=(2x+3y)y ⇒10xy+3x2=2xy+3y2 ⇒3x2+8xy−3y2=0
On completing the square we will get,
(3x)2+2(3x)(34y)+(34y)2−3y2=0 ⇒(3x+34y)2=325y2
Take square root and find the value of x and y
3x+34y=±35y ⇒3x=−34y±35y ⇒x=(−4±5)3y ⇒x=31y,−3y
Put the above values in the equation g(x,y)=0
When x=31
x2=9y2
⇒29y2+10y2+6y3y−1=0 ⇒2y2+90y2+18y2−9=0 ⇒y2=1109
Then, the value of y=±1103, and x=±1101
And x=3y
Then, x2=9y2
⇒18y2+10y2−18y=1 ⇒y2=101
y=±101
Then, x=∓103
The critical points are (±1101,±1103) and (±103,∓101)
From the first set of points, d2=x2+y2=1101+1109=111
And from the set of second point is d2=x2+y2=101+109=1
The maximum value is 1
Hence, the minimum distance is 3−1=2
Hence, option B is correct.
Note:
The square of distance as the function is maximised and the point must lie on the curve. The students must know how to take partial derivatives. Concept of Lagrange’s multipliers is used. Also, calculation should be done correctly.