Differentiation

Definition: Differentiation is the act of finding the derivative of an equation. The derivative is a measure of how a function changes as it’s input changes.

Excercises.

The Power Rule

The first and most basic rule of differentiation is the power rule. Here is what it formally looks like:

\frac{d}{dx} x^n = nx^{n-1}

It looks horrible doesn’t it, but what it means is rather much simpler.

The left hand side (which will be abbreviated to LHS from now on) basically says “\frac{d}{dx}” which means differentiate “x^n“.

The right hand side (which will be abbreviated to RHS) is quite simply the result.

To get to the answer we’ll start by looking at the LHS. We take the ‘n‘ down from the ‘x‘ and place it in front of the ‘x‘ on the the other side:

\frac{d}{dx} x^n = nx

Then we minus 1 from ‘n‘ and place it as the power of the ‘x‘:

\frac{d}{dx} x^n = nx^{n-1}

Which leaves us with the answer! Now it all seems very simple let’s try with a real example.

\frac{d}{dx} x^5

We start by taking the ‘5‘ down and placing it in front of the ‘x‘ on the other side:

\frac{d}{dx} x^5 = 5x

Then we minus 1 from the ‘5‘ and place it as the power to the ‘x‘ on the RHS and we have the answer:

\frac{d}{dx} x^5 = 5x^4

This method works for any value of ‘n‘. For example:

\frac{d}{dx} x^1 = 1x^0 = 1

Even negative numbers:

\frac{d}{dx} x^{-6} = -6x^{-7}

This allows us to find the derivatives of ‘\frac{1}{x}‘:

\frac{d}{dx} \frac{1}{x} = \frac{d}{dx} x^{-1} = -1x^{-2} = \frac{-1}{x^2}

n‘ doesn’t even have to be a whole number! For example:

\frac{d}{dx} \sqrt{x} = \frac{d}{dx} x^{\frac{1}{2}} = \frac{1}{2} x^{-\frac{1}{2}}

In fact ‘n‘ can be almost anything you want, even a symbol or ‘\pi‘:

\frac{d}{dx} x^{\pi} = \pi x^{\pi - 1}

The Product Rule

The next rule you need to know is the product rule. It’s formal definition is this:

\frac{d}{dx} (fg) = f'g + fg'

From the LHS of the equation we can tell that it is asking us to find the derivative of ‘fg‘. Unlike with the power rule, it’s asking us to differentiate two separate functions which are multiplied together; ‘f‘ and ‘g‘. Unfortunately it isn’t as easy as just differentiating each function and adding them together.

The easiest way to explain what to do is with an example:

\frac{d}{dx} (x)(x)

This, the LHS, shows us ‘f‘ and ‘g‘, which for this example are very simple. Now we need to differentiate each part separately:

\frac{d}{dx} x = 1 and \frac{d}{dx} x = 1

Then we multiply ‘f'‘ (which is the derivative of ‘f‘ we just calculated) with the original ‘g‘.

1*x = x

And vice versa, we multiply ‘g'‘ with the original ‘f‘.

1*x = x

Then to get the final answer we simply add them together and we get:

\frac{d}{dx} (x)(x) = x + x = 2x

We know this is correct because we can test it using the power rule:

\frac{d}{dx} (x)(x) = \frac{d}{dx} x^2 = 2x^0 = 2x

Now it’s been broken down it really isn’t as daunting as it once seemed! So let’s try a slightly more difficult example.

\frac{d}{dx} (x^4)(2x^2)

So first thing first, let’s differentiate both functions:

\frac{d}{dx} x^5 = 5x^4 and \frac{d}{dx} 2x^2 = 4x

Then we multiply each derivative by the other original function:

5x^4 * 2x^2 = 10x^6 and 4x * x^4 = 4x^5

Finally add both of these together to get the final answer:

\frac{d}{dx} (x^4)(2x^2) = 10x^6 + 4x^5

The Quotient Rule

The third rule that comes in very useful is the quotient rule. Once again the horrible formal definition:

\frac{d}{dx} (\frac{f}{g}) = \frac{f'g - g'f}{g^2}

This is similar to the product rule to the extent it wants you to differentiate two functions, this time however the two functions are dividing each other.

Hopefully you’re getting the gist of it by now but we’ll go through an example anyway.

\frac{d}{dx} (\frac{x}{x^2 + 1})

So we’ll start by finding the derivative of ‘f‘ and ‘g‘:

\frac{d}{dx} x = 1 and \frac{d}{dx} (x^2 + 1) = 2x

Then we just have to piece it all back together as the formal definition suggests:

\frac{d}{dx}(\frac{x}{x^2+1}) = \frac{(1)(x^2+1) - (2x)(x)}{(x^2+1)^2} = \frac{1-x^2}{(x^2+1)^2}

That one took a little bit longer, but it’s really not that difficult!

The Chain Rule

Now we have the first three rules down it’s time for the chain rule. The chain rule is used to find the derivative of a function of a function (if that makes sense!) and here is the formal definition:

\frac{d}{dx} f(g) = (f'(g)) * g'

At first that looks quite daunting but it doesn’t require any new skills compared to the last three rules. Basically you take each function, differentiate it and sew them back together as the definition suggests. Once again the best way to learn how it works is by example.

\frac{d}{dx} (x^2 + 1)^3

Here’s where the first big difference becomes apparent, as we can’t simply just take the two functions separately. What we need to do is replace ‘g‘ with another symbol, it’s typical to use ‘u‘. Now I’ll show you what all the separate parts are:

f = u^3 and u = g = x^2 + 1

Now we can differentiate ‘f‘ and ‘u‘ the same ways we normally would:

\frac{d}{dx}u^3 = 3u^2 and \frac{d}{dx} x^2 + 1 = 2x

And now we just have to piece it all back together:

\frac{d}{dx} (x^2 + 1)^3 = 3u^2 * u'

Substitute the ‘u‘ for its value and you have the final answer:

\frac{d}{dx} (x^2 + 1)^3 = 3(x^2+1)^2 * (2x)

These rules can be used in combination with each other to break down and solve more complicated functions. There are only a few more rules to learn and you’ll be set for life!

How To Differentiate Trigonometric Functions

Differentiating trigonometric functions is fairly easy. The most important two thing to remember are:

\frac{d}{dx} (\sin x) = \cos x

\frac{d}{dx} (\cos x) = -\sin x

If you can remember these two facts then you can differentiate any function containing ‘\sin‘ or ‘cos‘, as they just end up looping round:

\frac{d}{dx} (-\sin x) = -\cos x

\frac{d}{dx} (-\cos x) = \sin x

A short rhyme to remember this could be “Sine keeps it’s sign”, because whenever you differentiate ‘sin‘ it keeps it sign, whether that be positive or negative. The opposite applies to ‘cos‘, where if it starts off positive, once differentiated it’ll be negative.

At this point it’s probably worthwhile having a quick check at the trigonometry guide to brush up on your identities!

Leave a Reply