What Functions Satisfy f(x)f(-x) = 1?

  • Level: Undergrad 
  • Thread starter Thread starter Mr Davis 97
  • Start date Start date
  • Tags Tags
    Property
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
12 replies · 3K views
Mr Davis 97
Messages
1,461
Reaction score
44
Out of curiosity, I'm trying to find functions of a real variables such that ##f(x)f(-x) = 1##. One obvious example is ##f(x) = e^x##, and all other exponential functions. Are there any other examples? How would I go about generating them?
 
Mathematics news on Phys.org
You already did. ##f(0)=\pm 1## and there is a differential equation
 
Freely choose f(x) for x>0 as long as no value is zero. Choose -1 or 1 for f(0). Fix f(x) for negative x according to your equation.
 
If ##f(x)## has to be continuous, the functions ##f(x) = \exp (x^n )##, where ##n## is an odd integer, are one example of a solution.

Piecewise continuous examples include functions like

##f(x) = \left\{\begin{array}{c} 2^x, \hspace{30pt} |x|<5\\3^x, \hspace{30pt}|x|\geq 5\end{array}\right.##
 
Ugly, but correct. I was looking for too decent :rolleyes: functions and thought to exploit ##f'(x) f(-x) + f(x) f'(-x) = 0 ## which is satisfied if ##f'(x) = \pm f(x)\ \forall x\ ## and also if ##f'(x) = 0\ \forall x\ ## . But compared to mfb, that's far too limited
 
If f(x) has to be continuous then we have the options f(0)=1 and f(x)>0 arbitrary but continuous for x>0, or f(0)=-1 and f(x)<0 arbitrary but continuous for x>0. In both cases we can again find the negative function values with the given constraint and it will always be continuous there as well.

If f(x) for x>0 is differentiable and the limit of the derivative for x->0 is finite then I would expect f(x) to be differentiable everywhere.

This works both for real and complex function values.
 
  • Like
Likes   Reactions: BvU
mfb said:
You might want to check that @Svein.
Sorry, did not read the specs closely enough (read it as [itex]f(1)f(-1)=1[/itex]).

But then the constant function [itex]f(x)=1[/itex] is a trivial solution.
 
Last edited:
Svein said:
But then the constant function [itex]f(x)=1[/itex] is a trivial solution.
Right. It is a special case of ##f(x)=k^x## which was mentioned in post #1 ("all exponential functions").
 
jbriggs444 said:
Right. It is a special case of ##f(x)=k^x## which was mentioned in post #1 ("all exponential functions").
Another trivial solution is [itex]f(x)=-1[/itex]...