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

  • Thread starter Thread starter Henry R
  • Start date Start date
  • Tags Tags
    Composition
AI Thread 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.
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...

Similar threads

Back
Top