Let's assume the functions in question are continuously differentiable. If $f(g(x)) = f(x)g(x)$, then: $$f'(g(x))g'(x) = f'(x)g(x)+f(x)g'(x)$$ I attempted to find a particular solution by letting $g(x) = x$. Then, $$f'(x) = xf'(x) + f(x)$$ $$df = xdf + fdx$$ $$\frac{df}{f} = \frac{dx}{1-x}$$ $$\ln(f(x)) = -\ln(1-x)+C$$ $$f(x) = \frac {A}{1-x}$$ Where $A$ is a constant. This solution was fairly unsatisfying to me, and upon checking it, I see it doesn't actually work, as letting $g(x) = x$ leads to $f(x) = xf(x)$. I was wondering if there were better answers, or at least a less trivial way to go about the problem.
2026-04-01 03:09:14.1775012954
Finding functions such that $f(g(x)) = f(x)g(x)$
143 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in FUNCTIONS
- Functions - confusion regarding properties, as per example in wiki
- Composition of functions - properties
- Finding Range from Domain
- Why is surjectivity defined using $\exists$ rather than $\exists !$
- What are the functions satisfying $f\left(2\sum_{i=0}^{\infty}\frac{a_i}{3^i}\right)=\sum_{i=0}^{\infty}\frac{a_i}{2^i}$
- Lower bound of bounded functions.
- Does there exist any relationship between non-constant $N$-Exhaustible function and differentiability?
- Given a function, prove that it's injective
- Surjective function proof
- How to find image of a function
Related Questions in FUNCTIONAL-EQUATIONS
- Functional equation $2f\left(\frac{x+y}{2}\right)-f(y)=f''(x)$
- How to solve the integral equation $f(x) = \int_0^x f(x-y)k(x,y)dy+g(x)$ for $f(x)$?
- Easy looking functional equation.
- Constructing a functional equation that has given solution set.
- Solution of $f(ax+b)=kf(x)$ with $k,a,b$ are real numbers
- Deriving $\sin(\pi s)=\pi s\prod_{n=1}^\infty (1-\frac{s^2}{n^2})$ without Hadamard Factorization
- Stationary Condition of Variational Iteration Method
- How to solve the functional equation $f(x + f(x +y ) ) = f(2x) + y$?
- Solution to the functional equation $f(z)=(-1)^zf(1-z)$???
- If $f(a,b)=f(a,c)f(c,b)$ for all $a,b,c$, when can we conclude $f(a,b)=g(a)/g(b)$ for some $g$?
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
The problem with your approach is, that you look for solutions to $$ \tag{1} f(x) = xf(x) + c $$ for some $c \in \mathbf R$, as all those functions fulfill $$ f'(x) = xf'(x) + f(x) $$ your function fulfills (1) with $c = A$.
(1) Of course $f = 0$ fulfills your equation with any $g$.
(2) Let's look for polynomials satisfying your equation, as for general functions I doubt there is a wholesome answer, you have to restrict yourself to some function class. If $f$ and $g$ are polynomials of degree $n$ and $m$ say, then $f \circ g$ has degree $nm$ and $fg$ has degree $n +m$. Hence, we must have (let's ignote the zero polynomial here, we discussed the 0-function above) $$ nm = n +m \iff n(m-1) = m \iff n = \frac{m}{m-1}$$ As $\frac m{m-1}$ is only integer for $m \in\{0,2\}$, we must have $n=m=2$ or $n=m=0$. If both $f$ and $g$ are of degree $0$, i. e. constants, say $f(x) = a_0$ and $g(x) = b_0$, our eqation reads $$ (f \circ g)(x) = f\bigl(g(x)\bigr) = a_0 \stackrel!= a_0b_0 = f(x)g(x) $$ which is correct for $b_0 = 1$.
For $m = n = 2$, say $f(x) = a_2x^2 + a_1x + a_0$ and $g(x) = b_2x^2 + b_1x + b_0$ with $a_2b_2 \ne 0$, we have $$ f\bigl(g(x)\bigr) = a_2b_2^2x^4 + r_1(x),\quad f(x)g(x) = a_2b_2x^4 + r_2(x) $$ for some polynomials $r_1$, $r_2$ of degree $3$. This gives $b_2 = 1$. Now let's have a look at the degree $3$ terms, we have \begin{align*} f\bigl(g(x)\bigr) &= a_2x^4 + 2a_2b_1x^3 + r_3(x)\\ f(x)g(x) &= a_2x^4 + (a_2b_1 + a_1)x^3 + r_4(x) \end{align*} for some polynomials of degree at most $2$. This gives $$ a_1 = a_2b_1 $$
\begin{align*} f\bigl(g(x)\bigr) &= a_2(b_2x^2 + b_1 x + b_0) + a_1(b_2x^2+ b_1x + b_0) + a_0\\ &= a_2b_2^2x^4 + 2a_2b_1b_2x^3 + (2a_2b_2b_0 + a_2b_1^2 + a_1b_2)x^2\\&\qquad{} + (2a_2b_1b_0 + a_1b_1)x + (a_2b_0^2 + a_1b_0 + a_0)\\ f(x)g(x) &= (a_2x^2 + a_1x + a_0)(b_2x^2 + b_1x + b_0)\\ &= a_2b_2x^4 + (a_2b_1 + a_1b_2)x^3 + (a_2b_0 + a_1b_1 + a_0b_2)x^2 + (a_1b_0 + a_0b_1)x + a_0b_0 \end{align*} This gives \begin{align*} a_2b_2 &= a_2b_2^2\\ 2a_2b_1b_2 &= a_2b_1 + a_1b_2\\ 2a_2b_2b_0 + a_2b_1^2 + a_1b_2 &= a_2b_0 + a_1b_1 + a_0b_2\\ 2a_2b_1b_0 + a_1b_1 &= a_1b_0 + a_0b_1\\ a_2b_0^2 + a_1b_0 + a_0 &= a_0b_0 \end{align*} The first equation gives (due to $a_2b_2 \ne 0$ that $b_2 = 1$), we are left with \begin{align*} a_2b_1 &= a_1\\ a_2b_0 + a_2b_1^2 + a_1 &= a_1b_1 + a_0\\ 2a_2b_1b_0 + a_1b_1 &= a_1b_0 + a_0b_1\\ a_2b_0^2 + a_1b_0 + a_0 &= a_0b_0 \end{align*} If we use the first equation in the second and the third to simplify further, we get \begin{align*} a_2b_1 &= a_1\\ a_2b_0 + a_1 &= a_0\\ a_1b_0 + a_1b_1 &= a_0b_1\\ a_2b_0^2 + a_1b_0 + a_0 &= a_0b_0 \end{align*} Now note that the third equation follows from the first two (multiply the second with $b_1$ and use the first), so we can drop it, giving \begin{align*} a_2b_1 &= a_1\\ a_2b_0 + a_1 &= a_0\\ a_2b_0^2 + a_1b_0 + a_0 &= a_0b_0 \end{align*} If we multiply the second equation with $b_0$ and subtract it from the third, we get $$ a_0= 0 $$ Hence, we have \begin{align*} a_2b_1 &= a_1\\ a_2b_0 + a_1 &= 0\\ \end{align*} Due to $a_2 \ne 0$, this gives $b_0 = -b_1$ and $a_1 = a_2b_1$. Hence we have \begin{align*} f(x) &= a_2x^2 + a_2b_1x\\ g(x) &= x^2 + b_1x - b_1 \end{align*} as a soultion for any $a_2 \in \mathbf R \setminus\{0\}$, $b_1 \in \mathbf R$.