Is There a Trick to Rewrite This Equation in Terms of t?

  • Thread starter SUDOnym
  • Start date
  • Tags
    Natural
There are special functions like the [URL [Broken] function[/URL] which is defined as the solution to:x \exp{x} = yBut in general, you cannot express the solution to your problem in terms of elementary functions like the natural logarithm, exponential, trigonometric functions, etc.Yes, you can solve it numerically using methods like Newton's Method or the Secant Method. Alternatively, you could also try approximating the solution using a series expansion or a numerical integration method. The exact method you choose would depend on the specific values of X, A, and B. In summary, the equation x = e^(-at) - e^(-bt) cannot be solved in closed form using
  • #1
SUDOnym
90
1
Hi

I want to rewrite the following equation in terms of t:

[tex]X=\exp(-At)-\exp(-Bt)[/tex]

Where X,A and B are positive numbers.

The problem is, I have a -exp() term... so I can't take the natural log of this... ie. as far as I am aware the following is not allowed:

[tex]\ln(-\exp(-Bt))[/tex]

So is there any trick I can use in order to rewrite this equation in terms of t?
 
Physics news on Phys.org
  • #2
of course if I wasn't such an idiot I would've seen that I simple have to add exp(-Bt) to both sides - I retract this thread!
 
  • #3
apologies! - I in fact still do not know how to solve it, although I thought I did for a minute..:
if I do what I said in my second post, it leads to (EQN1):

[tex]X+\exp(-Bt)=\exp(-At)[/tex]

and taking the natural log then goes to (EQN2):

[tex]\ln(X+\exp(-Bt))=-At[/tex]

***please also note a correction to my first post, X is a negative real number - I said it was positive in my first post. And also recall X, A and B are known numbers (A and B are positive).

finally note that I also know that the quantity on the LHS of (EQN1) is greater than 0, ie:

[tex]X+\exp(-Bt)>0[/tex]

so to summarise: I don't know how to simplify the expression on the LHS of (EQN2)..
 
  • #4
t.francis said:
x = e^(-at) - e^(-bt)

take the natural log of both sides; it is -ln(e^(-bt)) which makes it bt :)

ln(x)=-at+bt

This is wrong! If you exponentiate back, the r.h.s. becomes:

[tex]
\exp{(-a t + b t)} = \exp{(-a t)} \exp{(b t)} \neq \exp{(-a t)} - \exp{(-b t)}
[/tex]

The point is that this equation is not solvable in closed form using elementary functions.
 
  • #5
^ correct. my bad. It is 2 int morning! :P
 
  • #6
Thanks to both repliers: Dickfore and t.francis...
but there seems to be a glitch with the thread - I am only seeing one reply from both Dickfore and t.francis but what they have said in these posts suggests that they left earlier posts as well... ie. the post from Dickfore reads:

Originally Posted by t.francis View Post

x = e^(-at) - e^(-bt)

take the natural log of both sides; it is -ln(e^(-bt)) which makes it bt :)

ln(x)=-at+bt

This is wrong! If you exponentiate back, the r.h.s. becomes:

exp(−at+bt)=exp(−at)exp(bt)≠exp(−at)−exp(−bt)


The point is that this equation is not solvable in closed form using elementary functions.

followed by a post from t.francis:

^ correct. my bad. It is 2 int morning! :P

So presumably you both left earlier posts that might be helpful?

Finally @Dickfore
The point is that this equation is not solvable in closed form using elementary functions.

Can you elaborate on what that means exactly - what is "closed form"? and are saying that I can only solve this equation numerically?
 
  • #7
SUDOnym said:
Can you elaborate on what that means exactly - what is "closed form"? and are saying that I can only solve this equation numerically?

In general yes, you'd have solve numerically.

There a few special cases, where there is a simple relationship between "A" and "B", in which you could make it into a quadratic or cubic and solve in closed form. Eg A=-B or A=2B or B=2A let's you write it as a quadratic while A=3B or B=3A or A=-2B or B=-2A let's you write it as a cubic.
 
  • #8
SUDOnym said:
Can you elaborate on what that means exactly - what is "closed form"? and are saying that I can only solve this equation numerically?

Closed form means you cannot express the solution as:
[tex]
t = f(X; A, B)
[/tex]
where [itex]f(.; . , . )[/itex] is an "[URL function
[/URL]
 
Last edited by a moderator:

FAQ: Is There a Trick to Rewrite This Equation in Terms of t?

What is a natural log and how is it different from a regular logarithm?

A natural log, also known as a logarithm with base e, is a mathematical function that represents the inverse of the exponential function. It is different from regular logarithms, which have a base of 10, in that it uses the mathematical constant e (approximately equal to 2.718) as its base.

Why are natural logs used in scientific calculations?

Natural logs are used in scientific calculations because they simplify complex mathematical relationships and allow for easier manipulation of data. They are also often used to model natural phenomena, such as population growth or radioactive decay.

How do you solve equations involving natural logs?

To solve equations involving natural logs, you can use the properties of logarithms, such as the power rule and the product rule. You can also use the natural log rules, such as ln(a/b) = ln(a) - ln(b) and ln(ax) = xln(a), to simplify the equations and solve for the unknown variables.

What are some common mistakes when dealing with natural logs?

One common mistake when dealing with natural logs is forgetting to use the ln or e buttons on a calculator. Another mistake is mixing up the properties of logarithms, such as using the power rule instead of the product rule. It is also important to remember to use parentheses correctly when simplifying equations involving natural logs.

How are natural logs used in real-world applications?

Natural logs have many real-world applications, including in finance, biology, chemistry, and physics. They are used to model exponential growth and decay, as well as to solve differential equations and calculate probabilities. They are also used in data analysis and machine learning algorithms.

Back
Top