give example for the each of below functions
1-a function t1(n) such that t1(n) = Θ(t1(2n)).
2- a function t2(n) such that t2(n) = o(t2(2n)).
(Note: Seek your examples among common functions such as polynomials, logarithms, exponentials, factorial.)