How do you write two functions for which (f*g)(x)=2x^2+11x-6?
3 Answers
See below.
Explanation:
The trivial response is to define
You can also proceed in a more general way making
and solving for
Explanation:
Another interesting way we could think about this is to complete the square.
2x^2+11x-6=2(x^2+11/2x)-6
color(white)(2x^2+11x-6)=2(x^2+11/2x+121/16)-6-121/8
color(white)(2x^2+11x-6)=2(x+11/4)^2-169/8
So, we can see that our "inner function" is
So if
We can come up with another by just simplifying the function we already had.
2(x+11/4)^2-169/8=2((4x+11)/4)^2-169/8
color(white)(2(x+11/4)^2-169/8)=1/8(4x+11)^2-169/8
So we can write that for
Explanation:
Another method would be to factor first.
2x^2+11x-6=2x^2+12x-x-6
color(white)(2x^2+11x-6)=(2x-1)(x+6)
Choose some arbitrary factor, for example,
color(white)(2x^2+11x-6)=(2(x+2)-5)((x+2)+4)
If we let
color(white)(2x^2+11x-6)=(2u-5)(u+4)
color(white)(2x^2+11x-6)=2u^2+3u-20
So we can say that if