Analytic Geometry Study Guide
Analytic Geometry Study Guide
The angle θ between two lines with slopes m1 and m2 is found using tan(θ) = |(m1 - m2)/(1 + m1·m2)|. This formula derives from the tangent difference identity. For instance, for slopes m1 = 2 and m2 = -1, tan(θ) = |(2 - (-1))/(1 + 2*(-1))| = |3/(1 - 2)| = 3, which gives θ ≈ 71.6° .
To find the distance between two points (x1, y1) and (x2, y2) on a Cartesian plane, use the distance formula d = √((x2 − x1)² + (y2 − y1)²). This formula calculates the straight-line distance using the Pythagorean theorem. For example, the distance between points A(2,3) and B(7,11) is d = √((7−2)² + (11−3)²) = √(25 + 64) = √89 ≈ 9.43 units .
The formula to find the shortest distance d from a point (x1, y1) to a line Ax + By + C = 0 is d = |A·x1 + B·y1 + C| / √(A² + B²). For example, the distance from point (3,4) to the line 3x+4y−10=0 is calculated as d = |3*3 + 4*4 - 10| / √(9 + 16) = 15/5 = 3 units .
The distance d between two parallel lines Ax + By + C1 = 0 and Ax + By + C2 = 0 is given by d = |C1 − C2| / √(A² + B²). This derives from the perpendicular distance formula for a line. For example, for 3x + 4y + 10 = 0 and 3x + 4y - 6 = 0, the distance is d = |10 - (-6)| / √(9 + 16) = 16/5 = 3.2 units .
The division point formula calculates the coordinates of a point dividing a line segment between two points, A(x1, y1) and B(x2, y2), in the ratio m:n. The formula is P = ((m·x2 + n·x1)/(m+n), (m·y2 + n·y1)/(m+n)). For example, to find the point that divides the line segment connecting A(1,2) and B(7,8) in the ratio 2:1, calculate the x-coordinate as (2*7 + 1*1)/3 = 15/3 = 5, and the y-coordinate as (2*8 + 1*2)/3 = 18/3 = 6, giving point P(5,6).
The equation of a line in slope-intercept form is given as y = m·x + b, where m is the slope and b is the y-intercept. If a line has slope 2 and y-intercept −3, the equation is y = 2x − 3 .
The slope of a line is a measure of its steepness and is related to the inclination, which is the angle the line makes with the positive x-axis. The slope (m) can be calculated using m = (y2 − y1)/(x2 − x1) for two points (x1, y1) and (x2, y2) or by the formula m = tan(θ), where θ is the angle of inclination. For example, the slope of the line through points (1,2) and (4,10) is m = (10−2)/(4−1) = 8/3, which indicates a steep positive slope .
The midpoint formula is a special case of the division point formula when the ratio is 1:1, meaning the point divides the line segment into two equal parts. The midpoint coordinates between two points (x1, y1) and (x2, y2) are given by M = ((x1 + x2)/2, (y1 + y2)/2). For example, the midpoint between points (4, -2) and (10, 6) is calculated as M = ((4+10)/2, (−2+6)/2) = (7,2).
Two lines are perpendicular if the product of their slopes is -1. This indicates the lines meet at a right angle. For example, slopes 3 and -1/3 are perpendicular since 3 * (-1/3) = -1 .
The slope-intercept form (y = m·x + b) directly shows the line's slope and y-intercept, making it easy to graph. The point-slope form (y - y1 = m(x - x1)) is useful for quickly establishing a line's equation from a given point and slope. To convert from point-slope to slope-intercept: if given a point (2,5) and slope 3, using point-slope form gives y - 5 = 3(x - 2), simplifying to y = 3x - 1, which is the slope-intercept form .