How Do I Solve Equations with e and ln?

  • Context: Undergrad 
  • Thread starter Thread starter winston2020
  • Start date Start date
  • Tags Tags
    Solving equations
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 · 8K views
winston2020
Messages
35
Reaction score
0
For example, let's say that f(x) = e^(-9t)
Once I've found the second derivative, I equate it to zero in order to determine concavity, but I don't know how to solve it after that :rolleyes:

I'm just having a hard time solving with the ln or whatever you have to do..:confused:
 
Physics news on Phys.org
Are you trying to solve the equation to find t=something? Or are you tring to do something else? Is t a function of x? Could you clarify your problem please because at the moment it makes no sense whatsoever.
 
Last edited:
sorry, what i meant was set the first derivative to zero, and solve for t. Then use the t value to solve for the second derivative.

(The function should have been f(t) not f(x))
 
Redbelly98 said:
Plug the value of t you have (from setting 1st derivative = 0) into the 2nd derivative.
Err, just one problem with that: et has no roots. A purely exponential function has no stationary points and therefore it's first derviative is never zero. However, functions involving expoentials can have stationary points. For example,

[tex]y(x) = e^x-x[/tex]

[tex]y^\prime(x) = e^x-1[/tex]

Hence, y(x) has a stationary point when,

[tex]e^x = 1 \Rightarrow x=0[/tex]
 
Last edited:
winston2020 said:
For example, let's say that f(x) = e^(-9t)
Once I've found the second derivative, I equate it to zero in order to determine concavity, but I don't know how to solve it after that :rolleyes:

I'm just having a hard time solving with the ln or whatever you have to do..:confused:
No, you don't "equate the second derivative to zero in order to determin concavity".

The concavity of f(t) at a particular t depends upon the sign of f" at that particular t.

The second derivative of e^(-9t) is 81e^(-9t) and , as pointed out by others, that is never equal to 0. At t= 0, it is 81> 0. Since 81e^(-9t) is continuous and never equal to 0, it is always positive and so f(t)= e^(-9t) is concave upward for all t.
 
Thanks for all your help everyone :smile: