I have 6 functions that I have to determine which of 4 given $\Theta$-classes or neither of them.
Example of a function I have been given: \begin{align*} \textit{$f_1$}(n) =&(17\textit{n}+1) \\ \end{align*}
The $\Theta$-classes I have been given: \begin{align*} \Theta&(1), \\ \Theta&(\log\textit{n}), \\ \Theta&(\textit{$n^a$}), \\ \Theta&(\textit{$a^n$}), \\ or& none \end{align*}
How do I go about this subject and determine the classes?
So far I believe that $f_1$(n) has $\Theta(\textit{$n^a$})$,
But I'm not entirely sure.