I'm almost in the very beginning of my math journey. Please, have patience because I'm not a math guy (which I'm really willing to change now).
I'm trying to learn calculus for my math class at university. And I'm watching the 3Blue1Brown videos. Were are trying to find the derivative of $s(t) = t^3$. So my question is: how did he simplify this part:
$$\frac{ds}{dt} = \frac{(2+dt)^3 - (2)^3}{dt}$$
to get
$$ \frac{2^3 + 3(2)^2dt + 3(2)dt^2 + dt^3 - 2^3}{dt}$$
At first, I thought it would be binomial to the power of 3 rule, then monomial to the power of 3 simplification, and something related with the subtraction. But alas my knowledge is not enough to comprehend it.
UPD: I thought that the numerator had to be:
- $$(2 + dt)(2 + dt)(2 + dt) - (2)(2)(2)$$
- $$2(2 + dt) + dt(2 + dt)(2 + dt) - (2)(2)(2)$$
UPD: And this is where I stumbled upon I guess. I had to apply the binomial formula when binominal is being brought to the power of 3, right? Then $$(2+dt)^3$$ would look like $$a^3 - 3ab(a - b) - b^3$$
I'm really having hard time trying to understand it. What rules apply to this simplification? What topics do I need to know before trying to solve this?