36. π₯οΈ Cartesian Plane - JulTob/Mathematics GitHub Wiki
π The Coordinate Plane
π Cartesian Plane
COORDINATE PLANE is a flat surface formed by the intersection of two perpendicular lines or AXES:
- The horizontal line, known as the X-AXIS, or abscissa.
- The vertical line, known as the Y-AXIS, ordinate.
- Origin: The x- and y-axes intersect (cross) at the ORIGIN, where all lines take the $0$ value.
y
ββ β β‘
ββ£β
βΌββββx
0Μ
Origin
An ordered pair gives the coordinates (exact location) of a POINT. They are called an βordered pairβ because the order matters. The x-coordinate always comes first, then the y-coordinate, like so : $( x,y )$. The x- and y- coordinates are separated by a comma and surrounded by parentheses.
EXAMPLE: The x-coordinate of the origin is 0, and the y-coordinate of the origin is also 0. So, the ordered pair of the origin is $(0, 0)$.
π Navigating the Coordinate Plane
- If $x > 0$, POSITIVE, move RIGHT.
- If $x < 0$, NEGATIVE, move LEFT.
- If $x = 0$, STAY on the origin of x.
- If $y > 0$, POSITIVE, move UP.
- If $y < 0$, NEGATIVE, move DOWN.
- If $y = 0$, ZERO, STAY on the y-origin.
π Distance on the Coordinate Plane
You can use this $\text{distance formula}$ to find the line-length of the :
\color{#F00}
dΒ²=
( xβ - xβ )Β² + ( yβ - yβ )Β²
where:
- $(xβ, yβ)$ and $(xβ, yβ)$ are two distinct points.
- The subscripts indicate the first and second points.
- The order of points does not matter, only consistency in subtraction.
From π£ to π΄.
\color{#F05}
dΒ²= βα΅’ ( π΄Β·iΜ - π£Β·iΜ )Β²
π Intervals and Variables
A variable $x_i$ can have valid values inside a given interval.
Interval:
ββββββββββββ«βββββββββββββββββββββββ
The mΓ‘ximum and minimum values of an interval are called the extremes.
Once a variable has a value in the interval we represent that value with a mark in the interval in the spot of that value.
x = 4
ββββββββββββ«βββββββββββπ΄ββββββββββ
We can represent an ordered pair if we cross perpendicularly two intervals, one for each variable.
(x,y) = (4,2)
βΏ y
βΏ
βΏ 2
βΏβ΄β΄β΄β΄β΄β΄β΄β΄β΄β΄β΄π΄
βΏ β4
β¬βββββββββββββββββββββββ x
π Polar Coordinates
That same point can be expressed as:
- A point at $r$ distance to the origin
- At angle $π$ to a given angle of origin, usually $\hat{x}$. According to the context, this angle is expressed in radians or degrees.
π System Conversion (Cartesian β· Polar)
As we've seen, the same point can be determined in two different ways. We can transform from one to the other, as they are analogous. A point can be converted between Cartesian $(x, y)$ and Polar $(r, π)$ coordinates using these formulas:
\color{#F66}
x = r Β· cos π
\color{#F86}
y = r Β· sin π
\color{#68F}
rΒ² = xΒ²+ yΒ²
\color{#66F}
tan π = y : x = \frac{y}{x}
These conversions allow movement between rectangular and polar representations, depending on the context and application.
Understanding the coordinate plane is fundamental to mathematics and its applications in physics, engineering, and computer science. Whether using Cartesian coordinates for plotting or polar coordinates for rotational motion, mastering these concepts unlocks deeper insights into spatial relationships and problem-solving.