Solving an Equation with Three e-Factors

  • Thread starter Thread starter NanakiXIII
  • Start date Start date
AI Thread Summary
The discussion revolves around solving a complex equation involving three exponential terms. The original poster struggles with simplifying the equation due to the presence of multiple e-factors. Suggestions include rearranging the equation to isolate one of the e-terms and applying logarithmic properties to transform it into a linear equation. However, participants note that the equation may not have an elementary solution and recommend using numerical methods like Newton's method for finding approximate solutions. Overall, the consensus is that while polynomial transformations can simplify similar equations, this particular case may require numerical approaches due to its complexity.
NanakiXIII
Messages
391
Reaction score
0
I'm trying to solve the following equation:

<br /> 20+54e^{-0.0682t}= \frac{50160e^{-0.075t} - 780e^{-0.75t} + 18280}{914}<br />

With the basic algebra I'm aware of, I can simplify the equation but I cannot get past the fact that there are three terms with e, meaning they are added up or subtracted from one another, and thus I cannot work them into one (excuse my messy choice of words, I'm not too familiar with the English mathematical terms). If anyone could tell me how to go about this, I'd much appreciate it.

EDIT: I'm messing up the latex, those -0.075t, -0.075t and -0.75t are supposed to be exponents. I'll try and fix it.

EDIT TWO: My apologies, I inserted the equation wrong. Edited.

EDIT THREE: For some reason, though I changed the LaTeX (clicking it shows so), it still displays the old equation. Is this just so for me or do the source and the image look different to everyone? (I'm hoping it's just my browser pulling the image from cache and refusing to load it anew)
 
Last edited:
Mathematics news on Phys.org
The third "e-term" is just a constant. The two others are raised to the same power. Rearrange terms so that e^{-0.075t} is alone on one side. Then take logarithms and you've got a linear equation.
 
I'm sorry, as my second edit mentions, I inserted the equation incorrectly. Also, I do not believe any of the terms containing an e are constants as they all contain a t. Note my first edit. Still trying to figure that one out, if anyone could tell me what I'm overlooking, I'd appreciate that as well.
 
Your "first edit says
EDIT: I'm messing up the latex, those -0.075t, -0.075t and -0.75 are supposed to be exponents. I'll try and fix it.
I see no t in the third one.
 
I apologize again, maybe I imagined that t there. I thought I'd put it there. I edited my post. For some reason, the LaTeX also looked quite different earlier today, when I was using a public computer. I suppose that added to all the confusion.

At any rate, I edited my post. It should be correct now. Sorry for all my stumbling.
 
Okay, you can try to get the same exponents.

.075= (0.0682)(1.0997...) or (0.0682)(1.1) approximately so
e^{0.075t}= (e^{.0682t})^{1.1}
Also 0.75= (0.0682)(10.997...) or (0.0582)(11) approximately so
e^{0.75t}= (e^{.0682t})^{11}
Letting x= e0.0682t your equation becomes
20+54x= \frac{50160x^{1.1} - 780x^{-11} + 18280}{914}
Those numbers look like approximations to me anyway so a numerical method like Newton's method would probably be sufficient.
 
I don't really see how to solve this equation either. The x in your new equation is still something to the power of t, so I'm still stuck with t as an exponent three times. Could you elaborate on your method?
 
What HallsofIvy did is what you usually do with this kind of equation. If you'd had, for example, 3+4e^{t}-5e^{2t}=0, you'd set x=e^t, so you get a new equation 3+4x-5x^2=0, which is just a polynomial. Once you solve the polynomial equation, you have t=\log x (if t is real, x=e^t is positive, so throw away negative solutions to the polynomial). Generally, equations of your kind are never easier to solve than polynomials. With my little example, you get a quadratic equation, but the one HallsofIvy got is much harder (it probably has no elementary solution), so you're best off solving it numerically.
 
Ah, right, I understand. Thanks for explaining.
 
Back
Top