🧠 Coordinate Geometry
Learn the Cartesian coordinate system, distance, slope, and line equations with agricultural applications.
Coordinate geometry turns location into mathematics. Once a field point, plot corner, or measurement position is written as coordinates, distance, slope, and alignment can all be studied systematically. That is why this topic matters in field layout, mapping, and precision agriculture.
The Cartesian Coordinate System
The Cartesian plane consists of:
- the horizontal x-axis
- the vertical y-axis
- their intersection at the origin (0, 0)
Any point in the plane is represented by an ordered pair (x, y).
The plane is divided into four quadrants according to the signs of x and y.
Distance and Midpoint
For two points (x1, y1) and (x2, y2):
Distance formula
d = sqrt((x2 - x1)^2 + (y2 - y1)^2)
Midpoint formula
M = ((x1 + x2)/2, (y1 + y2)/2)
These are useful in field mapping and locating central points between two positions.
Slope of a Line
The slope of the line through two points is:
m = (y2 - y1) / (x2 - x1)
Interpretation
- positive slope: line rises from left to right
- negative slope: line falls from left to right
- zero slope: horizontal line
- undefined slope: vertical line
Parallel lines have equal slopes, while perpendicular lines satisfy:
m1 x m2 = -1
Equation of a Straight Line
Some common forms of a line equation are:
- slope-intercept form: y = mx + c
- point-slope form: y - y1 = m(x - x1)
- general form: ax + by + c = 0
These forms are useful in graphing relationships and building linear models.
Agricultural Relevance
Coordinate geometry supports:
- experimental plot layout
- GPS-guided precision farming
- GIS mapping
- distance and alignment planning
- straight-line response modeling
Example:
If two sampling points are (3, 4) and (7, 1), the distance between them is:
sqrt((7-3)^2 + (1-4)^2) = sqrt(16 + 9) = 5
So the two points are 5 units apart.
Summary Cheat Sheet
| Topic | Key Point |
|---|---|
| Cartesian plane | Uses x- and y-axes to locate points |
| Ordered pair | Point written as (x, y) |
| Distance formula | sqrt((x2-x1)^2 + (y2-y1)^2) |
| Midpoint formula | ((x1+x2)/2, (y1+y2)/2) |
| Slope | (y2-y1)/(x2-x1) |
| Main exam trap | Vertical lines do not have slope zero; they have undefined slope |
Lesson Doubts
Ask questions, get expert answers