Let $$f(x) = a_1f_1(x)+...+a_Nf_N(x)$$ be a function composed of known continuous and smooth functions $f_1...f_N$ and $a_1...a_N$ some constants. the term "critical point" is defined as the roots of derivative. But in here, let us define the vector of critical points as: $$x_c = [x_{c1},x_{c2},...,x_{cK}]$$ which contains all zeros of the functions $f_1...f_N$ and their derivatives, sorted in ascending order: $x_{c1}<x_{c2}<...<x_{cK}$; that is, the points $x_c$ are either roots or the local minima/maxima of the consisting functions.
I want to isolate the intervals that contain one and only one critical point of $f(x)$. Is it possible if $x_c$ are at hand? Also is it correct to say that in an arbitrary interval of $[x_{ci},x_{ci+1}]$, there exists only one critical point?
No; there doesn't need to be any simple relationship between the roots/critical points of $f(x)$ and the roots/critical points of the $f_i$. Consider \begin{align*} f_1(x) &= \sin(x) + 2x\\ f_2(x) &= \sin(x) - 2x\\ \alpha_1 = \alpha_2 &= \frac{1}{2}. \end{align*} Then $x_c = \{0\}$ but of course $f(x)$ has tons of critical points (and roots).