tjackson3
- 140
- 0
Homework Statement
Consider the system of equations
<br /> \begin{eqnarray*}<br /> e_1 &=& Ak^p + Bh^q \\<br /> e_2 &=& A(k/2)^p + Bh^q \\<br /> e_3 &=& Ak^p + B(h/2)^q \\<br /> e_4 &=& A(k/2)^p + B(h/2)^q<br /> \end{eqnarray*}<br />
Suppose that the e_i are known, as well as k and h. Find A, B, p, and q.
Homework Equations
It's worth noting that a simpler case of this is
<br /> \begin{eqnarray*}<br /> e_1&=& Ak^p \\<br /> e_2 &=& A(k/2)^p<br /> \end{eqnarray*}
Then to get the solution, you divide e_1/e_2 = 2^p, allowing you to solve for p.
The Attempt at a Solution
I've tried a bunch of different combinations of the e_i's, but I always seem to have something like Ak^p(1-1/2^p) attached to each other, preventing me from solving for one. For example,
<br /> \begin{eqnarray*}<br /> e_1-e_2 &=&Ak^p(1-1/2^p) \\<br /> &=&e_3-e_4 \\<br /> e_2-e_4 & = & Bh^q(1-1/2^q) \\<br /> &=&e_1-e_3 \\<br /> (e_1-e_2)(e_2-e_4)&=& Ak^pBh^q(1-1/2^p)(1-1/2^q) \\<br /> p &=& \log_2\frac{e_1-Bh^q}{e_2-Bh^q}<br /> \end{eqnarray*}<br />
So I basically keep getting expressions that are useless, since you can't really solve for one in terms of the others. Does anyone have any ideas or experience with this sort of thing? Thanks in advance!