Differentiate the function: T(z) = 2z (log2z)

Strat

New member
Joined
Feb 1, 2017
Messages
13
Differentiate the function: T(z) = 2z (log2z)

Here's what I got so far:

Applying the product rule:
(2z)(1/zln2) + (log2z)(2zln2)

(2z / zln2) + (log2z)(2zln2)

The answer is supposed to be 2z[(1/zln2) + lnz] so I'm not sure where the log went or how they got to this answer. I've tried solving this different ways but this is the closest to the answer I've gotten. What am I doing wrong?
 
Everything you've done so far is correct, barring one simple correction. You've done the calculations correctly, but what you wrote down in your first step wrong. What you wrote "(2z)(1/zln2)" is equivalent to:

2z1zln(2)\displaystyle 2^z \cdot \dfrac{1}{z} \cdot ln(2)

However, that's not the correct derivative. To be correct you need to use grouping symbols, like so: 2z * 1/(zln(2)). Be sure you understand why those grouping symbols make the expression what you want:

2z1zln(2)\displaystyle 2^z \cdot \dfrac{1}{z \cdot ln(2)}

That said, a good next step would be to apply some known rules of logarithms and simplify things. Here's what you've gotten so far:

2zzln(2)+log2(z)2zln(2)\displaystyle \dfrac{2^z}{z \cdot ln(2)} + log_2(z) \cdot 2^z \cdot ln(2)

Now, let's use a rule of logarithms, logn(z)=ln(z)ln(n)\displaystyle log_n(z)=\dfrac{ln(z)}{ln(n)}. So, making the appropriate substitution leaves:

2zzln(2)+ln(z)ln(2)2zln(2)\displaystyle \dfrac{2^z}{z \cdot ln(2)} + \dfrac{ln(z)}{ln(2)} \cdot 2^z \cdot ln(2)

Now try continuing from here, by cancelling any terms as appropriate, and factoring out other common terms. You should end up with the given answer.
 
Top