Find the maximum and minimum values of:

  • Thread starter Thread starter Nawz
  • Start date Start date
  • Tags Tags
    Maximum Minimum
Nawz
Messages
32
Reaction score
0

Homework Statement



Find the maximum and minimum values of

f(x)=x^4e^-x over [0,10]


Homework Equations





The Attempt at a Solution



From what I remember is you set the f' equal to 0. And that will give you two more points to test. and then you put the 0 and 10 number into the equation to find the values.

When I put 0 or 10 in i get 0 for both.

f'= (4x^3)(e^-x)+(x^4)(-e^-x)

If i set that equal to 0; I really do not know how to find the what x is.
 
Last edited:
Physics news on Phys.org
Well, first, let's write this out...

f'(x) = 4 x^3 e^{-x} - x^4 e^{-x} = 0

First, I'd recommend factoring.
 
okay i see that now. so you get something like:

(x3)(e-x)[4-x]

so then

(x3)(e-x)=0

and (4-x)=0

so you get x=4

and then i think the other one is ln0/-1 which is undefined if you set it to 0.
 
Yep, okay i got it. Maximum is 4.6888 at x=4. and Min is 0 at x=0

I don't know if (x3)(e^-x)=0 gives you ln0/-1 but either way 4 is the value I was looking for.

Thank You
 
Last edited:
Hmm... I'm not sure where you're getting -log(0)... You know that if x^3 e^{-x} = 0, then either x^3=0 or e^(-x)=0, and only one of those has a solution.

You've found a critical point at x=4, but there's one more.
 
If you set x^3=0 You get x=0?
If you set e^-x=0 You multiply both by (ln) so -x =ln(0) divide both by -1. That is what I thought? ln(0) / -1
 
Yes, but since ln(0)=-\infty[/tex], what you essentially said is that e^(-x)=0 for an x outside the standard real (and complex, incidentally) number system. So, it doesn&#039;t count as a root.<br /> <br /> Also, your domain was [0,10]. Negative infinity is outside that domain.
 
I would be inclined to write fsingle-quote(x) = 4 x^3 e^{-x} - x^4 e^{-x} = 0 as 4x^3e^{-x}= x^4e^{-x}. Since e^{-x} is never 0, we can divide both sides of the equation by it and get [math]4x^3= x^4[/math]. If x is not 0, we can divide both sides by x to get x= 4.

That tells you the two roots of the equation.
 
Back
Top