Question Statement
Find the derivative dxdy of the function:
y=e−3xcosx
Background and Explanation
This problem involves differentiating a product of two functions: the exponential function e−3x and the trigonometric function cosx. You will need to apply the product rule combined with the chain rule to handle the composite exponential term.
Solution
We are given:
y=e−3xcosx
This function is a product of two distinct functions:
- u=e−3x (exponential function with chain rule required)
- v=cosx (trigonometric function)
To differentiate, we apply the product rule:
dxd(uv)=dxdu⋅v+u⋅dxdv
Setting up the differentiation:
dxdydxdy=dxd(e−3x)cosx+e−3x⋅dxd(cosx)=e−3x⋅(−3)cosx+e−3x(−sinx)=e−3x(−3cosx−sinx)=−e−3x(3cosx+sinx)
Step-by-step reasoning:
-
First line: Apply the product rule structure—derivative of the first function (e−3x) times the second function (cosx), plus the first function times the derivative of the second function (cosx).
-
Second line: Evaluate each derivative:
- dxd(e−3x)=e−3x⋅(−3)=−3e−3x (using the chain rule: derivative of −3x is −3)
- dxd(cosx)=−sinx
-
Third line: Factor out the common term e−3x from both terms to simplify the expression.
-
Fourth line: Factor out −1 from the parentheses to present the final answer in its most compact form: −e−3x(3cosx+sinx).
- Product Rule: dxd[f(x)g(x)]=f′(x)g(x)+f(x)g′(x)
- Chain Rule: dxd[f(g(x))]=f′(g(x))⋅g′(x)
- Derivative of exponential: dxd(eax)=aeax
- Derivative of cosine: dxd(cosx)=−sinx
Summary of Steps
- Identify y=e−3xcosx as a product of two functions requiring the product rule.
- Differentiate e−3x using the chain rule to obtain −3e−3x.
- Differentiate cosx to obtain −sinx.
- Apply the product rule formula: dxdy=(−3e−3x)cosx+e−3x(−sinx).
- Simplify by factoring out e−3x: dxdy=e−3x(−3cosx−sinx).
- Factor out −1 to obtain the final result: dxdy=−e−3x(3cosx+sinx).