Okay, let's put the rules we've learned into practice. Calculating derivatives might seem abstract at first, but like learning any new skill, practice makes it much more concrete. We'll use the rules we just covered: the Constant Rule, the Power Rule, and the Sum Rule.
Remember the core ideas:
The derivative tells us the instantaneous rate of change, or the slope of the function's graph at any given point.
Constant Rule: The derivative of a constant c is 0. If f(x)=c, then f′(x)=0.
Power Rule: The derivative of xn is nxn−1. If f(x)=axn, then f′(x)=a⋅nxn−1.
Sum Rule: The derivative of a sum of terms is the sum of their derivatives. If f(x)=g(x)+h(x), then f′(x)=g′(x)+h′(x).
Let's work through some examples.
Example 1: A Constant Function
Find the derivative of the function f(x)=15.
Identify the Rule: This function is a constant value. It doesn't depend on x. So, we use the Constant Rule.
Apply the Rule: The derivative of any constant is 0.
Result:f′(x)=0
Interpretation: The graph of y=15 is a horizontal line. Its slope is always 0, meaning its value doesn't change as x changes.
Example 2: A Simple Power Function
Let y=x5. Find the derivative dxdy.
Identify the Rule: This is of the form xn, where n=5. We use the Power Rule.
Apply the Rule: Bring the exponent (n=5) down as a multiplier and reduce the exponent by 1 (n−1=5−1=4).
Result:dxdy=5x5−1=5x4
Interpretation: The slope of the graph of y=x5 is not constant. It depends on the value of x. For example, at x=1, the slope is 5(1)4=5. At x=2, the slope is 5(2)4=5×16=80.
Example 3: A Power Function with a Coefficient
Find the derivative of g(x)=4x3.
Identify the Rule: This is a constant (4) multiplied by a power function (x3). We use the Power Rule combined with the fact that constants "pass through" the differentiation process.
Apply the Rule: Keep the constant 4. Apply the power rule to x3 (bring down the 3, reduce the exponent to 2). Then multiply.
Result:g′(x)=4⋅(3x3−1)=4⋅(3x2)=12x2
Example 4: Combining Rules - A Polynomial
Let's find the derivative of a polynomial function: h(x)=2x3+7x2−5x+1.
Identify the Rules: This function is a sum of terms. We use the Sum Rule to differentiate each term separately. Each term involves constants and powers of x, so we'll also use the Constant Rule and Power Rule.
Apply the Rules (term by term):
Derivative of 2x3: Apply the power rule. 2⋅(3x3−1)=6x2.
Derivative of 7x2: Apply the power rule. 7⋅(2x2−1)=14x1=14x.
Derivative of −5x: Remember x is x1. Apply the power rule. −5⋅(1x1−1)=−5⋅(1x0)=−5⋅(1)=−5. (Recall x0=1).
Derivative of 1: This is a constant. Apply the constant rule. The derivative is 0.
Combine the Results (using the Sum Rule): Add the derivatives of each term together.
Result:h′(x)=6x2+14x−5+0=6x2+14x−5
Example 5: Function with a Fractional Exponent
Find the derivative of f(x)=8x.
Rewrite the Function: First, it's helpful to rewrite the square root using a fractional exponent. Remember that x=x1/2. So, f(x)=8x1/2.
Identify the Rule: Now it looks like a constant times a power function. We use the Power Rule with n=1/2.
Apply the Rule: Keep the constant 8. Apply the power rule to x1/2. Bring down the exponent 1/2 and subtract 1 from the exponent (1/2−1=−1/2).
Result:f′(x)=8⋅(21x1/2−1)=8⋅(21x−1/2)=4x−1/2
Optional Simplification: You might also write this using radicals: 4x−1/2=x1/24=x4. Both 4x−1/2 and x4 are correct representations of the derivative.
Try It Yourself
Now it's your turn. Use the rules we've discussed to find the derivatives of the following functions. Don't worry if it takes a few tries, the goal is to build familiarity.
f(x)=−50
y=x10
g(t)=6t4−3t2+9t (Using t instead of x changes nothing about the rules!)
h(x)=31x3+21x2+x
f(z)=z2−7
Take your time and work through each term. Check if you are applying the Constant Rule, Power Rule, and Sum Rule correctly. Calculating derivatives is a fundamental operation, and getting comfortable with these basic rules will be very helpful as we move towards optimization.