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
4
votes
1 answer

Functional equation with cyclic function.

Find all functions $f:\mathbb R \to \mathbb R$ that satisfy: $$ f(x) + 3 f\left( \frac {x-1}{x} \right) = 7x.$$ Some progress: I plugged-in $\dfrac{x-1}{x}$ and $\dfrac{1}{1-x}$, got a system of equations and solving I got $f(x) =…
4
votes
2 answers

Is there a nontrivial solution to $f(f(f(x)))=-8x$?

Let $f:\mathbb R\to\mathbb R$ be a continuous function such that $f(f(f(x)))=-8x$. Must we have $f(x)=-2x$? I can prove this if I assume that $f$ is continuously differentiable everywhere, but is that condition necessary? I was inspired to ask this…
Samuel
  • 5,550
4
votes
4 answers

Find all functions $f$ such that $f\left(x^2-y^2\right)=(x-y)\big(f(x)+f(y)\big)$.

Find all functions $f:\mathbb R\to\mathbb R$ such that $$f\left(x^2-y^2\right)=(x-y)\big(f(x)+f(y)\big)\text.$$ I have derived these clues: $f(0)=0$; $f(x^2)=xf(x)$; $f(x)=-f(-x)$. But now I am confused. I know solution will be $f(x)=x$, but I…
Satvik Mashkaria
  • 3,636
  • 3
  • 19
  • 37
4
votes
1 answer

Solving the functional equation $f(x+y)-f(x)f(y)+g(x)g(y)=0$

As in the title I want to solve the functional equation $$f(x+y)-f(x)f(y)+g(x)g(y)=0 \tag{1} $$ provided that $f,g$ are differentiable for all real values, and that $f$ is an even function. My attempt: Using the change of variables $(x,y) \mapsto…
user1337
  • 24,381
4
votes
1 answer

Trivial funcional equation: $[f(x)]^{2}=f(2x)$

I'm sorry and a little ashamed to ask this very simple question. The problem is that I'm not very familiar with functional equations (I just know that they can be tricky). The question is: which are the possible solutions of the following functional…
Luca M
  • 395
4
votes
1 answer

How prove this $f=C$ if $4f(x,y)=f(x-1,y)+f(x,y-1)+f(x+1,y)+f(x,y+1)$

Question: if $f:\mathbb{Z}^2\to \mathbb{R}$ is bounded ,and for any $x,y\in \mathbb{Z}$,we have $$4f(x,y)=f(x-1,y)+f(x,y-1)+f(x+1,y)+f(x,y+1)$$ show that $$f\equiv C$$ where $C$ is constant. My try:let $x=y=0$,then we…
user94270
4
votes
2 answers

Solving functional equations $2f(x) g(y) \pm f(x)^2 \pm g(y)^2 = 2 \sqrt{a} h(x \pm y) \pm (a+b)$

Problem: Fix $a, b \in \mathbb{R}$ with $a > b > 0$. Find $f, g, h: \mathbb{R} \to \mathbb{R}$ such that $$ 2f(x) g(y) + f(x)^2 + g(y)^2 = 2 \sqrt{a} \ h(x+y) + (a+b) \\ 2 f(x) g(y) - f(x)^2 - g(y)^2 = 2 \sqrt{a} \ h(x-y) - (a + b) $$ It's also…
PersonC
  • 163
4
votes
1 answer

functional equation $f∘f(x)=x^{\ln^3x}$

Find all analytic functions $f:(1,\infty)\to(1,\infty)$ satisfying $f(f(x))=x^{\ln^3x}$ @青青子衿 found two solutions $x^{\ln x},\exp\left(\frac{1}{\ln^2x}\right)$. Is there any other solutions?
hbghlyj
  • 2,115
4
votes
1 answer

Solving the functional equations $f(g(x)) = \sin x$ and $g(f(x)) = \cos x$

Solving the functional equations $f(g(x)) = \sin x$ and $g(f(x)) = \cos x$ . I've managed to reduce an expression for $f(x)$ as: $f(\cos x) = \sin(f(x))$ But I have no idea how to proceed. I would appreciate some help !
4
votes
0 answers

Integral functional equation

Some friends and I are having trouble with a functional equation problem : If $f : (0,1) \to \mathbb R$ is a positive continuous function satisfying $$\int_t^1 f(x)f\left(\frac{t}{x}\right)dx = \sqrt{t}$$ for all $t$, then $f(x) =…
4
votes
0 answers

Other functions satisfying the cosine-double-angle formula?

The cosine function satisfies its double-angle formula $$(f(x))^2 = \frac{f(2x)+1}{2}$$ Now I was wondering if there are other continuous or even smooth (or other "sufficiently well behaved") functions $f: \mathbb K \to \mathbb K$ (with $\mathbb K =…
flawr
  • 16,533
  • 5
  • 41
  • 66
4
votes
1 answer

Find All function $f(x)\in \Bbb{R}[x]$ satisfying $f(x)f(x+1)=f(x^2+x)$

I would appreciate if somebody could help me with the following problem: Q: Given the functional equation of the polynomial function $f$: $$f(x)f(x+1)=f(x^2+x),\:x \in \mathbb{R}$$ Find All function $f$ that solve the equation. I tried to find it…
Young
  • 5,492
4
votes
2 answers

Is the identity function the only solution for $f(a^x)=a^{f(x)}$?

I was trying to solve $$ f(a^x)=a^{f(x)} $$ for any $a,x$ . with $a \in \mathbb{R}$, $x \in \mathbb{R}$ and $f(\cdot)$ ranging where the math does not break down on real line (for example it breaks at $f(x)<0$ and $a=2n+1$ with $n$ as a natural…
4
votes
1 answer

A functional equation $\log f(x,y) = f(\log x, \log y) $

Solve the functional equation $$\log f(x,y) = f(\log x, \log y) $$ The motivation comes from generalizing the arithmetic and geometric means, but I have no idea how to find a simpler expression for the function $f(x,y)$ with $f(x,y) = f(y,x)$ What I…
wilsonw
  • 1,016
4
votes
1 answer

Find $f: \mathbb{N_0} \to \mathbb{N_0}$ which satisfies $f^n(x+f(y))=f^{n+1}(x)+f^n(y) \text{ for } n \in \mathbb{N}.$

Find $f: \mathbb{N}_0 \to \mathbb{N}_0$ which satisfies $$f^n(x+f(y))=f^{n+1}(x)+f^n(y) \quad \text{ for a given } n \in \mathbb{N}.$$ ($f^n$ means $\underbrace{f \circ f \circ f \circ \cdots \circ f}_{\times n}$.) My Attempt: \begin{align} P(0,…
RDK
  • 2,623
  • 1
  • 8
  • 30