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

  • Thread starter Thread starter h00zah
  • Start date Start date
  • Tags Tags
    Exponential
AI Thread Summary
To formulate a bounded exponential equation for a dataset where y approaches a constant c as time increases, the equation y = c - b*a^x can be used. By transforming this into ln(c-y) = (ln a)x + ln b, one can analyze the data. Finding the constant c involves observing the asymptotic behavior of y. Plotting ln(c-y) against x will yield a linear relationship, allowing the determination of ln a from the slope and ln b from the intercept. Utilizing linear regression theory can further assess the accuracy of the fit.
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.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top