Files
freeCodeCamp/guide/english/mathematics/geometry/coordinate-plane/index.md
2018-10-16 21:32:40 +05:30

15 lines
815 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Coordinate Plane
---
## Coordinate Plane
A coordinate plane is a plane in which a coordinate system exists, such that all points in the plane can be unique determined by an order tuple (most commonly a pair). A coordinate plane, as with a coordinate system in any number of dimensions, helps to transform problems in geometry to problems in algebra, and vice versa.
The coordinate plane is often associated with Descartes. Hence, it is also known as Cartesian coordinates system.
The 2-dimensional plane consists of a horizontal x-axis and a vertical y-axis.
The point (0, 0) marks the origin of the plane. Any point to the right or left of the origin has a positive or negative x-coordinate respectively. Correspondingly, any point above or below the origin has a positive or negative y value.