2 Coordinate Systems

The goal of this class is to learn how to describe the motion of object using math. To do so, we must first learn how to describe the position of an object.  We do this using a coordinate system.  A coordinate system lays down a grid over the space we are interested in, with each point in the space getting assigned an “address.”  Let’s go through this in the next video.

Let us quickly highlight the key points:

  • When setting a coordinate system, you are always free to choose any point as the origin.
  • The address for a point A is (A_x,A_y). A_x is referred to as the x-coordinate, and A_y is the y-coordinate.  Starting from the origin:
    • A_x is the number of steps to the right/left we must take to get to A.
    • If A_x is positive, we move right; if negative, then we move left instead.
    • A_y is the number of steps up/down we must take to get to A.
    • If A_y is positive, we move up; if negative, then we move down instead.

Let’s try some quick exercises to make sure we’re all in the same page.

Exercise 2.1: Using Coordinate Systems

Point A is 2 grids to the right of the origin, and 4 grid cells up from the origin.  Assume each grid cell is 1 m in length.

Point B is one grid cell to the left, and two grid cells down from the origin.  

Exercise 2.2: Reading Positions from a Graph

The plot below shows two possible origins, labelled “1” (orange) and “2” (blue).  What are the coordinates of Aisha, Beth, and Charlie for these two different origins? Assume that the grid uses units of meters, so that each grid cell is 1 meter to a side.

Key Takeaways

Given a coordinate system, a point A that is A_x grid cells to the right of the origin, and A_y grid cells up from the origin, has coordinates (A_x,A_y).

 

License

Introductory Physics: Classical Mechanics Copyright © by . All Rights Reserved.

Share This Book