I know the rule of differentiation, but to proving why the derivative is that is my problem. Should I be proving this question by induction because that's what I've been learning.
2026-05-16 15:19:07.1778944747
Use the rule for differentiating a product to prove that the derivative of $x^n$ is $nx^{n-1}$ for all $n∈N$.
72 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Yep! The base case should be immediate. For the inductive step, we can break off an $x$ and use Product Rule in order to apply the induction hypothesis: $$ \frac{d}{dx} \left[ x^n \right] = \frac{d}{dx} \left[ x \cdot x^{n - 1} \right] = x \cdot \underbrace{\frac{d}{dx} \left[ x^{n - 1} \right]}_{ \begin{array}{c}\text{apply ind.} \\ \text{hyp. here}\end{array}} + \frac{d}{dx} \left[ x \right] \cdot x^{n-1} = \cdots $$