- 1,753
- 143
I did this the same way as the book example, and the class notes example, and the other problems in this section, which I got correct, but my answer for this one doesn't agree with the back of the book.
f has a limiting value 6 and passes through (0,3) and (1,4). Find the logistic function f.
f(x)=\frac{N}{1+Ab^{-x}}
Assume that for small values of x, the function is exponential.
y=Ab^x
4=Ab^1
3=Ab^0 divide these equations:
\frac{4}{3}=b^1
b=\frac{4}{3}
Solve for A
f(x)=\frac{N}{1+Ab^{-x}}
f(0)=3
3=\frac{6}{1+Ab^{-0}}
3=\frac{6}{1+A}
3+3A=6
3A=6-3
A=1
Answer:
f(x)=\frac{6}{1+(4/3)^{-x}}
Back of book answer:
f(x)=\frac{6}{1+2^{-x}}
f has a limiting value 6 and passes through (0,3) and (1,4). Find the logistic function f.
f(x)=\frac{N}{1+Ab^{-x}}
Assume that for small values of x, the function is exponential.
y=Ab^x
4=Ab^1
3=Ab^0 divide these equations:
\frac{4}{3}=b^1
b=\frac{4}{3}
Solve for A
f(x)=\frac{N}{1+Ab^{-x}}
f(0)=3
3=\frac{6}{1+Ab^{-0}}
3=\frac{6}{1+A}
3+3A=6
3A=6-3
A=1
Answer:
f(x)=\frac{6}{1+(4/3)^{-x}}
Back of book answer:
f(x)=\frac{6}{1+2^{-x}}
Last edited: