Writing a function in a part that is linearly dependent on the dependent variable

24 Views Asked by At

Let's say I have the function $f = f(x)$,

Under what conditions am I able to write this function as follows: $f = c + h(x)x$

where $c$ is a constant, and $h(x)$ is some function depending on $x$.

1

There are 1 best solutions below

0
On BEST ANSWER

Always, given that you can set $$ h(x)=\frac{f(x)-c}{x}, $$ (supposed $0\notin D$, where $D$ is the domain of $f$).

If $0\in D$, then necessarily $c=f(0)$.