Let g(x)= x-3. Find a function of f so that f(g(x)) = x^2
Saying f(g(x)) = x2 is the same to saying that f(x - 3) = x2, right? Since g(x) = x - 3.
This problem means that you should find a function is terms of (x - 3), such that the result is x2.
Okay, I think I'll give you another example
------------------
Example:
Let g(x) = x - 5
Find f such that f(g(x)) = x2 + x
f(g(x)) should be a quadratic function, and g(x) is a linear one. So to get a second degree polynomial from g(x), we musy first square it, right?
Let's square it:
(x - 5)2 = x2 - 10x + 25
Now you have x2, but you only need x2 + x, not x2 - 10x + 25, right?
So x2 - 10x + 25 = x2 + x - 11x + 25 (the -11x + 25, you don't need, right?)
So we must try to eliminate that, first, try to eliminate the -11x part, using (x - 5). We must add another 11(x - 5), right?
So:
(x - 5)2 + 11(x - 5) = x2 + x - 11x + 25 + 11x - 55
= x2 + x - 30.
Now to get x2 + x, we need to add to that expression a constant 30, right?
So we have:
(x - 5)2 + 11(x - 5) + 30 = x2 + x.
Exactly what we want to find.
So f(x - 5) = (x - 5)2 + 11(x - 5) + 30
Let y = x - 5
So f(y) = y2 + 11y + 30.
That the function f you need to find.
------------------
For problem #2,
f(g(x)) = g(x)2, right?
f(g(x)) = x2 + 8x + 16 = (...)2
What should be (...), you think? Can you find g(x) from here?
------------------
Let's see if you can do problem #3 on your own.
If you are stuck somewhere, just shout it out. :)
------------------
You know the chain rule right?
[tex]\frac{dy}{dx} = \frac{dy}{dt} \times \frac{dt}{dx}[/tex]
So:
[tex]\frac{dy}{dx} = \frac{dy}{d(x ^ 2 + 3x - 5)} \times \frac{d(x ^ 2 + 3x - 5)}{dx} = f'(x ^ 2 + 3x - 5) \times (2x + 3)[/tex]
Can you get this?
What's the output of x2 + 3x - 5 at x = 1?
And you also know that f'(-1) = 2.
Can you go from here?
------------------
Can you get this? Is there anything left unclear? :)