Question
Question: minimum value of area of the traingle formed by the points 0,0 k,k+1 2k, k-1...
minimum value of area of the traingle formed by the points 0,0 k,k+1 2k, k-1
9/8
Solution
The problem asks for the minimum value of the area of a triangle formed by the points (0,0), (k,k+1), and (2k,k−1).
Let the vertices of the triangle be A(0,0), B(k,k+1), and C(2k,k−1). The formula for the area of a triangle with vertices (x1,y1), (x2,y2), and (x3,y3) is given by:
Area=21∣x1(y2−y3)+x2(y3−y1)+x3(y1−y2)∣Substitute the coordinates of the given points into the formula: Here, (x1,y1)=(0,0), (x2,y2)=(k,k+1), and (x3,y3)=(2k,k−1).
Area=21∣0((k+1)−(k−1))+k((k−1)−0)+2k(0−(k+1))∣ Area=21∣0(k+1−k+1)+k(k−1)+2k(−k−1)∣ Area=21∣0(2)+k2−k−2k2−2k∣ Area=21∣−k2−3k∣Since ∣−x∣=∣x∣, we can write:
Area=21∣k2+3k∣To find the minimum value of the area, we need to find the minimum value of the expression ∣k2+3k∣. Let f(k)=k2+3k. This is a quadratic function, representing a parabola opening upwards. To find the minimum value of f(k), we can find the vertex of the parabola. The x-coordinate of the vertex for a quadratic ax2+bx+c is given by x=−2ab. In this case, a=1 and b=3, so the vertex occurs at:
k=−2(1)3=−23Now, substitute this value of k back into f(k) to find the minimum value of f(k):
f(−23)=(−23)2+3(−23) f(−23)=49−29To subtract, find a common denominator:
f(−23)=49−418=−49So, the minimum value of k2+3k is −49.
Now we need to find the minimum value of ∣k2+3k∣. Since k2+3k can take negative values, its minimum value is −49. The value of ∣k2+3k∣ will be minimized when k2+3k is closest to zero. The closest value to zero that k2+3k takes is its minimum value, −49. Therefore, the minimum value of ∣k2+3k∣ is −49=49.
Finally, substitute this back into the area formula:
Minimum Area=21×49=89The minimum value of the area of the triangle is 89.