When I've a function $\text{f}$ and it can be depended on $x$ (where $x$ will be a real number) or other real number(s) (constant(s)), can I define the function as follows?:
$$\exists\space\text{f}\left(x\right)\mapsto\left\{\text{f}\left(x\right)\in\mathbb{R}:\forall\space x\right\}$$
Or is there a more common or good notation?
If the function $f$ depends only from one real variable $x$ and has a real value, than you can write: $$ f:X\to \mathbb{R} \qquad X \subset \mathbb{R} $$ remember that the function is well defined only if for all $x \in X$ we have a value $f(x) \in \mathbb{R}$.