Solveeit Logo

Question

Mathematics Question on Coordinate Geometry

A variable line LL passes through the point (3,5)(3, 5) and intersects the positive coordinate axes at the points AA and BB. The minimum area of the triangle OABOAB, where OO is the origin, is:

A

30

B

25

C

40

D

35

Answer

30

Explanation

Solution

Step 1: Equation of the line L The line L passes through the point (3,5)(3, 5) and intersects the axes. Let the equation of the line L be:

xa+yb=1,\frac{x}{a} + \frac{y}{b} = 1,

where aa and bb are the intercepts on the xx-axis and yy-axis, respectively.

Since the line passes through (3,5)(3, 5), substitute x=3x = 3 and y=5y = 5:

3a+5b=1.\frac{3}{a} + \frac{5}{b} = 1. (1)

Step 2: Area of triangle OABOAB The area of triangle OABOAB is given by:

Area=12×a×b.\text{Area} = \frac{1}{2} \times a \times b.

From equation (1), express bb in terms of aa:

5b=13a\frac{5}{b} = 1 - \frac{3}{a}. b=5aa3.b = \frac{5a}{a - 3}. (2)

Substitute b=5aa3b = \frac{5a}{a - 3} into the area formula:

Area=12×a×5aa3.Area=5a22(a3) \text{Area} = \frac{1}{2} \times a \times \frac{5a}{a - 3}. \\\\\text{Area} = \frac{5a^2}{2(a - 3)} (3)

Step 3: Minimize the area Let f(a)=5a22(a3)f(a) = \frac{5a^2}{2(a - 3)}. To find the minimum area, calculate dfda\frac{df}{da} and set it equal to zero:

f(a)=5a22(a3).f(a) = \frac{5a^2}{2(a - 3)}.

Using the quotient rule:

dfda=(2(a3)(10a))(5a2(2))4(a3)2.\frac{df}{da} = \frac{(2(a - 3)(10a)) - (5a^2(2))}{4(a - 3)^2}. dfda=20a(a3)10a24(a3)2.\frac{df}{da} = \frac{20a(a - 3) - 10a^2}{4(a - 3)^2}. dfda=20a260a10a24(a3)2.\frac{df}{da} = \frac{20a^2 - 60a - 10a^2}{4(a - 3)^2}. dfda=10a(a6)4(a3)2.\frac{df}{da} = \frac{10a(a - 6)}{4(a - 3)^2}.

Set dfda=0\frac{df}{da} = 0:

10a(a6)=0.10a(a - 6) = 0.

Since a=0a = 0 is not valid (intercept cannot be zero), a=6a = 6.

Step 4: Calculate bb and the minimum area Substitute a=6a = 6 into equation (2) to find bb:

b=5(6)63=303=10.b = \frac{5(6)}{6 - 3} = \frac{30}{3} = 10.

The minimum area is:

Area=12×6×10=30.\text{Area} = \frac{1}{2} \times 6 \times 10 = 30.

Final Answer: Option (1).