How to Derive a Formula for a Saturation Curve Given Two Points and a Horizontal Asymptote?

To derive a formula for a saturation curve, we typically use a logistic function, which is characterized by its growth behavior. A logistic function can model many phenomena that exhibit saturation behavior, such as population growth or the spread of a disease. The general form of the logistic function is:

f(x) = L / (1 + e^(-k(x – x0)))

Where:

  • L is the value of the horizontal asymptote (the maximum value the function approaches).
  • k is the steepness of the curve.
  • x0 is the x-value of the sigmoid’s midpoint.

Now, let’s derive the formula using the two points you have:

  1. Assume the two points are (x1, y1) and (x2, y2).
  2. Identify your horizontal asymptote. Let’s say it is y = L.

1. **Setting Up the Equations**: For the first point (x1, y1):

y1 = L / (1 + e^(-k(x1 – x0)))

For the second point (x2, y2):

y2 = L / (1 + e^(-k(x2 – x0)))

2. **Solving for k and x0**: You will have a system of equations based on y1 and y2. This may require some algebra to isolate k in terms of the two points.

3. **Estimate Parameters**: One way to approach this is to set k based on the expected growth rate between y1 and y2, and then solve for x0 by substituting back into the equation.

4. **Final Formula**: Once you have estimated k and x0 based on your known points, you can now substitute these values back into the logistic function formula to obtain your specific saturation curve. Remember, adjustments might be necessary to fit your specific context.

In conclusion, while it may take a few iterations to get the parameters just right, the logistic function’s flexibility makes it a powerful tool for modeling saturation behaviors based on any two points and a horizontal asymptote.

More Related Questions