2. Trigonometry and Geometry

Coordinate Geometry

Coordinate Geometry πŸ“

Welcome, students! In this lesson, you will learn how to describe shapes and positions using numbers on a plane. Coordinate geometry, also called analytic geometry, connects algebra with geometry by using coordinates to study points, lines, gradients, distances, and shapes. This is a major tool in Engineering Mathematics because engineers use coordinates to model roads, buildings, circuits, robot paths, and more. πŸ—οΈ

Introduction: Why Coordinate Geometry Matters

Imagine trying to describe where a drone is flying without using a map grid. You might say β€œit is near the park,” but that is not precise enough for engineering. Coordinate geometry gives exact answers by using ordered pairs like $\left(x, y\right)$ in a plane. The two numbers tell us how far left or right, and how far up or down, a point is from the origin $\left(0,0\right)$.

The main objectives in this lesson are to:

  • explain key coordinate geometry terms such as axes, origin, slope, distance, and midpoint,
  • apply coordinate geometry methods to solve practical problems,
  • connect coordinate geometry to trigonometry and other geometry topics,
  • understand how coordinate geometry supports engineering problem-solving,
  • use examples to justify calculations with real-world meaning.

Coordinate geometry is especially important because it turns visual shapes into equations. That means we can use algebra to prove geometric facts, not just draw them. ✨

The Coordinate Plane and Basic Terms

The coordinate plane is made from two perpendicular number lines:

  • the horizontal axis is the $x$-axis,
  • the vertical axis is the $y$-axis.

These axes meet at the origin $\left(0,0\right)$. Every point in the plane is written as an ordered pair $\left(x, y\right)$. The first value tells the horizontal position, and the second tells the vertical position.

For example, the point $\left(3,2\right)$ is 3 units to the right and 2 units up from the origin. The point $\left(-4,1\right)$ is 4 units left and 1 unit up. The signs matter because they show the direction from the origin.

The plane is divided into four quadrants:

  • Quadrant I: $x>0$, $y>0$
  • Quadrant II: $x<0$, $y>0$
  • Quadrant III: $x<0$, $y<0$
  • Quadrant IV: $x>0$, $y<0$

This system is useful because it gives an exact way to locate points, just like a grid on a city map or a screen in computer graphics. πŸ—ΊοΈ

Distance Between Two Points

One of the most common tasks in coordinate geometry is finding the distance between two points. If the points are $\left(x_1,y_1\right)$ and $\left(x_2,y_2\right)$, then the distance is

$$d=\sqrt{\left(x_2-x_1\right)^2+\left(y_2-y_1\right)^2}$$

This formula comes from the Pythagorean theorem. The horizontal change is $\left(x_2-x_1\right)$ and the vertical change is $\left(y_2-y_1\right)$. These form the two shorter sides of a right triangle, and the distance $d$ is the hypotenuse.

Example

Find the distance between $A\left(1,2\right)$ and $B\left(5,5\right)$.

Substitute into the formula:

$$d=\sqrt{\left(5-1\right)^2+\left(5-2\right)^2}$$

$$d=\sqrt{4^2+3^2}$$

$$d=\sqrt{16+9}=\sqrt{25}=5$$

So the distance is $5$ units.

This idea appears in engineering when measuring the straight-line distance between two sensors, two support points, or two locations in a design. πŸ“

Midpoint and Division of a Line Segment

The midpoint of a line segment is the point exactly halfway between two endpoints. If the endpoints are $\left(x_1,y_1\right)$ and $\left(x_2,y_2\right)$, then the midpoint is

$$M=\left(\frac{x_1+x_2}{2},\frac{y_1+y_2}{2}\right)$$

This formula averages the $x$-coordinates and the $y$-coordinates separately.

Example

Find the midpoint of $P\left(-2,6\right)$ and $Q\left(4,2\right)$.

$$M=\left(\frac{-2+4}{2},\frac{6+2}{2}\right)$$

$$M=\left(1,4\right)$$

So the midpoint is $\left(1,4\right)$.

A midpoint can represent the center of a bridge span, the balance point of a beam model, or the center of a path between two devices. In coordinate geometry, formulas like this help locate central positions quickly. βš™οΈ

Gradient, Slope, and Straight Lines

The gradient, also called slope, tells us how steep a line is. For two points $\left(x_1,y_1\right)$ and $\left(x_2,y_2\right)$, the gradient is

$$m=\frac{y_2-y_1}{x_2-x_1}$$

This is the change in $y$ divided by the change in $x$. A positive slope means the line rises from left to right, a negative slope means it falls, zero slope means the line is horizontal, and an undefined slope means the line is vertical.

Example

Find the gradient of the line through $\left(2,1\right)$ and $\left(6,9\right)$.

$$m=\frac{9-1}{6-2}=\frac{8}{4}=2$$

So the gradient is $2$.

If a line has slope $m$, its equation often takes the form

$$y=mx+c$$

where $c$ is the $y$-intercept, meaning the point where the line crosses the $y$-axis.

Example

A line has gradient $-3$ and crosses the $y$-axis at $4$. Its equation is

$$y=-3x+4$$

This kind of equation is useful for modeling costs, motion, and relationships between quantities. For example, if a machine lowers a platform steadily, the height may change linearly with time. πŸ“‰

Parallel and Perpendicular Lines

Coordinate geometry helps us compare lines using gradients.

  • Parallel lines have the same gradient.
  • Perpendicular lines have gradients whose product is $-1$, provided both gradients are defined.

So if one line has slope $m_1$ and another has slope $m_2$, then perpendicular lines satisfy

$$m_1m_2=-1$$

Example

If one line has slope $2$, a perpendicular line has slope

$$m_2=-\frac{1}{2}$$

because

$$2\left(-\frac{1}{2}\right)=-1$$

These ideas are used in construction, where walls, beams, and edges may need to be parallel or perpendicular for stability and accuracy. 🧱

Using Coordinate Geometry with Trigonometry

Coordinate geometry is closely linked to trigonometry because angles can be studied using points and slopes. If a line makes an angle $\theta$ with the positive $x$-axis, then its slope is

$$m=\tan\theta$$

This creates a direct connection between geometry and trigonometric functions.

For example, if a ramp rises at an angle of $30^\circ$ above the horizontal, its slope is

$$m=\tan 30^\circ=\frac{1}{\sqrt{3}}$$

That means the vertical rise is smaller than the horizontal run, which matches the shape of a gentle ramp. This is important in engineering because safe ramp design often depends on angle and slope. πŸ› οΈ

Coordinates can also help with triangles. If you know the coordinates of the vertices, you can use distance formulas to find side lengths, and then use trigonometry or geometry to study angles, area, and shape type. For example, a triangle can be checked for being right-angled by comparing squared side lengths using the distance formula.

Real-World Problem Example

Suppose a robot moves from $A\left(1,1\right)$ to $B\left(7,4\right)$. We may want to know the straight-line distance and the direction of movement.

First, the distance is

$$d=\sqrt{\left(7-1\right)^2+\left(4-1\right)^2}$$

$$d=\sqrt{6^2+3^2}$$

$$d=\sqrt{45}=3\sqrt{5}$$

Next, the gradient is

$$m=\frac{4-1}{7-1}=\frac{3}{6}=\frac{1}{2}$$

This tells us the robot rises 1 unit for every 2 units forward. In a real engineering system, that information can guide programming, path planning, and control. πŸ€–

Common Mistakes to Avoid

Students often make a few predictable errors in coordinate geometry:

  • mixing up the order of coordinates in $\left(x,y\right)$,
  • forgetting to subtract in the same order in the distance or gradient formula,
  • using the wrong sign for negative coordinates,
  • confusing midpoint with distance,
  • assuming perpendicular lines always have one positive and one negative slope, when the correct test is $m_1m_2=-1$.

Careful checking helps prevent these errors. A good habit is to label each point clearly and write the formula before substituting values. βœ…

Conclusion

Coordinate geometry is the bridge between shapes and algebra. It gives exact ways to describe points, measure distances, find midpoints, calculate slopes, and write equations of lines. It also links naturally to trigonometry through angles and slopes, especially with $m=\tan\theta$. In Engineering Mathematics, these skills are essential for modeling real systems, checking design accuracy, and solving practical problems with precision. When students understands coordinate geometry, many other topics in trigonometry and geometry become easier to study and apply.

Study Notes

  • A point is written as $\left(x,y\right)$, where $x$ is the horizontal coordinate and $y$ is the vertical coordinate.
  • The origin is $\left(0,0\right)$.
  • The distance formula is $d=\sqrt{\left(x_2-x_1\right)^2+\left(y_2-y_1\right)^2}$.
  • The midpoint formula is $M=\left(\frac{x_1+x_2}{2},\frac{y_1+y_2}{2}\right)$.
  • The gradient formula is $m=\frac{y_2-y_1}{x_2-x_1}$.
  • A line with equation $y=mx+c$ has gradient $m$ and $y$-intercept $c$.
  • Parallel lines have equal slopes.
  • Perpendicular lines satisfy $m_1m_2=-1$ when both slopes are defined.
  • The slope of a line making angle $\theta$ with the positive $x$-axis is $m=\tan\theta$.
  • Coordinate geometry is widely used in engineering for measurement, design, navigation, and analysis.

Practice Quiz

5 questions to test your understanding

Coordinate Geometry β€” Engineering Mathematics | A-Warded