Skip over navigation
Cambridge University Faculty of Mathematics NRich logo
menu search
  • Teachers expand_more
    • Early years
    • Primary
    • Secondary
    • Post-16
    • Events
    • Professional development
  • Students expand_more
    • Primary
    • Secondary
    • Post-16
  • Parents expand_more
    • Early Years
    • Primary
    • Secondary
    • Post-16
  • Problem-Solving Schools
  • About NRICH expand_more
    • About us
    • Impact stories
    • Support us
    • Our funders
    • Contact us
  • search

Or search by topic

Number and algebra

  • The Number System and Place Value
  • Calculations and Numerical Methods
  • Fractions, Decimals, Percentages, Ratio and Proportion
  • Properties of Numbers
  • Patterns, Sequences and Structure
  • Algebraic expressions, equations and formulae
  • Coordinates, Functions and Graphs

Geometry and measure

  • Angles, Polygons, and Geometrical Proof
  • 3D Geometry, Shape and Space
  • Measuring and calculating with units
  • Transformations and constructions
  • Pythagoras and Trigonometry
  • Vectors and Matrices

Probability and statistics

  • Handling, Processing and Representing Data
  • Probability

Working mathematically

  • Thinking mathematically
  • Developing positive attitudes
  • Cross-curricular contexts

Advanced mathematics

  • Decision Mathematics and Combinatorics
  • Advanced Probability and Statistics
  • Mechanics
  • Calculus

For younger learners

  • Early Years Foundation Stage

Areas from Vectors

Age 11 to 16
  • Problem
  • Student Solutions
  • Teachers' Resources

Tony computed the answers for some particular cases.

For $\mathbf{p}=\left(\begin{array}{c}3\\ 0\end{array}\right), \mathbf{q}=\left(\begin{array}{c}5 \\ 2\end{array}\right)$ the area is $6$ units squared ($=3\times 2-0\times 5$)
For $\mathbf{p}=\left(\begin{array}{c}3 \\ 2\end{array}\right), \mathbf{q}=\left(\begin{array}{c}0 \\ 4\end{array}\right)$ the area is $12$ units squared ($=3\times 4-2\times 0$)
For $\mathbf{p}=\left(\begin{array}{c}4 \\ 1\end{array}\right), \mathbf{q}=\left(\begin{array}{c}3 \\ 3\end{array}\right)$ the area is $9$ units squared ($=4\times 3-1\times 3$)
For $\mathbf{p}=\left(\begin{array}{c}2 \\ 4\end{array}\right), \mathbf{q}=\left(\begin{array}{c}-1 \\ 3\end{array}\right)$ the area is $10$ units squared ($=2\times 3-4\times (-1)$)

James, Jamie and George from Gillingham School sent us their formula for the area of the general parallelogram.

$$a d-b c\ \text{ (or } bc-ad\text{ if } bc>ad)$$

Here's one way to work that out.

Parallelogram with rectangle and extra lines
Remember that $\mathbf{p}=\left(\begin{array}{c}a \\ b\end{array}\right)$ and $\mathbf{q}=\left(\begin{array}{c}c\\d\end{array}\right)$.
 
The diagram shows the parallelogram inside a rectangle with base $a+c$ and height $b+d$. This rectangle has area $(a+c)(b+d)$. If we could find the areas of the triangles outside the parallelogram, then we could subtract them from the area of the rectangle to find the area of the parallelogram.
 
The bottom triangle has height $b$ and base $a+c$, so has area $\frac{1}{2}b(a+c)$.
 
The triangle on the left has (if you imagine it on its side so that its base is at the bottom) base $b+d$ and height $c$, so has area $\frac{1}{2}c(b+d)$.
 
The triangle at the top is congruent to the triangle at the bottom (it has been rotated by $180^{\circ}$), so has area $\frac{1}{2}b(a+c)$.
 
The triangle on the right is congruent to the triangle on the left, so has area $\frac{1}{2}c(b+d)$.
 
So the area of the parallelogram is $$(a+c)(b+d)-2\times\frac{1}{2}b(a+c) -2\times\frac{1}{2}c(b+d)=$$
$$a b+b c+a d+c d-a b-b c-b c-c d=a d-b c$$
 
just as James, Jamie and George said.

Yingtong Yan solved the problem differently, using  stage 5 mathematics.

If we let $\mathbf{p}(x_1, y_1)$ and $\mathbf{q}(x_2, y_2)$ be our two vectors, then the cosinus of the angle between them is
$$\cos<\mathbf{p},\mathbf{q}>=\frac{\mathbf{p} \cdot \mathbf{q}}{|\mathbf{p}|\times |\mathbf{q}|}.$$
Therefore, $$\cos^2<\mathbf{p},\mathbf{q}>=\frac{(\mathbf{p} \cdot \mathbf{q})^2}{(|\mathbf{p}|\times |\mathbf{q}|)^2}$$
and, since $\sin^2<\mathbf{p},\mathbf{q}>+\cos^2<\mathbf{p},\mathbf{q}>=1$,
$$\sin^2<\mathbf{p},\mathbf{q}>=1 - \frac{(\mathbf{p} \cdot \mathbf{q})^2}{(|\mathbf{p}|\times |\mathbf{q}|)^2}= \frac{(|\mathbf{p}|\times |\mathbf{q}|)^2-(\mathbf{p} \cdot \mathbf{q})^2}{(|\mathbf{p}|\times |\mathbf{q}|)^2}.$$

Moreover, since the angle between $\mathbf{p}$ and $\mathbf{q}$ is smaller then $180^\circ$, then $\sin<\mathbf{p},\mathbf{q}>$ is greater then 0, and, hence, $\sin<\mathbf{p},\mathbf{q}> = \sqrt{\frac{(|\mathbf{p}|\times |\mathbf{q}|)^2-(\mathbf{p}\cdot\mathbf{q})^2}{(|\mathbf{p}|\times |\mathbf{q}|)^2} }$.

Using the fact that the parallelogram is made out of two congruent triangles of area $\frac{1}{2}\times\sin<\mathbf{p},\mathbf{q}>\times |\mathbf{p}|\times |\mathbf{q}|$, the area of the parallelogram is
$$\begin{aligned}
   A_{\text{parallelogram}} &= 2\times \frac{1}{2}\times\sin<\mathbf{p},\mathbf{q}>\times |\mathbf{p}|\times |\mathbf{q}|  \\
    &= \sqrt{\frac{(|\mathbf{p}|\times |\mathbf{q}|)^2-(\mathbf{p}\cdot\mathbf{q})^2}{(|\mathbf{p}|\times |\mathbf{q}|)^2} }\times |\mathbf{p|}\times |\mathbf{q}| \\
    &= \sqrt{ (|\mathbf{p}|\times |\mathbf{q}|)^2-(\mathbf{p}\cdot\mathbf{q})^2} \\
    &= \sqrt{(x_1^2+y_1^2)\times (x_2^2+y_2^2) - (x_1x_2+y_1y_2)^2} \\
   &=\sqrt{x_1^2y_2^2+x_2^2y_1^2-2x_1x_2y_1y_2} \\
    &=|x_1y_2-x_2y_1|
    \end{aligned}$$

Beth and Susie analyzed the special case when the parallelogram is a square. 

If the parallelogram is a square then $|\mathbf{p}|=|\mathbf{q}|$ and the area is $|\mathbf{p}|^2$. Since $|\mathbf{p}|=\sqrt{a^2+b^2}$, the area is $\sqrt{a^2+b^2}^2=a^2+b^2$.

Well done to everyone who sent in a solution. Keep exploring!

You may also like

Just Rolling Round

P is a point on the circumference of a circle radius r which rolls, without slipping, inside a circle of radius 2r. What is the locus of P?

Is There a Theorem?

Draw a square. A second square of the same size slides around the first always maintaining contact and keeping the same orientation. How far does the dot travel?

Number Sandwiches

Can you arrange the digits 1, 1, 2, 2, 3 and 3 to make a Number Sandwich?

  • Tech help
  • Accessibility Statement
  • Sign up to our newsletter
  • Twitter X logo

The NRICH Project aims to enrich the mathematical experiences of all learners. To support this aim, members of the NRICH team work in a wide range of capacities, including providing professional development for teachers wishing to embed rich mathematical tasks into everyday classroom practice.

NRICH is part of the family of activities in the Millennium Mathematics Project.

University of Cambridge logo NRICH logo