Decomposing Functions: Finding the Pattern

AI Thread Summary
To find the function f such that f(g(x)) = h(x), where g(x) = 2x + 1 and h(x) = 4x^2 + 4x + 7, it is suggested to start by completing the square for h(x). This reveals that h(x) can be expressed as (2x + 1)^2 + 6, indicating that f(x) must be a quadratic function. By assuming f(x) = ax^2 + bx + c and substituting g(x) into f, three equations can be derived to solve for a, b, and c. The relationship between g and h becomes clearer through manipulation, leading to the conclusion that f(x) can be determined by transforming g(x) into h(x). Ultimately, understanding how to modify g(x) to achieve h(x) is key to finding the appropriate function f.
Bashyboy
Messages
1,419
Reaction score
5

Homework Statement


If g(x) = 2x + 1 and h(x) = 4x^2 +4x + 7, find a function f such that
f o g = h

Homework Equations


The Attempt at a Solution



Well, I know I have to decompose h into two parts: the give one being g, and the other f. But I can't seem to perceive any relation between g and h, how can I find the pattern?
 
Last edited:
Physics news on Phys.org
Bashyboy said:

Homework Statement


If g(x) = 2x + 1 and h(x) = 4x^2 +4x + 7, find a function f such that
f o g = h

Homework Equations





The Attempt at a Solution



Well, I know I have to decompose h into two parts: the give one being g, and the other f. But I can't seem to perceive any relation between g and h, how can I find the pattern?

To start, complete the square in 4x^2 + 4x + 7. You might find the relationship you need after doing this.
 
Hi Bashyboy!

Here's how you can start.

By common sense(and looking at the question carefully :eek:), you'll see f(x) should be a quadratic equation. Assume it to be any general quadratic equation with variable coefficients.

Now you need to the function f(x) such that,

f(g(x)) = h(x)
 
Mark44 said:
To start, complete the square in 4x^2 + 4x + 7. You might find the relationship you need after doing this.

I completed the square, but I still don't seem to see a connection.
 
As Infinitum says, f must clearly be a quadratic, say f(x)= ax^2+ bx+ c so that f(2x+1)= a(2x+1)^2+ b(2x+1)+ c= 4x^2+ 4x+ 7. Multiply the left side out and you have three equations for a, b, and c.

Mark44's suggestion, completing the square, works with a little "massaging".
4x^2+ 4x+ 7= 4(x^2+ x+ (1/4)- (1/4))+ 7= 4(x^2+ x+ 1/4)+ 6= 4(x+ 1/2)^2+ 6

Now, 2(x+ 1/2)= 2x+ 1 so we have to, somehow, get a "2" into that square. We do that, of course, by multiplying that 4 back into the square:
4x^2+ 4x+ 7= (2x+1)^2+ 6.
 
Last edited by a moderator:
Bashyboy said:
But I can't seem to perceive any relation between g and h, how can I find the pattern?

Ask yourself how you can turn g(x) into h(x), what do you need to do to g(x) to turn it into h(x)? Whenever you do something to g(x) you an interpret it as composing g with some function f, for example if you want to add 1 to g(x) you can mathematically express this idea as (fog)(x) = (2x + 1) + 1 & then use this information to find f. So what does this say about the function f? It has to be the function f(x) = x + 1 so that you have (fog)(x) = f(g(x)) = [g(x)] + 1 = (2x + 1) + 1. Now do whatever you need to do to turn g(x) into the h(x) given in your problem & then use what you've done to find f.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...

Similar threads

Replies
4
Views
2K
Replies
23
Views
3K
Replies
10
Views
2K
Replies
4
Views
2K
Replies
7
Views
2K
Replies
25
Views
6K
Replies
13
Views
2K
Back
Top