Hkskyy
- 2
- 0
Hello,
I hope someone can help me with this. I have an equation:
log10(y) = a * log10(x) + b
or
y = 10^(log10(x)a + b)
I am trying to find a and b given two points. My approach is to use the process of simultaneous equation but I am having problems subtracting the equations.
Points: (5, 20) (10,2)
first equation: 20 = 10^(log10(5)a +b)
second equation: 2 = 10^(log10(5)a +b)
Subtraction: 18 = 10^(log10(5)a +b) - 10^(log10(5)a +b)
My question is if this is a good approach and if I am following the laws. I am trying to fit the equation to the two points.
Thanks all,
I hope someone can help me with this. I have an equation:
log10(y) = a * log10(x) + b
or
y = 10^(log10(x)a + b)
I am trying to find a and b given two points. My approach is to use the process of simultaneous equation but I am having problems subtracting the equations.
Points: (5, 20) (10,2)
first equation: 20 = 10^(log10(5)a +b)
second equation: 2 = 10^(log10(5)a +b)
Subtraction: 18 = 10^(log10(5)a +b) - 10^(log10(5)a +b)
My question is if this is a good approach and if I am following the laws. I am trying to fit the equation to the two points.
Thanks all,
Last edited: