Chapter 5: Problem 38
Find the derivative.\(y=x^{2} e^{-x}\)
Short Answer
Expert verified
So the derivative of \(y = x^{2} \cdot e^{-x}\) is \(y' = (2x - x^{2}) \cdot e^{-x}\)
Step by step solution
01
Identify the Functions
In the Product Rule, the two functions are as follows: \(f(x) = x^{2}\) and \(g(x) = e^{-x}\).
02
Differentiate the Functions
Next, the derivative of each function is computed separately. The power rule is used for \(f'(x)\) resulting in \(f'(x) = 2x\). The chain rule is used for \(g'(x)\) resulting in \(g'(x) = -e^{-x}\).
03
Apply the Product Rule
The Product Rule is \( (f \cdot g)' = f' \cdot g + f \cdot g'\). The derivatives calculated in the last step replace \(f'\) and \(g'\) in the Product Rule. This gives \( (f \cdot g)' = 2x \cdot e^{-x} + x^{2} \cdot -e^{-x}\).
04
Simplify the Expression
Finally, simplify the equation to reach the final answer. \( (f \cdot g)' = 2x \cdot e^{-x} + x^{2} \cdot -e^{-x}\) simplifies to \(y' = (2x - x^{2}) \cdot e^{-x}\).
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
Product Rule
The Product Rule is a key tool in calculus for finding the derivative of the product of two functions. When you have two functions multiplied together, like in our problem with \(y = x^2 e^{-x}\), the Product Rule allows you to find the derivative efficiently. To apply the Product Rule, remember this simple formula:
- \((f \cdot g)' = f' \cdot g + f \cdot g'\)
Power Rule
The Power Rule is a simple yet very powerful tool used to differentiate functions of the form \(x^n\). The rule states:
- If \( f(x) = x^n \), then \( f'(x) = nx^{n-1} \).
Chain Rule
The Chain Rule is vital when differentiating composite functions - that is, functions nested within one another. It helps to "unravel" these layers efficiently. The Chain Rule can be understood as:
- If you have a function \( h(x) = f(g(x)) \), then the derivative \( h'(x) = f'(g(x)) \cdot g'(x) \).