Lines and Vectors in 2D: Equations, Slopes, and Relationships
Classified in Mathematics
Written on in
English with a size of 6.44 KB
Fundamentals of 2D Analytical Geometry
This document outlines key concepts in the analytical geometry of straight lines within a two-dimensional plane.
Coordinate Systems and Vector Representation
An affine coordinate system (SdR) is defined by a triple (O, u, U), where O is a fixed point in the Euclidean plane (E2) serving as the origin, and (u, U) forms a basis for the vector space R2 (V2R). A point P in E2 is uniquely determined by its coordinates (x, y) relative to the chosen basis, which represent its position vector OP.
Points and Segments
The coordinates of the midpoint M of a segment AB are obtained by averaging the coordinates of its endpoints. If A = (xA, yA) and B = (xB, yB), then the midpoint M = ((xA + xB) / 2, (yA + yB) / 2).