I Solving complex formulas and higher order polynomials

Genius271828
Messages
4
Reaction score
0
How would you go about solving (4(x^3)+38(x^2)+44x-20)/(20+12x+x^2), without the use of a computer, further, what about functions which have more x components, with higher powers. Also what process do computers use to solve these.
 
Mathematics news on Phys.org
Genius271828 said:
How would you go about solving (4(x^3)+38(x^2)+44x-20)/(20+12x+x^2), without the use of a computer
This isn't an equation, so there's nothing to solve. You can simplify it, by eliminating factors that are common to both the numerator and denominator, or you can carry out polynomial long division.
Genius271828 said:
, further, what about functions which have more x components, with higher powers. Also what process do computers use to solve these.
 
Mark44 said:
This isn't an equation, so there's nothing to solve. You can simplify it, by eliminating factors that are common to both the numerator and denominator, or you can carry out polynomial long division.
f(x)=(4(x^3)+38(x^2)+44x-20)/(20+12x+x^2), to find when this is equal to 0 (or if it ever does) and what method is used to determine these properties
 
Genius271828 said:
f(x)=(4(x^3)+38(x^2)+44x-20)/(20+12x+x^2), to find when this is equal to 0 (or if it ever does) and what method is used to determine these properties
Look for values of x that make the numerator equal to zero. The best way to do that is to factor the numerator.
 
It is not so easy to solve these cubics in practice. In good cases the solutions are integers or fractions, in which case they can be found by trial and error from the rational roots theorem taught in precalculus. This does not work in your example, unless i made a mistake, or at least they do not seem to be integers. In the general case the roots can be expressed using square roots and cube roots, by the method of scipio del ferro, often called incorrectly that of cardano. There are several steps involved, the first being a change of variable which makes the x^2 term equal to zero. Then when the equation has been r3ndered into the form X^3 = pX + q, one can show that a solution has the form X = u+v, provided u^3+v^3=q and 3uv = p. Since these equtions imply we know the product and the sum of the quantities u^3 and v^3, we use the fact that given the sum and product of two quantities, those quantities are found from solving a quadratic equation. I.e. we can write down the quadratic equation t^2 - qt + p/3 = 0, and solve it for u^3 and v^3. Then we can take cube roots to get u, and set v = p/3u.

Thjis is explained in section IV, (see page 253, and 264), of the excellent algebra book of euler:
https://archive.org/details/elementsofalgebr00eule

as well as the more complicated method for solving 4th degree equations. Equations of 5th degree and higher cannot be solved in general by formulas involving only the taking of roots, and can only be approxmated by numerical methods such as Newton's method.
 
  • Like
Likes suremarc
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.
Back
Top