Function Composition: Simplifying f((f(t)-f(s))?

In summary, the question asks if there is a way to simplify the expression f((f(t)-f(s)). After tinkering with it, it is determined that there is no way to simplify it using composition. An example using f(x) = sinx is given to demonstrate this.
  • #1
Screwdriver
129
0

Homework Statement



If [tex]f[/tex] is some function defined at points "s" and "t," is there any way to simplify the following expression?

[tex]f((f(t)-f(s))[/tex]

Homework Equations



None that I know of.

The Attempt at a Solution



I've been tinkering with this for a while and so far, I've determined the answer to be no. I know that

[tex]f(t)-f(s)\neq f(t-s)[/tex]

in general, and that implies that

[tex]f(f(t)-f(s))\neq f(f(t))-f(f(s))[/tex]

But does anyone know another way to simplify this to maybe some kind of composition?
 
Physics news on Phys.org
  • #2
Let f(x)=sin x to give you a few ideas, I think the general answer is no.
 
  • #3
[tex]sin(sin(t)-sin(s)) = [sin\circ sin(t)][cos\circ sin(s)] - [sin\circ sin(s)][cos\circ sin(t)][/tex]

Well that's a mess and a half. It is as I feared :redface:
 

FAQ: Function Composition: Simplifying f((f(t)-f(s))?

What is function composition?

Function composition is a mathematical operation where two functions are combined to form a new function. This new function is created by applying one function to the output of the other function.

How does function composition work?

To compose two functions, you take the output of one function and use it as the input for the other function. This chaining of functions allows for complex operations to be broken down into smaller, more manageable steps.

What is the purpose of simplifying f((f(t)-f(s))) using function composition?

The purpose of simplifying f((f(t)-f(s))) using function composition is to make the mathematical expression easier to understand and evaluate. By breaking down the overall function into smaller parts, it becomes easier to identify patterns and relationships between the inputs and outputs.

Are there any rules or guidelines for simplifying f((f(t)-f(s))) using function composition?

Yes, there are a few rules to keep in mind when simplifying f((f(t)-f(s))) using function composition. Firstly, the inner function (f(t) in this case) should have the same domain and range as the outer function. Additionally, the output of the inner function should be a valid input for the outer function. Lastly, it is important to simplify the expression as much as possible to avoid any errors or confusion.

Can function composition be used in other areas besides mathematics?

Yes, function composition can be applied in various fields such as computer science, physics, and even music. In computer science, function composition is used in programming to create more complex functions and algorithms. In physics, function composition is used to model and understand complex systems. And in music, function composition is used to create new melodies and harmonies by combining different musical functions.

Back
Top