College Algebra - Full Course

College Algebra - Full Course

Brief Summary

This video provides a comprehensive guide to exponent rules, simplifying expressions, radicals, factoring, and solving various types of equations including quadratic, rational, radical, and absolute value equations. It also covers inequalities, functions, and graphing techniques.

  • Exponent rules and simplification
  • Radicals and simplification
  • Factoring techniques
  • Solving equations (quadratic, rational, radical, absolute value)
  • Inequalities and interval notation
  • Functions, domain, range and graphing

Introduction to Exponent Rules

The video introduces exponent rules, explaining that expressions like (2^5) represent repeated multiplication. The base is the number being multiplied, and the exponent indicates how many times to multiply the base by itself.

Product Rule

When multiplying expressions with the same base, add the exponents: (x^n \cdot x^m = x^{n+m}). For example, (2^3 \cdot 2^4 = 2^7).

Quotient Rule

When dividing expressions with the same base, subtract the exponents: (x^n / x^m = x^{n-m}). For example, (3^6 / 3^2 = 3^4).

Power Rule

When raising a power to a power, multiply the exponents: ((x^n)^m = x^{n \cdot m}). For example, ((5^4)^3 = 5^{12}).

Zero Exponent

Any non-zero number raised to the power of zero is equal to one: (x^0 = 1). This is consistent with the quotient rule.

Negative Exponent

A negative exponent indicates a reciprocal: (x^{-n} = 1/x^n). This rule ensures consistency with the product rule.

Fractional Exponent

A fractional exponent represents a root: (x^{1/n}) is the nth root of x. For example, (64^{1/3} = 4) (cube root of 64).

Distributing Exponents over Products

An exponent can be distributed over a product: ((x \cdot y)^n = x^n \cdot y^n). For example, ((5 \cdot 7)^3 = 5^3 \cdot 7^3).

Distributing Exponents over Quotients

An exponent can be distributed over a quotient: ((x/y)^n = x^n / y^n). For example, ((2/7)^5 = 2^5 / 7^5).

Caution: No Distributing over Addition or Subtraction

Exponents cannot be distributed over addition or subtraction: ((a + b)^n \neq a^n + b^n) and ((a - b)^n \neq a^n - b^n).

Review of Exponent Rules

The video summarises the eight exponent rules covered: product rule, quotient rule, power rule, zero exponent, negative exponent, fractional exponent, and distribution over multiplication and division.

Simplifying Expressions with Exponent Rules

The video transitions to simplifying expressions using exponent rules, starting with a review of the rules.

Example 1: Simplifying 3x⁻²/x⁴

The presenter simplifies the expression (3x^{-2} / x^4) using two methods: first, by applying the negative exponent rule and then the quotient rule, and second, by applying the quotient rule directly and then the negative exponent rule. Both methods yield the same result: (3/x^6).

Example 2: Simplifying 4y³/y⁻⁵

The expression (4y^3 / y^{-5}) is simplified using two approaches: initially using the negative exponent rule and subsequently the quotient rule, and directly applying the quotient rule. Both methods lead to the simplified form (4y^8).

Shortcut: Passing Factors Across the Fraction Bar

A shortcut is introduced: a negative exponent in the numerator corresponds to a positive exponent in the denominator, and vice versa. This allows for quicker simplification by "passing" factors across the fraction bar and changing the sign of the exponent.

Example 3: Simplifying 7y³z⁻² / z⁻²y⁵

The expression (7y^3z^{-2} / z^{-2}y^5) is simplified by moving the y and z terms to either the numerator or the denominator to eliminate negative exponents, resulting in (7z^4 / y^2).

Example 4: Simplifying (25x⁴y⁻⁵ / x⁻⁶y³)^(3/2)

A complex expression with fractional exponents is simplified by first simplifying inside the parentheses, then distributing the exponent, and finally evaluating the numerical part, resulting in (125x^{15} / y^{12}).

Introduction to Simplifying Radical Expressions

The video transitions to simplifying radical expressions, reviewing the notation for nth roots and square roots.

Rules for Radical Expressions

The video outlines the rules for simplifying radical expressions, including distributing radicals over multiplication and division, but not over addition or subtraction.

Relationship Between Radicals and Exponents

Radicals can be expressed as fractional exponents, and the rules for radicals are derived from the rules for exponents. The mnemonic "flower over root" helps remember how to convert between radical and exponential forms.

Example 1: Computing 25 to the Negative Three Halves Power

The expression (25^{-3/2}) is computed by first rewriting it with a positive exponent, then converting it to radical form, and finally evaluating it to get (1/125).

Example 2: Simplifying √(60x²y⁶ / z¹¹)

The expression (\sqrt{60x^2y^6 / z^{11}}) is simplified by factoring, breaking up terms into squares, and pulling out terms from the radical, resulting in ((2xy^3\sqrt{15}) / (z^5\sqrt{z})).

Example 3: Rationalising the Denominator of 3x² / √x

The denominator of the expression (3x^2 / \sqrt{x}) is rationalised by multiplying both the numerator and the denominator by (\sqrt{x}), resulting in (3x\sqrt{x}).

Review of Radical Simplification Techniques

The video reviews the techniques for simplifying radical expressions, including working with fractional exponents, pulling terms out of the radical sign, and rationalising the denominator.

Introduction to Factoring

The video introduces factoring as the process of writing an expression as a product of its factors, and reviews how to check factoring by distributing or multiplying out.

Greatest Common Factor (GCF)

The technique of factoring out the greatest common factor (GCF) is explained, with examples such as factoring 5 from (15 + 25x) to get (5(3 + 5x)), and factoring (x^2y) from (x^2y + y^2x^3) to get (x^2y(1 + xy)).

Factoring by Grouping

Factoring by grouping is introduced as a method for factoring expressions with four terms, by factoring out the GCF from the first two terms and the last two terms separately, and then factoring out the common binomial factor.

Factoring Quadratics

The video explains how to factor quadratics of the form (ax^2 + bx + c) by finding two numbers that multiply to c and add to b, and then using those numbers to write the quadratic as a product of two binomials.

Factoring Quadratics with Leading Coefficient Not Equal to One

A method for factoring quadratics with a leading coefficient not equal to one is presented, using factoring by grouping. This involves multiplying the leading coefficient by the constant term, finding two numbers that multiply to this product and add to the middle coefficient, and then splitting the middle term and factoring by grouping.

Special Factoring Formulas: Difference of Squares

The difference of squares formula, (a^2 - b^2 = (a + b)(a - b)), is introduced, with examples such as factoring (x^2 - 16) as ((x + 4)(x - 4)) and (9p^2 - 1) as ((3p + 1)(3p - 1)).

Special Factoring Formulas: Sum and Difference of Cubes

The formulas for the sum and difference of cubes are presented: (a^3 - b^3 = (a - b)(a^2 + ab + b^2)) and (a^3 + b^3 = (a + b)(a^2 - ab + b^2)), with an example of factoring (y^3 + 27) as ((y + 3)(y^2 - 3y + 9)).

Summary of Factoring Methods

The video summarises the factoring methods covered, including factoring out the GCF, factoring by grouping, factoring quadratics, and factoring the difference of squares and the sum/difference of cubes.

Additional Factoring Examples

The video provides additional examples of factoring, including pulling out common factors, difference of squares, factoring by grouping, and factoring quadratics using the grouping trick.

Factoring Quadratics Practice

The video provides extra examples of factoring quadratics for practice, including factoring out a common factor first to simplify the process.

Introduction to Rational Expressions

The video introduces rational expressions as fractions with variables, and outlines the plan to practice adding, subtracting, multiplying, and dividing them, as well as simplifying them to lowest terms.

Simplifying Rational Expressions to Lowest Terms

To simplify a rational expression, factor the numerator and the denominator, and then cancel any common factors.

Multiplying and Dividing Rational Expressions

To multiply rational expressions, multiply the numerators and multiply the denominators. To divide rational expressions, multiply by the reciprocal of the fraction in the denominator.

Example: Dividing (x² + x) / (x² - 16) by (x + 1) / (x + 4)

The presenter divides ((x^2 + x) / (x^2 - 16)) by ((x + 1) / (x + 4)) by multiplying by the reciprocal, factoring completely, cancelling common factors, and stating the final answer as (x / (x - 4)).

Adding and Subtracting Rational Expressions

To add or subtract rational expressions, first find a common denominator, then rewrite each fraction with that denominator, and finally add or subtract the numerators.

Example: Subtracting 7/6 - 4/15

The presenter subtracts (7/6 - 4/15) by finding the least common denominator (30), rewriting each fraction with that denominator, subtracting the numerators, and simplifying the result to (9/10).

Example: Adding 3/(2x + 2) - 5/(x² - 1)

The presenter adds (3/(2x + 2) - 5/(x^2 - 1)) by finding the least common denominator ((2(x + 1)(x - 1))), rewriting each fraction with that denominator, adding the numerators, and simplifying the result to ((3x + 7) / (2(x + 1)(x - 1))).

Summary of Operations with Rational Expressions

The video summarises how to simplify rational expressions, multiply them, divide them, and add or subtract them.

Introduction to Solving Quadratic Equations

The video introduces solving quadratic equations, defining a quadratic equation as one containing the square of a variable but no higher powers, and presenting the standard form as (ax^2 + bx + c = 0).

Example 1: Solving y² = 18 - 7y by Factoring

The equation (y^2 = 18 - 7y) is solved by rewriting it in standard form, factoring the quadratic expression, setting each factor equal to zero, and solving for y, resulting in the solutions (y = -9) or (y = 2).

Example 2: Solving w² = 121 by Factoring

The equation (w^2 = 121) is solved by rewriting it in standard form, factoring it as a difference of squares, setting each factor equal to zero, and solving for w, resulting in the solutions (w = -11) or (w = 11). Alternatively, it's solved by taking the square root of both sides, remembering to include both positive and negative roots.

Example 3: Solving x(x + 2) = 7 Using the Quadratic Formula

The equation (x(x + 2) = 7) is solved by rewriting it in standard form, identifying the coefficients a, b, and c, and then using the quadratic formula to find the solutions (x = -1 \pm 2\sqrt{2}).

Example 4: Solving ½y² = ⅓y - 2 Using the Quadratic Formula

The equation (\frac{1}{2}y^2 = \frac{1}{3}y - 2) is solved by rewriting it in standard form, clearing the denominators, and then using the quadratic formula to find that there are no real solutions.

Summary of Solving Quadratic Equations

The video summarises the methods for solving quadratic equations, including writing them in standard form, factoring, and using the quadratic formula.

Introduction to Solving Rational Equations

The video introduces solving rational equations, which are equations containing rational expressions (fractions with variables in the denominator).

Example 1: Solving x/(x + 3) = 1 + 1/x

The equation (x/(x + 3) = 1 + 1/x) is solved by finding the least common denominator, clearing the denominators by multiplying both sides by the LCD, simplifying, and solving the resulting equation, which yields the solution (x = -3/4). The solution is then checked to ensure it is not extraneous.

Example 2: Solving 4c/(c - 5) - 1 = 3c/(c² - 4c - 5)

The equation (4c/(c - 5) - 1 = 3c/(c^2 - 4c - 5)) is solved by finding the least common denominator, clearing the denominators, simplifying, and solving the resulting quadratic equation, which yields the solutions (c = -1) or (c = -2). The solutions are then checked, and (c = -1) is found to be extraneous, leaving (c = -2) as the only valid solution.

Alternative Method: Writing All Fractions Over the Least Common Denominator

An alternative method for solving rational equations is presented, which involves writing all fractions over the least common denominator, and then setting the numerators equal to each other.

Caution: Check for Extraneous Solutions

The video emphasises the importance of checking for extraneous solutions, which are solutions that make the denominators of the original equations equal to zero.

Introduction to Solving Radical Equations

The video introduces solving radical equations, which are equations containing square root signs, cube roots, or other kinds of radicals.

Example 1: Solving x + √x = 12

The equation (x + \sqrt{x} = 12) is solved by isolating the square root term, squaring both sides, simplifying, and solving the resulting quadratic equation, which yields the solutions (x = 9) or (x = 16). The solutions are then checked, and (x = 16) is found to be extraneous, leaving (x = 9) as the only valid solution.

Example 2: Solving 2p^(4/5) = ⅛

The equation (2p^{4/5} = 1/8) is solved by isolating the term with the fractional exponent, raising both sides to the fifth power, raising both sides to the 1/4 power (remembering the plus or minus), and simplifying, resulting in the solutions (p = 1/32) or (p = -1/32). The solutions are then checked to ensure they are valid.

Summary of Solving Radical Equations

The video summarises the methods for solving radical equations, including isolating the radical sign or fractional exponent, and then removing it by squaring both sides or taking the reciprocal power of both sides.

Introduction to Solving Absolute Value Equations

The video introduces solving absolute value equations, reviewing the definition of absolute value as the distance from zero on the number line.

Example 1: Solving 3|x| + 2 = 4

The equation (3|x| + 2 = 4) is solved by isolating the absolute value term, and then setting the expression inside the absolute value equal to both the positive and negative values of the constant on the other side, resulting in the solutions (x = -2/3) or (x = 2/3).

Example 2: Solving |3x + 2| = 4

The equation (|3x + 2| = 4) is solved by setting the expression inside the absolute value equal to both the positive and negative values of the constant on the other side, and then solving each resulting equation, resulting in the solutions (x = 2/3) or (x = -2).

Example 3: Solving 5|x + 5| + 16 = 1

The equation (5|x + 5| + 16 = 1) is solved by isolating the absolute value term, and then recognising that the absolute value cannot be negative, so there are no solutions.

Summary of Solving Absolute Value Equations

The video summarises the methods for solving absolute value equations, noting that they can have two solutions, one solution, or no solutions.

Introduction to Interval Notation

The video introduces interval notation as a way to record inequalities, explaining how to write inequalities, graph them on a number line, and then express them in interval notation.

Example 1: Numbers Between 1 and 3, Not Including 1 and 3

The inequality "all numbers between 1 and 3, not including 1 and 3" is written as (1 < x < 3), graphed on a number line with open circles at 1 and 3, and expressed in interval notation as ((1, 3)).

Example 2: Numbers Between -4 and 2, Including -4 and 2

The inequality "all numbers between -4 and 2, including -4 and 2" is written as (-4 \leq x \leq 2), graphed on a number line with closed circles at -4 and 2, and expressed in interval notation as ([-4, 2]).

Transforming Between Inequality and Interval Notation

The video provides examples of transforming between inequality notation and interval notation, including cases with mixed brackets and infinity.

Special Case: Infinity

The video explains that infinity is always accompanied by a soft bracket, because infinity is not a real number and cannot be included in an interval.

Importance of Order in Interval Notation

The video emphasises that in interval notation, the smaller number must always be on the left side, and the larger number on the right side.

Summary of Interval Notation

The video summarises interval notation as an alternative way to write inequalities, and reviews the key points about using soft and hard brackets, and the proper order of numbers.

Introduction to Solving Absolute Value Inequalities

The video introduces solving inequalities that have absolute value signs in them.

Example 1: |x| < 5

The inequality (|x| < 5) is interpreted as the distance between x and zero being less than five units, which means x must be between -5 and 5. This is expressed as (-5 < x < 5) or in interval notation as ((-5, 5)).

Example 2: |x| ≥ 5

The inequality (|x| \geq 5) is interpreted as the distance between x and zero being greater than or equal to five units, which means x must be less than or equal to -5 or greater than or equal to 5. This is expressed as (x \leq -5) or (x \geq 5), or in interval notation as ((-\infty, -5] \cup [5, \infty)).

Example 3: |3 - 2t| < 4

The inequality (|3 - 2t| < 4) is solved by rewriting it as a compound inequality (-4 < 3 - 2t < 4), solving for t, and expressing the solution in interval notation as ((-1/2, 7/2)).

Example 4: |3 - 2t| > 4

The inequality (|3 - 2t| > 4) is solved by rewriting it as two separate inequalities (3 - 2t < -4) or (3 - 2t > 4), solving for t, and expressing the solution in interval notation as ((-\infty, -1/2) \cup (7/2, \infty)).

Example 5: 2|4x + 5| + 7 ≥ 1

The inequality (2|4x + 5| + 7 \geq 1) is simplified to (|4x + 5| \geq -3), which is always true since absolute value is always non-negative. Therefore, the solution is all real numbers, or ((-\infty, \infty)).

Summary of Solving Absolute Value Inequalities

The video summarises the methods for solving absolute value inequalities, emphasising the importance of thinking about distance and rewriting the absolute value inequality as an inequality without absolute value signs.

Introduction to Solving Linear Inequalities

The video introduces solving linear inequalities, which are inequalities involving a variable but no squared or higher power terms.

Key Principle: Reversing the Inequality Sign

The key principle is that when multiplying or dividing by a negative number, the direction of the inequality sign must be reversed.

Example 1: Solving -5(x + 2) + 3 > 8

The inequality (-5(x + 2) + 3 > 8) is solved by distributing, simplifying, and isolating x, remembering to reverse the inequality sign when dividing by a negative number, resulting in the solution (x < -3), which is expressed in interval notation as ((-\infty, -3)).

Example 2: Solving 2x + 4 ≤ -x - 2 or 6x - 1 > 9x + 8

The compound inequality (2x + 4 \leq -x - 2) or (6x - 1 > 9x + 8) is solved by solving each inequality separately, and then combining the solutions using the "or" condition, resulting in the solution (x \leq -2) or (x > 3/2), which is expressed in interval notation as ((-\infty, -2] \cup (3/2, \infty)).

Example 3: Solving -⅔y > 8 and -4y + 2 < 5

The compound inequality (-2/3y > 8) and (-4y + 2 < 5) is solved by solving each inequality separately, and then combining the solutions using the "and" condition, resulting in the solution (y < -3/4), which is expressed in interval notation as ((-\infty, -3/4)).

Example 4: Solving -3 ≤ 6x - 2 < 10

The compound inequality (-3 \leq 6x - 2 < 10) is solved by performing the same operations on all three parts of the inequality to isolate x, resulting in the solution (-1/6 \leq x < 2), which is expressed in interval notation as ([-1/6, 2)).

Summary of Solving Linear Inequalities

The video summarises the methods for solving linear inequalities, including remembering to reverse the inequality sign when multiplying or dividing by a negative number, and how to handle compound inequalities with "and" and "or" conditions.

Introduction to Solving Polynomial and Rational Inequalities

The video introduces solving inequalities involving polynomials and rational expressions.

Example 1: Solving x² < 4

The inequality (x^2 < 4) is solved by rewriting it as (x^2 - 4 < 0), solving the associated equation (x^2 - 4 = 0), plotting the solutions on a number line, using test values to determine the sign of the expression in each interval, and then selecting the intervals where the expression is negative, resulting in the solution (-2 < x < 2), which is expressed in interval notation as ((-2,

Share

Summarize Anything ! Download Summ App

Download on the Apple Store
Get it on Google Play
© 2024 Summ