Skip to content

03. Coordinate Planes and Graphs

Dated: 30-10-2024

Plane

Pasted image 20240811005420.png

\(b\) is called the y-coordinate or ordinate and \(a\) is called the x-coordinate or abscissa.

Quadrants

The plane can be divided into 4 quadrants.
Pasted image 20240811010156.png

Graphs

The order pairs which satisfy any equation consisting of variables \(x\) and \(y\), make a graph collectively.
Here's an example

Intercepts

These are the points where graph intersect the axes of the coordinate plane.

A graph is made from 2 quantities or variables. So to find the intercept with respect to one variable, we assume the other one to be \(0\).

Example

\[3x + 2y = 6\]

Pasted image 20240912070030.png

\(x\) Intercept

\[3x + 2(0) = 6\]
\[x = \frac{6}{3} = 2\]

Pasted image 20240912070533.png

\(y\) Intercept

\[3(0) + 2y = 6\]
\[2y = 6\]
\[y = \frac{6}{2} = 3\]

Pasted image 20240912070654.png

Symmetricity

The axes themselves act like a mirror.
The numbers \((a, b)\) and \((-a, b)\) are symmetric about y-axis.
Similarly, the numbers \((a, b)\) and \((a, -b)\) are symmetric about x-axis.
This simplifies the sketching of graphs.

Example

\[x = |y|\]

This yields 2 possibilities. \(x = y\) and \(x = -y\).
Notice how absolute value1 of \(y\) never changes, hence the graph is symmetric about x-axis
Now if we plot one of them, say \(x = y\)
Pasted image 20240811012751.png

Similarly, for the \(x = -y\), we can just reflect it.
Pasted image 20240811013037.png

References

Read more about notations and symbols.


  1. Read more about absolute values