document.write( "Question 1183975: If f = {(1, 2), (2, 3), (3, 4), (4, 5)}, g = {(1, -2), (3, -3), (5, -5)}, and h = {(1, 0), (2, 1), (3, 2)}, find the following and state the domain.\r
\n" ); document.write( "\n" ); document.write( "1. f + g\r
\n" ); document.write( "\n" ); document.write( "2. f - g\r
\n" ); document.write( "\n" ); document.write( "3. f * g\r
\n" ); document.write( "\n" ); document.write( "4. f / h
\n" ); document.write( "

Algebra.Com's Answer #814513 by math_tutor2020(3817)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "I'll go over problem 1.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Given functions:
\n" ); document.write( "f = {(1, 2), (2, 3), (3, 4), (4, 5)}
\n" ); document.write( "g = {(1, -2), (3, -3), (5, -5)}
\n" ); document.write( "h = {(1, 0), (2, 1), (3, 2)}\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "We only need to focus on functions f and g for this problem.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The f(x) function set tells us
\n" ); document.write( "f(1) = 2
\n" ); document.write( "f(2) = 3
\n" ); document.write( "f(3) = 4
\n" ); document.write( "f(4) = 5
\n" ); document.write( "In general the rule is f(x) = y where (x,y) is an element of the function f
\n" ); document.write( "note that f(5) is not defined\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "For g(x), we have
\n" ); document.write( "g(1) = -2
\n" ); document.write( "g(3) = -3
\n" ); document.write( "g(5) = -5
\n" ); document.write( "note that g(2) and g(4) are not defined.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now onto computing f+g
\n" ); document.write( "Effectively what we do is for each input (x = 1 through x = 5), we determine the y output value by adding the outputs of f(x) and g(x)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let's compute the output when x = 1 is the input
\n" ); document.write( "(f+g)(x) = f(x)+g(x)
\n" ); document.write( "(f+g)(1) = f(1)+g(1)
\n" ); document.write( "(f+g)(1) = 2+(-2)
\n" ); document.write( "(f+g)(1) = 0
\n" ); document.write( "When x = 1 is the input, y = 0 is the output for the f+g function.
\n" ); document.write( "This means the ordered pair (1,0) is part of the f+g function set.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Repeat for x = 2
\n" ); document.write( "(f+g)(x) = f(x)+g(x)
\n" ); document.write( "(f+g)(2) = f(2)+g(2)
\n" ); document.write( "(f+g)(2) = 3+undefined
\n" ); document.write( "(f+g)(2) = undefined
\n" ); document.write( "The g(2) is undefined as there isn't an (x,y) ordered pair with x = 2 in the g(x) function. This undefined property carries down to the final result. So there isn't any output for f+g when the input is 2.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Repeat for x = 3
\n" ); document.write( "(f+g)(x) = f(x)+g(x)
\n" ); document.write( "(f+g)(3) = f(3)+g(3)
\n" ); document.write( "(f+g)(3) = 4+(-3)
\n" ); document.write( "(f+g)(3) = 1
\n" ); document.write( "This time both f(x) and g(x) are defined for this input
\n" ); document.write( "The input x = 3 leads to the output y = 1 for the f+g function
\n" ); document.write( "So (3,1) is part of the f+g function set\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "This process is continued until we reach x = 5
\n" ); document.write( "You should have the following set:
\n" ); document.write( "f+g = {(1,0), (3,1)}
\n" ); document.write( "Earlier we found that f+g isn't defined when x = 2, so we ignore this input. Also, the x values x = 4 and x = 5 are not included because g(x) isn't defined when x = 4 and f(x) isn't defined when x = 5. Both functions need to be defined.
\n" ); document.write( "In short, we ignore any inputs that lead to undefined outputs. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The domain of f+g is simply the list of x coordinates of each (x,y) point. Therefore, the domain is {1,3}
\n" ); document.write( "The domain is the set of all allowed inputs of a function.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "---------------------------------------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Answers for problem 1
\n" ); document.write( "f+g = {(1,0), (3,1)}
\n" ); document.write( "Domain = {1,3}\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "I'll let you tackle problems 2 through 4. They follow the same basic idea. You need to go through each input (x = 1 through x = 5) and apply the arithmetic operation shown. If a function isn't defined at a particular input, then the whole thing isn't defined. Keep in mind that division by zero isn't defined either, so make sure that h(x) is nonzero as it's in the denominator.
\n" ); document.write( "
\n" ); document.write( "
\n" );