Quick doubt on converting a decimal to a fraction I'm trying to solve a problem that requires me to find the roots of the equation −x^4+10x^2−x−20=0 By making use of Newton's method, symbolab's equation calculator has found one root to be x~~−2.79129...:x=−(sqrt(21)+1)/2 My question is pretty basic, actually: how did they convert the decimal number on the left to the neat faction on the right? I couldn't get to it the way I've learned to convert decimals. Thanks very much in advance.

likovnihuj

likovnihuj

Answered question

2022-09-15

Quick doubt on converting a decimal to a fraction
I'm trying to solve a problem that requires me to find the roots of the equation
x 4 + 10 x 2 x 20 = 0
By making use of Newton's method, symbolab's equation calculator has found one root to be
x 2.79129... : x = 21 + 1 2
My question is pretty basic, actually: how did they convert the decimal number on the left to the neat faction on the right? I couldn't get to it the way I've learned to convert decimals. Thanks very much in advance.

Answer & Explanation

GrEettarim3

GrEettarim3

Beginner2022-09-16Added 6 answers

You have accepted another answer, but here is an explanation of how a program or web site could find an expression such as the one given for a floating-point value.
If you have reason to believe that a given floating-point number is a quadratic irrational number, a program can check if that hypothesis is reasonable and, if it is reasonable, give an expression for the value.
The program first finds the continued fraction expansion of the given value. In our case, it is easier to look at | x | 2.79128784747792. The first quotient is i n t ( x ) = 2. To get the later ones, replace x with 1 f r a c ( x ) and take the integer part again. For the given value we get the quotients
[ 2 ; 1 , 3 , 1 , 3 , 1 , 3 , ]
We see that the quotients are repeating. If we keep going, the inherent inaccuracies of the floating-point format will ruin the pattern, but we have good reason to believe that the repetition would be infinite. This repeating pattern in a continued-fraction expansion means the value is a quadratic irrational.
Plain algebra can then be used to find an expression for that value. In this case we see for the repeating part that
u = 1 + 1 3 + 1 u
u = 1 + 1 3 + 1 u
Plain algebra can then be used to find an expression for that value. In this case we see for the repeating part that
u = 1 + 1 3 + 1 u
Solving that leads to the quadratic equation 3 u 2 3 u 1 = 0, which has the one positive solution u = 3 + 21 6 , then we find x from
x = 2 + 1 u
which of course is x = 1 + 21 2 . This entire process can be automated. Again, the limitations of the floating-point format make this uncertain to get the exact correct value, but using extended-precision arithmetic can make mistakes very few.
Hagman7v

Hagman7v

Beginner2022-09-17Added 3 answers

You are making an assumption that they figured the decimal first and converted it the fraction second.
In actuality they did the exact opposite. They used the quadratic formula to get the fraction, Which is accurate and exact. Then they calculated and estimated it to be approximately the decimal on the right.
Converting an irrational decimal to a fraction with the nescessary symbols is impossible for the obvious reason we can not ever have a complete decimal representation of an irrational number.

Do you have a similar question?

Recalculate according to your conditions!

Ask your question.
Get an expert answer.

Let our experts help you. Answer in as fast as 15 minutes.

Didn't find what you were looking for?