You are here:

Advanced Math/to solve exponential equation of 2 unknown constant and two variable

Advertisement


Question
i want to solve equation y=6.11*Exp((a*x)/(x+b)), and want to know what is the value of a and b. how can we solve it.
Please give me some hint.

Answer
if by this you mean

y = 6.11 * 10^(ax/(x + b))

y/(6.11) = 10^(ax/(x + b))

ln(y/6.11) = (ax/(x + b))ln(10)
ln(y/6.11)/ln(10) = ax/(x + b)
(ln(y/6.11)/ln(10))x + (ln(y/6.11)/ln(10))b = ax

(ln(y/6.11)/ln(10))b = ax - (ln(y/6.11)/ln(10))x
b = (ax - (ln(y/6.11)/ln(10))x)/(ln(y/6.11)/ln(10))
or
b = (a - (ln(y/6.11)/ln(10))/(ln(y/6.11)/ln(10))))x
or
b = (a/(ln(y/6.11)/ln(10))) - 1)x
or
b = (ln(10)/ln(y/6.11))ax - x

using that

b = (ln(10)/ln(y/6.11))ax - x
b + x = (ln(10)/ln(y/6.11))ax
(b/x) + 1 = (ln(10)/ln(y/6.11))a
a = ((b/x) + 1)/(ln(10)/ln(y/6.11))
or
a = ((b*ln(y/6.11))/(x*ln(10)) + (ln(y/6.11)/ln(10))
or
a = (ln(y/6.11)/ln(10))((b/x) + 1)

however if you meant y = 6.11e^((ax)/(x + b)), then

y/6.11 = e^((ax)/(x + b))
ln(y/6.11) = (ax)/(x + b)
xln(y/6.11) + bln(y/6.11) = ax
a = ln(y/6.11) + (b/x)ln(y/6.11)

using that

xln(y/6.11) + bln(y/6.11) = ax
bln(y/6.11) = ax - xln(y/6.11)
b = (ax/ln(y/6.11)) - x
or
b = ((a/ln(y/6.11)) - 1)x

without any values for y or x, thats all i can give you.

the Hint to solving for a and b is inverse of operations.

however if you meant

y = 6.11^((ax)/(x + b))
ln(y) = ((ax)/(x + b))ln(6.11)
ln(y)/ln(6.11) = (ax)/(x + b)
(ln(y)/ln(6.11))x + (ln(y)/ln(6.11))b = ax
a = (ln(y)/ln(6.11)) + (ln(y)/ln(6.11))b
or
a = (ln(y)/ln(6.11))(1 + b)

using that

a/(ln(y)/ln(6.11)) = 1 + b
(ln(6.11)/ln(y))a = 1 + b
b = (ln(6.11)/ln(y))a - 1

sorry i didn't know for sure which one you meant so i did them all.

Advanced Math

All Answers


Answers by Expert:


Ask Experts

Volunteer


Sherman D.

Expertise

I can answer questions dealing in mathematics of all kinds except for Physics and Calculus, but i can answer questions in Pre-Calculus and Chemistry. I can also answer questions in Recipes of all kinds. I can find games cheats/walkthroughs, but i can`t find a specific game online or offline. I can also do history and recipes for alcoholic beverages.

Experience

Mathematics, Recipes, History, and Games.

Education/Credentials
High School graduated. I graduated with honors, and i was in Beta Club for a year and a half.

Awards and Honors
Principle's list and A and B honor roll in high school only.

©2012 About.com, a part of The New York Times Company. All rights reserved.