Skip to main content
K12 LibreTexts

5.1.1: Positions and Midpoints in Two Dimensions

  • Page ID
    14659
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Positions and Midpoints in Two Dimensions

    A digital graphic artist is designing a new company logo. Currently she is sketching a sample on graph paper to show her client, and needs to find the center of the text she has drawn so she can line up the artwork properly.

    If she knows that the first letter starts 10 boxes up and 5 boxes over from the bottom-left corner of the page, and the last letter ends 12 boxes up and 32 boxes over from the same corner, how could she find the center?


    Positions and Midpoints in Two Dimensions

    Using the Coordinate System Efficiently

    In the past, as you used the coordinate system for graphing in algebra and geometry, you probably became very familiar with the x / y axes running left/right and up/down on the page, with 0 in the center. In more advanced mathematics, and in physics or other motion studies, you will find that it is often much simpler to instead move the graph to line up with one vector than to align all of the vectors you are calculating with the standard orientation.

    By aligning one of multiple vectors with either the x or y axis, and/or setting the origin of your graph at the start of a vector, you minimize the complexity of your calculations.

    Vectors Between Two Points

    A displacement vector represents motion beginning at one point and ending at another. In the diagram below, vector C starts at point A and ends at point B. This means that \(\ \vec{A}+\vec{C}=\vec{B}\) and \(\ \vec{C}=\vec{B}-\vec{A}\). In this case, \(\ \vec{A}=\langle 1,3\rangle\) and \(\ \vec{B}=\langle 3,2\rangle\), therefore \(\ \vec{C}=\langle(3-1),(2-3)\rangle=\langle 2,-1\rangle\) matching what we can see in the diagram.

    f-d_50f98dd10c4f491fb1d5afdaea9820cd1c53895ac41912132868ae83+IMAGE_TINY+IMAGE_TINY.jpg

    Vector to a Point Between Two Points

    Computer graphics artists frequently need to know the location of a point which lies midway between two other points. Once we know the position vectors for two discrete points, we can determine the midpoint between them using their coordinates. Specifically, the midpoint between points A and B is the “average” of the two positions, therefore the coordinates of the midpoint are given by \(\ x_{m p}=\frac{1}{2}\left(x_{A}+x_{B}\right),\ y_{m p}=\frac{1}{2}\left(y_{A}+y_{B}\right)\) and \(\ z_{m p}=\frac{1}{2}\left(z_{A}+z_{B}\right)\) and the position vector for the midpoint can be written as \(\ P_{m p}=\left\langle x_{m p}, y_{m p}, z_{m p}\right\rangle\). The vector from any other point to this midpoint can then be calculated using the method described in our discussion of displacement vectors.

    " frameborder="0" height="450px" name="92185" src="https://www.ck12.org/flx/show/video/...rmula-Overview" thumbnailurl="" title="VideoObject?hash=f261914a433f4b13bcc48ed403f01e96" uploaddate="2016-07-07 20:43:28" width="85%">


    Examples

    Example 1

    Earlier, you were given a problem about finding the center of text on a sheet of graph paper.

    Solution

    If she knows that the first letter starts 10 boxes up and 5 boxes over from the bottom-left corner of the page, and the last letter ends 12 boxes up and 32 boxes over from the same corner, how could she find the center?

    This is a midpoint question, so the x coordinate calculation is:

    \(\ x_{m p}=\frac{1}{2}\left(x_{A}+x_{B}\right)=\frac{1}{2}(5+32)=18.5\)

    and the y-coordinate of the midpoint is given by: \(\ y_{m p}=\frac{1}{2}\left(y_{A}+y_{B}\right)=\frac{1}{2}(10+12)=11\)

    The coordinate of the center is: 18.5, 11.

    Example 2

    The motion of an object along an inclined plane is a very common problem in introductory physics. The diagram below shows one such situation.

    f-d_409aec107eb56fd89c7f6cc683a40b5b37004ecae011d26f92096c96+IMAGE_TINY+IMAGE_TINY.jpg

    Stickman Beauford has taken his niece Brynna to the park and waves to her as she plays on the slide. Choose two coordinate systems that could be used to describe Brynna’s motion and identify the position vectors for points A and B in both coordinate systems.

    Solution

    If we want to describe Brynna’s motion as she moves from point A to point B along the slide, we could use a standard horizontal and vertical coordinate system with the origin at the base of the slide’s ladder, but then the vector describing her motion would have components in both the x and y directions. Our mathematical description of her motion can be greatly simplified if we choose point A to be the origin and if we rotate the coordinate system such that the x-axis is parallel to the slide and the y-axis is perpendicular to the slide. Now Brynna’s motion from point A to point B is only along the x-axis. Note, other choices of origin are possible.

    f-d_968cb173642ff178b099fa75a2899bf12f3aa412487d903d18738895+IMAGE_TINY+IMAGE_TINY.jpg

    Once we have identified an origin and coordinate axes for of our reference frames, we can use vector notation to identify the location of points A and B. The position vector for point A is the vector starting at the origin and ending at point A, \(\ \overrightarrow{O A}\). For the standard coordinate system shown on the left above, the position vectors \(\ \overrightarrow{O A}\) and \(\ \overrightarrow{O B}\) are shown on the left below. For the rotated coordinate system, shown on the right above, the position vector \(\ \overrightarrow{O A}=0\) and \(\ \overrightarrow{O B}=\overrightarrow{A B}\).

    f-d_4d297237272643d03d886edbb0bad3e96db5558284b35d6df08ccef5+IMAGE_TINY+IMAGE_TINY.jpg

    Example 3

    Determine the coordinates and magnitude of the vector, D, beginning at the point \(\ \overrightarrow{P_{1}}=\langle 12,7\rangle\) and ending at \(\ \overrightarrow{P_{2}}=\langle 8,10\rangle\).

    f-d_a9a19275dfc9ea9c30ac7afb4149d52b53cdc2666501597cad86ea3e+IMAGE_TINY+IMAGE_TINY.jpg

    Solution

    The displacement vector D is the difference between the two position vectors:.

    \(\ D=\left\langle P_{2 x}-P_{1 x}, P_{2 y}-P_{1 y}\right\rangle=\langle 8-12,10-7\rangle=\langle-4,3\rangle\).

    The magnitude of the vector, D, can be found using the Pythagorean theorem:

    \(\ |\vec{D}|=\sqrt{(-4)^{2}+(3)^{2}}=\sqrt{25}=5\)

    Example 4

    Determine the position vector identifying the midpoint between points \(\ \overrightarrow{P_{1}}=\langle 12,7\rangle\) and \(\ \overrightarrow{P_{2}}=\langle 8,10\rangle\).

    Solution

    Since these two points are located in the x-y plane, the x-coordinate of the midpoint is given by

    \(\ x_{m p}=\frac{1}{2}\left(x_{A}+x_{B}\right)=\frac{1}{2}(12+8)=10\)

    and the y-coordinate of the midpoint is given by

    \(\ y_{m p}=\frac{1}{2}\left(y_{A}+y_{B}\right)=\frac{1}{2}(7+10)=8.5\)

    Therefore the position vector for this midpoint can be written as

    \(\ P_{m p}=\langle 10,8.5\rangle\)

    f-d_877dd510c778a2852b130b70d714ca0b06691da2681a120c77fef6e0+IMAGE_TINY+IMAGE_TINY.jpg

    Example 5

    Identify the position vectors for the three points shown on the grid below.

    f-d_730bc42a32dad1fded23943e691cef81e442657d9d2c1205541f60f5+IMAGE_TINY+IMAGE_TINY.jpg

    Solution

    The position vectors begin at the origin, (0, 0) and end at each point:

    \(\ \overrightarrow{O A}=\langle-3,1\rangle, \overrightarrow{O B}=\langle 1,2\rangle \text { and: } \overrightarrow{O C}=\langle 2.5,0\rangle\)

    Example 6

    The diagram shows two positions of a bicycle as it moves along a long straight road. Two possible coordinate systems for the motion are shown below. Determine the position vectors in each of the two coordinate systems for the bicycle at points A and B. Then determine the displacement vector from A to B in each case. (Not drawn to scale.)

    f-d_66e932a762dadf8d66126550f39419b48a338c2735e7144658c6ff31+IMAGE_TINY+IMAGE_TINY.jpg

    Solution

    The diagram shows two positions of a bicycle as it moves along a long straight road. Two possible coordinate systems for the motion are shown below. Determine the position vectors in each of the two coordinate systems for the bicycle at points A and B. Then determine the displacement vector from A to B in each case.

    For the upper coordinate system, the position vector of the bicycle at point A is given by \(\ \overrightarrow{r_{A}}=\langle-300 m, 0,0\rangle\) and that at point B is given by \(\ \overrightarrow{r_{B}}=\langle 100 m, 0,0\rangle\). This gives a displacement of \(\ \overrightarrow{\triangle r_{A-B}}=\langle(100 m-(-300 m)),(0-0),(0-0)\rangle=\langle 400 m, 0,0\rangle\).

    For the upper coordinate system, the position vector of the bicycle at point A is given by \(\ \overrightarrow{r_{A}}=\langle 100 m, 0,0\rangle\) and that at point B is given by \(\ \overrightarrow{r_{B}}=\langle 500 m, 0,0\rangle\). This gives a displacement of \(\ \overrightarrow{\triangle r_{A-B}}=\langle(500 m-100 m),(0-0),(0-0)\rangle=\langle 400 m, 0,0\rangle\).

    f-d_3deed0062a03aa9dd235ae5ed3a7f2df69bb978646edfbcee45199de+IMAGE_TINY+IMAGE_TINY.jpg

    The position vectors for the bicycle at point A are shown in red and the position vectors for point B are shown in blue. The displacement vector between points A and B is shown in gold. As you can see, the position vectors representing this motion depend on the choice of coordinate system, but the displacement vector is independent of the coordinate system. No matter how we define the origin, the bike moves 400 m in the +x direction and does not move in the y or z direction.

    Example 7

    Identify the position vectors for the three points shown in the diagram below.

    f-d_b031b4eb6d4f32e8aa5f1937ac09355c5f9dc1863fe4d624e06e6d68+IMAGE_TINY+IMAGE_TINY.jpg

    f-d_4a9a9a2b79c91aa307d8b2a3a8023831d95c692ec152da248b8a23a1+IMAGE_TINY+IMAGE_TINY.jpg

    Solution

    \(\ \overrightarrow{r_{A}}=\langle-2.63,2.63,0\rangle, \overrightarrow{r_{B}}=\langle 3,1.75,0\rangle, \overrightarrow{r_{C}}=\langle 0.25,1,0\rangle\)


    Review

    1. What is a displacement vector used for?

    Determine the coordinates and magnitude of the displacement vector, D, beginning at the point \(\ \overrightarrow{P_{1}}\) and ending at \(\ \overrightarrow{P_{2}}\).

    1. \(\ overrightarrow{P_{1}}=\langle 25,3\rangle\) and ending at \(\ \overrightarrow{P_{2}}=\langle 8,11\rangle\)
    2. \(\ \overrightarrow{P_{1}}=\langle 5,3\rangle\) and ending at \(\ \overrightarrow{P_{2}}=\langle 7,9\rangle\)
    3. \(\ \overrightarrow{P_{1}}=\langle 21,18\rangle\) and ending at \(\ \overrightarrow{P_{2}}=\langle 4,15\rangle\)
    4. \(\ \overrightarrow{P_{1}}=\langle 8,5\rangle\) and ending at \(\ \overrightarrow{P_{2}}=\langle 5,8\rangle\)
    5. \(\ \overrightarrow{P_{1}}=\langle 16,25\rangle\) and ending at \(\ \overrightarrow{P_{2}}=\langle 9,11\rangle\)
    6. \(\ \overrightarrow{P_{1}}=\langle 14,3\rangle\) and ending at \(\ \overrightarrow{P_{2}}=\langle 23,20\rangle\)
    7. \(\ \overrightarrow{P_{1}}=\langle 11,4\rangle\) and ending at \(\ \overrightarrow{P_{2}}=\langle 15,11\rangle\)
    8. \(\ \overrightarrow{P_{1}}=\langle 23,13\rangle\) and ending at \(\ \overrightarrow{P_{2}}=\langle 1,17\rangle\)

    Determine the position vector identifying the midpoint between points \(\ \overrightarrow{P_{1}}\) and \(\ \overrightarrow{P_{2}}\)

    1. \(\ \overrightarrow{P_{1}}=\langle 17,6\rangle\) and \(\ \overrightarrow{P_{2}}=\langle 18,12\rangle\)
    2. \(\ \overrightarrow{P_{1}}=\langle 2,5\rangle\) and \(\ \overrightarrow{P_{2}}=\langle 1,9\rangle\)
    3. \(\ \overrightarrow{P_{1}}=\langle 24,7\rangle\) and \(\ \overrightarrow{P_{2}}=\langle 21,10\rangle\)
    4. \(\ \overrightarrow{P_{1}}=\langle 12,9\rangle\) and \(\ \overrightarrow{P_{2}}=\langle 2,20\rangle\)
    5. \(\ \overrightarrow{P_{1}}=\langle 15,17\rangle\) and \(\ \overrightarrow{P_{2}}=\langle 18,1\rangle\)
    6. \(\ \overrightarrow{P_{1}}=\langle 22,14\rangle\) and \(\ \overrightarrow{P_{2}}=\langle 23,8\rangle\)
    7. \(\ \overrightarrow{P_{1}}=\langle 1,7\rangle\) and \(\ \overrightarrow{P_{2}}=\langle 14,21\rangle\)
    8. \(\ \overrightarrow{P_{1}}=\langle 3,9\rangle\) and \(\ \overrightarrow{P_{2}}=\langle 8,1\rangle\)

    Review (Answers)

    To see the Review answers, open this PDF file and look for section 5.2.


    Vocabulary

    Term Definition
    Displacement vector A displacement vector models the movement between one point and another on a coordinate plane.
    midpoint The midpoint of two vectors is the location in the center of their endpoints.
    position vector A position vector describes the straight-line travel between a starting point (usually the origin) and the location of a second point on a coordinate plane.

    This page titled 5.1.1: Positions and Midpoints in Two Dimensions is shared under a CK-12 license and was authored, remixed, and/or curated by CK-12 Foundation via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.

    CK-12 Foundation
    LICENSED UNDER
    CK-12 Foundation is licensed under CK-12 Curriculum Materials License
    • Was this article helpful?