How do I formulate and find constants for a bounded exponential equation?

  • Thread starter Thread starter h00zah
  • Start date Start date
  • Tags Tags
    Exponential
Click For Summary
SUMMARY

The discussion focuses on formulating a bounded exponential equation, specifically y = c - b * a^x, where y approaches a constant value c as x increases. To determine the constants a and b, one can transform the equation to ln(c - y) = (ln a) * x + ln b, allowing for linear regression analysis. By plotting ln(c - y) against x, the slope provides ln a and the intercept gives ln b, facilitating the identification of the constants. Understanding linear regression theory is essential for assessing the accuracy of the fit.

PREREQUISITES
  • Understanding of bounded exponential functions
  • Familiarity with logarithmic transformations
  • Knowledge of linear regression analysis
  • Ability to interpret graphical data plots
NEXT STEPS
  • Study the principles of bounded exponential modeling
  • Learn about logarithmic transformations in data analysis
  • Explore linear regression techniques and their applications
  • Investigate methods for determining asymptotic behavior in functions
USEFUL FOR

Data scientists, mathematicians, and analysts working with exponential growth models and those interested in fitting data to bounded functions.

h00zah
Messages
16
Reaction score
0
if i have a set of data, where as time increases, so does y, but is bounded by a number say y=c, how do i formulate my equation? how do i find the constants?

i have y=c-a-x*b

this is basically a transformation of y=b*ax+c
 
Physics news on Phys.org
If you have some reason to believe that

y = c - b a^x

is the function that fits the (x,y) data, you can compute

\ln (c-y) = (\ln a) x + \ln b.

If you can find c from the asymptotic form of y, then a plot of \ln (c-y) vs x will be linear. You can read \ln a from the slope and \ln b from the intercept. You can read up on linear regression theory if you want to determine the accuracy of the fit.
 
If you have some reason to believe that

y = c - b a^x

is the function that fits the (x,y) data, you can compute

\ln (c-y) = (\ln a) x + \ln b.

If you can find c from the asymptotic form of y, then a plot of \ln (c-y) vs x will be linear. You can read \ln a from the slope and \ln b from the intercept. You can read up on linear regression theory if you want to determine the accuracy of the fit.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
Replies
11
Views
3K
Replies
4
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
17
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
Replies
2
Views
2K