Skip to main content
Back to Application of Derivatives
JEE Main 2023
Application of Derivatives
Application of Derivatives
Medium

Question

Consider the triangles with vertices A(2,1),B(0,0)A(2,1), B(0,0) and C(t,4),t[0,4]C(t, 4), t \in[0,4]. If the maximum and the minimum perimeters of such triangles are obtained at t=αt=\alpha and t=βt=\beta respectively, then 6α+21β6 \alpha+21 \beta is equal to ___________.

Answer: 2

Solution

Key Concepts and Formulas

  • Distance Formula: The distance between two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is given by (x2x1)2+(y2y1)2\sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}.
  • Perimeter of a Triangle: The perimeter of a triangle is the sum of the lengths of its three sides.
  • Finding Maxima/Minima: To find the maximum and minimum values of a function on a closed interval, we can use calculus. We find the critical points by taking the derivative, setting it to zero, and solving. We then evaluate the function at the critical points and the endpoints of the interval to determine the maximum and minimum values.

Step-by-Step Solution

Step 1: Calculate the side lengths.

We are given the vertices A(2,1)A(2,1), B(0,0)B(0,0), and C(t,4)C(t,4). We need to find the lengths of the sides ABAB, BCBC, and CACA in terms of tt.

  • AB=(20)2+(10)2=4+1=5AB = \sqrt{(2-0)^2 + (1-0)^2} = \sqrt{4 + 1} = \sqrt{5}.
  • BC=(t0)2+(40)2=t2+16BC = \sqrt{(t-0)^2 + (4-0)^2} = \sqrt{t^2 + 16}.
  • CA=(t2)2+(41)2=t24t+4+9=t24t+13CA = \sqrt{(t-2)^2 + (4-1)^2} = \sqrt{t^2 - 4t + 4 + 9} = \sqrt{t^2 - 4t + 13}.

Step 2: Define the perimeter function.

The perimeter P(t)P(t) of the triangle is the sum of the side lengths: P(t)=AB+BC+CA=5+t2+16+t24t+13.P(t) = AB + BC + CA = \sqrt{5} + \sqrt{t^2 + 16} + \sqrt{t^2 - 4t + 13}.

Step 3: Find the derivative of the perimeter function.

To find the critical points, we need to find the derivative of P(t)P(t) with respect to tt: P(t)=ddt(5+t2+16+t24t+13)=0+2t2t2+16+2t42t24t+13.P'(t) = \frac{d}{dt} \left(\sqrt{5} + \sqrt{t^2 + 16} + \sqrt{t^2 - 4t + 13}\right) = 0 + \frac{2t}{2\sqrt{t^2 + 16}} + \frac{2t - 4}{2\sqrt{t^2 - 4t + 13}}. P(t)=tt2+16+t2t24t+13.P'(t) = \frac{t}{\sqrt{t^2 + 16}} + \frac{t - 2}{\sqrt{t^2 - 4t + 13}}.

Step 4: Find the critical points.

To find the critical points, we set P(t)=0P'(t) = 0: tt2+16+t2t24t+13=0.\frac{t}{\sqrt{t^2 + 16}} + \frac{t - 2}{\sqrt{t^2 - 4t + 13}} = 0. tt2+16=t2t24t+13.\frac{t}{\sqrt{t^2 + 16}} = -\frac{t - 2}{\sqrt{t^2 - 4t + 13}}. Square both sides: t2t2+16=(t2)2t24t+13.\frac{t^2}{t^2 + 16} = \frac{(t - 2)^2}{t^2 - 4t + 13}. t2(t24t+13)=(t2+16)(t24t+4).t^2(t^2 - 4t + 13) = (t^2 + 16)(t^2 - 4t + 4). t44t3+13t2=t44t3+4t2+16t264t+64.t^4 - 4t^3 + 13t^2 = t^4 - 4t^3 + 4t^2 + 16t^2 - 64t + 64. t44t3+13t2=t44t3+20t264t+64.t^4 - 4t^3 + 13t^2 = t^4 - 4t^3 + 20t^2 - 64t + 64. 0=7t264t+64.0 = 7t^2 - 64t + 64. Now we use the quadratic formula to solve for tt: t=(64)±(64)24(7)(64)2(7)=64±4096179214=64±230414=64±4814.t = \frac{-(-64) \pm \sqrt{(-64)^2 - 4(7)(64)}}{2(7)} = \frac{64 \pm \sqrt{4096 - 1792}}{14} = \frac{64 \pm \sqrt{2304}}{14} = \frac{64 \pm 48}{14}. So, t=64+4814=11214=8t = \frac{64 + 48}{14} = \frac{112}{14} = 8 or t=644814=1614=87t = \frac{64 - 48}{14} = \frac{16}{14} = \frac{8}{7}. Since t[0,4]t \in [0,4], the only critical point in the interval is t=87t = \frac{8}{7}.

Step 5: Evaluate the perimeter function at the critical point and endpoints.

We need to evaluate P(t)P(t) at t=0t = 0, t=87t = \frac{8}{7}, and t=4t = 4.

  • P(0)=5+16+13=5+4+132.236+4+3.606=9.842P(0) = \sqrt{5} + \sqrt{16} + \sqrt{13} = \sqrt{5} + 4 + \sqrt{13} \approx 2.236 + 4 + 3.606 = 9.842.
  • P(4)=5+16+16+1616+13=5+32+13=5+42+132.236+5.657+3.606=11.499P(4) = \sqrt{5} + \sqrt{16 + 16} + \sqrt{16 - 16 + 13} = \sqrt{5} + \sqrt{32} + \sqrt{13} = \sqrt{5} + 4\sqrt{2} + \sqrt{13} \approx 2.236 + 5.657 + 3.606 = 11.499.
  • P(87)=5+(87)2+16+(87)24(87)+13=5+6449+78449+644922449+63749=5+84849+47749=5+8487+47772.236+29.127+21.8472.236+4.16+3.12=9.516P\left(\frac{8}{7}\right) = \sqrt{5} + \sqrt{\left(\frac{8}{7}\right)^2 + 16} + \sqrt{\left(\frac{8}{7}\right)^2 - 4\left(\frac{8}{7}\right) + 13} = \sqrt{5} + \sqrt{\frac{64}{49} + \frac{784}{49}} + \sqrt{\frac{64}{49} - \frac{224}{49} + \frac{637}{49}} = \sqrt{5} + \sqrt{\frac{848}{49}} + \sqrt{\frac{477}{49}} = \sqrt{5} + \frac{\sqrt{848}}{7} + \frac{\sqrt{477}}{7} \approx 2.236 + \frac{29.12}{7} + \frac{21.84}{7} \approx 2.236 + 4.16 + 3.12 = 9.516.

The maximum perimeter occurs at t=4t = 4, so α=4\alpha = 4. The minimum perimeter occurs at t=87t = \frac{8}{7}, so β=87\beta = \frac{8}{7}.

Step 6: Calculate 6α+21β6\alpha + 21\beta.

6α+21β=6(4)+21(87)=24+3(8)=24+24=486\alpha + 21\beta = 6(4) + 21\left(\frac{8}{7}\right) = 24 + 3(8) = 24 + 24 = 48. However, this gives us the wrong answer. Let's re-examine the endpoints and critical point. We have P(0)9.842P(0) \approx 9.842, P(8/7)9.516P(8/7) \approx 9.516, and P(4)11.499P(4) \approx 11.499. Therefore, α=4\alpha = 4 and β=87\beta = \frac{8}{7}. 6α+21β=6(4)+21(8/7)=24+24=486\alpha + 21\beta = 6(4) + 21(8/7) = 24 + 24 = 48. This is wrong.

Let's look closely at P(t)=tt2+16+t2t24t+13P'(t) = \frac{t}{\sqrt{t^2 + 16}} + \frac{t - 2}{\sqrt{t^2 - 4t + 13}}. When t=0t=0, P(0)=0+213<0P'(0) = 0 + \frac{-2}{\sqrt{13}} < 0. When t=4t=4, P(4)=432+213>0P'(4) = \frac{4}{\sqrt{32}} + \frac{2}{\sqrt{13}} > 0. When t=8/7t=8/7, P(8/7)=0P'(8/7) = 0. So the minimum is at t=8/7t=8/7, and the maximum is at t=4t=4. There must be an error. Let's go back to P(t)=0P'(t) = 0: tt2+16=2tt24t+13\frac{t}{\sqrt{t^2+16}} = \frac{2-t}{\sqrt{t^2-4t+13}}.

If we test t=1t = 1, 117=110\frac{1}{\sqrt{17}} = \frac{1}{\sqrt{10}} which is false. If we test t=2t = 2, 220=0\frac{2}{\sqrt{20}} = 0, which is false.

However, when we squared the equation, we introduced extraneous solutions. We must have tt2+16=2tt24t+13\frac{t}{\sqrt{t^2+16}} = \frac{2-t}{\sqrt{t^2-4t+13}}. So tt must be less than 2. Since β=8/7\beta = 8/7 minimizes the perimeter, then β=8/7\beta = 8/7. The maximum is at t=4t=4, so α=4\alpha = 4. 6(4)+21(8/7)=24+24=486(4) + 21(8/7) = 24 + 24 = 48

Upon reviewing the problem and the answer, it seems there is an error in the provided answer. Let us consider t=0t=0. Then P(0)=5+4+13P(0) = \sqrt{5} + 4 + \sqrt{13}. Let us consider t=2t=2. P(2)=5+20+9=5+25+3=35+39.708P(2) = \sqrt{5} + \sqrt{20} + \sqrt{9} = \sqrt{5} + 2\sqrt{5} + 3 = 3\sqrt{5} + 3 \approx 9.708.

Let's consider t=1t = 1. P(1)=5+17+102.236+4.123+3.162=9.521P(1) = \sqrt{5} + \sqrt{17} + \sqrt{10} \approx 2.236 + 4.123 + 3.162 = 9.521. P(8/7)9.516P(8/7) \approx 9.516 is indeed the minimum value. Then β=8/7\beta = 8/7. Since the maximum occurs at the endpoint t=4t=4, then α=4\alpha = 4. 6α+21β=6(4)+21(8/7)=24+24=486\alpha + 21\beta = 6(4) + 21(8/7) = 24 + 24 = 48.

There is likely an error in the question or answer. If we assume the minimum is at t=0t=0 and the maximum is at t=4t=4, then β=0\beta=0 and α=4\alpha=4. Then 6α+21β=6(4)+21(0)=246\alpha + 21\beta = 6(4) + 21(0) = 24. If we assume the minimum is at t=1t=1 and the maximum is at t=4t=4, then β=1\beta=1 and α=4\alpha=4. Then 6α+21β=6(4)+21(1)=24+21=456\alpha + 21\beta = 6(4) + 21(1) = 24 + 21 = 45. If the answer is 2, we need 6α+21β=26\alpha + 21\beta = 2. 6α=221β6\alpha = 2 - 21\beta. α=(221β)/6\alpha = (2 - 21\beta)/6. If β=0\beta = 0, α=1/3\alpha = 1/3. Then P(1/3)=5+1/9+16+1/94/3+13=5+145/9+100/9=5+145/3+10/32.236+4.01+3.333=9.579P(1/3) = \sqrt{5} + \sqrt{1/9 + 16} + \sqrt{1/9 - 4/3 + 13} = \sqrt{5} + \sqrt{145/9} + \sqrt{100/9} = \sqrt{5} + \sqrt{145}/3 + 10/3 \approx 2.236 + 4.01 + 3.333 = 9.579.

The problem is flawed. With α=0\alpha = 0 and β=1/3\beta = 1/3, 6(0)+21(1/3)=76(0) + 21(1/3) = 7.

Let us assume that the correct answer is 4848, then the provided answer of 22 is wrong. If we assume the correct answer is 2, then the given information is wrong.

Common Mistakes & Tips

  • Extraneous Solutions: Squaring equations can introduce extraneous solutions. Always check your solutions in the original equation.
  • Endpoint Evaluation: Don't forget to evaluate the function at the endpoints of the interval. The maximum or minimum may occur at an endpoint.
  • Derivative Calculation: Double-check your derivative calculations to avoid errors.

Summary

We found the perimeter function of the triangle in terms of tt. Then, we calculated the derivative of the perimeter function and found the critical points. We evaluated the perimeter function at the critical points and the endpoints of the interval [0,4][0,4]. We determined that the maximum perimeter occurs at t=4t=4 and the minimum perimeter occurs at t=8/7t=8/7. Finally, we computed 6α+21β=6(4)+21(8/7)=486\alpha + 21\beta = 6(4) + 21(8/7) = 48. However, the provided answer is 2. This indicates a potential issue with the question itself or the given correct answer.

Final Answer

The final answer is \boxed{48}.

Practice More Application of Derivatives Questions

View All Questions