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

  • Context: Undergrad 
  • Thread starter Thread starter O_chemist
  • Start date Start date
Click For Summary
SUMMARY

The discussion centers on solving the equation y=1- A(1-e^(-kx)) + mx + b for x, where A, k, m, and b are constants. The user, Caleb, identifies that analytical solutions lead to complex expressions involving e and ln, making it impractical. Participants suggest using numerical methods, specifically iterative approaches, to approximate solutions. The Lambert W function is also mentioned as a potential tool for handling such equations.

PREREQUISITES
  • Understanding of exponential functions and logarithms
  • Familiarity with numerical methods for solving equations
  • Knowledge of the Lambert W function and its applications
  • Basic algebraic manipulation skills
NEXT STEPS
  • Research numerical methods for root-finding, such as the Newton-Raphson method
  • Learn about the Lambert W function and its applications in solving transcendental equations
  • Explore iterative methods for approximating solutions to nonlinear equations
  • Study examples of solving equations involving exponential and logarithmic terms
USEFUL FOR

Mathematicians, physicists, engineers, and anyone involved in solving complex equations involving exponential functions and constants.

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
 
Physics 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.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
3K
Replies
3
Views
1K
  • · Replies 1 ·
Replies
1
Views
954
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 16 ·
Replies
16
Views
4K
  • · Replies 7 ·
Replies
7
Views
5K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 36 ·
2
Replies
36
Views
6K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 10 ·
Replies
10
Views
2K