Functions that take out the inverse operation

40 Views Asked by At

Are there are there any real-values functions $f(t)$ other than $f=t,1/t$ and $\pm 1$ such that $f(t)f(t^{-1})=1$ for $t>0$?

3

There are 3 best solutions below

0
On BEST ANSWER

$f(t) = \frac{1}{t}$.

Lots of others if you don't require continuity.

Expanded answer.

Xifei Auto mentions another class of answers but there are even more.

Pick any function defined on $[1, \infty)$ with $f(1) = 1$ and then extend the definition to $(0, 1)$ with your required relationship.

If the original function is continuous then the extended one will be continuous as well.

Here is a non-continuous example:

$$ f(t) = \begin{cases} \frac{1}{2} & \text{if $t \in (0,1)$} \\ 1 & \text{if $t = 1$} \\ 2 & \text{if $t \in (1,\infty)$} \\ \end{cases} $$

Of course, you can put any crazy stuff you liked in the last case and matching reciprocal stuff in the first.

Another crazier example:

$$ f(t) = \begin{cases} 1 & \text{if $t = 1$} \\ \frac{1}{2} & \text{if $t \in (0,1) \land t \in \mathbb{Q}$} \\ \frac{1}{3} & \text{if $t \in (0,1) \land t \notin \mathbb{Q}$} \\ 2 & \text{if $t \in (1,\infty) \land t \in \mathbb{Q}$} \\ 3 & \text{if $t \in (1,\infty) \land t \notin \mathbb{Q}$} \\ \end{cases} $$

If the original function on $[1, \infty)$ is differentiable then the extended function is also differentiable.

0
On

Certainly:

$$f(t) = \frac1t.$$

$f(t)f(\frac1t) = \frac1t \frac1{\frac1t} = \frac1t t = 1$ for all $t \neq 0$.

0
On

It is easy to see if $f(t)=\pm t^a, a\in \Re$, $f$ satisfies your identity.