Question Statement
Find the derivative of y=(x2−7)(x2+4x+2) with respect to x.
Background and Explanation
This problem requires the product rule for differentiation, which is essential when finding the derivative of two functions multiplied together. You should be comfortable with the power rule dxd(xn)=nxn−1 and recognizing when to apply the product rule rather than expanding first.
Solution
We are given the function:
y=(x2−7)(x2+4x+2)
Since this is a product of two polynomial functions, we apply the product rule. Let us define:
- u=x2−7 (the first factor)
- v=x2+4x+2 (the second factor)
The product rule states:
dxdy=udxdv+vdxdu
Step 1: Differentiate each factor separately using the power rule.
dxdu=dxd(x2−7)=2x−0=2x
dxdv=dxd(x2+4x+2)=2x+4+0=2x+4
Step 2: Substitute into the product rule formula.
dxdy=(x2−7)(2x+4)+(x2+4x+2)(2x)
Or equivalently (swapping the order as in the original):
dxdy=(x2+4x+2)(2x)+(x2−7)(2x+4)
Step 3: Expand each term.
First term: (x2+4x+2)(2x)=2x3+8x2+4x
Second term: (x2−7)(2x+4)
=x2(2x+4)−7(2x+4)
=2x3+4x2−14x−28
Step 4: Combine all terms.
dxdy=(2x3+8x2+4x)+(2x3+4x2−14x−28)
Step 5: Group like terms.
- x3 terms: 2x3+2x3=4x3
- x2 terms: 8x2+4x2=12x2
- x terms: 4x−14x=−10x
- Constant: −28
Therefore:
dxdy=4x3+12x2−10x−28
- Product Rule: dxd[u⋅v]=udxdv+vdxdu (or dxd[uv]=u′v+uv′)
- Power Rule: dxd(xn)=nxn−1
- Constant Rule: dxd(c)=0 where c is a constant
- Sum/Difference Rule: dxd[f(x)±g(x)]=f′(x)±g′(x)
Summary of Steps
- Identify the two functions being multiplied: u=x2−7 and v=x2+4x+2
- Differentiate each function separately: u′=2x and v′=2x+4
- Apply the product rule formula: dxdy=uv′+vu′
- Substitute the expressions: (x2−7)(2x+4)+(x2+4x+2)(2x)
- Expand both products using distribution (FOIL/distributive property)
- Combine like terms to obtain the final simplified derivative: 4x3+12x2−10x−28