Solve y=1- A(1-e^(-kx)) + mx +b

  • Thread starter Thread starter O_chemist
  • Start date Start date
AI Thread Summary
The equation y=1- A(1-e^(-kx)) + mx + b involves constants A, k, m, and b, and requires solving for x. The user notes that attempts to isolate x lead to complex expressions involving e's and ln's, suggesting an analytical solution may not be feasible. Instead, iterative methods or numerical solutions are recommended, including evaluating the equation by substituting different x values to find when the expression approaches zero. The Lambert W function is mentioned as a potential tool for solving such equations. Ultimately, a numerical approach appears to be the most practical solution for this problem.
O_chemist
Messages
2
Reaction score
0
At work today one of the biologist came and asked me with help on solving a problem. I need a little hint as I still would like to solve this problem.

y=1- A(1-e^(-kx)) + mx +b

A, k, m and b are all constants

I need to solve for x but it results in getting a -kx-ln(x) = some junk
From what I can see there isn't a way to do this analytically as I will go in an endless cycle of e's and ln's. I did some research about using iterative method for solving this. What I want to know is from people who do this more often is there a more simple method I could use? Just give me a hint ;) .

Regards,
Caleb
 
Mathematics news on Phys.org
O_chemist said:
At work today one of the biologist came and asked me with help on solving a problem. I need a little hint as I still would like to solve this problem.

y=1- A(1-e^(-kx)) + mx +b

A, k, m and b are all constants

I need to solve for x but it results in getting a -kx-ln(x) = some junk
From what I can see there isn't a way to do this analytically as I will go in an endless cycle of e's and ln's. I did some research about using iterative method for solving this. What I want to know is from people who do this more often is there a more simple method I could use? Just give me a hint ;) .
There's the Lambert W function, https://en.wikipedia.org/wiki/Lambert_W_function, but the way I would approach it would be as a numerical solution.
Your equation is equivalent to ##1 - A(1 - e^{-kx}) + mx + b - y = 0##, with A, k, m, and b known constants, and the value for y known.

Pick a value for x, and plug it in. Is the result zero? Probably not, but if so, you've found the solution.
If not, pick a different value for x, and evaluate the expression. Choose values for x that make the expression on the left side as close to zero as you can.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
Thread 'Imaginary Pythagorus'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...
Back
Top