Find f(x): SolutionSolve Functional Equation: f(x)

  • Thread starter Thread starter spacetime
  • Start date Start date
  • Tags Tags
    Functional
Click For Summary
SUMMARY

The functional equation f(x) + f((x-1)/x) = 1 + x can be solved recursively. By substituting specific values such as x = 1 and x = 2, we derive expressions for f(1) and f(2) in terms of an undefined constant k. The general solution is established as f(x) = 1 + x - f((x-1)/x), which allows for the computation of f(x) for any x. This recursive definition effectively satisfies the functional equation.

PREREQUISITES
  • Understanding of functional equations
  • Familiarity with recursive functions
  • Basic algebraic manipulation skills
  • Knowledge of substitution methods in equations
NEXT STEPS
  • Explore advanced techniques in solving functional equations
  • Study recursive function definitions in mathematics
  • Learn about the implications of undefined constants in equations
  • Investigate the properties of functions derived from functional equations
USEFUL FOR

Mathematicians, students studying functional equations, and anyone interested in recursive function analysis will benefit from this discussion.

spacetime
Messages
119
Reaction score
2
Find [tex]f(x)[/tex]

if

[tex]f(x) + f(\frac{x-1}{x}) = 1 + x[/tex]
 
Physics news on Phys.org
are you completely sure that the right hand side is x +1 and not x -1??
 


To solve this functional equation, we can first substitute x = 1 into the equation to get:

f(1) + f(0) = 1 + 1

Since f(0) is not defined, we can assume it to be a constant k. Therefore, we have:

f(1) + k = 2

Solving for f(1), we get:

f(1) = 2 - k

Next, we can substitute x = 2 into the equation to get:

f(2) + f(\frac{1}{2}) = 1 + 2

Substituting f(1) = 2 - k, we get:

f(2) + f(\frac{1}{2}) = 3 - k

Solving for f(2), we get:

f(2) = 3 - k - f(\frac{1}{2})

Continuing this process, we can find the values of f(3), f(4), and so on. In general, we can see that f(x) is dependent on the values of f(\frac{x-1}{x}). Therefore, we can define f(x) recursively as:

f(x) = 1 + x - f(\frac{x-1}{x})

This function will satisfy the given functional equation and can be used to find the value of f(x) for any given x.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
Replies
2
Views
1K
Replies
42
Views
4K
  • · Replies 14 ·
Replies
14
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 14 ·
Replies
14
Views
3K