How come some equations can't be solved for an exact answer?

  • Thread starter ehj
  • Start date
In summary, some simple equations cannot be solved for an exact answer and must be calculated numerically. This does not mean that an exact answer does not exist, but rather that it cannot be represented using algebraic symbols or special mathematical numbers like pi or e. The solution may be a transcendental number or a very weird irrational number. However, approximate answers can often be good enough, especially when the function is continuous. The great mathematician Gauss once said that finding a symbol to represent the solution to an equation is not very important as long as it can be derived from a more general result.
  • #1
ehj
79
0
I'm wondering why it is that some simple equations can't be solved for an exact answer, but must be calculated numerically. For instance solving the following for x:
1 = sin(x) + 2x
And does it imply that an exact answer doesn't even exist? (Or maybe there is an exact answer but my current math skills just don't allow for solving it :)?)
 
Mathematics news on Phys.org
  • #2
Usually (as in your example) you can prove that an exact answer exists even if you don't know how to find it.
 
  • #3
The equation 1 = sin(x) + 2x has as solutions the abscissas of the points of intersection of the graphs of the functions f(x) = -2x + 1 and g(x) = sin(x). By logic, these graphs intersect exactly once. I do not see a way of writing x = h where h is a finite numerical expression composed of numbers and elementary functions of numbers, but that has nothing to do with the fact that the two curves intersect at a unique point.
 
  • #4
If the answer exists, then there's an exact solution (or several). Unfortunately, many times, the exact answer is not known, but when the function is continuous, an approximate answer can be good enough. In the case of the function you're asking about, the solution is usually a transcendental (like pi or e), which is to say that it's not a fraction, and it's not the root to any polynomial. Therefore, there is no common way of writing it other than as the inverse to your function (though you might be able to write it in terms of a complex logarithm, but that doesn't sounds like what you'd want)
 
Last edited:
  • #5
try .335418 that should get you pretty damn close :D. (argument in sine is in radians)
 
  • #6
try
3x-1=0
or
x^3+3x^2-180x+60
for a first approximation.
 
  • #7
Going back to the original question regarding simple equations, is sin(x) simple to represent algebraically? If an equation has a solution, it has an exact solution. We may not be able to find it algebraically, which means we do not know of a way to represent it using any of the algebraic symbols or special mathematical numbers like [itex]\pi[/itex] or [itex]e[/itex]. It could, for example, be a very weird irrational.
 
  • #8
The great mathematician Gauss was known to say that he did not consider it very important to find a symbol to represent the solution to an equation.

Historians have later considered this a kind of "sour grapes" attitude (wrt the results of Galois theory), much like the atittude that Gauss had towards Fermat's last theorem: "I could easily come up with a number of similar propositions that would likewise be exceeedingly difficult to prove; the only interest I have in (FLT) is if it should appear as a corollary of some more general result."
 
Last edited:
  • #9
To 500 places:
0.3354180323849400594578624117492548397118513151006308650233458056997707969
93488867326823297805099655941760946007417735305449140296885174971232582467743747
67817725202600726615999809586989494215709825435975337739655562116739626518112856
23055310151600910291959720327473494910708608367675240373868492976882512228069498
07934021595150112613380719098738548853419012578533010207808040687825471704745279
60925128393175327764000215850832461166054705141754704841341722301915669142357206
871814814939461336135943871

:approve:
 
  • #10
LukeD said:
If the answer exists, then there's an exact solution (or several). Unfortunately, many times, the exact answer is not known
What you meant to say was
Unfortunately, many times, we want to express the exact answer in a specific form, and it is not known how to do so (or even impossible)​
 
  • #11
Given the integers and the operators + - / *, we can't give a closed-form solution to [itex]x^2=2[/itex]. With the exponent operator, this becomes possible, but [itex]2^x=3[/itex] still has no closed form. Adding in the logarithm function, this has a closed form; but [itex]xe^x=3[/itex] doesn't. Adding in the Lambert W-function, this has a closed form, but [itex]1 = \sin(x) + 2x[/itex] doesn't. If you keep on adding in function symbols you can get 'closed forms' for anything -- but the essential problem of calculating the root is unchanged. Even finding the solution to [itex]7x=1[/itex] requires an algorithm, as does [itex]x^2=7[/itex]; computing them is quite different from writing down a symbolic form.

If you had a function symbol
[tex]\mathcal{Q}(a,b)[/tex] that gave the zero in x (least absolute value, positive if two) for [tex]\sin(x)+ax+b[/tex]
then would you feel better to know that the question has answer [itex]\mathcal{Q}(2,-1)[/itex]?
 
  • #12
If you've got the free time https://www.amazon.com/dp/1402021860/?tag=pfamazon01-20 is a great way to learn about the "unsolvability" of all but the most simple equations.

It should be noted though that methods like Newtons method, etc, are often faster at finding answers to third and fourth order problems than exact formulae. With this in mind, using them to find accurate approximate answers to equations should not be viewed as a crippling setback. We often forget that even "exact" answers like [tex]\sqrt{2}[/tex] cannot be represented exactly in an arithmetical calculation, so approximating even the answers to "solvable" equations is something we inevitably have to do anyway.
 
Last edited by a moderator:
  • #13
ObsessiveMathsFreak said:
We often forget that even "exact" answers like [tex]\sqrt{2}[/tex] cannot be represented exactly in an arithmetical calculation,
Yes it can. In fact, you did so in this every sentence. :-p I think what you meant to say is
[itex]\sqrt{2}[/itex] cannot be represented exactly by a terminating decimal number​
 
  • #14
CRGreathouse said:
...
If you had a function symbol
[tex]\mathcal{Q}(a,b)[/tex] that gave the zero in x (least absolute value, positive if two) for [tex]\sin(x)+ax+b[/tex]
then would you feel better to know that the question has answer [itex]\mathcal{Q}(2,-1)[/itex]?

I find this to be a clever response :cool:
 
  • #15
CRGreathouse said:
If you had a function symbol
[tex]\mathcal{Q}(a,b)[/tex] that gave the zero in x (least absolute value, positive if two) for [tex]\sin(x)+ax+b[/tex]
then would you feel better to know that the question has answer [itex]\mathcal{Q}(2,-1)[/itex]?

Yes, in fact it makes me feel smug and superior that I can go into a room and be confident that most likely only I have enough mathematical training to know what the Q function is. :wink:
 
  • #16
Tedjn said:
Yes, in fact it makes me feel smug and superior that I can go into a room and be confident that most likely only I have enough mathematical training to know what the Q function is. :wink:

Ooh, this tempts me to write an article for the PF Library defining the Q function so your post gets auto-linked.
 
  • #17
what do you mean by an "exact answer" what is the exact solution to X^2 = 2? and i do not mean a trivial answer like sqrt(2), which translates as "the exact number which solves this problem".

for that matter what do you consider a number? i.e., is it a finite decimal? a sequence of approximations? so would a Newton's process for approximating an answer satisfy you?

if so, then one can solve most equations. if not, then one cannot even solve the one above.
 
  • #18
But you can express many answers as an infinite sum of polynomials. Is this possible for all solutions?
 
  • #19
what do you mean? all real numbers, hence all solutions, can be expressed as an infinite sum of decimals.

and i have already alluded to the process of using Newtons approximations, which "solve" a wide variety of equations.
 
  • #20
Sorry I wasnt clear enough. I meant if there is possible to find a solution on the form of an infinite series to all eqations, since that would then be an exact answer, not an approximation. I.e. is there possible to find a solution to all equations on the form:
[tex]\sum_{k=0}^{\infty} f(k)[/tex]
 
  • #21
Kurret said:
Sorry I wasnt clear enough. I meant if there is possible to find a solution on the form of an infinite series to all eqations, since that would then be an exact answer, not an approximation. I.e. is there possible to find a solution to all equations on the form:
[tex]\sum_{k=0}^{\infty} f(k)[/tex]

Any solution to an equation of the type you are asking about is a real (or maybe complex) number, and every real (and complex) number can be written in that form because the real and complex numbers are complete
 
  • #22
LukeD said:
Any solution to an equation of the type you are asking about is a real (or maybe complex) number, and every real (and complex) number can be written in that form because the real and complex numbers are complete
Yes I can see that, but is it always possible to find that form? I mean as stated earlier there is ofcourse an exact number that is the solution to for example 1 = sin(x) + 2x but it isn't possible to express it in terms of elementary functions. But if we allow the use of an infinite sum of elementary functions, is it then always possible to solve any equation and get an exact answer?
 
  • #23
Diffy said:
I find this to be a clever response :cool:

Agree very much in this. Maybe it was this Hermann Weyl meant by "We are left with
our symbols" - although he of course meant symbols representing more advanced things.


By using symbols everything can be solved exactly and explicitely. Define a symbol for the problem and the problem is solved using this symbol. Maybe even integers can be regarded as nondefined symbols in some way? I.e a numerical exact answer may be regarded as fundamentally resting on the integer symbols (1, 2, 3, ...) contained?

Symbols maybe the true clue to progress of mankind. :bugeye:
 
Last edited:
  • #24
Kurret said:
But if we allow the use of an infinite sum of elementary functions, is it then always possible to solve any equation and get an exact answer?

Sure, in the sense that you can express any real number as its decimal expansion.

If the equation uses only elementary functions, then you could even encode (presumably) the bisection formula.
 
  • #25
i am puzzled. you seem to think that writing down an infinite series, represents an "exact" answer, when to me it is only a (convergent) sequence of approximations. any convergent sequence of approximations is as exact as that, no? such as a convergent Newtons process.

if what you say were true, it should be possible to say whether the sum of a series were say rational or not. so if you believe the values of the zeta function are exact expressions, are they rational?
 
  • #26
CRGreathouse said:
Given the integers and the operators + - / *, we can't give a closed-form solution to [itex]x^2=2[/itex]. With the exponent operator, this becomes possible, but [itex]2^x=3[/itex] still has no closed form. Adding in the logarithm function, this has a closed form; but [itex]xe^x=3[/itex] doesn't. Adding in the Lambert W-function, this has a closed form, but [itex]1 = \sin(x) + 2x[/itex] doesn't. If you keep on adding in function symbols you can get 'closed forms' for anything -- but the essential problem of calculating the root is unchanged. Even finding the solution to [itex]7x=1[/itex] requires an algorithm, as does [itex]x^2=7[/itex]; computing them is quite different from writing down a symbolic form.

If you had a function symbol
[tex]\mathcal{Q}(a,b)[/tex] that gave the zero in x (least absolute value, positive if two) for [tex]\sin(x)+ax+b[/tex]
then would you feel better to know that the question has answer [itex]\mathcal{Q}(2,-1)[/itex]?


Since I am by far the dumbest person the post in this thread, can someone explain this to me, because it seems to be very smart-aleck
 
  • #27
qspeechc said:
Since I am by far the dumbest person the post in this thread

:confused: ok :confused:

qspeechc said:
can someone explain this to me, because it seems to be very smart-aleck

Well the original question boils down to how we can represent numbers that are exact solutions to certain equations. The number representation and usual definitions of operators we have may not be a nice way to show the solution. (ie (sqrt(5) - 1)/pi).

We can write out certain solutions to a point, 5.293782093... etc but we might not be able to represent these irrational numbers with the usual operators and symbols that we have. However, for anyone equation we can always define a new operator, or symbol that represents exactly that! (the solution to our equation).

I don't think it was smart aleck, but an intellegent clever response, when you really take it all in.
 
  • #28
Er, typo, I meant "I am by far the dumbest person to post in this thread", hehe.

And thanks a lot for clearing that up:biggrin:
 
  • #29
I wasn't worried about the typo, I got what you were saying; I just didn't know why you would preface your question by belittling yourself?
 
  • #30
While not breaking any new ground, I'd like to say to the original poster and others of his puzzlements that the following questions are far more interesting from a mathematical point of view than obtainment of an exact answer:
1. Is the equation soluble? (I.e, does there exist a solution? This can often be resolved without specifying that solution!)
2. Is an solution of an equation unique, or are there other solutions as well?
3. How would the solution (or solutions) change if we were to tweak the equation a bit?
(I.e, what is the "behaviour" of solutions to a close-knit family of equations?)
4. Can we devise an algorithm that will guarantee us to get an arbitrarily good approximation to the solution of the equation?
 
  • #31
mathwonk said:
i am puzzled. you seem to think that writing down an infinite series, represents an "exact" answer, when to me it is only a (convergent) sequence of approximations. any convergent sequence of approximations is as exact as that, no? such as a convergent Newtons process.
A finite convergent series would be an approximation, but an infinite convergent series has an exact value. You may see it as being an "infitely good approximation", which then no longer is an approximation

mathwonk said:
if what you say were true, it should be possible to say whether the sum of a series were say rational or not. so if you believe the values of the zeta function are exact expressions, are they rational?
Well, yea that may be possible to prove, but I don't know for sure and certainly not how.
Sure, in the sense that you can express any real number as its decimal expansion.
I think you still don't understand what I mean. If you do can you please show me how to find the infinite sum representation of the solution to the equation 1=sinx+2x?
If the equation uses only elementary functions, then you could even encode (presumably) the bisection formula.
explain please :p
 
  • #32
Kurret said:
CRGreathouse said:
Sure, in the sense that you can express any real number as its decimal expansion.
I think you still don't understand what I mean. If you do can you please show me how to find the infinite sum representation of the solution to the equation 1=sinx+2x?

[tex]R=\sum_{k=1}^\infty10^{-k}r_k[/tex] with [itex]r_1=3,r_2=3,r_3=5,r_4=4,r_5=1,r_6=8,r_7=0,r_8=3,\ldots.[/itex]
 
  • #33
ehj said:
I'm wondering why it is that some simple equations can't be solved for an exact answer

Why would you expect that any equation would have an exact solution?
 
  • #34
CRGreathouse said:
[tex]R=\sum_{k=1}^\infty10^{-k}r_k[/tex] with [itex]r_1=3,r_2=3,r_3=5,r_4=4,r_5=1,r_6=8,r_7=0,r_8=3,\ldots.[/itex]


How do you generate the [tex]r_n[/tex]'s?
 
  • #35
CRGreathouse said:
[tex]R=\sum_{k=1}^\infty10^{-k}r_k[/tex] with [itex]r_1=3,r_2=3,r_3=5,r_4=4,r_5=1,r_6=8,r_7=0,r_8=3,\ldots.[/itex]
Which shows that you misunderstood my post, since it looks like you have just solved the equation with a calculator and defined a sequence {rk} being the decimal expansion, right?

My question was, if you can find a solution on the form

[tex]\sum_{k=1}^{\infty} f(k,x)[/tex] where f is a function composed of elementary functions (or better, only polynomials), or maybe including more airthmetic/geometric sums of elementary functions.
 
Last edited:

Similar threads

Back
Top