| New Reply |
Number of digits in a number? |
Share Thread | Thread Tools |
| Feb23-11, 09:16 AM | #1 |
|
|
Number of digits in a number?
I was playing around with my calculator and I noticed that to calculate the number of digits in a number n we have # of digits in n = [log(n) + 1], where log is in base 10 and [] represents the floor function. I after looked this up and it seems like its true. But how would you go about proving something like this? I thought of writing n as its decimal expansion, and then taking the logarithm, but it doesn't seem to get me no where. Any ideas?
|
| Feb23-11, 10:00 AM | #2 |
|
|
Let x be a number, then it is easy to see that
x has n digits if and only if [tex]10^{n-1}\leq x<10^{n}[/tex]. If we apply your expression on this, then we obtain [tex]n=\log(10^{n-1})+1\leq \log(x)+1<\log(10^n)+1=n+1[/tex] This yields that [tex][\log(x)+1]=n[/tex]. |
| Feb23-11, 10:01 AM | #3 |
|
|
A number, n, has "d" digits if and only if [itex]10^{d-1}\le n< 10^d[/itex]. Take the logarithm (base 10) of each part of that, using the fact that logarithm is an increasing function.
|
| Feb23-11, 10:13 AM | #4 |
|
|
Number of digits in a number?
Ahhh didn't think of that. Thanks a lot to both of you! :)
|
| Feb23-11, 07:41 PM | #5 |
|
|
|
| Feb23-11, 09:27 PM | #6 |
|
|
|
| New Reply |
| Thread Tools | |
Similar Threads for: Number of digits in a number?
|
||||
| Thread | Forum | Replies | ||
| Divisibility by 11 for all palindromes with an even number of digits | Calculus & Beyond Homework | 6 | ||
| A three-digit number is drawn out of the digits from 0-9. | Set Theory, Logic, Probability, Statistics | 1 | ||
| 100cr digits number writing a paper | General Math | 15 | ||
| Number of digits in n! | Programming & Comp Sci | 8 | ||
| Question about determining digits of a number | Precalculus Mathematics Homework | 1 | ||