A product rule derivative looks simple until two changing expressions are multiplied. Try f(x) = (x² + 1)(3x − 4). A common first move is to differentiate both factors and multiply, giving 2x · 3 = 6x. That result feels efficient, but it misses how a change in either factor changes the whole product. The correct derivative is 9x² − 8x + 3, and understanding where both terms come from is more useful than memorizing another formula.
This guide begins with your own attempt, then uses Eqora as a focused AI math tutor. You will label the factors, capture the complete problem, inspect a step-by-step explanation, ask one precise follow-up question, and verify the answer by expanding the original expression. Finally, you will close the worked solution and solve a similar derivative alone. That sequence keeps the app in a supporting role while the reasoning stays yours.
The product rule is written (uv)′ = u′v + uv′. It says: let the first factor change while the second is held in place, then let the second change while the first is held in place, and add those effects. The formula applies whenever two differentiable functions are multiplied. It can appear inside polynomials, trigonometric expressions, exponentials, logarithms, and later problems that also need the chain rule.


See what the product rule derivative is measuring
Start with an easier product: x · x = x². If multiplying derivatives were valid, the result would be 1 · 1 = 1. But the derivative of x² is 2x. The missing amount comes from the fact that both copies of x change. One contribution is 1 · x, and the other is x · 1. Their sum is 2x. This small counterexample exposes the shortcut before symbols make the issue look complicated.
A geometric picture says the same thing. Imagine a rectangle with sides u and v. When both sides grow by small amounts, the area gains one strip of approximate area u′v and another of approximate area uv′. A tiny corner also appears, but it becomes negligible in the derivative limit. The two main strips explain the plus sign and the two terms. You are not performing two unrelated differentiations; you are accounting for two sources of change in one product.
- Identify the two factors before differentiating
- Keep one original factor in each term
- Differentiate each factor exactly once
- Add the two contributions before simplifying

Set up the example before asking an AI tutor
Return to f(x) = (x² + 1)(3x − 4). Before opening a tool, mark u = x² + 1 and v = 3x − 4. Then write u′ = 2x and v′ = 3. This takes less than a minute and gives you a prediction to compare with the explanation. It also reveals whether the real difficulty is recognizing the product, differentiating a factor, applying the formula, or simplifying the final expression.
Now substitute without skipping the unchanged factors: f′(x) = 2x(3x − 4) + (x² + 1)(3). The first term uses u′v; the second uses uv′. Order does not matter because addition is commutative, but both contributions must appear. Keeping the parentheses for one line protects the minus sign and makes the structure easy to audit before any expansion begins.
Capture the full problem and request reasoning
If you use Eqora, photograph the full expression in even light or type it exactly. Include the function name, every exponent, both parentheses, and the instruction to differentiate. A tight crop that cuts off the outer parentheses can turn a product into an ambiguous string. Review the recognized notation before sending it. Correct input matters because an AI explanation can only reason from the problem it receives.
Ask for the method rather than only the result: “Differentiate f(x) = (x² + 1)(3x − 4). Show where each product-rule term comes from.” Compare the response with your labels u, v, u′, and v′. If the notation differs, translate it into your own setup. Do not accept a smooth explanation merely because it is confident. Check that each original factor appears once and each derivative appears once.
Useful prompt: Why can’t I multiply the derivatives of the two factors? Explain it with x · x before returning to my problem.

Simplify the product rule derivative carefully
Expand one term at a time. From 2x(3x − 4), obtain 6x² − 8x. From 3(x² + 1), obtain 3x² + 3. Combine like terms to get f′(x) = 9x² − 8x + 3. The coefficient 9 comes from 6 + 3, not from multiplying the original leading coefficients in a single shortcut. The constant 3 survives because the derivative of the linear factor multiplies the unchanged +1.
Three errors are especially common. Some learners write u′v′ and lose both unchanged factors. Others write u′v + v′ and forget u in the second term. A third group applies the formula correctly but distributes a negative sign incorrectly. A good written solution leaves a visible structural line before simplification. If the simplified answer is wrong, that line tells you whether the problem came from calculus or algebra.
- Structural line: 2x(3x − 4) + 3(x² + 1)
- Expansion: 6x² − 8x + 3x² + 3
- Combine like terms: 9x² − 8x + 3
- Keep the unsimplified line for checking
Ask a narrow follow-up instead of restarting
When one step is unclear, point to it. Ask, “Why does x² + 1 stay unchanged in the second term?” or “Where did the +3 come from?” A focused question is easier to evaluate than asking for the whole solution again. Restate the answer in your own words: the second contribution measures the change in v, so u remains fixed and multiplies v′. If you cannot explain that sentence without the screen, ask for a smaller example.
You can also challenge the explanation. Request a counterexample to u′v′, ask which factor is held constant in each term, or ask the tutor to show the formula with colors or labels. AI responses vary with wording and notation, so compare every claim with your notes and a trusted calculus source. The goal is not to collect more text. It is to remove one specific gap in your understanding and return to the problem.
Verify the answer by expanding first
The original function expands to f(x) = 3x³ − 4x² + 3x − 4. Differentiate term by term: f′(x) = 9x² − 8x + 3. This matches the product-rule result exactly. Expansion is an excellent independent check when the factors are short polynomials. It uses a different route, so agreement is meaningful. If the answers disagree, compare the unsimplified product-rule line with the polynomial expansion before changing anything.
OpenStax states the product rule and demonstrates that expanding a polynomial product first gives the same derivative. MIT OpenCourseWare also develops the rule from the idea that both factors vary. Use these sources to confirm the method, then use your course notation in submitted work. A numerical spot check can add confidence, but it does not replace the algebraic argument or prove that two expressions agree everywhere.

Close the example and solve a similar derivative
Now hide the worked solution and try g(x) = (x² − 2)(2x + 5). Label the factors, write their derivatives, apply the rule, and simplify before checking. A complete attempt is g′(x) = 2x(2x + 5) + 2(x² − 2) = 4x² + 10x + 2x² − 4 = 6x² + 10x − 4. Expand the original function afterward to verify the result by a second route.
If you made an error, name its type instead of simply copying the correction: missed second term, changed an original factor, derivative error, distribution error, or like-term error. Then solve a new problem with the same structure. Retrieval after the example is what turns recognition into usable skill. Keep the answer hidden until you have written the formula line and one simplified result of your own.

Know when the product rule combines with other rules
The product rule tells you how two factors interact; it does not replace the rule needed inside each factor. For h(x) = x² sin x, use h′(x) = 2x sin x + x² cos x. For p(x) = (x² + 1)eˣ, the result is 2xeˣ + (x² + 1)eˣ. If a factor contains a composite function such as (3x + 1)⁴, its derivative also needs the chain rule.
Expansion may be faster for short polynomial factors, while the product rule is usually cleaner when expansion is impossible or cumbersome. Learn both routes and choose deliberately. In assessed work, follow your instructor’s rules about calculators and AI assistance, show the structure your course expects, and verify important answers. Eqora can explain a step and answer a follow-up, but it can be wrong and should not replace your textbook, teacher, or independent reasoning.
Put it into practice now
Choose one problem from your current homework or review set. Attempt it before opening Eqora, then use the app only at the point where your own reasoning stops.
- State what the problem is asking before you solve it
- Identify the first step you cannot justify
- Ask Eqora one focused follow-up about that step
- Finish with a similar problem and no solution in view
The session is complete when the method is clearer, not simply when the worksheet has one more answer.
