G o F = {(1,3)(2,2)(3,2)(4,2)(5,5)(1,1)(2,3)(3,4)(4,5)(5,2)}

  • MHB
  • Thread starter JProgrammer
  • Start date
  • Tags
    Definition
In summary, the composition of two functions, F and G, means applying G to each input and then applying F to the result. In the given example, F o G is a set of pairs where each input is first applied to G and then to F.
  • #1
JProgrammer
20
0
So I have the following:

F = {(1,3)(2,2)(3,2)(4,2)(5,5)}
G = {(1,1)(2,3)(3,4)(4,5)(5,2)}

Am I right in saying that F o G would be:

F o G = {(1,3)(2,2)(3,2)(4,2)(5,5)(1,1)(2,3)(3,4)(4,5)(5,2)}

If not, does F o G actually mean?

Thank you.
 
Physics news on Phys.org
  • #2
JProgrammer said:
So I have the following:

F = {(1,3)(2,2)(3,2)(4,2)(5,5)}
G = {(1,1)(2,3)(3,4)(4,5)(5,2)}

Am I right in saying that F o G would be:

F o G = {(1,3)(2,2)(3,2)(4,2)(5,5)(1,1)(2,3)(3,4)(4,5)(5,2)}

If not, does F o G actually mean?

Thank you.
No that is not right. Surely there was a definition of the "composition" of two functions where you first met this concept? (You had, I believe, earlier posted this same "F" asking about [tex]F^{-1}[/tex]. How could you possibly be dealing with inverse functions without knowing what "composition" is? The inverse function is defined by '[tex]F o F^{-1}(x)= F^{-1}o F(x)= x[/tex] for all x'.)

In any case, we can interpret "F = {(1,3)(2,2)(3,2)(4,2)(5,5)}" as meaning that F(1)= 3, F(2)= 2, F(3)= 2, F(4)= 2, and F(5)= 5. G= {(1,1)(2,3)(3,4)(4,5)(5,2)} can be interpreted a meaning that G(1)= 1, G(2)= 3, G(3)= 4, G(4)= 5, and G(5)= 2.

"F o G" means "to each x, first apply G, then apply F to that". Starting with x= 1, G(1)= 1 and F(1)= 3 so F o G(1)= 3. G(2)= 3 and F(3)= 2 so F o G(2)= 2. G(3)= 4 and F(4)= 2 so F o G(3)= 2. G(4)= 5 and F(5)= 5 so F o G(4)= 5. G(5)= 2 and F(2)= 2 so F o G(5)= 2. Written as a set of pairs, F o G= {(1, 3), (2, 2), (3, 2), (4, 5), (5, 2)}.

Now, can you use that to find G o F?
 
Last edited by a moderator:

FAQ: G o F = {(1,3)(2,2)(3,2)(4,2)(5,5)(1,1)(2,3)(3,4)(4,5)(5,2)}

What is the definition of F o G?

F o G is a mathematical notation that represents the composition of two functions, f and g. It is commonly used in calculus and other areas of mathematics.

Why is F o G important?

F o G allows us to combine two functions and create a new function. This is useful in solving complex equations and understanding the behavior of functions.

How do you calculate F o G?

To calculate F o G, we first apply the function g to the input, and then apply the function f to the output of g. This can be written as (f o g)(x) = f(g(x)).

What is the difference between F o G and G o F?

The order of the functions in F o G and G o F is important. In F o G, the function g is applied first and then the function f is applied. In G o F, the function f is applied first and then the function g is applied. This can result in different outputs.

How is F o G used in real life?

F o G is used in many fields of science and engineering, such as physics, chemistry, and economics. It can be used to model and analyze real world phenomena, make predictions, and solve problems.

Similar threads

Replies
2
Views
1K
Replies
1
Views
3K
Replies
2
Views
2K
Replies
22
Views
3K
Replies
4
Views
2K
Replies
3
Views
2K
Back
Top