Difference between revisions of "Point"

m
m
Line 12: Line 12:
 
In 3 dimensions, a point has three coordinates (<math>x</math>, <math>y</math> and <math>z</math>). Example: <math>(3,\,-1,\,8)</math>
 
In 3 dimensions, a point has three coordinates (<math>x</math>, <math>y</math> and <math>z</math>). Example: <math>(3,\,-1,\,8)</math>
  
=== 2-Dimensional Graph ===
+
=== 2-Dimensional Coordinate System ===
  
A 2-dimensional [[graph]] has the x- and y-axes going horizontally and vertically. Given coordiantes, a point can be plotted; and given a point, its coordinates can be found.
+
A 2-dimensional coordinate system has the <math>x</math>- and <math>y</math>-axes, two [[perpendicular]] lines, running horizontally and vertically, respectively. Given coordiantes, a point can be plotted; and given a point, its coordinates can be found.
  
 
To plot a point on a 2-dimensional graph, move to the right (positive) or left (negative) <math>x</math> times, and then move up (positive) or down (negative) <math>y</math> times. On a 2-dimensional graph, The point <math>(1,\,-2)</math> is located like this:
 
To plot a point on a 2-dimensional graph, move to the right (positive) or left (negative) <math>x</math> times, and then move up (positive) or down (negative) <math>y</math> times. On a 2-dimensional graph, The point <math>(1,\,-2)</math> is located like this:
Line 20: Line 20:
 
[[Image:Graphing 2D.gif]]
 
[[Image:Graphing 2D.gif]]
  
=== 3-Dimensional Graph ===
+
=== 3-Dimensional Coordinate System ===
  
A 3-dimensional graph is different from a 2-dimensional graph. The x- and y-axes are now "flat," and the z-axis is vertical. The x-axis should actually be pointing at you, but since this is impossible, it is diagonal. Given coordiantes, a point can be plotted; but given a point, its coordinates '''cannot''' be found.
+
A 3-dimensional coordinate system is different from a 2-dimensional graph. The x- and y-axes are now "flat," and the z-axis is vertical. The x-axis should actually be pointing at you, but since this is impossible, it is diagonal. Given coordiantes, a point can be plotted; but given a point, its coordinates '''cannot''' be found.
  
 
To plot a point on a 3-dimensional graph, move down and to the left (positive) or up and to the right (negative) <math>x</math> times, then move to the right (positive) or left (negative) <math>y</math> times, and finally, move up (positive) or down (negative) <math>z</math> times. On a 3-dimensional graph, the point <math>(1,\,2,\,3)</math> is located like this:
 
To plot a point on a 3-dimensional graph, move down and to the left (positive) or up and to the right (negative) <math>x</math> times, then move to the right (positive) or left (negative) <math>y</math> times, and finally, move up (positive) or down (negative) <math>z</math> times. On a 3-dimensional graph, the point <math>(1,\,2,\,3)</math> is located like this:

Revision as of 22:15, 8 November 2006

A point is an entity with a location. In Euclidean Geometry, points have no size, area, length, or any other characteristics except position. The intersection of two non-parallel lines is a point.

Two points are used to denote a line, ray, or line segment.

An angle can be denoted by either one or three points. If there is only one angle with this point as its vertex, only one point is needed; if there are multiple angles with this point as their vertex, three points are needed (the vertex is the middle point when written).

An arc can be denoted by either two or three points. If the arc has a measure less than 180 degrees, only two points are needed; if the arc has a measure equal to or greater than 180 degrees, three points are needed.

Coordinates

In 2 dimensions, a point has two coordinates ($x$ and $y$). Example: $(5,\,7)$

In 3 dimensions, a point has three coordinates ($x$, $y$ and $z$). Example: $(3,\,-1,\,8)$

2-Dimensional Coordinate System

A 2-dimensional coordinate system has the $x$- and $y$-axes, two perpendicular lines, running horizontally and vertically, respectively. Given coordiantes, a point can be plotted; and given a point, its coordinates can be found.

To plot a point on a 2-dimensional graph, move to the right (positive) or left (negative) $x$ times, and then move up (positive) or down (negative) $y$ times. On a 2-dimensional graph, The point $(1,\,-2)$ is located like this:

Graphing 2D.gif

3-Dimensional Coordinate System

A 3-dimensional coordinate system is different from a 2-dimensional graph. The x- and y-axes are now "flat," and the z-axis is vertical. The x-axis should actually be pointing at you, but since this is impossible, it is diagonal. Given coordiantes, a point can be plotted; but given a point, its coordinates cannot be found.

To plot a point on a 3-dimensional graph, move down and to the left (positive) or up and to the right (negative) $x$ times, then move to the right (positive) or left (negative) $y$ times, and finally, move up (positive) or down (negative) $z$ times. On a 3-dimensional graph, the point $(1,\,2,\,3)$ is located like this:

Graphing 3D.gif

See Also