Solveeit Logo

Question

Question: Let P(a, b) be a point on the parabola y = 4x - x² and it is the point nearest to the point A(-1, 4)...

Let P(a, b) be a point on the parabola y = 4x - x² and it is the point nearest to the point A(-1, 4). Then (a + b) equals to

Answer

4

Explanation

Solution

Let P(a, b) be a point on the parabola y=4xx2y = 4x - x^2. The distance squared from A(-1, 4) to P(a, b) is d2=(a+1)2+(b4)2d^2 = (a+1)^2 + (b-4)^2. Since b=4aa2b = 4a - a^2, we have d2(a)=(a+1)2+(4aa24)2=(a+1)2+(a2)4d^2(a) = (a+1)^2 + (4a - a^2 - 4)^2 = (a+1)^2 + (a-2)^4. To minimize d2d^2, we find the derivative: d(d2)da=2(a+1)+4(a2)3\frac{d(d^2)}{da} = 2(a+1) + 4(a-2)^3. Setting the derivative to 0: 2(a+1)+4(a2)3=0    a+1+2(a2)3=02(a+1) + 4(a-2)^3 = 0 \implies a+1 + 2(a-2)^3 = 0. By inspection, a=1a=1 is a solution. For a=1a=1, b=4(1)(1)2=3b = 4(1) - (1)^2 = 3. The point is P(1, 3). Then a+b=1+3=4a+b = 1+3 = 4.