PDA

View Full Version : If f(x)=2x^2 + 1 and g(x) = x -1, find f+g, composition of f&g, and their domains.


frozenbananas
Jun27-10, 07:58 PM
1. The problem statement, all variables and given/known data

posted in title

2. Relevant equations

none

3. The attempt at a solution
f+g would be

(2x^2+1) + (x-1) = 2x^2 + x so the domain for f+g is all real numbers but i dont know how to find the one for the composite. i am still confused as to what a composite function is, please help me!!! thank you!

rock.freak667
Jun27-10, 08:05 PM
composition of f&g is nothing but f o g which is the same as fg or f(g(x)).

So take the entire g(x) and put it wherever you see 'x' in f.

frozenbananas
Jun27-10, 10:08 PM
the composite is simply g then? or is it f(x) multiplied by g(x)?

danago
Jun27-10, 11:58 PM
the composite is simply g then? or is it f(x) multiplied by g(x)?

As rock.freak said, it is f(g(x)), not g(x). 'x' is the input to g and then the output g(x) becomes the input to f. It is different to multiplying.

As an example: If g(x)=x+x^2 and f(x)=2x, then the composition gf(x) = 2x + (2x)^2