Solve Inverse Problem: Find f(k) for sum_(k=1, to n) f(k) = F(n)

In summary, when trying to find the inverse problem for a function F(n), there is no guaranteed formula or method to find the function f(k) that will result in F(n) when summed from 1 to n. This is because there may be multiple functions that can produce the same result for F(n), due to the number of degrees of freedom and the lack of constraints on the function.
  • #1
Emilijo
36
0
I have general function
sum_(k=1, to n) f(k) = F(n)

ex.) sum_(k=1, to n) k = F(n)
solution: F(n) = (1+n)n/2

But If I have inverse problem?:
ex.) sum_(k=1, to n) f(k) = n^2
how to get f(k) ?

Generaly, If I have F(n), how to get f(k)
for sum_(k=1, to n) f(k) = F(n)

Is there some formula or method to solve this?
 
Physics news on Phys.org
  • #2
Emilijo said:
I have general function
sum_(k=1, to n) f(k) = F(n)

ex.) sum_(k=1, to n) k = F(n)
solution: F(n) = (1+n)n/2

But If I have inverse problem?:
ex.) sum_(k=1, to n) f(k) = n^2
how to get f(k) ?

Generaly, If I have F(n), how to get f(k)
for sum_(k=1, to n) f(k) = F(n)

Is there some formula or method to solve this?

Hey Emilijo and welcome to the forums.

The first thing you should ask yourself is whether a unique inverse for a function is guaranteed to exist. If you do not place constraints on your function, do you think that you will have a unique function? What does this imply about the inverse?
 
  • #3
For F(n)=n^2 in my example f(k)=2k-1,
because sum_(k=1,to n) (2k-1)= n^2 (wolfram alpha)
but what if I had a more complicated function, ex. sin(n)*n^2
Is there some formula to get f(k)?
In other words what function I have to sum when k goes from 1 to n
to get for example sin(n)*n^2, or generally to get function F(n)
 
  • #4
Emilijo said:
For F(n)=n^2 in my example f(k)=2k-1,
because sum_(k=1,to n) (2k-1)= n^2 (wolfram alpha)
but what if I had a more complicated function, ex. sin(n)*n^2
Is there some formula to get f(k)?
In other words what function I have to sum when k goes from 1 to n
to get for example sin(n)*n^2, or generally to get function F(n)

The reason I asked you to consider whether the function is unique is because if its not, then you can never actually find a unique inverse for F(n). In general the answer is no which means that you won't be able to find a unique F(n) given the sum and the number of parameters in general.

As an example think of F(N) = ((N-1) MOD 3)-1 and G(N) = 1 - ((N-1) MOD 3). Now Calculate F(6) and G(6). F(6) = -1 + 0 + 1 + -1 + 0 + 1 = 0 and G(6) = 1 + 0 + -1 + 1 + 0 + -1 = 0. Both functions are completely different yet give the same answer.

Basically this has to do with the degrees of freedom you are given: the more degrees of freedom (in other words the higher the N) the more choices you can have and that translates eventually if you don't restrict things yourself to lots more functions.
 
  • #5


The inverse problem in this case is to find the function f(k) that satisfies the given equation sum_(k=1, to n) f(k) = F(n). This is a common problem in mathematics and there are various methods to solve it.

One approach is to use the method of finite differences. This involves taking the differences between consecutive terms in the given equation to obtain a new equation. By repeating this process, we can eventually obtain a linear equation in terms of f(k). Solving this equation will give us the function f(k).

Another approach is to use the method of generating functions. This involves converting the given equation into a generating function and then using techniques from generating function theory to obtain the function f(k).

There are also other methods such as the method of partial sums, the method of undetermined coefficients, and the method of interpolation that can be used to solve inverse problems of this form.

In summary, there are various methods that can be used to solve inverse problems in mathematics. The choice of method will depend on the specific equation and the tools available.
 

Related to Solve Inverse Problem: Find f(k) for sum_(k=1, to n) f(k) = F(n)

1. What is an inverse problem?

An inverse problem is a mathematical or scientific task that involves finding the unknown cause or input from a given set of observable outputs or data.

2. What is the significance of solving inverse problems?

Solving inverse problems allows us to understand and predict the underlying phenomenon or system that produces the observed data. It also enables us to make more accurate and informed decisions based on the available information.

3. How is the inverse problem of finding f(k) for a summation equation solved?

The inverse problem can be solved using various mathematical and computational techniques, such as optimization methods, numerical algorithms, and statistical approaches. These methods involve manipulating the given equation and using known or estimated values to determine the unknown variable, f(k).

4. What are some real-world applications of solving inverse problems?

Inverse problems have various applications in fields such as physics, engineering, economics, and medicine. For example, they can be used to analyze medical imaging data, design efficient transportation systems, and predict weather patterns.

5. Are there any challenges or limitations to solving inverse problems?

Yes, there are some challenges and limitations to solving inverse problems. These include the presence of noise or uncertainties in the data, the complexity of the underlying system, and the need for accurate and sufficient input data. Additionally, some inverse problems may have multiple solutions or no unique solution, making it challenging to determine the correct answer.

Similar threads

Replies
32
Views
2K
  • Topology and Analysis
Replies
4
Views
346
Replies
4
Views
368
  • Topology and Analysis
2
Replies
38
Views
3K
Replies
4
Views
2K
  • Topology and Analysis
Replies
6
Views
440
Replies
2
Views
193
  • Topology and Analysis
Replies
10
Views
2K
  • Topology and Analysis
Replies
10
Views
2K
Replies
11
Views
1K
Back
Top