Jhenrique
- 676
- 4
Dear!
Is possible to solution a polynomial of kind y = Ax^a + Bx^b ?
Thx!
Is possible to solution a polynomial of kind y = Ax^a + Bx^b ?
Thx!
I assume you are asking if it is possible to find the zeroes of y(x) = Ax^a + Bx^b, where a,b are real numbers?Jhenrique said:Dear!
Is possible to solution a polynomial of kind y = Ax^a + Bx^b ?
Thx!
Jorriss said:I assume you are asking if it is possible to find the zeroes of y(x) = Ax^a + Bx^b, where a,b are real numbers?
Jhenrique said:Dear!
Is possible to solution a polynomial of kind y = Ax^a + Bx^b ?
I count six: A, a, B, b, x, and y.glappkaeft said:You have sevens unknowns and one equation.
Jhenrique said:omg, my question is simple!
I would like to know if is possible to isolate the x variable in equation
f(x)=ax^{\alpha}+bx^{\beta}
Citan Uzuki said:Yes, it's possible, and quite easy. Let us suppose that \alpha > \beta. Let \zeta = e^{2\pi i/(\alpha - \beta)} be a primitive root of unity. Then the polynomial factors as:
ax^\beta \prod_{k=1}^{\alpha - \beta} (x - \left( \frac{b}{a} \right)^{1/(\alpha - \beta)} \zeta^k)
Mentallic said:He's not looking to factor the polynomial but rather to find the inverse f^{-1}(x), I think...
Jhenrique said:omg, my question is simple!
I would like to know if is possible to isolate the x variable in equation
f(x)=ax^{\alpha}+bx^{\beta}