Find Maximum and Minimum Values on Interval [-10, 10] for y= x^2(e^-x)

  • Thread starter Thread starter Justabeginner
  • Start date Start date
Justabeginner
Messages
309
Reaction score
1

Homework Statement


Find the maximum and minimum values on the function: y= (x^2)(e^(-x)) on the interval [-10, 10].


Homework Equations





The Attempt at a Solution


f'(x)= 2x*(e^(-x)) - (e^(-x)*(x^2))
f'(x)= x*e^(-x) (2- x)
Solve for zero, for critical points? I got two solutions: x=0 or x= 2

Plugging these two critical points and the endpoints on the interval back into f(x), I get:
(0, 0) - Minimum
(2, 4/(e^2) )
(-10, 100*(e^10) ) - Maximum
(10, 100/(e^10) )

Is this right? Thank you.
 
Physics news on Phys.org
Justabeginner said:

Homework Statement


Find the maximum and minimum values on the function: y= (x^2)(e^(-x)) on the interval [-10, 10].


Homework Equations





The Attempt at a Solution


f'(x)= 2x*(e^(-x)) - (e^(-x)*(x^2))
f'(x)= x*e^(-x) (2- x)
Solve for zero, for critical points? I got two solutions: x=0 or x= 2
You don't "solve for zero", but I know what you mean - Set f' = 0 and solve that equation.
Justabeginner said:
Plugging these two critical points and the endpoints on the interval back into f(x), I get:
(0, 0) - Minimum
(2, 4/(e^2) )
(-10, 100*(e^10) ) - Maximum
(10, 100/(e^10) )

Is this right? Thank you.

Your max and min look OK, but check this point (10, 100/(e^10) ).
 
Okay, I'll make sure. Thank you!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top