67 total
By the end of these notes, you will be able to:
Before diving in, let's clarify two words you'll see constantly:
When you need to differentiate (find the derivative of) these types of expressions, you cannot simply differentiate each part separately. You need special rules — the Product Rule and the Quotient Rule.
The Product Rule is a formula that lets you differentiate the product of two functions.
If you have: y=u⋅v
where both u and v are functions of x (meaning they both contain x), then:
dxdy=udxdv+vdxdu
In plain English:
(first function × derivative of second function) + (second function × derivative of first function)
When you see a product, simply:
💡 Tip: It does not matter which part you label u and which you label v — you will get the same answer either way.
Differentiate y=x2(x5+1)
Step 1 — Label the parts: u=x2v=x5+1
Step 2 — Find the derivatives of each part: dxdu=2xdxdv=5x4
Step 3 — Apply the Product Rule: dxdy=udxdv+vdxdu =(x2)(5x4)+(x5+1)(2x) =5x6+2x6+2x =7x6+2x
Find the derivative of y=(5x+1)6x−1
First, rewrite the square root as a power (this makes it easier to differentiate): y=(5x+1)(6x−1)21
Step 1 — Label the parts: u=5x+1v=(6x−1)21
Step 2 — Differentiate each part (note: to differentiate v, you need the Chain Rule — multiply the power down and reduce the power by 1, then multiply by the derivative of the inside): dxdu=5 dxdv=21(6x−1)−21×6=(6x−1)213=6x−13
Step 3 — Apply the Product Rule: dxdy=(5x+1)⋅6x−13+6x−1⋅5
=6x−13(5x+1)+56x−1
Step 4 — Simplify (put everything over a common denominator of 6x−1):
=6x−13(5x+1)+5(6x−1)
=6x−115x+3+30x−5
=6x−145x−2
Sign in to view full notes