Question:

An enemy fighter jet is flying along the curve given by y = x2 + 2. A soldier is placed at (3, 2) wants to shoot down the jet when it is nearest to him. Then the nearest distance is

Show Hint

To find the nearest distance between a point and a curve, use the distance formula and minimize the squared distance function. Differentiating the squared distance function and finding the critical points gives the point where the distance is minimum. In this case, the minimum distance occurs when x=1 x = 1 , and the distance is 5 \sqrt{5} units.

Updated On: Mar 29, 2025
  • 2 units
  • 3\sqrt3 units
  • 5\sqrt5 units
  • 6\sqrt6 units
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

The correct answer is: (C) 5\sqrt{5} units.

An enemy fighter jet is flying along the curve given by:

y=x2+2y = x^2 + 2

A soldier is placed at the point (3,2) (3, 2) and wants to shoot down the jet when it is nearest to him. We are tasked with finding the nearest distance from the soldier to the jet. 
Step 1: Find the distance between the soldier and the jet

The distance d d between a point (x,y) (x, y) and the point (3,2) (3, 2) is given by the distance formula: d=(x3)2+(y2)2 d = \sqrt{(x - 3)^2 + (y - 2)^2} Substituting y=x2+2 y = x^2 + 2 into this formula: d=(x3)2+(x2+22)2 d = \sqrt{(x - 3)^2 + (x^2 + 2 - 2)^2} Simplifying: d=(x3)2+x4 d = \sqrt{(x - 3)^2 + x^4}  
Step 2: Minimize the distance function

To find the point where the distance is minimum, we differentiate d2 d^2 with respect to x x and set it equal to 0. Minimizing d2 d^2 is equivalent to minimizing d d , since d d is always positive. First, compute d2 d^2 : d2=(x3)2+x4=x26x+9+x4 d^2 = (x - 3)^2 + x^4 = x^2 - 6x + 9 + x^4 Now, differentiate d2 d^2 with respect to x x : ddx(d2)=2x6+4x3 \frac{d}{dx} (d^2) = 2x - 6 + 4x^3 Set the derivative equal to 0 to find the critical points: 2x6+4x3=0 2x - 6 + 4x^3 = 0 4x3+2x6=0 4x^3 + 2x - 6 = 0 Divide through by 2: 2x3+x3=0 2x^3 + x - 3 = 0  
Step 3: Solve for x x

Using trial and error or numerical methods, we find that x=1 x = 1 satisfies the equation. 
Step 4: Calculate the distance when x=1 x = 1

Now, substitute x=1 x = 1 into the distance formula: d=(13)2+(12+22)2=(2)2+(1)2=4+1=5 d = \sqrt{(1 - 3)^2 + (1^2 + 2 - 2)^2} = \sqrt{(-2)^2 + (1)^2} = \sqrt{4 + 1} = \sqrt{5} Therefore, the nearest distance is 5 \sqrt{5} units. 
Thus, the correct answer is (C) 5\sqrt{5} units.

Was this answer helpful?
0
2