2

My book says that $\left(x^r\right)'=rx^{r-1}$ so $\left(4x\right)'=1\cdot 4^{1-1}=4^{0}$, but $a^{0}=1$?

Hills
  • 155

2 Answers2

4

You are applying the rule in a weird (and wrong) way.

Comparing $4x$ and $x^r$, you have that $r=1$, and there is an extra factor $4.$ So

$$(4\cdot x)'=4\cdot(1\cdot x^{1-1})=4.$$

  • 1
    I imagine the deeper error here is not just misapplying the rule but misunderstanding the role of "$x$" as the input to a function being differentiated, rather than a variable that can stand for any number. – Eric Wofsey Apr 26 '18 at 07:17
  • 1
    @EricWofsey: yep, but then the constant factor $x$ should remain... :-) –  Apr 26 '18 at 07:24
1

By applying the chain rule, one has $$ \left[\,f(ax)\,\right]'=a\cdot f'(ax)\color{red}{\ne} f'(ax). $$

Olivier Oloa
  • 120,989