You can put this solution on YOUR website! please answer this question : (f+g)x
given that f(x)=2/x and g(x)=X2+3x+2
===========
(f+g)(x) = f(x) + g(x) = (2/x) + x^2+3x+2
==============================================
Cheers,
Stan H.
You can put this solution on YOUR website! about the most straight forward tutorial i have found on this subject is at this web address:
-----
http://www.wtamu.edu/academic/anns/mps/math/mathlab/col_algebra/col_alg_tut30b_operations.htm
-----
(f+g)(x) is equal to f(x) + g(x)
-----
your problem is:
find (f+g)(x) given that f(x)=2/x and g(x)=X2+3x+2
-----
you have f(x) = 2/x
you have g(x) = x^2 + 3x + 2
-----
(f+g)(x) = f(x) + g(x) = 2/x + x^2 + 3x + 2
-----
this becomes:
x^2 + 3x + 2 + 2/x
-----
I'm not exactly sure how or whether this can be reduced further.
-----
you're supposed to add these functions together and combine like terms.
-----
multiplying each of the components by x/x except for the term 2/x would make all components /x which allows them to be combined in the numerator of the function.
-----
you would get:
x^3/x + 3x^2/x + 2x/x + 2/x which would become:
(x^3 + 3x^2 + 2x + 2)/x
-----
the two forms of the equation are equivalent, i.e.
x^2 + 3x + 2 + 2/x is equivalent to (x^3 + 3x^2 + 2x + 2)/x
-----
since neither form allowed any combining of like terms more then the other, I would think that either form would be acceptable.
-----
if they were just trying to teach you that (f+g)(x) equals f(x) + g(x), then either form should give you a proper answer.
-----