00:02
So here we have to solve the given recurrence relation that is tn equals to 4 t n divided by 2 plus n log n by iteration method.
00:29
So we can write this as tn equals to 4.
00:40
Now in place of t n divided by 2 we'll be substituting this value replacing n by n divided by 2.
00:50
So we get 4 multiplied by t n divided by 2 square plus n divided by 2 log n divided by 2 plus n log n log n.
01:14
So this becomes 4 square t n divided by 2 square plus 4 multiplied by n divided by 2 log n divided by 2 plus n log n.
01:38
Now further again we open this term so we get 4 square multiplied by in bracket, we'll be writing 4 multiplied by t n divided by 2 q plus n divided by 4 log n divided by 4 plus 4 n divided by 2 log n divided by 2 plus n log n log n log n.
02:17
For the simplifying it, we get this is equal to 4 q multiplied by t, n divided by 2 q, plus 4 square n divided by 2, log n divided by 2 squared, plus 4n divided by 2 log n divided by 2, plus n log n log n.
02:43
The proceeding similarly, we can write this as 4 raised to the power k multiplied by t n divided by 2 raise to the power k minus 1 n divided by 2 raise to the power k minus 1 n n divided by 2 raised to the power k minus 1 plus so on plus n log n...