Questions tagged [functional-equations]

The term "functional equation" is used for problems where the goal is to find all functions satisfying the given equation and possibly other conditions. Solving the equation means finding all functions satisfying the equation. For basic questions about functions use more suitable tags like (functions) or (elementary-set-theory).

The term "functional equation" is used for problems where the goal is to find all functions satisfying the given equation(s) and possibly other conditions; e.g., the goal can be to find all continuous solutions. Solving the equation means finding all functions satisfying the given equation(s) and any additional conditions.This is different from the more common use of the word "equation", where the solutions are numbers. It is also different from the more common use of the word "functional", referring to a mapping from a space into the reals or complexes. For basic questions about functions use more suitable tags like or .

A common technique used in solving functional equations is finding some properties of satisfying functions by substituting variables for certain values in the equation. Proving properties of satisfying functions is also helpful - finding that a function is injective, surjective, involutive, and so on, is often a key step in finding all possible solutions. Other techniques such as exploiting symmetry, considering fixed points, and even using certain properties of domains (e.g. well-ordering) sometimes help.

Some well-known functional equations are:

More information can be found at Wikipedia.

3976 questions
1
vote
1 answer

$G(x,y)G(y,z)$ independant of $y$ $\implies$ Most general function form $G(x,y) = rH(x)/H(y)$ , $r$ a const.

I am reading Probability Theory, The Logic of Science by E.T. Jaynes; and encountered the following statement in his derivation of the product/chain rule (of probability) from basic principles: $$(1)\,\, \frac \partial {\partial…
3dot
  • 13
1
vote
1 answer

Pexider's (/ Cauchy's) functional equation over a bounded domain

I am looking at Pexider's equation $f(x+y)=g(x)+h(y)$, where $f,g,h$ are continuous functions but are defined over bounded domains. Specifically, $f,g,h$ each is defined on a real interval (of length $>0$), but not necessarily the entire real line.…
1
vote
1 answer

Help understanding an injectivity proving technique in functional equations

In need help understanding this (It's from Evan Chen's Introduction to Functional equations) When trying to obtain injective or surjective, watch for "isolated" variables or parts of the equation. For example, suppose you have a condition like…
Ben Martin
  • 1,766
  • 1
  • 7
  • 16
1
vote
3 answers

Prove a function is constant function with the given conditions.

If $f(4-x)=f (4+x)$ and $f(2-x)=f(2+x)$, prove that $f$ is constant function. I tried to solve by assuming x and y are two variable then if we get $f (x)=f (y)$ then $f$ is constant function, but can't complete the problem. Someone please help…
1
vote
0 answers

Non-monotic Function $f(x)$ such that $f\circ f(x) =9x+4$

I have to construct a non-monotonic function (defined on any interval) such that $f\circ f(x)=9x+4$. I tried making a $2$ branch function with $f(x)=3x+1$ and $f(x)=-3x-2$, but I don't know how to choose the intervals. Can someone please give me an…
Tedi
  • 21
1
vote
1 answer

Finding $f(5)$ if $f(2a-b) = f(a) \cdot f(b)$ for all a and b, where $f(x)≠0$

If $f(2a-b) = f(a) \cdot f(b)$ for all a and b, and the function is never equal to 0, find the value of f(5). As such, what I've already tried is simply eliminating all possibilities of what type of functions I could be working with. However, when…
R.C.
  • 33
1
vote
2 answers

Functions satisfying $f(x)+f(\frac{1}{1-x})=x$ with $x\in\mathbb{R}\setminus\{0,1\}.$

I have used this identity: if $g(x)=1/(1-x),$ then $$g^{-1}(x)=1-\frac{1}{x},$$ to get all functions satisfying: $f(x)+f(\frac{1}{1-x})=x$ with $x\in\mathbb{R}\setminus\{0,1\},$ but I didn't get a general form of its solution. My question here…
1
vote
1 answer

Substitution in functional equation

When solving functional equations it can be helpful to substitute another function, say, g(x) rather than x to the original functional equation h(x). Under what condition is this a permissible substitution that leaves the original solution intact?…
1
vote
2 answers

Finding all functions that satisfy $ f(x) +3f\left(\frac{1}{x}\right) = x^2 $

Find all the functions $f: \mathbb R^*\to \mathbb R $ such that: $$ \forall x\in \mathbb R^*: f(x) +3f\left(\frac{1}{x}\right) = x^2 $$ My answers or what I tried to do is: I put $f$ as a solution to the basic equation and I followed the…
1
vote
1 answer

Can this fuctional equation be solved?

$f: \mathbb{R}^{+} \rightarrow \mathbb{R}^{+}$ $f(x^2)=xf(x)$ $f(x+1)=f(x)+1$ Can this functional equation be solved ?
RopuToran
  • 524
1
vote
1 answer

Rational Functional Equation: $3 f \left( \frac{1}{x} \right) + \frac{2f(x)}{x} = x^2$

Suppose $f(x)$ is a rational function such that $3 f \left( \frac{1}{x} \right) + \frac{2f(x)}{x} = x^2$ for all $x \neq 0$. Find $f(-2)$. I tried substituting different values of $x$ to get a system of equations to solve for $f(x)$, but this didn't…
I. Kan
  • 41
1
vote
1 answer

Functional equation, find particular value given $f(ab)=bf(a)+af(b)$

Let $f(x)$ be a function such that $f(ab) = bf(a) + af(b)$ for all nonzero real numbers. Given that $f(4) = 3$, which of the following is a possible value of $f(2018)$? (A) $0\quad$ (B) $\dfrac34\quad$ (C) $\dfrac43\quad$ (D) $1512\quad$ (E)…
Prasiortle
  • 2,347
1
vote
1 answer

Does the given function in the functional equation even exist?

Given Problem: $f$ is a function that satisfies the 3 following properties: $f:\mathbb{N}\rightarrow\mathbb{N}$ $\sqrt{f(x)}\ge\frac{f(x)+f(1)}{2}$ for some x within the given domain $\frac{f(n)}{f(1)} = 2n - (f(1))^2 , n\ge2$ It is required…
Hoque
  • 387
1
vote
1 answer

Novice question: how do you approach solving an equation like this?

How do you find $f(x)$ if you know that: $$f(2x) = 2f(x) - f(x)^2$$ The result is: $f(x)=1-e^{cx}$ (where $c$ is an arbitrary constant). What would be the steps to get to the result?
1
vote
1 answer

Cauchy's functional equation real to real

Cauchy's functional equation: $$f(x+y)=f(x)+f(y)$$ On wikipedia (and some other websites) it says that there are non-linear solutions for real to real. But I don't quite understand about additive functions and Lebesgue measure.Can someone give me an…
abc...
  • 4,904