Grade 9 Exam  >  Grade 9 Notes  >  Integrated Math 1  >  Chapter Notes: Forms of Linear Equations

Chapter Notes: Forms of Linear Equations

Linear equations are one of the most important tools in algebra. They describe relationships where one quantity changes at a constant rate with respect to another. In real life, linear relationships appear everywhere: in how much you pay for gas per gallon, how far you travel at a steady speed, or how much money you earn per hour. Understanding the different forms of linear equations helps you work with these relationships more efficiently. Each form has its own advantages depending on what information you already know and what you want to find out. In this chapter, you will learn the three main forms of linear equations-slope-intercept form, point-slope form, and standard form-and when to use each one.

What Makes an Equation Linear?

Before exploring the different forms, it is essential to understand what makes an equation linear. A linear equation creates a straight line when you graph it on a coordinate plane. Linear equations have the following characteristics:

  • The variables (usually \( x \) and \( y \)) appear only to the first power. You will never see \( x^2 \), \( y^3 \), or \( \sqrt{x} \) in a linear equation.
  • Variables are not multiplied together. You will not see terms like \( xy \) in a linear equation.
  • The graph is always a straight line, never a curve.
  • The relationship between \( x \) and \( y \) has a constant rate of change, called the slope.

Think of a linear equation like climbing stairs at a steady pace. Each step up is the same height, and each step forward is the same distance. The steepness never changes-that steady steepness is the slope.

Slope-Intercept Form

The slope-intercept form is probably the most commonly used form of a linear equation. It is written as:

\[ y = mx + b \]

In this equation, \( m \) represents the slope of the line, and \( b \) represents the y-intercept, which is the y-coordinate of the point where the line crosses the y-axis.

Understanding Slope

The slope tells you how steep the line is and in which direction it goes. Mathematically, slope is the ratio of the vertical change (rise) to the horizontal change (run) between any two points on the line:

\[ m = \frac{\text{rise}}{\text{run}} = \frac{\text{change in } y}{\text{change in } x} \]
  • A positive slope means the line goes upward from left to right.
  • A negative slope means the line goes downward from left to right.
  • A zero slope means the line is horizontal.
  • An undefined slope means the line is vertical.

Understanding the Y-Intercept

The y-intercept is the point where the line crosses the y-axis. At this point, the value of \( x \) is always zero. The y-intercept is written as the ordered pair \( (0, b) \), where \( b \) is the y-coordinate.

Imagine you are tracking the cost of renting a bike. There is a flat fee of $5 just to rent the bike, plus $3 for every hour you ride. The $5 is like the y-intercept-it is what you pay even if you ride for zero hours. The $3 per hour is like the slope-it is the rate at which your cost increases.

Example:  Write the equation of a line with a slope of 4 and a y-intercept of -3.

Solution:

Use the slope-intercept form \( y = mx + b \).

Substitute \( m = 4 \) and \( b = -3 \) into the formula:

\( y = 4x + (-3) \)

Simplify: \( y = 4x - 3 \)

The equation of the line is \( y = 4x - 3 \).

Example:  A cell phone plan charges a flat fee of $20 per month plus $0.10 for each text message sent.
Write an equation that represents the total monthly cost \( y \) based on the number of text messages \( x \) sent.

What is the equation in slope-intercept form?

Solution:

The flat fee of $20 is the y-intercept: \( b = 20 \)

The cost per text message is the slope: \( m = 0.10 \)

Substitute into \( y = mx + b \): \( y = 0.10x + 20 \)

The equation is \( y = 0.10x + 20 \).

Graphing Using Slope-Intercept Form

Slope-intercept form makes graphing a line very straightforward. Follow these steps:

  1. Plot the y-intercept \( (0, b) \) on the y-axis.
  2. Use the slope \( m = \frac{\text{rise}}{\text{run}} \) to find a second point. From the y-intercept, move up or down by the rise, then left or right by the run.
  3. Draw a straight line through the two points.

Example:  Graph the line \( y = \frac{2}{3}x + 1 \).

Solution:

Identify the y-intercept: \( b = 1 \), so plot the point \( (0, 1) \).

Identify the slope: \( m = \frac{2}{3} \), which means rise = 2 and run = 3.

From \( (0, 1) \), move up 2 units and right 3 units to reach \( (3, 3) \).

Draw a line through \( (0, 1) \) and \( (3, 3) \).

The line is graphed correctly.

Point-Slope Form

The point-slope form is especially useful when you know the slope of a line and one point on the line, but you do not know the y-intercept. The point-slope form is written as:

\[ y - y_1 = m(x - x_1) \]

In this equation, \( m \) is the slope, and \( (x_1, y_1) \) is a specific point on the line. The variables \( x \) and \( y \) remain as variables representing any point on the line.

Think of point-slope form as giving directions from a known landmark. If you know where you are starting (the point) and the direction and steepness of the path (the slope), you can describe the entire path.

Writing Equations in Point-Slope Form

Example:  Write the equation of a line that passes through the point \( (2, 5) \) and has a slope of 3.

Solution:

Use the point-slope form \( y - y_1 = m(x - x_1) \).

Substitute \( m = 3 \), \( x_1 = 2 \), and \( y_1 = 5 \):

\( y - 5 = 3(x - 2) \)

The equation in point-slope form is \( y - 5 = 3(x - 2) \).

Converting Point-Slope Form to Slope-Intercept Form

Sometimes you may need to convert an equation from point-slope form to slope-intercept form to make it easier to graph or interpret. To do this, solve for \( y \).

Example:  Convert the equation \( y - 5 = 3(x - 2) \) to slope-intercept form.

Solution:

Start with \( y - 5 = 3(x - 2) \).

Distribute the 3: \( y - 5 = 3x - 6 \)

Add 5 to both sides: \( y = 3x - 6 + 5 \)

Simplify: \( y = 3x - 1 \)

The equation in slope-intercept form is \( y = 3x - 1 \).

Finding the Equation of a Line Through Two Points

When you are given two points on a line but not the slope, you first calculate the slope using the formula:

\[ m = \frac{y_2 - y_1}{x_2 - x_1} \]

Then use either point with the slope in the point-slope form.

Example:  Find the equation of the line passing through the points \( (1, 4) \) and \( (3, 10) \).

Solution:

Calculate the slope: \( m = \frac{10 - 4}{3 - 1} = \frac{6}{2} = 3 \)

Use point \( (1, 4) \) and the slope \( m = 3 \) in point-slope form:

\( y - 4 = 3(x - 1) \)

Convert to slope-intercept form by distributing: \( y - 4 = 3x - 3 \)

Add 4 to both sides: \( y = 3x + 1 \)

The equation is \( y = 3x + 1 \).

Standard Form

The standard form of a linear equation is written as:

\[ Ax + By = C \]

In this form, \( A \), \( B \), and \( C \) are integers (whole numbers), and \( A \) should be non-negative (zero or positive). The variables \( x \) and \( y \) remain as variables. Standard form is particularly useful when working with systems of equations or when you want both variables on the same side of the equation.

Characteristics of Standard Form

  • \( A \), \( B \), and \( C \) should be integers with no fractions or decimals.
  • \( A \) should be positive or zero.
  • Both \( x \) and \( y \) appear on the left side of the equation.
  • The constant \( C \) appears on the right side.

Converting Slope-Intercept Form to Standard Form

Example:  Convert the equation \( y = \frac{1}{2}x + 3 \) to standard form.

Solution:

Start with \( y = \frac{1}{2}x + 3 \).

Multiply every term by 2 to eliminate the fraction: \( 2y = x + 6 \)

Subtract \( x \) from both sides: \( -x + 2y = 6 \)

Multiply by -1 to make \( A \) positive: \( x - 2y = -6 \)

The equation in standard form is \( x - 2y = -6 \).

Converting Standard Form to Slope-Intercept Form

To convert from standard form to slope-intercept form, solve the equation for \( y \).

Example:  Convert the equation \( 3x + 4y = 12 \) to slope-intercept form.

Solution:

Start with \( 3x + 4y = 12 \).

Subtract \( 3x \) from both sides: \( 4y = -3x + 12 \)

Divide every term by 4: \( y = -\frac{3}{4}x + 3 \)

The equation in slope-intercept form is \( y = -\frac{3}{4}x + 3 \).

Finding Intercepts from Standard Form

One advantage of standard form is that it makes finding both the x-intercept and y-intercept very easy.

  • To find the x-intercept, set \( y = 0 \) and solve for \( x \).
  • To find the y-intercept, set \( x = 0 \) and solve for \( y \).

Example:  Find the x-intercept and y-intercept of the line \( 2x + 5y = 10 \).

Solution:

To find the x-intercept, set \( y = 0 \):

\( 2x + 5(0) = 10 \) → \( 2x = 10 \) → \( x = 5 \)

The x-intercept is \( (5, 0) \).

To find the y-intercept, set \( x = 0 \):

\( 2(0) + 5y = 10 \) → \( 5y = 10 \) → \( y = 2 \)

The y-intercept is \( (0, 2) \).

The x-intercept is \( (5, 0) \) and the y-intercept is \( (0, 2) \).

Comparing the Three Forms

Each form of a linear equation has specific advantages depending on the information you have and what you need to find. The table below summarizes when to use each form:

Comparing the Three Forms

Writing Equations of Horizontal and Vertical Lines

Horizontal and vertical lines are special cases of linear equations.

Horizontal Lines

A horizontal line has a slope of zero because there is no vertical change as \( x \) changes. The equation of a horizontal line is:

\[ y = k \]

where \( k \) is the y-coordinate of every point on the line. For example, the line \( y = 3 \) is a horizontal line passing through all points with a y-coordinate of 3.

Vertical Lines

A vertical line has an undefined slope because there is no horizontal change as \( y \) changes. The equation of a vertical line is:

\[ x = h \]

where \( h \) is the x-coordinate of every point on the line. For example, the line \( x = -2 \) is a vertical line passing through all points with an x-coordinate of -2.

Think of horizontal lines like the horizon-they stretch left and right but never go up or down. Vertical lines are like a flagpole-they go straight up and down but never left or right.

Parallel and Perpendicular Lines

Parallel Lines

Parallel lines are lines in the same plane that never intersect. They have the same slope but different y-intercepts. If two lines have equations \( y = m_1x + b_1 \) and \( y = m_2x + b_2 \), the lines are parallel if and only if:

\[ m_1 = m_2 \]

Example:  Write the equation of a line parallel to \( y = 2x + 5 \) that passes through the point \( (1, 3) \).

Solution:

Parallel lines have the same slope. The slope of \( y = 2x + 5 \) is \( m = 2 \).

Use point-slope form with \( m = 2 \) and point \( (1, 3) \):

\( y - 3 = 2(x - 1) \)

Distribute: \( y - 3 = 2x - 2 \)

Add 3 to both sides: \( y = 2x + 1 \)

The equation is \( y = 2x + 1 \).

Perpendicular Lines

Perpendicular lines are lines that intersect at a right angle (90°). The slopes of perpendicular lines are negative reciprocals of each other. If two lines have slopes \( m_1 \) and \( m_2 \), they are perpendicular if and only if:

\[ m_1 \cdot m_2 = -1 \quad \text{or} \quad m_2 = -\frac{1}{m_1} \]

Example:  Write the equation of a line perpendicular to \( y = \frac{1}{3}x - 2 \) that passes through the point \( (3, 4) \).

Solution:

The slope of the given line is \( m_1 = \frac{1}{3} \).

The slope of the perpendicular line is the negative reciprocal: \( m_2 = -3 \).

Use point-slope form with \( m = -3 \) and point \( (3, 4) \):

\( y - 4 = -3(x - 3) \)

Distribute: \( y - 4 = -3x + 9 \)

Add 4 to both sides: \( y = -3x + 13 \)

The equation is \( y = -3x + 13 \).

Choosing the Right Form

When solving problems involving linear equations, choosing the right form can save time and effort. Here are some guidelines:

  • Use slope-intercept form when you need to graph a line quickly or when the problem gives you the slope and y-intercept directly.
  • Use point-slope form when you know a point on the line and the slope, especially when writing the equation of a line parallel or perpendicular to another line.
  • Use standard form when you need to find both intercepts easily or when working with systems of equations in algebra.

Understanding all three forms and being able to convert between them gives you flexibility and power in solving a wide range of mathematical problems. Each form reveals different information about the line, and together they provide a complete picture of linear relationships.

The document Chapter Notes: Forms of Linear Equations is a part of the Grade 9 Course Integrated Math 1.
All you need of Grade 9 at this link: Grade 9
Explore Courses for Grade 9 exam
Get EduRev Notes directly in your Google search
Related Searches
Important questions, shortcuts and tricks, study material, pdf , ppt, mock tests for examination, Viva Questions, Objective type Questions, video lectures, Semester Notes, Chapter Notes: Forms of Linear Equations, Chapter Notes: Forms of Linear Equations, Chapter Notes: Forms of Linear Equations, Sample Paper, Previous Year Questions with Solutions, past year papers, Exam, MCQs, Summary, Free, practice quizzes, Extra Questions;