Why determinant of a 2 by 2 matrix is the area of a parallelogram?

Let $A=\begin{bmatrix}a & b\\ c & d\end{bmatrix}$.

How could we show that $ad-bc$ is the area of a parallelogram with vertices $(0, 0),\ (a, b),\ (c, d),\ (a+b, c+d)$?

Are the areas of the following parallelograms the same?

$(1)$ parallelogram with vertices $(0, 0),\ (a, b),\ (c, d),\ (a+c, b+d)$.

$(2)$ parallelogram with vertices $(0, 0),\ (a, c),\ (b, d),\ (a+b, c+d)$.

$(3)$ parallelogram with vertices $(0, 0),\ (a, b),\ (c, d),\ (a+d, b+c)$.

$(4)$ parallelogram with vertices $(0, 0),\ (a, c),\ (b, d),\ (a+d, b+c)$.

Thank you very much.


Spend a little time with this figure due to Solomon W. Golomb and enlightenment is not far off:

enter image description here

(Appeared in Mathematics Magazine, March 1985.)


enter image description here

I know I'm extremely late with my answer, but there's a pretty straightforward geometrical approach to explaining it. I'm surprised no one has mentioned it. It does have a shortcoming though - it does not explain why area flips the sign, because there's no such thing as negative area in geometry, just like you can't have a negative amount of apples(unless you are economics major).

It's basically:

  Parallelogram = Rectangle - Extra Stuff.

If you simplify $(c+a)(b+d)-2ad-cd-ab$ you will get $ad-bc$.

Also interesting to note that if you swap vectors places then you get a negative(opposite of what $ad-bc$ would produce) area, which is basically:

  -Parallelogram = Rectangle - (2*Rectangle - Extra Stuff)

Or more concretely:

$(c+a)(b+d) - [2*(c+a)(b+d) - (2ad+cd+ab)]$

Also it's $bc-ad$, when simplified.

The sad thing is that there's no good geometrical reason why the sign flips, you will have to turn to linear algebra to understand that.

Like others had noted, determinant is the scale factor of linear transformation, so a negative scale factor indicates a reflection.