1
$\begingroup$

I am unable to get the answer to this question. The question is to find the area of a quadrilateral having its vertices as coordinates in order:

$A(3,-2)$; $B(4,0)$; $C(6,-3)$ and $D(5,-5)$.

I divided this into 2 triangles - $\Delta ABC$ and $\Delta BCD$. Now by the area of triangle formula, I am getting the total area to be $35$ square units but my tuition partner is getting a very different answer $7$ square units to be precise.

5 Answers 5

1

Enclose the quadrilateral in a rectangle $R$ with vertices of $(3,-5),(6,-5),(6,0),(3,0)$. This rectangle will have area $3\cdot 5 =15$ but will overshoot the quadrilateral in exactly four triangular areas.

Finding the area of these triangles should be straight forward, as their bases and heights are parallel the coordinate axes - I found two triangles of area $3$ and another two of area $1$, so all four together will have combined area $2(3)+2(1)=8$.

Take the difference:$15-8=7$.

  • 0
    What answer do you get?2017-02-27
  • 0
    35 sq units is it coming out correct?2017-02-28
  • 0
    I get an answer of 72017-02-28
1

enter image description here

you need to know determinants for using this. this is more easier and faster way to do it.

  • 0
    @NeerjaSharma did you get it?2017-02-27
  • 0
    I couldn't get the precise answer but i am getting 35 sq units is that correct atharv singh patlan?2017-02-28
  • 0
    @NeerjaSharma The answer is 7 units BTW what is singh patlan in your comment.2017-02-28
  • 0
    Looks like your friend is correct @NeerjaSharma2017-02-28
  • 0
    @NeerjaSharma Which method did you use this or other one posted by me?2017-02-28
  • 0
    Cross check with your friend there answer is 72017-02-28
  • 0
    Arent you atharv singh patlan? Figured my answer is coming wrong2017-03-01
0

join diagonal AC. your quadrilateral will get divided into two triangles ABC ADB. find length of AC AB BC CD DA. and use herons formula to find area of two triangles. addition will give you the require area.

  • 0
    you can do this in another way i will post that method too in a minute.2017-02-27
  • 0
    @NeerjaSharma did you get it?2017-02-27
  • 0
    I got the answer as 35 sq units but my friend is getting 7 sq units2017-02-28
0

Hint 1

The area of quadrilateral $ABCD$ is equal to the sum of areas of triangles $ABC$ and $ACD$

Hint 2

$$P_{\triangle XYZ} = \frac{|\vec{XY}\times \vec{XZ}|}{2} $$

Where $\times $ is the cross product of vectors: $(a,b)\times (x,y) = (0,0,ay-bx)$

  • 1
    Shouldn't that be the cross product of the vectors?2017-02-27
  • 0
    Yes, it should.2017-02-27
0

Here's a graph so you can see what is going on visually.

enter image description here

By looking at the graph, or explicitly finding the equations of the lines $BC$, $AD$, $CD$, $AB$ we can see that $AB$ is parallel to $AD$ and $CD$. is parallel to $AB$.

Note that also $|BC| = |CD|$ and $|AB|=|CD|$.

Then we can deduce this quadrilateral is a parallelogram. The area is then equal to the product of the base and its height. That is the product of $AD$ and the perpendicular distance between $AD$ and $BC$.The equation of the line $AD$ is given by $y =-\frac{3}{2}x + \frac{5}{2}$

The gradient equation of the normal to this line is then given by $\frac{-1}{-\frac{3}{2}} = \frac{2}{3}$

This normal starts has a point on $AD$ and a corresponding point on $BC$

The equation of the normal is then given by $y = \frac{2}{3} x -4$

The equation of the line $BC$ is given by $y= -\frac{3}{2}x + 6$

Set these two equations equal to find the point of intersection:

$-\frac{3}{2}x + 6 = \frac{2}{3}x -4 \Rightarrow x =\frac{60}{13}, y = -\frac{12}{13}$

Let's call this point of intersection on $BC$ point $ E = (\frac{60}{13},-\frac{12}{13})$.

Then we have $|AE| = \sqrt{(\frac{60}{13} - 3)^{2} + (\frac{12}{13} - - 2)^{2}} = \sqrt{\frac{145}{13}}$

$|AD| = \sqrt{(3-5)^{2}+(-2+5)^{2}} = \sqrt{13}$

Then the area of $ABCD = \sqrt{\frac{145}{13}} \cdot \sqrt{13} = \sqrt{145}$

  • 0
    Mine is coming 35 sq units2017-02-28