I Solving complex formulas and higher order polynomials

AI Thread Summary
To solve the polynomial expression (4(x^3)+38(x^2)+44x-20)/(20+12x+x^2), one can simplify it by factoring the numerator and performing polynomial long division. Finding when the function equals zero involves identifying values of x that make the numerator zero, typically through factoring or using the rational roots theorem for potential integer solutions. For higher-order polynomials, roots can be determined using methods such as the one developed by Scipio del Ferro, which involves changing variables and solving cubic equations. However, equations of the fifth degree and higher cannot be solved using simple formulas and require numerical methods like Newton's method for approximation. Understanding these techniques is essential for tackling complex polynomial equations effectively.
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...
Thread 'Imaginary Pythagorus'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...
Back
Top