scoresvideos
College Algebra
Table of Contents

📈college algebra review

2.2 Linear Equations in One Variable

Citation:

Linear equations are the building blocks of algebra, helping us model real-world relationships. They're like simple recipes, mixing variables and constants to create mathematical statements. Understanding how to solve them is crucial for tackling more complex problems in math and science.

Mastering linear equations opens doors to analyzing trends, making predictions, and solving practical problems. From calculating slopes to finding intersections, these skills form the foundation for advanced math concepts. They're the first step in translating real-life scenarios into solvable mathematical expressions.

Solving Linear Equations and Understanding Lines

Key Components of Linear Equations

  • Variable: The unknown quantity in an equation, typically represented by a letter (e.g., x, y)
  • Coefficient: The numerical factor of a variable (in 3x + 2, 3 is the coefficient of x)
  • Constant: A term in the equation with a fixed value, not containing a variable (in 3x + 2 = 7, 2 and 7 are constants)

Solving linear equations

  • Isolate the variable on one side of the equation by using inverse operations to move terms to the other side
    • Add or subtract the same value from both sides to move terms without variables (5x + 3 = 8 becomes 5x = 5)
    • Multiply or divide both sides by the same non-zero value to move terms with variables (2x = 10 becomes x = 5)
  • Simplify the equation until the variable is alone on one side by combining like terms and distributing multiplication over addition or subtraction (3(x + 2) = 9 becomes 3x + 6 = 9)
  • Check the solution by substituting the value back into the original equation to ensure it holds true (if x = 1, then 3(1 + 2) = 9 is true)
  • The value that satisfies the equation is called the solution

Rational equations and extraneous solutions

  • Find the least common denominator (LCD) of all terms in the equation to simplify the equation ($\frac{2}{x+1} + \frac{3}{x-1} = 1$ has an LCD of $(x+1)(x-1)$)
  • Multiply both sides of the equation by the LCD to clear the denominators, resulting in a linear equation ($\frac{2}{x+1} + \frac{3}{x-1} = 1$ becomes $2(x-1) + 3(x+1) = (x+1)(x-1)$)
  • Solve the resulting linear equation using algebraic methods to find potential solutions ($2x - 2 + 3x + 3 = x^2 - 1$ becomes $5x + 1 = x^2 - 1$, which simplifies to $x^2 - 5x - 2 = 0$)
  • Check the solutions in the original rational equation to identify extraneous solutions, which satisfy the simplified equation but not the original one (x = -1 is an extraneous solution because it makes the original equation undefined)

Slope and y-intercept interpretation

  • Slope ($m$) represents the rate of change or steepness of the line, calculated as $m = \frac{y_2 - y_1}{x_2 - x_1}$ for any two points $(x_1, y_1)$ and $(x_2, y_2)$ on the line
    • A positive slope indicates an increasing line (as x increases, y increases), while a negative slope indicates a decreasing line (as x increases, y decreases)
    • A slope of 0 represents a horizontal line, and an undefined slope represents a vertical line
  • y-intercept ($b$) is the point where the line crosses the y-axis, found by setting $x = 0$ in the equation and solving for $y$ (in the equation $y = 2x + 3$, the y-intercept is 3)
  • The slope-intercept form of a linear equation is $y = mx + b$, where $m$ is the slope and $b$ is the y-intercept

Parallel vs perpendicular lines

  • Parallel lines have the same slope but different y-intercepts
    • For lines $y = m_1x + b_1$ and $y = m_2x + b_2$, if $m_1 = m_2$, the lines are parallel (the lines $y = 2x + 1$ and $y = 2x - 3$ are parallel)
  • Perpendicular lines have slopes that are negative reciprocals of each other
    • For lines $y = m_1x + b_1$ and $y = m_2x + b_2$, if $m_1 \cdot m_2 = -1$, the lines are perpendicular (the lines $y = 2x + 1$ and $y = -\frac{1}{2}x + 3$ are perpendicular)

Constructing parallel and perpendicular equations

  • To find an equation parallel to a given line $y = mx + b$:
    1. Use the same slope $m$
    2. Choose a different y-intercept $b'$
    3. The parallel line equation is $y = mx + b'$ (an equation parallel to $y = 2x + 1$ could be $y = 2x - 3$)
  • To find an equation perpendicular to a given line $y = mx + b$:
    1. Find the negative reciprocal of the slope: $m' = -\frac{1}{m}$ (for $y = 2x + 1$, $m' = -\frac{1}{2}$)
    2. Choose a point $(x_1, y_1)$ that the perpendicular line should pass through (let's choose (1, 3))
    3. Use the point-slope form to find the equation: $y - y_1 = m'(x - x_1)$ (substituting values, we get $y - 3 = -\frac{1}{2}(x - 1)$)
    4. Simplify the equation to slope-intercept form $y = m'x + b'$ (the perpendicular line equation is $y = -\frac{1}{2}x + \frac{7}{2}$)

Equation Solving Process

  • Start with an equality, which is a statement that two expressions are equal
  • Use algebraic operations to isolate the variable on one side of the equation
  • The goal of equation solving is to find the value of the variable that makes the equality true

Key Terms to Review (40)

Conditional equation: A conditional equation is an equation that is true for certain values of the variable(s) involved but not for all values. It typically has specific solutions that satisfy the equation.
Binomial coefficient: A binomial coefficient is a coefficient of any of the terms in the expansion of a binomial raised to a power, typically written as $\binom{n}{k}$ or $C(n,k)$. It represents the number of ways to choose $k$ elements from a set of $n$ elements without regard to order.
Dependent variable: The dependent variable is the output of a function, whose value depends on the input or independent variable. It is usually represented as $y$ in the equation $y = f(x)$.
Constant: A constant is a value that does not change. In algebra, it is often a number without any variables attached to it.
Distributive property: The distributive property states that multiplying a sum by a number gives the same result as multiplying each addend by the number and then adding the products. It is expressed as $a(b + c) = ab + ac$.
Horizontal line: A horizontal line is a straight line that runs left to right and has a constant y-value for all points. Its slope is zero because there is no vertical change as you move along the line.
Extraneous solutions: Extraneous solutions are solutions derived from the algebraic manipulation of an equation that do not satisfy the original equation. They often arise when both sides of an equation are squared or when absolute value functions are involved.
Inconsistent equation: An inconsistent equation is a linear equation with no solution. It represents lines that are parallel and never intersect.
Least common denominator: The least common denominator (LCD) of two or more rational expressions is the smallest positive integer that is divisible by each of their denominators. It is essential for adding, subtracting, or comparing fractions.
Perpendicular: Perpendicular lines are two lines that intersect at a right angle (90 degrees). In the Cartesian plane, their slopes are negative reciprocals of each other.
Parallel: Parallel lines are lines in a plane that never intersect. They have the same slope but different y-intercepts.
Perpendicular lines: Perpendicular lines are lines that intersect at a right angle, which is 90 degrees. Their slopes are negative reciprocals of each other in the coordinate plane.
Point-slope formula: The point-slope formula is a method used to find the equation of a line given a point on the line and its slope. It is expressed as $y - y_1 = m(x - x_1)$, where $(x_1, y_1)$ is a point on the line and $m$ is the slope.
Rational number: A rational number is any number that can be expressed as the quotient or fraction of two integers, where the numerator is an integer and the denominator is a non-zero integer. Rational numbers include integers, fractions, and finite or repeating decimals.
Rational equation: A rational equation is an equation that involves at least one rational expression, which is a fraction with a polynomial in both the numerator and the denominator. Solving these equations typically involves finding a common denominator or multiplying through by the least common denominator to clear fractions.
Slope-intercept form: Slope-intercept form is a way to express the equation of a straight line using the formula $y = mx + b$. In this formula, $m$ represents the slope and $b$ represents the y-intercept.
Solution set: A solution set is the set of all possible values that satisfy a given equation or system of equations. It represents all the solutions that make the equation(s) true.
Slope: Slope measures the steepness and direction of a line, typically defined as the ratio of the vertical change to the horizontal change between two points on the line. It is commonly represented by the letter $m$.
Solving systems of linear equations: Solving systems of linear equations involves finding the values of variables that satisfy all equations in the system simultaneously. Typically, these systems can be solved using methods such as graphing, substitution, or elimination.
Vertical line: A vertical line is a straight line that goes up and down and has an undefined slope. It is represented by the equation $x = a$ where $a$ is a constant.
Constant: A constant is a fixed value that does not change within a given context or problem. It is a fundamental quantity that remains the same regardless of the circumstances or variables involved.
Coefficient: A coefficient is a numerical factor that multiplies a variable in an algebraic expression. It represents the magnitude or strength of the relationship between the variable and the overall expression. Coefficients are essential in various mathematical contexts, including polynomial factorization, linear equations, quadratic equations, and the graphing of polynomial functions.
Distributive Property: The distributive property is a fundamental algebraic rule that allows for the simplification of expressions involving multiplication and addition or subtraction. It states that the product of a number and a sum is equal to the sum of the products of the number with each addend.
Extraneous Solutions: Extraneous solutions are solutions to an equation that do not satisfy the original conditions or restrictions of the problem. They are solutions that are introduced during the process of solving the equation but do not belong to the set of valid solutions for the given problem.
Equation Solving: Equation solving is the process of finding the value(s) of the unknown variable(s) in an equation by applying various mathematical operations and techniques. It is a fundamental skill in mathematics that allows us to solve problems and find solutions to real-world situations.
Equality: Equality is a fundamental concept that describes the state of being equal, where individuals or objects have the same value, status, rights, or opportunities. It is a central idea in mathematics, particularly in the context of linear equations, where the equality sign represents the balance or equivalence between the expressions on both sides of the equation.
Inverse Operations: Inverse operations are mathematical operations that undo or reverse the effects of another operation. They are used to solve equations by isolating the unknown variable on one side of the equation.
Least Common Denominator (LCD): The least common denominator (LCD) is the smallest positive integer that is divisible by all the denominators in a set of fractions. It is a crucial concept in mathematics, particularly in the context of operations involving fractions, such as adding, subtracting, multiplying, and dividing.
Isolating the Variable: Isolating the variable is the process of rearranging an equation to solve for a specific variable by moving all other variables and constants to one side of the equation. This technique is essential for solving linear equations in one variable, as it allows you to determine the value of the unknown variable.
Like Terms: Like terms are algebraic expressions that have the same variable(s) raised to the same power. They can be combined by adding or subtracting their coefficients, as they represent the same type of quantity.
Linear Equations: A linear equation is a mathematical equation in which the variables are raised only to the first power and the equation forms a straight line when graphed. These equations are fundamental in algebra and have numerous applications in various fields.
Negative Reciprocals: Negative reciprocals refer to the reciprocal of a negative number. The reciprocal of a number is the value obtained by dividing 1 by that number. When the original number is negative, the reciprocal will also be negative, creating a negative reciprocal.
Parallel Lines: Parallel lines are two or more lines that lie in the same plane and never intersect, maintaining a constant distance between them. This concept is fundamental in understanding linear equations and functions, as parallel lines share important geometric properties.
Point-Slope Form: The point-slope form is an equation that represents a linear function by specifying a point on the line and the slope of the line. It is a useful way to write the equation of a line when you know a point it passes through and the slope of the line.
Perpendicular Lines: Perpendicular lines are a pair of lines that intersect at a right angle, forming a 90-degree angle between them. This geometric relationship is an important concept in the study of linear equations and functions.
Slope: Slope is a measure of the steepness or incline of a line or a surface. It represents the rate of change between two variables, typically the change in the vertical direction (y-coordinate) with respect to the change in the horizontal direction (x-coordinate).
Slope-Intercept Form: Slope-intercept form is a way of representing a linear equation in two variables, typically written as $y = mx + b$, where $m$ represents the slope of the line and $b$ represents the $y$-intercept. This form allows for easy interpretation of the line's characteristics and is widely used in the study of linear functions and their applications.
Solution: A solution is a homogeneous mixture composed of two or more substances. In a solution, a solute is dissolved in a solvent, resulting in a single phase with a uniform composition and properties throughout.
Variable: A variable is a symbol or letter that represents an unknown or changeable value in a mathematical expression, equation, or function. It serves as a placeholder for a value that can vary or be assigned different values within a given context.
Y-intercept: The y-intercept is the point at which a line or curve intersects the y-axis, representing the value of the dependent variable (y) when the independent variable (x) is zero. It is a crucial concept in understanding the behavior and properties of various mathematical functions and their graphical representations.