document.write( "Question 718152: Please help me solve for A and B in this exponential decay model y= ae^-bx. I have the following points: when x=0.6, y=1000 and when x=1.8, y=1.\r
\n" ); document.write( "\n" ); document.write( "I have done the following but I am not convienced it is the right path...\r
\n" ); document.write( "\n" ); document.write( "y=ae-bx therefor e-bx=y/a ... take log e of both sides ... loge e-bx = loge y/a\r
\n" ); document.write( "\n" ); document.write( "but logee=1 therefor -bx=loge y/a ... move the x over to get -b=x loge y/a\r
\n" ); document.write( "\n" ); document.write( "then enter values for x and y from example 1... -b= (0.6) loge(1000/a)\r
\n" ); document.write( "\n" ); document.write( "Is this the correct path to take for solving this?? Any advice would be greafull appreciated. Thank you.
\n" ); document.write( "

Algebra.Com's Answer #440845 by jsmallt9(3758)\"\" \"About 
You can put this solution on YOUR website!
\"y+=+a%2Ae%5E%28-bx%29\" when x=0.6, y=1000 and when x=1.8, y=1

\n" ); document.write( "No matter what you do, you are going to have to solve a system of two equations with two unknowns, a and b. Although what you've done is not an invalid path, I'm not convinced that it makes the problem any easier.

\n" ); document.write( "We'll start by correcting an error in your work and then finishing the problem. Later we'll look at ways you might find as good or better than what you've been trying.

\n" ); document.write( "Your work is find up to:
\n" ); document.write( "\"-bx+=+log%28e%2C+%28y%2Fa%29%29\"
\n" ); document.write( "But to \"move x over\" you have to divide by x, not multiply it:
\n" ); document.write( "\"-b+=+log%28e%2C+%28y%2Fa%29%29%2Fx\"
\n" ); document.write( "Substituting in the values for x and y we get two equations:
\n" ); document.write( "\"-b+=+log%28e%2C+%281000%2Fa%29%29%2F0.6\"
\n" ); document.write( "and
\n" ); document.write( "\"-b+=+log%28e%2C+%281%2Fa%29%29%2F1.8\"
\n" ); document.write( "Using the Substitution Method on this system, we would substitute one equation's expression for -b in for the other equation's -b:
\n" ); document.write( "\"log%28e%2C+%281000%2Fa%29%29%2F0.6++=+log%28e%2C+%281%2Fa%29%29%2F1.8\"
\n" ); document.write( "Then we would solve this for a. Then we would use this value for a and one of the earlier equations (which has a and b) to solve for b.

\n" ); document.write( "Although the path you were trying to take eventually would have worked (if there was no error), here's a couple of alternatives you might find easier and/or faster. They both start with substituting in the x's and y's into the original equation:
\n" ); document.write( "\"y+=+a%2Ae%5E%28-bx%29\"
\n" ); document.write( "giving us:
\n" ); document.write( "\"1000+=+a%2Ae%5E%28-b%280.6%29%29\"
\n" ); document.write( "and
\n" ); document.write( "\"1+=+a%2Ae%5E%28-b%281.8%29%29\"
\n" ); document.write( "which simplify to:
\n" ); document.write( "\"1000+=+a%2Ae%5E%28-0.6b%29\"
\n" ); document.write( "and
\n" ); document.write( "\"1+=+a%2Ae%5E%28-1.8b%29\"
\n" ); document.write( "From here we could...
  • Solve one equation for \"a\" and use the Substitution Method to solve the system:
    \n" ); document.write( "Dividing the first equation by \"e%5E%28-0.6b%29\"
    \n" ); document.write( "\"1000%2Fe%5E%28-0.6b%29+=+a\"
    \n" ); document.write( "which simplifies to:
    \n" ); document.write( "\"1000e%5E%280.6b%29+=+a\"
    \n" ); document.write( "Then substitute this into the other equation:
    \n" ); document.write( "\"1+=+%281000e%5E%280.6b%29%29e%5E%28-1.8b%29\"
    \n" ); document.write( "which, after adding e's exponents, simplifies to:
    \n" ); document.write( "\"1+=+1000e%5E%28-1.2b%29\"
    \n" ); document.write( "Divide by 1000:
    \n" ); document.write( "\"0.001+=+e%5E%28-1.2b%29\"
    \n" ); document.write( "\"log%28e%2C+%280.001%29%29+=+log%28e%2C+%28e%5E%28-1.2b%29%29%29\"
    \n" ); document.write( "\"log%28e%2C+%280.001%29%29+=+%28-1.2b%29%2Alog%28e%2C+%28e%29%29\"
    \n" ); document.write( "\"log%28e%2C+%280.001%29%29+=+-1.2b\"
    \n" ); document.write( "\"log%28e%2C+%280.001%29%29%2F%28-1.2%29+=+b\"
    \n" ); document.write( "etc.
  • Perhaps even faster...
    \n" ); document.write( "Starting from:
    \n" ); document.write( "\"1000+=+a%2Ae%5E%28-0.6b%29\"
    \n" ); document.write( "and
    \n" ); document.write( "\"1+=+a%2Ae%5E%28-1.8b%29\"
    \n" ); document.write( "Divide the two equations!
    \n" ); document.write( "\"1000%2F1+=+%28a%2Ae%5E%28-0.6b%29%29%2F%28a%2Ae%5E%28-1.8b%29%29\"
    \n" ); document.write( "On the right side the a's cancel and, after subtracting e's exponents, we get:
    \n" ); document.write( "\"1000+=+e%5E%281.2b%29\"
    \n" ); document.write( "etc.
I'll let you choose which solution, your corrected path or one of the two alternatives I've shown, to use to finish the problem.
\n" ); document.write( "
\n" );