Squaring finite decimals of 2/3 and 1/3 - growing patterns

  • B
  • Thread starter bahamagreen
  • Start date
  • #1
bahamagreen
1,014
52
TL;DR Summary
The number of decimal repeats feeds segments of the square with same digits
I was doing some probability calculations that include squaring a number between 0 and 1.
When I approximate 2/3 using 0.6 or 0.66 or 0.666 etc. I get an interesting series of growing same digit segments...

0.6^2=0.36
0.66^2=0.4356
0.666^2=0.443556
0.6666^2=0.44435556
0.66666^2=0.4444355556
0.666666^2=0.444443555556

And (2/3)^2=0.4444444444444...

Similar thing squaring 1/3 approximated as 0.3 or 0.33 or 0.333 etc.

What is this called?
Is it an artifact of base 10?
Sometimes a long division yields a repeating remainder so a similar string of repeats forms, but this is multiplication that produces two growing strings that preserve the digits that separate the strings.
 
  • Like
Likes PeroK
Mathematics news on Phys.org
  • #2
You can investigate this by observing that the n-th item in your sequence is
\begin{align*}\left(\frac23 \times (1 - 10^{-n})\right)^2
&=\left(\frac23\right)^2 \times \left(1 - 2 \times 10^{-n} + 10^{-2n}\right)
\\&=0.\dot4 - 0.0...(n\mathrm{\ zeros})...0\dot8 + 0.0...(2n\mathrm{\ zeros})...0\dot4
\end{align*}
That gives a decimal with zero before the decimal point and 2n digits after the decimal point, with those digits given by:
$$0.4...(n\mathrm{\ fours})...40...(n\mathrm{\ zeros})...0 - 0.0...(n\mathrm{\ zeros})...04...(n\mathrm{\ fours})...4$$
eg the 3rd number is:
\begin{align*}
&0.444000-\\
&0.000444\\
=&0.443556\end{align*}
You can see how the regularity arises from the regularity of that subtraction.

Similarly, with 1/3 we have that the n-th item is
$$0.1...(n\mathrm{\ ones})...10...(n\mathrm{\ zeros})...0 - 0.0...(n\mathrm{\ zeros})...01...(n\mathrm{\ ones})...1$$
eg the 3rd number is:
\begin{align*}
&0.111000-\\
&0.000111\\
=&0.110889\end{align*}

The neat patterns arise for 1/3 and 2/3 because d/9 has base 10 representation of d-recurring. Other bases will have similar patterns for different numerals.
 
  • Like
  • Informative
Likes dextercioby, e_jane, DrClaude and 1 other person

What is the pattern for squaring finite decimals of 2/3 and 1/3?

The pattern for squaring finite decimals of 2/3 and 1/3 is as follows:

  • When you square 2/3, the result will be 4/9.
  • When you square 1/3, the result will be 1/9.
  • When you square 2/3 and add it to 1/3 squared, the result will be 5/9.
  • When you square 1/3 and add it to 2/3 squared, the result will also be 5/9.

What is the significance of the pattern in squaring finite decimals of 2/3 and 1/3?

The pattern in squaring finite decimals of 2/3 and 1/3 is significant because it shows that when you square fractions with the same denominator, the sum of the squared fractions will always be equal to the square of the sum of the fractions. In other words, (a/b)^2 + (c/b)^2 = (a+c)^2/b^2.

How can this pattern be extended to other fractions?

This pattern can be extended to other fractions by following the same steps. First, square each fraction separately. Then, add the squared fractions together. Finally, square the sum of the fractions. The result will always be the same, regardless of the fractions used.

Is this pattern applicable to all fractions?

Yes, this pattern is applicable to all fractions. As long as the fractions have the same denominator, the pattern will hold true. However, if the fractions have different denominators, the pattern will not apply.

How can this pattern be used in real-world applications?

This pattern can be used in real-world applications in various fields such as mathematics, physics, and engineering. For example, in physics, this pattern can be used to calculate the total energy of a system by squaring the individual energies and then adding them together. In engineering, this pattern can be used to calculate the total resistance in a circuit by squaring the individual resistances and then adding them together. This pattern can also be used in financial calculations, such as calculating compound interest.

Similar threads

  • General Math
Replies
4
Views
723
Replies
5
Views
1K
Replies
1
Views
3K
  • General Math
Replies
2
Views
13K
  • Linear and Abstract Algebra
Replies
2
Views
2K
  • STEM Academic Advising
Replies
13
Views
2K
  • Biology and Chemistry Homework Help
Replies
1
Views
3K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
2
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
2
Views
3K
Back
Top