allo said:
Thanks, JJacquelin. Cardano was the sort of thing I was looking for.
When I solve using the transformations of the first I get this form though:
(x)(C)+(1/x)*(C)-(x**2)*(C)=C
Where C is any number, not necessarily itself.
I have no clue what "C is not necessarily itself" could possible mean! Given the equation above, the first thing I would do is divide both sides by C to get rid of it - or did "not necessarily itself" mean that the different "C"s could represent different numbers- that's very bad notation. If that was what you meant, use different letters!
Here we have powers of 1, -1, and 2. Cardano solves cubics, cubics are polynomials, polynomials must have integer powers.
Polynomials must have
positive integer powers. The equation you give has integer powers but 1/x= x^{-1} so it is NOT a polynomial equation. Multiply both sides of the equation by x to get Cx^2+ C- x^3= Cx which is a cubic equation.
Are there polynomials`esque functions that allow... use... implement rational numbers?
I have no idea what you mean by "use... inmplement rational numbers".
Do you mean solving rational
equations?
And has there been any work done in developing a method of solving them?
Is this a case of a http://en.wikipedia.org/wiki/Rational_function" ?
Transformations...
x**2C+C-x**3C=Cx MULTIPLY BY X
(x**2C-x**3C)=Cx-C SUBTRACT X's COEF
(x**2C-x**3C)/(Cx-C)=1 MY RATIONAL FUNCTION??
??
Why do that when both JJaquelin and I have shown that you can write it as a cubic polynomial? The "standard" way of solving equations involving rational functions is to multiply through by the "least common denominator" so that you have a polynomial equation.
In other words, if I were
given the rational equation (x^2- x^3)/(x- 1)= 1 and asked to solve it, the first thing I would do is multiply on both sides by x- 1 to get x^2- x^3= x- 1 or x^3- x^2+ x- 1= 0 and then solve that cubic equation. That's easy- I observe that x= 1 is a solution and, dividing by x- 1, x^3- x^2+ x- 1= (x- 1)(x^2+ 1)= 0 so that x= 1 is the only real number solution to x^2- x^2+ x- 1= 0 although x= i and x= -i also satify it.
And then, I would need to check back into my original equation. Although x= 1 is a solution to x^2- x^2+ x- 1= 0, it is NOT a solution to (x^2- x^3)/(x- 1)= 1 since setting x= 1 would make the denominator 0. That equation has no real number solutions, but it is still true that x= i and x= -i are solutions.