MHB How to find composition of f ° g and g ° f ?

  • Thread starter Thread starter Henry R
  • Start date Start date
  • Tags Tags
    Composition
Click For Summary
To find the compositions f ° g and g ° f for the provided functions, it is essential to apply the correct order of operations, with g applied first. For the first pair, f(n) = log(n + 3) and g(n) = log log(n + 10), the composition results in f ° g = log(log log(n + 10) + 3). For the second pair, f(n) = n log(n + 2) and g(n) = n^(1.1), the same method applies to find the respective compositions. It is crucial to ensure that the outputs of f and g match the expected input types for each function. Understanding the conventions of function composition is key to solving these problems correctly.
Henry R
Messages
25
Reaction score
0
Let f and g be function from the positive integer defined by the following pairs f : N →R,g∶N →R. Find the composition f ° g and g ° f.A)

F(n) = log(n+3)

g(n) = log log(n + 10)
....................
B)

F(n) = n log(n+2)

g(n) = n^(1.1)
....................

Could you guys give me answer? Anybody? Please..

Here is my answer for the other question...

f(n)= n + 60 g(n) = 100n

and my answer is this ;
f ° g = 100n + 60

g ° f = 100 ( n + 60 )
= 100n + 6000.

So, can you guys answer the question of A and B?
 
Mathematics news on Phys.org
Henry R said:
Let f and g be function from the positive integer defined by the following pairs f : N →R,g∶N →R. Find the composition f ° g and g ° f.
If a factory $X$ converts iron ore into iron and you want to use that iron somewhere else, you would need to find another factory that takes iron as input. It won't work to find a factory $Y$ that converts cotton into clothes and try to combine them as in $Y\circ X$. Similarly, you can't feed the output of $f$ into $g$ because $f$ outputs real numbers, such as $\pi$ and $e$, and $g$ expects natural numbers as input.

I assume that in $f\circ g$ the function $g$ is applied first. This is the most prevalent convention, and your example with $f(n)= n + 60$ and $g(n) = 100n$ follows it. However, there are some sources that use the opposite order.

If $f:\Bbb R\to\Bbb R$ and $g:\Bbb R\to\Bbb R$, then the rule of finding $f\circ g$ is the following. Write the definition of $f(x)$ and replace $x$ with the definition of $g(x)$. By definitions I mean the right-hand sides of equalities defining $f$ and $g$. So, in A) the definition of $f(x)$ is $\log(x+3)$ and the definition of $g(x)$ is $\log\log(x + 10)$. Replacing every occurrence of $x$ in the first expression by the second expression, we get $\log(\log\log(x + 10)+3)$. Now I suggest you try finding $g\circ f$.

Note also that in mathematics lowercase and uppercase letters may denote different entities, so $f$ and $F$ may well be different functions and should not be confused.
 
I have been insisting to my statistics students that for probabilities, the rule is the number of significant figures is the number of digits past the leading zeros or leading nines. For example to give 4 significant figures for a probability: 0.000001234 and 0.99999991234 are the correct number of decimal places. That way the complementary probability can also be given to the same significant figures ( 0.999998766 and 0.00000008766 respectively). More generally if you have a value that...

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 4 ·
Replies
4
Views
1K
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K