Skip to main content
Back to Application of Derivatives
JEE Main 2019
Application of Derivatives
Application of Derivatives
Hard

Question

A line is drawn through the point (1,2)(1, 2) to meet the coordinate axes at PP and QQ such that it forms a triangle OPQ,OPQ, where OO is the origin. If the area of the triangle OPQOPQ is least, then the slope of the line PQPQ is :

Options

Solution

Key Concepts and Formulas

  • Equation of a Line (Point-Slope Form): yy1=m(xx1)y - y_1 = m(x - x_1), where (x1,y1)(x_1, y_1) is a point on the line and mm is the slope.
  • Area of a Triangle: Area = 12baseheight\frac{1}{2} \cdot \text{base} \cdot \text{height}. For a triangle formed by the origin and the intercepts on the axes, the area is 12x-intercepty-intercept\frac{1}{2} |x\text{-intercept} \cdot y\text{-intercept}|.
  • Application of Derivatives: To find the minimum or maximum of a function, we find the critical points by setting the first derivative equal to zero and then check the second derivative to confirm whether it's a minimum or maximum.

Step-by-Step Solution

Step 1: Define the line's equation. Since the line passes through the point (1,2)(1, 2) and has a slope mm, we can write its equation using the point-slope form: y2=m(x1)y - 2 = m(x - 1) This is the equation of the line PQ.

Step 2: Find the x and y intercepts. To find the x-intercept (point P), we set y=0y = 0: 02=m(x1)0 - 2 = m(x - 1) 2=mxm-2 = mx - m mx=m2mx = m - 2 x=m2m=12mx = \frac{m - 2}{m} = 1 - \frac{2}{m} So, the x-intercept is P=(12m,0)P = \left(1 - \frac{2}{m}, 0\right).

To find the y-intercept (point Q), we set x=0x = 0: y2=m(01)y - 2 = m(0 - 1) y2=my - 2 = -m y=2my = 2 - m So, the y-intercept is Q=(0,2m)Q = (0, 2 - m).

Step 3: Express the area of triangle OPQ in terms of m. The area of triangle OPQOPQ is given by: A=12x-intercepty-interceptA = \frac{1}{2} |x\text{-intercept} \cdot y\text{-intercept}| A=12(12m)(2m)A = \frac{1}{2} \left| \left(1 - \frac{2}{m}\right)(2 - m) \right| A=122m4m+2A = \frac{1}{2} \left| 2 - m - \frac{4}{m} + 2 \right| A=124m4mA = \frac{1}{2} \left| 4 - m - \frac{4}{m} \right| Since we're looking for the minimum area, we can assume that mm will be negative (because the line passes through (1,2) and intersects both axes, meaning m must be negative to make the intercepts positive). Thus m-m will be positive and 4m4m4 - m - \frac{4}{m} will be positive. Therefore, we can remove the absolute value signs: A=12(4m4m)A = \frac{1}{2} \left( 4 - m - \frac{4}{m} \right)

Step 4: Find the critical points by taking the derivative of A with respect to m and setting it to zero. dAdm=12(1+4m2)\frac{dA}{dm} = \frac{1}{2} \left( -1 + \frac{4}{m^2} \right) Setting dAdm=0\frac{dA}{dm} = 0: 1+4m2=0-1 + \frac{4}{m^2} = 0 4m2=1\frac{4}{m^2} = 1 m2=4m^2 = 4 m=±2m = \pm 2 Since we deduced that m must be negative to have positive intercepts, we take the negative root, so m=2m = -2.

Step 5: Verify that this value of m minimizes the area using the second derivative test. d2Adm2=12(8m3)\frac{d^2A}{dm^2} = \frac{1}{2} \left( -\frac{8}{m^3} \right) Evaluating at m=2m = -2: d2Adm2=12(8(2)3)=12(88)=12>0\frac{d^2A}{dm^2} = \frac{1}{2} \left( -\frac{8}{(-2)^3} \right) = \frac{1}{2} \left( -\frac{8}{-8} \right) = \frac{1}{2} > 0 Since the second derivative is positive, the area is minimized at m=2m = -2.

Step 6: Re-evaluate to check for errors. We assumed that the intercepts were positive, leading to m=2m=-2. However, this gives intercepts x=2x=2 and y=4y=4, so the area is 4. Let's consider the general case. A=124m4mA = \frac{1}{2} \left| 4 - m - \frac{4}{m} \right| Then dAdm=12sgn(4m4m)(1+4m2)\frac{dA}{dm} = \frac{1}{2} \text{sgn}\left(4 - m - \frac{4}{m}\right) \left(-1 + \frac{4}{m^2}\right) Setting this to 0 gives m=±2m = \pm 2. If m=2m=2, then x=0x=0 and the area is undefined. For m=2m=-2, x=122=2x=1 - \frac{2}{-2} = 2 and y=2(2)=4y = 2 - (-2) = 4, so A=12×2×4=4A = \frac{1}{2} \times 2 \times 4 = 4.

The problem statement says that the correct answer is -1/4. Let's reconsider the intercepts. If the line intersects both the positive axes, then since it passes through (1,2), mm must be negative. So let m=rm = -r for some r>0r>0. x=12m=1+2rx = 1 - \frac{2}{m} = 1 + \frac{2}{r} y=2m=2+ry = 2 - m = 2 + r Then A=12(1+2r)(2+r)=12(2+r+4r+2)=12(4+r+4r)A = \frac{1}{2} (1 + \frac{2}{r}) (2 + r) = \frac{1}{2} (2 + r + \frac{4}{r} + 2) = \frac{1}{2} (4 + r + \frac{4}{r}) To minimize AA, we need to minimize r+4rr + \frac{4}{r}. By AM-GM, r+4r2r4r=2\frac{r + \frac{4}{r}}{2} \ge \sqrt{r \cdot \frac{4}{r}} = 2, so r+4r4r + \frac{4}{r} \ge 4. Equality when r=4rr = \frac{4}{r}, so r2=4r^2 = 4 and r=2r = 2 (since r>0r>0). So m=2m = -2. It still looks like the answer should be -2.

Step 7: Let's try another approach. The equation of the line is xa+yb=1\frac{x}{a} + \frac{y}{b} = 1. Since the line passes through (1,2), 1a+2b=1\frac{1}{a} + \frac{2}{b} = 1. We want to minimize A=12abA = \frac{1}{2}ab. From 1a+2b=1\frac{1}{a} + \frac{2}{b} = 1, we have 1a=12b=b2b\frac{1}{a} = 1 - \frac{2}{b} = \frac{b-2}{b}, so a=bb2a = \frac{b}{b-2}. A=12b2b2A = \frac{1}{2} \frac{b^2}{b-2}. dAdb=122b(b2)b2(b2)2=122b24bb2(b2)2=12b24b(b2)2=b(b4)2(b2)2\frac{dA}{db} = \frac{1}{2} \frac{2b(b-2) - b^2}{(b-2)^2} = \frac{1}{2} \frac{2b^2 - 4b - b^2}{(b-2)^2} = \frac{1}{2} \frac{b^2 - 4b}{(b-2)^2} = \frac{b(b-4)}{2(b-2)^2}. Setting this to 0, we have b=0b=0 or b=4b=4. b=0b=0 is invalid. If b=4b=4, then a=442=2a = \frac{4}{4-2} = 2. The equation is x2+y4=1\frac{x}{2} + \frac{y}{4} = 1, or 2x+y=42x + y = 4. Then y=2x+4y = -2x + 4, so m=2m = -2.

If the correct answer is -1/4, then the line is y2=14(x1)y-2 = -\frac{1}{4}(x-1), so 4y8=x+14y - 8 = -x + 1, or x+4y=9x + 4y = 9. xx-intercept is 9, yy-intercept is 9/4. Area is 12(9)(9/4)=818=10.125\frac{1}{2} (9)(9/4) = \frac{81}{8} = 10.125. When m=2m=-2, the area is 4.

There might be an error in the given answer.

Common Mistakes & Tips

  • Sign Errors: Be careful with signs, especially when dealing with negative slopes and intercepts.
  • Absolute Values: Remember to consider the absolute value when calculating the area of the triangle, especially if you're unsure about the signs of the intercepts. However, in this case, using the assumption about the sign of mm allowed us to drop the absolute value signs.
  • Domain Restrictions: Check for domain restrictions on the slope mm. For example, mm cannot be zero, as the line would be horizontal and would not intersect the x-axis. Also, mm cannot be 2, as the y-intercept would be zero, implying an undefined area.

Summary

We found the x and y intercepts in terms of the slope mm of the line. Then, we formulated an expression for the area of the triangle formed by the origin and the intercepts. We then minimized the area by taking the derivative of the area with respect to mm, setting it equal to zero, and solving for mm. We verified that this value of mm minimizes the area using the second derivative test. The resulting slope is m=2m=-2. However, this does not match the provided correct answer. After re-evaluating using an alternative approach, we continue to arrive at m=2m=-2. Therefore, there is a possible error in the provided answer.

The final answer is \boxed{-2}.

Practice More Application of Derivatives Questions

View All Questions