Summary
Highlights
The derivative of any constant is always zero. This means that if y equals a number (e.g., 3 or 1000), its derivative (dy/dx) will be 0.
The power rule states that the derivative of x raised to the power of n (x^n) is n times x raised to the power of n minus 1 (n*x^(n-1)). This involves bringing the exponent down as a multiplier and then reducing the exponent by one. Examples include finding the derivative of x^3 as 3x^2 and x^5 as 5x^4.
When finding the derivative of a constant (C) multiplied by a function (f(x)), you can isolate the constant and then find the derivative of the function. For example, the derivative of 3x^6 is 3 times the derivative of x^6, resulting in 18x^5. Similarly, the derivative of 2x^2 is 4x.
The derivative of a sum or difference of functions is the sum or difference of their individual derivatives. For example, to find the derivative of y = 3x^2 + 2x - 1, you find the derivative of each term separately and then combine them, resulting in 6x + 2. Another example with fractions is also provided.
The product rule for derivatives states that if y = u*v (where u and v are both functions), then dy/dx = u*(dv/dx) + v*(du/dx). This means you copy the first function, multiply it by the derivative of the second, then add the second function multiplied by the derivative of the first. An example illustrates this with (x+1)(x+2), showing how it matches the result of expanding and then differentiating.
This section provides a more complex example of the product rule with y = (x^3 + 2x)(2x - 1). The speaker walks through applying the product rule, differentiating each part, and then simplifying the resulting expression through expansion and combining like terms.
A third product rule example is demonstrated with a polynomial function, illustrating how to manage multiple terms and exponents during differentiation and subsequent simplification, leading to a final polynomial derivative.
The quotient rule is used for derivatives of functions in the form y = u/v. The formula is dy/dx = [v*(du/dx) - u*(dv/dx)] / v^2. A mnemonic 'low D high minus high D low over low squared' is introduced to help remember the formula. An example with y = x / (x+1) demonstrates the application of the rule, including differentiation and simplification.
A second example of the quotient rule is worked through with y = 2x / (x^2 + 1). The steps involve identifying 'low' and 'high' functions, applying the formula, differentiating polynomial terms, and then simplifying the resulting algebraic expression by combining like terms and factoring.