xy-coordinate Plane
Reflections and Symmetry across axis
Distance Between Two Points
What is the distance between points (-5, 3) and (-3, -8)?
For points (x₁, y₁), (x₂, y₂)
Distance = √[(x₂ - x₁)² + (y₂ - y₁)²]
Distance = √[(-3 - -5)² + (-8 - 3)²]→√[(2)² + (-11)²]→√[4 + 121]
→√125 = 11.2
Linear Equations on the Plane
Linear equations (1st degree equations with one or more variables or constants) will consist of at most two variables: x and y. However, it’s also possible to have a linear equation consisting of only one variable
Lines and Intercepts
Calculating Slope
What is the slope of a line containing the points (3, -5) and (-2, 7)?
Slope Formula = (y₂ -y₁) ÷ (x₂ - x₁)
(7 - -5) ÷ (-2 - 3) = 12 ÷ -5 = ¹²⁄₋₅
A Very Special Slope
y = x line has a slope of 1 and intersects at the origin.
It’s special because, in Quadrant I,
* For every point ABOVE this line the y-coordinate is always greater than the x-coordinate (y > x)
* For every point BELOW this line the x-coordinate is always greater than the y-coordinate (x > y)
Reflections Across Lines
Reflection about/across the y = x line : Simply swap the coordinates. (3, 2)→(2, 3)
Reflection about/across the y = -x line : Swap the coordinates and sign. (-3, 2)→(-2, 3)
Reflection about/across the y = k line (k is a constant) : Keep x coordinate, y-coordinate is (2k - y)
Reflection about/across the x = k line (k is a constant) : Keep y coordinate, x-coordinate is (2k - x)
Slope-Intercept Form
If you can convert a linear equation in the below form, it gives you a ton of information
y = mx + c
* m = slope
* c = y-intercept
* y = y-coordinates
* x = x-coordinates
Original equation: -5x + 3y = 6
-5x + 3y = 6→3y = 6 - 5x→ y = ⁵⁄₃x + 2
* Slope = ⁵⁄₃
* y-intercept = 2
Calculating next coordinate point from Slope-intercept form
Next coordinate point for
y = ⅔x + 1
y = 4x + 3
y = 4x + 3→(0+1, 3+4)→(1,7)
Calculate x-intercept from Slope-intercept form
What is the x-intercept of y = 3x + 1
Set y = 0 and calculate x.
Parallel Lines
What is a line parallel to 6x - 2y = 10?
Two lines that never touch each other.
In coordinate geometry, you know that two lines are parallel if they have the same slope and different y-intercepts.
6x - 2y = 10
* Convert to slope-intercept form: y = 3x - 5
* Slope = 3
* Every line with a slope of 3 with a different y-intercept is parallel: y = 3x + 7, y = 3x - 100
Perpendicular Lines
What is the slope of a line that is perpendicular to the line with the equation 4x -5y = 20
Using Systems of Equations to find the intersection point of two lines
Use systems of equations to find the intersection point of x + 4y = 11 and -2x + 3y = 0
Use systems of equations to find the intersection point of the two lines
1. Try to eliminate either x or y through systems of equations
2. Calculate the other by substituting the variable in one of the original equations
3. x = x-coordinate, y = y-coordinate of the intersection point
Find the intersection point of two lines
Find the intersection point of 2x + y = 6 and x + 2y = 5
Another method other than System of Equations:
1. Arrange all the terms to one side to make each equation equal = 0
2. Set two equations equal to each other and single out the x to find equation for x.
2. Input the x-value and solve for y-coordinate
3. Input y-value to solve for x-coordinate
Line Equations and their graphs
k is a positive constant
* x² + y² = k²→A Circle
* x + y = k→A Line
* y = kx²→A Parabola
* x²/a² - y²/b² = 1→Hyperbola
Quadratic Equations on the Plane
y = x²
Becomes a parabola
Graph Quadratic Equations by Factoring
y = x² + 8x + 15
y = x² + 8x + 15
1. Factor the equation: y = (x+3)(x+5)
2. Set y = 0 to calculate x-intercepts: x = -3 and -5 and plot on graph
3. To find the middle point/vertex, first we find the x-value by calculating the average of the x-intercepts: (-3 + -5) ÷ 2 = -4
4. Plug the average into the original equation to find the y-value: y = (-4)² + (8 x -4) + 15 = -1
5. So the coordinates of the vertex is (-4,-1)
6. Plot on graph and connect the dots
If the equation is not factorable, use “completing the square” to make it factorable and solve as above
Finding the Minimum Value/Vertex
y = - (x + 3) (x - 7)
y = (x + 5)² - 23
y = 2x² - 4x + 1
* Vertex Form: y = ax² + bx + c
1. First, find the x-value with: -b÷2a
1. The substitute x-value in original equation to solve for y-value.
1. y = 2x² -4x + 1→-(-4)÷2(2) = 1
→2(1)² -4(1) + 1= -1
→Vertex = (1,-1)
Find the # of x-intercepts using Discriminant
We can use the discriminant to find the number of x-intercepts an equation has.
* If pos: 2 x-intercepts
* If 0: 1 x-intercept
* If neg: No x-intercepts
Graphing Circles
Circle Formula:
r² = (x - h)² + (y - k)²
* (h,k): Circle’s center
* r: Radius of the circle
* (x,y): Points on the circle
If the equation is r² = x² + y², it means that the center is at the origin (0,0)
If it is not in the above format, you might have to complete the square
Graphing Linear Absolute Value Equations
y = |x + 3|
Don’t allow any neg y-values
Graphing Quadratic Absolute Value Equations
y= |x² − 4|
Quadratic Absolute Value graphs look like a W when pos and an M when neg
Rotating 90°
What is (3,2) rotated 90°?
When rotating a point 90°, the next point has to be on a line that is perpendicular to the first.
To find the new point, you switch the coordinates: (x,y)→((y,x) but you have to pay attention to what quadrant you’re in to determine whether the x-coordinate, y-coordinate, or both are positive or negative.