I Can single variable equations always be solved using basic math principles?

  • I
  • Thread starter Thread starter Fascheue
  • Start date Start date
  • Tags Tags
    Variable
Fascheue
Can all equations with a single variable be solved?

5 = (x)/(1+x^7)

How can something like this be solved for example. Sometimes I have equations with one variable and I can’t see any way to solve them with the knowledge of math that I currently have. Is it just that a higher level of math is required to solves problems like the one above or am I missing something?
 
Mathematics news on Phys.org
Fascheue said:
Can all equations with a single variable be solved?
No. ##y=xe^x## for example can't.
5 = (x)/(1+x^7)
Not sure about this one. Polynomials up to degree four can be solved in a closed form. Equations of higher degrees like this one can only sometimes be solved, depending on the given case. I haven't checked this one though.
How can something like this be solved for example.
Numerically by algorithms like the Newton-Raphson method.
Sometimes I have equations with one variable and I can’t see any way to solve them with the knowledge of math that I currently have. Is it just that a higher level of math is required to solves problems like the one above or am I missing something?
It is a bit of high level mathematics (Galois theory) to see why from degree five on, polynomials cannot be generally solved anymore, and it is not quite trivial to check a certain polynomial.
 
  • Like
Likes Fascheue
It depends what you mean by "solved". If you mean, "write down the answer in terms of elementary functions", then the answer is no, as fresh_42 said. But let's take his example of y=x \exp(x). The solution is x=W_n(y), where Wn is the ProductLog function. This is a tabulated function where you can look up the values, so in this sense it is no different from sin(x). So do you consider the problem "solved"? If by "solved" you mean "find the number(s) for which the equation is satisfied to a sufficient degreee of accuracy", then the solutions for any equation of this type can be solved by numerical methods like Newton-Raphson, if a solution exists.
 
  • Like
Likes FactChecker and Fascheue
Are you allowing complex numbers? Complex numbers allow solutions that are not real. Any polynomial can be factored to factors of order 1 and 2 with real numbers. The order 1 factors give a solution and order 2 factors give 2 conjugate complex solutions. Your example can be manipulated to an equivalent polynomial problem, 5 (1 + x⁷) - x = 0, with x=-1 (and some complex numbers) disallowed.
 
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...

Similar threads

Back
Top