Question
Question: Find the value of k if the area of the triangle is 4 sq. units and vertices are ( k , 0) , ( 4 , 0 )...
Find the value of k if the area of the triangle is 4 sq. units and vertices are ( k , 0) , ( 4 , 0 ) and ( 0 , 2 )
Solution
With the given coordinates we know that the formula of area of the triangle is 21[x1(y2−y3)+x2(y3−y1)+x3(y1−y2)]substituting the given coordinates in the formula and equating it to 4 we get the value of k.
Complete step-by-step answer:
We are given the coordinates of the vertices of the triangle
⇒A(x1,y1)=(k,0) ⇒B(x2,y2)=(4,0) ⇒C(x3,y3)=(0,2)
We know that the area of a triangle is given by
⇒21[x1(y2−y3)+x2(y3−y1)+x3(y1−y2)]
And we are given that the area is 4 sq units
⇒21[x1(y2−y3)+x2(y3−y1)+x3(y1−y2)]=4sq.units
Substituting the given points we get
⇒21[k(0−2)+4(2−0)+0(0−0)]=4sq.units ⇒21[−2k+8+0]=4sq.units ⇒21[8−2k]=4sq.units ⇒8−2k=8 ⇒−2k=8−8=0 ⇒k=20=0
Hence we get the value of k to be 0.
Additional information
By finding the product of a point's x coordinate times the next point's y coordinate, then subtracting the y coordinate of the first point times the x coordinate of the second coordinate and dividing by two, you will find the area of the polygon.
Note: Since its difficult for many students to remember the formula
The formula is nothing other the value of the determinant formed by the three given coordinates and adding a dummy column with all the entries as 1
The coordinates be (x1,y1),(x2,y2),(x3,y3)
Then the area of the triangle is given by
\dfrac{1}{2}\left| \begin{gathered}
\begin{array}{*{20}{c}}
{{x_1}}&{{y_1}}&1
\end{array} \\\
\begin{array}{*{20}{c}}
{{x_2}}&{{y_2}}&1
\end{array} \\\
\begin{array}{*{20}{c}}
{{x_3}}&{{y_3}}&1
\end{array} \\\
\end{gathered} \right|
Expanding this column wise we get the formula used above