The Product Rule Derivative Calculator computes the derivative of a product, d/dx[f(x)g(x)], using the Product Rule. Enter coefficients and exponents for f and g, and it returns both the symbolic derivative form and the simplified result at your chosen x value.
What the Product Rule says
When you differentiate a product of two functions, you cannot just multiply derivatives. The Product Rule states:
d/dx [ f(x) g(x) ] = f'(x)g(x) + f(x)g'(x)
This rule is exact and works for polynomials, exponentials, and other differentiable functions.
How the calculator works (variables and formulas)
This calculator is built for the common case where both functions are power functions:
- f(x) = a · x^m
- g(x) = b · x^n
It then differentiates each part and applies the Product Rule.
Step 1: Differentiate f(x)
If f(x) = a · x^m, then:
f'(x) = a · m · x^(m-1)
Step 2: Differentiate g(x)
If g(x) = b · x^n, then:
g'(x) = b · n · x^(n-1)
Step 3: Apply the Product Rule
Now substitute into the rule:
d/dx [ f(x)g(x) ] = (a·m·x^(m-1))·(b·x^n) + (a·x^m)·(b·n·x^(n-1))
Both terms share the same power of x, so the result simplifies to:
d/dx [ a·x^m · b·x^n ] = a·b·(m+n) · x^(m+n-1)
Inputs you control
You provide the constants and exponents for f and g, plus an x value to evaluate numerically.
- a and b: coefficients (real numbers)
- m and n: exponents (real numbers)
- x: the point where you want the derivative value
The calculator also includes a unit selector for x so you can label your result consistently. (Derivatives change units, so the calculator reports the value in a labeled, human-friendly way.)
Unit handling (what the unit selector means)
Derivatives with respect to x have units of “per x unit.” If x is measured in meters, then:
- If f(x) and g(x) are unitless, then the derivative has units of 1/m
- If f(x) and g(x) carry units, the derivative units depend on how those units multiply
Because this tool focuses on the algebra for power functions, it labels the derivative using your x unit choice. It does not guess units of a, b, or the functions—your coefficients represent whatever units your problem uses.
Practical examples
Example 1: Differentiate a polynomial product
Let f(x) = 3x^2 and g(x) = 5x^4. Then:
- a = 3, m = 2
- b = 5, n = 4
The simplified derivative is:
d/dx[f(x)g(x)] = 3·5·(2+4)·x^(2+4-1) = 90x^5
Type x = any value into the calculator to get the numerical derivative.
Example 2: Evaluate the derivative at a point
Suppose f(x) = 2x^(-1) and g(x) = 7x^3. Here m = -1 and n = 3, so:
m+n-1 = (-1)+3-1 = 1, and the derivative becomes:
d/dx[f(x)g(x)] = 2·7·(−1+3)·x^1 = 28x
Now evaluate at x = 0.5 to get 14. The calculator will also warn if the power creates an invalid value (like dividing by zero at x = 0 with negative exponents).
Common mistakes to avoid
- Forgetting the second term: The Product Rule has two parts, not one.
- Mixing up exponents: Differentiating x^m gives m·x^(m−1).
- Incorrect simplification: Both terms should combine into a single power when f and g are power functions.
- Trying to use the rule for non-differentiable points: If x makes the functions undefined (e.g., negative exponents at x = 0), the derivative may not exist.
Frequently Asked Questions
What is the Product Rule derivative formula?
The Product Rule says the derivative of a product is: d/dx[f(x)g(x)] = f'(x)g(x) + f(x)g'(x). It applies whenever both functions are differentiable. For power functions a·x^m and b·x^n, the result simplifies to a·b·(m+n)·x^(m+n−1).
When does the Product Rule derivative fail?
The Product Rule itself never “fails,” but the derivative may not exist at certain x values. If f(x) or g(x) is undefined (for example, negative exponents at x = 0), then the derivative at that point is not defined. Use the calculator checks to avoid invalid inputs.
How do I use the calculator inputs correctly?
Enter the coefficient and exponent for f(x) = a·x^m and for g(x) = b·x^n. Then choose an x value to evaluate. If you want a purely symbolic result, you can still set x to any valid number; the calculator shows the simplified formula and the numeric evaluation.
Does the calculator handle fractional or negative exponents?
Yes. The calculator accepts real exponents for m and n, including fractions and negatives. However, it may flag invalid results if x is 0 with a negative total power (or if the computation produces NaN). That’s a math-domain issue, not a tool error.
What units should I choose for x?
Pick the unit that matches your x variable (meters, centimeters, seconds, etc.). The derivative has units “per x unit,” so the label helps you keep track. The calculator does not infer units of a and b; you must supply those based on your original functions.
Conclusion
The Product Rule Derivative Calculator gives you the correct derivative for power-function products and evaluates it at a chosen x value. Use it to verify homework steps, check simplifications, and reduce calculation errors—especially when exponents are negative or fractional.



