Question Statement
Find the derivative of y=x3e5x with respect to x.
Background and Explanation
This problem involves differentiating a product of two functions: a polynomial x3 and an exponential e5x. You will need to apply the product rule combined with the chain rule (for the exponential term).
Solution
We are given the function:
y=x3e5x
To differentiate this, we recognize it as a product of two functions:
- u=x3 (the polynomial part)
- v=e5x (the exponential part)
Step 1: Apply the product rule dxd(uv)=dxdu⋅v+u⋅dxdv
dxdy=dxd(x3)⋅e5x+x3⋅dxd(e5x)
Step 2: Differentiate x3 using the power rule:
dxd(x3)=3x2
Step 3: Differentiate e5x using the chain rule. The outer function is eu and the inner function is u=5x:
dxd(e5x)=e5x⋅dxd(5x)=e5x⋅5=5e5x
Step 4: Substitute these derivatives back into the product rule expression:
dxdy=3x2e5x+x3⋅5e5x
Step 5: Simplify the expression:
dxdy=3x2e5x+5x3e5x
Step 6: Factor out the common terms x2e5x:
dxdy=x2e5x(3+5x)
- Product Rule: dxd[u(x)⋅v(x)]=u′(x)⋅v(x)+u(x)⋅v′(x)
- Chain Rule: dxd[f(g(x))]=f′(g(x))⋅g′(x), specifically dxd[eu(x)]=eu(x)⋅u′(x)
- Power Rule: dxd[xn]=nxn−1
Summary of Steps
- Identify the two functions being multiplied: u=x3 and v=e5x
- Find u′=3x2 using the power rule
- Find v′=5e5x using the chain rule on the exponential
- Apply the product rule: dxdy=u′v+uv′
- Substitute: 3x2e5x+x3(5e5x)
- Factor out x2e5x to get the final answer: x2e5x(3+5x)