I feel that I could have solved this in my sleep in high school--but I've been "out of math shape" for too long.
I have a team working in Objective C (for an iPhone app), and I gave them the equation (i've written in long form but do have the correct sigma, n, i equation):
the sum of [a*(b+x)^c + d*(e+x)^f + … + hundreds of similar functions where constants are all known but different from each other] = the sum of [g*(h+x)^i + j*(k+x)^l + … + again, hundreds of similar functions where constants are all known but different from each other
the request: solve for x in the above (in terms of the constants)
In Microsoft Excel, I can simply do a "GoalSeek" to find x…but I don't know the math to either isolate x or to isolate a few simple formulas so that they can program this into Objective C.
Help!?!?