Maximum of exponential function

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
9 replies · 3K views
Binder12345
Messages
10
Reaction score
0

Homework Statement


given the formula m=n*e^(-nt) show that the maximum of this curve is at m=1/(t*e^(1)).

2. The attempt at a solution
I can show this graphically but I am curious if it is possible to do it by hand?
 
Physics news on Phys.org
So the "t" here is a fixed but unknown constant and n is the parameter we are adjusting, right? We have a function of one variable and are looking for its maximum value.

If a function has has a maximum, what can we say about its first derivative at that maximum?

If we want to prove that it has a maximum without graphing it, are there any theorems that we might be able to invoke?
 
  • Like
Likes   Reactions: Binder12345 and Charles Link
If we set it equal to zero and solve that will be our maximum
 
That all makes sense my issue is how do I get the e^1 in the denominator? because isn't e^(-nt)= 0 a non real answer?
 
Binder12345 said:
That all makes sense my issue is how do I get the e^1 in the denominator? because isn't e^(-nt)= 0 a non real answer?
You must be differentiating the expression wrt n incorrectly. You need the product rule. If still stuck, please post all your working.
 
  • Like
Likes   Reactions: Charles Link
haruspex said:
You must be differentiating the expression wrt n incorrectly. You need the product rule. If still stuck, please post all your working.
Sorry was going to edit and accidentally deleted :


I get:
(1-nt)e^(nt)

set equal to 0 and solve:
(1-nt)e^(nt)=0 -> 1-nt=0 -> n=1/t

I'm missing my e^1 in the denominator though
 
haruspex said:
Then you are going wrong substituting n=1/t into the original equation.
Yup that is exactly what I was doing wrong! :\

Thank you