Let, we have two power equations: $$y=k_1x^{a_1}$$ $$y=k_2x^{a_2}$$ Is there any way (analytical or numerical) to combine these two equations into one i.e. into the form: $$y=kx^a$$ Infact,what I am trying to do here is:
I have got around 20 equations like the first two equations above using regression analysis from experiments. Now, I am trying to combine all of those into just one equation to express relation between $y$ and $x$.
Any help would be highly appreciated. Thanks in advance for your help. :)