Question: Rational Function

Hey there,

Here the problem that I'm facing:

I have an equation that as follow:

B0+B1*x+B2*x^2+B3*x^3+B4*x^4+B5*x^5+B6*x^6+B7*x^7= (a0+a1*x+a2*x^2+a3*x^3+a4*x^4)^powerN / (c0+c1*x+c2*x^2+c3*x^3)

with all the B's are known coefficients; what I'm trying to do here is to determine the coefficients for a's and c's, as well as the powerN (may and may not be an integer). Is there any way that I can solve that?

Thanks!!!

Please Wait...