MHB Linearization of this equation / Inverse function

Click For Summary
The discussion focuses on finding the inverse function of the equation y = a * (exp(-b * x) + c * (1 - exp(-b * x))). Initially, the user struggled with online tools that failed to provide a workable inverse function. After some attempts, the correct inverse function was derived as f^{-1}(x) = (1/b) * ln((a(1-c))/(x-ac)). The user clarified that the constant 'a' also affects the equation, leading to different results in their calculations. Ultimately, the problem was solved, confirming the feasibility of deriving the inverse function.
guiismiti
Messages
3
Reaction score
0
Hello,

I need to find the inverse function of the following equation

Code:
y = a * ((exp(-b * x)) + (c * (1 - (exp(-b * x)))))

Where a, b and c are constants.

I have experimental points that fit to this equation and I want to use these values in the inverse funtion to linearize it.

I have tried to use a few tools available online, but the output functions did not work, which made me think if it is actually possible to do it.Can anybody help me?
Thanks in advance.

Edited: solved
Code:
x = (1 / (-b)) * (LN(((a * c) - y) / (a * (c - 1))))
 
Last edited:
Mathematics news on Phys.org
We are given:

$$f(x)=ae^{-bx}+c\left(1-e^{-bx}\right)=(a-c)e^{-bx}+c$$

To find the inverse function, we can write:

$$x=(a-c)e^{-by}+c$$

Solve for $y$:

$$x-c=(a-c)e^{-by}$$

$$\frac{x-c}{a-c}=e^{-by}$$

$$\ln\left(\frac{x-c}{a-c}\right)=-by$$

$$y=\frac{1}{b}\ln\left(\frac{a-c}{x-c}\right)$$

Thus, we may claim:

$$f^{-1}(x)=\frac{1}{b}\ln\left(\frac{a-c}{x-c}\right)$$
 
MarkFL said:
We are given:

$$f(x)=ae^{-bx}+c\left(1-e^{-bx}\right)=(a-c)e^{-bx}+c$$

To find the inverse function, we can write:

$$x=(a-c)e^{-by}+c$$

Solve for $y$:

$$x-c=(a-c)e^{-by}$$

$$\frac{x-c}{a-c}=e^{-by}$$

$$\ln\left(\frac{x-c}{a-c}\right)=-by$$

$$y=\frac{1}{b}\ln\left(\frac{a-c}{x-c}\right)$$

Thus, we may claim:

$$f^{-1}(x)=\frac{1}{b}\ln\left(\frac{a-c}{x-c}\right)$$

The constant 'a' also multiplies the second term, that's why we got different results.

$$f(x)=ae^{-bx}+ac\left(1-e^{-bx}\right)$$
 
guiismiti said:
The constant 'a' also multiplies the second term, that's why we got different results.

$$f(x)=ae^{-bx}+ac\left(1-e^{-bx}\right)$$

So it does...I missed that...lemme try again:


We are given:

$$f(x)=a\left(e^{-bx}+c\left(1-e^{-bx}\right)\right)=a(1-c)e^{-bx}+ac$$

To find the inverse function, we can write:

$$x=a(1-c)e^{-by}+ac$$

Solve for $y$:

$$x-ac=a(1-c)e^{-by}$$

$$\frac{x-ac}{a(1-c)}=e^{-by}$$

$$\ln\left(\frac{x-ac}{a(1-c)}\right)=-by$$

$$y=\frac{1}{b}\ln\left(\frac{a(1-c)}{x-ac}\right)$$

Thus, we may claim:

$$f^{-1}(x)=\frac{1}{b}\ln\left(\frac{a(1-c)}{x-ac}\right)$$
 
MarkFL said:
So it does...I missed that...lemme try again

Done :)
 

Similar threads

Replies
3
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
13
Views
3K
  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 53 ·
2
Replies
53
Views
5K