How Do I Solve Equations with e and ln?

  • Thread starter Thread starter winston2020
  • Start date Start date
  • Tags Tags
    Solving equations
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:
If you're trying to determine concavity, you need to figure out when the 2nd derivative is positive, negative, or zero. Just setting it to zero will tell you where the inflection points are (neither concave up nor down), and if there are no such points then you'll get "no solution" when you do this.
 
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))
 
Okay.

Plug the value of t you have (from setting 1st derivative = 0) into the 2nd derivative.

Is the result positive, negative, or zero?
 
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,

y(x) = e^x-x

y^\prime(x) = e^x-1

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

e^x = 1 \Rightarrow x=0
 
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:
 
Back
Top