Vector Coordinates and Line Equations
This page introduces fundamental concepts related to współrzędne wektora (vector coordinates) and line equations in a coordinate system.
The formula for vector coordinates is presented as AB = x2−x1,y2−y1. This allows for calculating the horizontal and vertical components of a vector between two points.
Definition: The długość wektora wzór vectorlengthformula is given by |AB| = √(x2−x1² + y2−y1²), which calculates the straight-line distance between two points.
For finding the midpoint of a line segment, the formula x1+x2/2, y1+y2/2 is provided. This is useful for various geometric calculations.
The page also covers the slope formula, expressed as a = y2−y1/x2−x1 = tan α. This is crucial for understanding the inclination of lines in the coordinate system.
Example: For parallel lines, y = a₁x + b₁ || y = a₂x + b₂, the condition a₁ = a₂ must be satisfied.
Highlight: Perpendicular lines have a special relationship between their slopes: a₁a₂ = -1 ora2=−1/a1.
The page concludes with examples of perpendicular lines, such as y = √3x + 3 ⊥ y = -2x - 6 and y = -7x + 1 ⊥ y = 1/7x - √3, demonstrating the application of the perpendicularity condition.