Find the maximum and minimum values of:

  • Thread starter Thread starter Nawz
  • Start date Start date
  • Tags Tags
    Maximum Minimum
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 3K views
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:
on Phys.org
Well, first, let's write this out...

[tex]f'(x) = 4 x^3 e^{-x} - x^4 e^{-x} = 0[/tex]

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 [itex]x^3 e^{-x} = 0[/itex], 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 [itex]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't count as a root.<br /> <br /> Also, your domain was [0,10]. Negative infinity is outside that domain.[/itex]
 
I would be inclined to write [itex]fsingle-quote(x) = 4 x^3 e^{-x} - x^4 e^{-x} = 0[/itex] as [itex]4x^3e^{-x}= x^4e^{-x}[/itex]. Since [itex]e^{-x}[/itex] 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.