Question
Question: Using integration, find the area of the triangle whose vertices are A(2, 3), B(4, 7) and C(6, 2)...
Using integration, find the area of the triangle whose vertices are A(2, 3), B(4, 7) and C(6, 2)
Solution
Hint: Geometrically, definite integration can be used to find the area under the given curve up to the x-axis. We will first find the equation of the sides of the triangle AB, BC and AC. An imaginary vertical line through B divides the figure in two parts. We will find the area under AB and BC. The extra area is removed by subtracting the area under AC, which will give us the final answer.The enclosing area is computed using the formula-
\mathop \smallint \nolimits_{{\text{x}} = {\text{a}}}^{{\text{x}} = {\text{b}}} {\text{f}}\left( {\text{x}} \right)d{\text{x}} = area
Complete step-by-step answer:
Using the two point form, the equation of the straight line is-
y−y1=x2−x1y2−y1(x−x1)
For line AB,
y−3=4−27−3(x−2)
y−3=2x−4
y=2x−1...(1)
For line BC,
y−7=6−42−7(x−4)
y−7=−25x+10
y=−25x+17...(2)
For line CA,
y−2=2−63−2(x−6)
y−2=−41x+23
y=−41x+27...(3)
We will divide the triangle into two parts using the line x = 2, as shown in the figure. The first part has an area which is the difference of area under lines AB and AD. This is because the area under AB will give us the area down to the x-axis, but we don’t need that area. So we subtract the area under the line AD to get the area of the interior portion of the triangle. Similarly, the second part is an area with a difference of area under lines BC and DC.
So, for the first portion-
Area I = area under AB - area under AD
= \mathop \smallint \nolimits_2^4 \left( {2{\text{x}} - 1} \right)d{\text{x}} - \mathop \smallint \nolimits_2^4 \left( { - \dfrac{1}{4}{\text{x}} + \dfrac{7}{2}} \right)d{\text{x}}
=(x2−x)24−(−8x2+27x)24
=[16−4−(4−2)]−[−816+228−(−84+214)]
=10−[−2+14+21−7]
=10−211=29
For the second portion-
Area II = area under BC - area under DC
= \mathop \smallint \nolimits_4^6 \left( { - \dfrac{5}{2}{\text{x}} + 17} \right)d{\text{x}} - \mathop \smallint \nolimits_4^6 \left( { - \dfrac{1}{4}{\text{x}} + \dfrac{7}{2}} \right)d{\text{x}}
=(−45x2+17x)46−(−8x2+27x)46
=[−4180+102−(−480+68)]−[−836+242−(−816+228)]
=[−45+102−(−20+68)]−[−29+21−(−2+14)]
=9−29=29
Area of the triangle is given by-
Area I + Area II = 9 sq units
This is the required answer.
Note: In such types of questions, we may need to divide the figure into two or more regions as shown in the figure. Also, a diagram is necessary to solve the problem correctly. Alternatively, we can use y-axis as the reference and then find the area of the triangle. The most common mistake is that the students forget to subtract areas under the line AC(AD + DC), which is wrong. If we just calculate the area under the line AB and BC, we are also including the area below the triangular region, till the x-axis, which is wrong.