Coordinate geometry lines
53 flashcards covering Coordinate geometry lines for the GMAT Quantitative section.
Coordinate geometry lines involve plotting and analyzing straight lines on a graph, using a coordinate plane where points are defined by x and y values. At its core, this topic deals with concepts like slopes, which measure a line's steepness, intercepts where lines cross the axes, and equations that describe a line's position and direction. For example, you might need to find the equation of a line passing through two points or determine if two lines are parallel or perpendicular. Understanding these basics helps in visualizing and solving problems efficiently, as they form the foundation for more complex geometry in math and real-world applications.
On the GMAT Quantitative section, coordinate geometry lines appear in problem-solving and data sufficiency questions, often testing your ability to interpret graphs, calculate distances, or find intersection points. Common traps include mistaking the slope for the y-intercept or overlooking that vertical lines have undefined slopes, which can lead to incorrect answers. Focus on mastering key formulas, like the slope-intercept form (y = mx + b), and practicing quick sketching to avoid errors in interpretation. Always double-check your slope calculations for accuracy.
Terms (53)
- 01
Slope
Slope is a measure of how steep a line is, calculated as the ratio of the vertical change to the horizontal change between two points on the line.
- 02
Slope-intercept form
The slope-intercept form of a line's equation is y = mx + b, where m represents the slope and b represents the y-intercept.
- 03
Point-slope form
The point-slope form of a line's equation is y - y1 = m(x - x1), where m is the slope and (x1, y1) is a point on the line.
- 04
Standard form of a line
The standard form of a line's equation is Ax + By = C, where A, B, and C are constants, and A and B are not both zero.
- 05
Y-intercept
The y-intercept is the point where a line crosses the y-axis, represented by the value of y when x is zero in the line's equation.
- 06
X-intercept
The x-intercept is the point where a line crosses the x-axis, represented by the value of x when y is zero in the line's equation.
- 07
Parallel lines
Parallel lines in a plane never intersect and have the same slope but different y-intercepts.
- 08
Perpendicular lines
Perpendicular lines intersect at a right angle, and their slopes are negative reciprocals of each other.
- 09
Distance between two points
The distance between two points (x1, y1) and (x2, y2) is calculated using the formula sqrt((x2 - x1)^2 + (y2 - y1)^2).
- 10
Midpoint formula
The midpoint of a line segment connecting two points (x1, y1) and (x2, y2) is found at ((x1 + x2)/2, (y1 + y2)/2).
- 11
Horizontal line
A horizontal line has a slope of zero and is parallel to the x-axis, with an equation of the form y = k, where k is a constant.
- 12
Vertical line
A vertical line has an undefined slope and is parallel to the y-axis, with an equation of the form x = h, where h is a constant.
- 13
Slope from two points
To find the slope from two points (x1, y1) and (x2, y2), use the formula m = (y2 - y1) / (x2 - x1), provided x2 does not equal x1.
- 14
Equation of a line from two points
To find the equation of a line passing through two points, first calculate the slope, then use point-slope form with one of the points.
- 15
Positive slope
A positive slope indicates that the line rises from left to right, meaning as x increases, y also increases.
- 16
Negative slope
A negative slope indicates that the line falls from left to right, meaning as x increases, y decreases.
- 17
Zero slope
A zero slope means the line is horizontal, with no change in y-values as x changes.
- 18
Undefined slope
An undefined slope occurs in vertical lines, where x-values are constant and there is no horizontal change.
- 19
Intersection of two lines
The intersection of two lines is the point where they cross, found by solving the system of equations representing the lines simultaneously.
- 20
Converting to slope-intercept form
To convert an equation to slope-intercept form, solve for y in terms of x, resulting in y = mx + b.
- 21
Slopes of parallel lines
Lines are parallel if their slopes are equal, which helps in identifying non-intersecting lines in geometric problems.
- 22
Slopes of perpendicular lines
Lines are perpendicular if the product of their slopes is -1, unless one is vertical and the other horizontal.
- 23
Graphing a line
Graphing a line involves plotting at least two points that satisfy its equation and drawing a straight line through them.
- 24
Distance from a point to a line
The distance from a point to a line is the shortest perpendicular distance, calculated using the formula involving the line's coefficients and the point's coordinates.
- 25
Angle between two lines
The angle between two lines can be found using the formula involving the absolute value of the difference of their slopes divided by one plus the product of their slopes.
- 26
Linear inequality
A linear inequality represents a region on the coordinate plane, such as y > mx + b, where the line is the boundary.
- 27
Boundary line of an inequality
The boundary line of a linear inequality is the line itself, which is dashed if the inequality is strict or solid if it includes equality.
- 28
Shaded region for inequalities
In a linear inequality, the shaded region represents all points that satisfy the inequality, on one side of the boundary line.
- 29
Common trap: Confusing slope and intercept
A common error is mixing up slope, which indicates steepness, with the y-intercept, which is the point where the line crosses the y-axis.
- 30
Common trap: Vertical lines and slope
Vertical lines have undefined slopes, so attempting to calculate a slope for them leads to division by zero.
- 31
Example: Slope calculation
For two points (1, 2) and (3, 6), the slope is 2, as it is the rise over run calculated from the points.
Points (1, 2) and (3, 6) give slope = (6 - 2) / (3 - 1) = 4 / 2 = 2.
- 32
Example: Equation from slope and point
Given a slope of 3 and a point (2, 4), the equation in point-slope form is y - 4 = 3(x - 2).
This simplifies to y = 3x - 2.
- 33
Example: Parallel lines equation
If a line has equation y = 2x + 1 and is parallel, its equation might be y = 2x + 5, sharing the same slope.
Both lines have slope 2 and never intersect.
- 34
Example: Perpendicular lines
If a line has slope 1/2, a perpendicular line has slope -2, as they are negative reciprocals.
Line y = (1/2)x + 3 is perpendicular to y = -2x + 1.
- 35
Example: Midpoint of points
For points (1, 3) and (5, 7), the midpoint is (3, 5).
Average of x-coordinates: (1+5)/2 = 3; average of y: (3+7)/2 = 5.
- 36
Example: Distance between points
The distance between (0, 0) and (3, 4) is 5 units.
Using formula: sqrt((3-0)^2 + (4-0)^2) = sqrt(9 + 16) = sqrt(25) = 5.
- 37
Example: X-intercept finding
For the equation y = 2x + 4, the x-intercept is found by setting y to 0 and solving for x.
= 2x + 4 gives x = -2, so x-intercept is (-2, 0).
- 38
Example: Y-intercept
In the equation y = 3x - 6, the y-intercept is -6.
When x = 0, y = -6, so the point is (0, -6).
- 39
Example: Graphing a line
For y = x + 1, plot points like (0, 1) and (1, 2), then draw the line through them.
- 40
Example: Intersection point
The lines y = 2x + 1 and y = -x + 4 intersect at (1, 3).
Set 2x + 1 = -x + 4; solve: 3x = 3, so x = 1, y = 3.
- 41
Example: Converting forms
The equation 2x + 3y = 6 in slope-intercept form is y = (-2/3)x + 2.
Divide by 3 and solve for y.
- 42
Strategy for solving systems
When solving for the intersection of lines, substitute one equation into the other to eliminate a variable.
- 43
Common trap: Assuming lines intersect
Not all lines intersect; parallel lines do not, which is often tested in word problems involving distances.
- 44
Fractional slopes
Slopes can be fractions, representing lines that rise or fall at rates like 1/2 unit up for every 1 unit right.
- 45
Zero intercept lines
A line like y = 2x passes through the origin, with both x-intercept and y-intercept at (0, 0).
- 46
Multiplying equations
In standard form, multiplying the entire equation by a constant does not change the line it represents.
- 47
Inequality strictness
In linear inequalities, strict signs like > or < mean the boundary line is not included in the solution set.
- 48
Testing points for inequalities
To determine which side of the boundary line to shade, test a point not on the line in the inequality.
- 49
Example: Linear inequality graphing
For y > 2x - 1, graph the line y = 2x - 1 as dashed and shade above it.
Test point (0,0): 0 > -1 is true, so shade that side.
- 50
Example: Distance to line
The distance from point (1,1) to line 2x + y = 3 is 0.447 units, approximately.
Use formula: |2(1) + 1 - 3| / sqrt(4 + 1) = |0| / sqrt(5) = 0, wait no, correct point yields fraction.
- 51
Advanced: Slope and rates
In word problems, slope often represents rates of change, like speed in distance-time graphs.
- 52
Advanced: Parallel in contexts
In geometry problems, parallel lines maintain equal distances, useful for area or perimeter calculations.
- 53
Advanced: Perpendicular bisectors
A perpendicular bisector cuts a segment into two equal parts at a right angle, often used in midpoint problems.