Summary
Highlights
The video begins by defining two functions, f(x) = 2x + 5 and g(x) = x^2 - 4. It then demonstrates how to add these functions by simply combining like terms, resulting in (f+g)(x) = x^2 + 2x + 1. For subtraction, (f-g)(x), it emphasizes distributing the negative sign to all terms of g(x), leading to (f-g)(x) = -x^2 + 2x + 9.
Next, the video shows how to multiply the two functions, (f*g)(x) = (2x + 5)(x^2 - 4). The process involves using the FOIL method (First, Outer, Inner, Last) to expand the product, resulting in (f*g)(x) = 2x^3 + 5x^2 - 8x - 20.
The video explains that for polynomial functions (those without fractions or radicals), such as the results of f+g, f-g, and f*g, the domain is all real numbers, represented as (-infinity, infinity). This is because there are no restrictions on the values of x that can be used.
When dealing with division, f(x)/g(x) = (2x + 5) / (x^2 - 4), the domain becomes restricted. The denominator cannot be zero, as this would lead to an undefined expression. By setting the denominator x^2 - 4 to zero and factoring it into (x+2)(x-2), it's determined that x cannot be -2 or 2. The domain is expressed in interval notation as (-infinity, -2) U (-2, 2) U (2, infinity).
Further examples illustrate how to find the domain for other rational functions, such as 1/(x-3), where x cannot be 3, and 1/((x-4)(x+3)), where x cannot be 4 or -3. The method involves identifying values that make the denominator zero and excluding them from the domain.
The video then shifts to evaluating functions at specific points. Given new functions f(x) = 4x + 5 and g(x) = 8 - x^2, it demonstrates how to calculate f(2) + g(3). This involves plugging the respective values into each function, finding their individual results (f(2)=13, g(3)=-1), and then adding them together (13 + (-1) = 12).
Finally, the video shows how to multiply evaluated functions, such as f(-2) * g(2). Similar to the previous example, f(-2) is calculated as -3, and g(2) is calculated as 4. These two results are then multiplied to get -12.