How to Compute Base 3 Floating Point Expansion of 1/4?

In summary, to compute the base 3 decimal expansion of 1/4, you can use long division and perform all arithmetic in base 3. The first nonzero digit in the expansion is 0.0 and you continue the process until you reach the desired accuracy. This is referred to as the base 3 floating point expansion.
  • #1
hedipaldi
210
0

Homework Statement



How to compute the base 3 decimal expansion of 1/4?

Homework Equations





The Attempt at a Solution


I tried sums of geometric sequences,but i need a clue for the computation.
 
Physics news on Phys.org
  • #2
hedipaldi said:

Homework Statement



How to compute the base 3 decimal expansion of 1/4?

Homework Equations


The Attempt at a Solution


I tried sums of geometric sequences,but i need a clue for the computation.

You know how to find 1/4=0.25 in base 10 using long division, right? In base 3 that's 1/11. Do the same process, just do all the arithmetic in base 3.
 
  • #3
So far i already got.How to proceed?
 
  • #4
hedipaldi said:
So far i already got.How to proceed?

Just do it. 11 goes into 1 zero times. So you write down 0. and 'bring down' a 0. Now you've got 11 into 10. Still zero times. Answer so far 0.0, bring down another 0. Now you've got 11 into 100 in base 3. So what's the first nonzero digit in the expansion? Multiply subtract and keep going. I'm not really sure how else to explain it in words.
 
  • #5
Thank's a lot.
 
  • #6
Just as a nitpicking point, it is not correctly called base 3 DECIMAL expansion since "decimal" is specifically for the base 10 system. It is called "base 3 floating point" expansion.
 

FAQ: How to Compute Base 3 Floating Point Expansion of 1/4?

What is the base 3 decimal expansion?

The base 3 decimal expansion is a representation of a number in the base 3 number system. It consists of digits 0, 1, and 2 and follows the same principles as the base 10 decimal system but with a different base.

How is the base 3 decimal expansion calculated?

The base 3 decimal expansion is calculated by dividing a number by 3 and noting the remainder. The remainder becomes the least significant digit, and the quotient is divided again until the quotient becomes 0. The digits are then arranged in reverse order to get the base 3 decimal expansion of the number.

What is the significance of using base 3 in decimal expansion?

Using different bases in the decimal expansion allows us to represent numbers in a more concise and efficient way. In base 3, there are only 3 digits, making it easier to perform calculations and store large numbers.

How does the base 3 decimal expansion compare to other bases?

The base 3 decimal expansion is similar to other bases in terms of principles, but it uses a different set of digits. For example, in the binary system (base 2), there are only 2 digits (0 and 1), while in the hexadecimal system (base 16), there are 16 digits (0-9 and A-F).

Can all numbers be represented in the base 3 decimal expansion?

Yes, all numbers can be represented in the base 3 decimal expansion. However, some numbers may have recurring digits and may not have a finite representation in base 3, just like how 1/3 has a recurring decimal in the base 10 system.

Similar threads

Back
Top