318 views

1 Answer

Best answer
0 votes
0 votes
According to binomial theorem,

$\large (n+a)^b = \binom{b}{0}n^b a^0 + \binom{b}{1}n^{b-1} a^1 + \binom{b}{2}n^{b-2} a^2 + ...... + \binom{b}{b}n^{0} a^b$

term with largest power of n after expansion is $\large \binom{b}{0}n^b a^0 = n^b$ and for calculating $\Theta$ we can ignore other terms with less power of n.

Hence,

$(n+a)^b=\Theta(n^b)$
selected by

Related questions

0 votes
0 votes
0 answers
1
akash.dinkar12 asked Apr 4, 2019
382 views
Let $f(n)$ and $g(n)$ be asymptotically nonnegative functions. Using the basic definition of $\Theta$ notation, prove that $max(f(n),g(n)) = \Theta(f(n)+g(n))$.
0 votes
0 votes
1 answer
2
akash.dinkar12 asked Jun 28, 2019
469 views
Obtain asymptotically tight bounds on $lg\ (n!)$ without using Stirling’s approximation. Instead, evaluate the summation $\sum_{k=1}^{n} lg\ k$.
0 votes
0 votes
0 answers
3