Hello!
The way you use it, (-1) becomes a factor (you multiply the left part of your expression by this (-1)). But it is incorrect, (-1) isn't a factor, it is an argument of the composite function f/g. Actually all your steps are correct except the last one, where you should substitute x=-1, not multiply by -1.
I want to explain it from the beginning: if we have two functions, f(x) and g(x), then we may create a function h=(f/g) by the rule
`h(x)=(f/g)(x)=(f(x))/(g(x))`
(for those x's where `g(x)!=0,` of course).
Then we can substitute x with any specific value, for example -1. In our case, (f/g)(x) is equal to
`(x/2)/(2/x)=x^2/4.`
For `x=-1` this is equal to `(-1)^2/4=` 1/4 (this is the answer). Note that we obtain a specific number, not an expression involving x.
Also, we can substitute x=-1 before simplifying,
`(f/g)(-1)=(f(-1))/(g(-1))=(-1/2)/(-2)=1/4.`
The answer is of course the same.
No comments:
Post a Comment