0% found this document useful (0 votes)
1 views

TheRectangularCoordinateSystemandEquationsofLines_

The document provides an overview of the rectangular coordinate system, including definitions of key concepts such as points, distance formula, midpoint formula, and methods for graphing linear equations. It explains how to find intercepts, determine slopes, and write equations for parallel and perpendicular lines, as well as applications of linear equations in real-world scenarios. Additionally, it includes a quick review section summarizing essential questions related to the content.

Uploaded by

Lei Tañeca
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1 views

TheRectangularCoordinateSystemandEquationsofLines_

The document provides an overview of the rectangular coordinate system, including definitions of key concepts such as points, distance formula, midpoint formula, and methods for graphing linear equations. It explains how to find intercepts, determine slopes, and write equations for parallel and perpendicular lines, as well as applications of linear equations in real-world scenarios. Additionally, it includes a quick review section summarizing essential questions related to the content.

Uploaded by

Lei Tañeca
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 21

The Rectangular Coordinate

System and Equations of Lines


College Algebra
Cartesian Coordinate System
A grid system based on a two-dimensional plane
with perpendicular axes:
• horizontal axis is the x-axis
• vertical axis is the y-axis
The axes intersect at the origin and divide the
plane into four quadrants

A point in the plane is defined as an ordered


pair, (𝑥, 𝑦), such that 𝑥 is determined by its
horizontal distance from the origin and 𝑦 is
determined by its vertical distance from the origin.
The Distance Formula

Derived from the Pythagorean Theorem, the


distance formula is used to find the distance
between two points in the plane.
Given endpoints (𝑥& , 𝑦& ) and (𝑥' , 𝑦' ), the
distance between them is given by:

𝑑= (𝑥' − 𝑥& )' + 𝑦' − 𝑦& '


Desmos Interactive

Topic: distance in the plane

https://www.desmos.com/calculator/nrtjcgmy69
The Midpoint Formula

When endpoints of a line segment are


known, we can find the point midway
between them. This point is known as the
midpoint and the formula is the midpoint
formula
Given the endpoints of a line segment,
(𝑥& , 𝑦& ) and (𝑥' , 𝑦' ), the midpoint formula
states how to find the coordinates of the
midpoint 𝑀
𝑥& + 𝑥' 𝑦& + 𝑦'
𝑀= ,
2 2
Desmos Interactive

Topic: midpoints and the center of a circle

https://www.desmos.com/calculator/j2blmpiid7
Graphing a Linear Equation by Plotting Points

1. Make a table with one column labeled 𝑥, a second


column labeled with the equation, and a third
column listing the resulting ordered pairs
2. Enter 𝑥-values down the first column using positive
and negative values (selecting the 𝑥-values in
numerical order will make graphing simpler)
3. Select 𝑥-values that will yield y-values with little
effort
4. Plot the ordered pairs
5. Connect the points if they form a line
Find the Intercepts for an Equation
1. Find the 𝑥-intercept by setting 𝑦 = 0 and solving for 𝑥
2. Find the 𝑦-intercept by setting 𝑥 = 0 and solving for 𝑦

Example: Find the intercepts of the equation 𝑦 = −3𝑥 − 4

Solution:
3
Set 𝑦 = 0 to find the 𝑥-intercept. 0 = −3𝑥 − 4; 𝑥 = −
4
Set 𝑥 = 0 to find the 𝑦-intercept. 𝑦 = −3 0 − 4; 𝑦 = −4
3
The 𝑥-intercept is at (− , 0) and the 𝑦-intercept is at (0, −4)
4
The Slope of a Line

The slope of a line, 𝑚, represents the change in 𝑦 over the


change in 𝑥. Given two points, (𝑥& , 𝑦& ) and (𝑥' , 𝑦' ), the following
formula determines the slope of a line containing these points:

(𝑦' − 𝑦& )
𝑚=
(𝑥' − 𝑥& )
The Point-Slope Formula

Given one point and the slope, the point-slope formula will lead to the
equation of a line:

𝑦 − 𝑦& = 𝑚(𝑥 − 𝑥& )

Example: Write the equation of the line with slope 𝑚 = −3 and passing
through the point (4,8)

Solution:
𝑦 − 8 = −3 𝑥 − 4
𝑦 = −3𝑥 + 20
Standard Form of Line
Another way to represent the equation of a line is in standard form:
𝐴𝑥 + 𝐵𝑦 = 𝐶
where 𝐴, 𝐵, and 𝐶 are integers
Example: Find the standard form of the line with 𝑚 = −6 and passing
&
through the point , 2
3
Solution: Start with the point-slope formula and rearrange terms.
1
𝑦 − −2 = −6 𝑥 −
4
3
𝑦 + 2 = −6𝑥 +
2
2𝑦 + 4 = −12𝑥 + 3
12𝑥 + 2𝑦 = −1
Vertical and Horizontal Lines

The equation of a vertical line is given as: 𝑥 = 𝑐, where 𝑐 is a constant

The slope of a vertical line is undefined, and regardless of the 𝑦-value of any
point on the line, the 𝑥-coordinate of the point will be 𝑐.

The equation of a horizontal line is similarly given as: 𝑦 = 𝑐


The slope of a horizontal line is zero, and for any 𝑥-value of a point on the
line, the 𝑦-coordinate of the point will be 𝑐.
Parallel and Perpendicular Lines
Parallel lines have the same slope and different y-intercepts. Lines that are
parallel to each other will never intersect.
Lines that are perpendicular intersect to form a 90° angle. The slope of one
line is the negative reciprocal of the other.
Writing Equations of Parallel Lines

Given the equation of a function and a point through which its graph
passes, write the equation of a line parallel to the given line that
passes through the given point

1. Find the slope of the function


2. Substitute the given values into either the general point-slope equation or
the slope-intercept equation for a line
3. Simplify
Writing Equations of Perpendicular Lines

Given the equation of a function and a point through which its graph
passes, write the equation of a line perpendicular to the given line

1. Find the slope of the function


2. Determine the negative reciprocal of the slope
3. Substitute the new slope and the values for 𝑥 and 𝑦 from the coordinate
pair provided into 𝑔 𝑥 = 𝑚𝑥 + 𝑏
4. Solve for 𝑏
5. Write the equation for the line
Writing Equations of Perpendicular Lines

Given two points on a line and a third point, write the equation of
the perpendicular line that passes through the point

1. Determine the slope of the line passing through the points


2. Find the negative reciprocal of the slope
3. Use the slope-intercept form or point-slope form to write the equation by
substituting the known values
4. Simplify
Writing Equations of Perpendicular Lines

Given an equation for a line, write the equation of a line parallel or


perpendicular to it

1. Find the slope of the given line. The easiest way to do this is to write the
equation in slope-intercept form
2. Use the slope and the given point with the point-slope formula
3. Simplify the line to slope-intercept form and compare the equation to the
given line
Models and Applications of Linear Equations

To set up or model a linear equation to fit a real-world application, we must


first determine the known quantities and define the unknown quantity as a
variable.
Then, we begin to interpret the words as mathematical expressions using
mathematical symbols.

Example: Consider a car rental agency that charges $0.10/mi plus a daily
fee of $50. We can use these quantities to model an equation that can be
used to find the daily car rental cost 𝐶.

𝐶 = 0.10𝑥 + 50
Translate Verbal Expressions to Math Operations

Verbal Expression Translation to Math Operations


One number exceeds another by 𝑎 𝑥, 𝑥 + 𝑎
Twice a number 2𝑥
One number is a more than another number 𝑥, 𝑥 + 𝑎
One number is a less than twice another number 𝑥, 2𝑥 − 𝑎
The product of a number and 𝑎, decreased by 𝑏 𝑎𝑥 − 𝑏
The quotient of a number and the number 𝑥
= 3𝑥
plus 𝑎 is three times the number 𝑥+3
The product of three times a number and the 3𝑥 𝑥 − 𝑏 = 𝑐
number decreased by 𝑏 is 𝑐
Develop a Problem-Solving Method

Given a real-world problem, model a linear equation to fit it

1. Identify known quantities


2. Assign a variable to represent the unknown quantity
3. If there is more than one unknown quantity, find a way to write the
second unknown in terms of the first
4. Write an equation interpreting the words as mathematical operations
5. Solve the equation. Be sure the solution can be explained in words,
including the units of measure
Quick Review
• How is a point defined in the Cartesian coordinate system?
• How do you compute the distance between two points in a plane?
• What is the midpoint formula?
• How do you graph a linear equation by plotting points?
• How do you find the 𝑥 and 𝑦-intercepts of a linear equation?
• What is the slope-intercept form for the equation of a line?
• What is the standard form for the equation of a line?
• What are the general equations for horizontal and vertical lines?
• How do you determine whether two lines are parallel, perpendicular, or neither?
• How do you write an equation for a line that is parallel or perpendicular to another line?
• What are the steps to model an application with linear equations?

You might also like