Limit of Ratio Function with Dots and Filled Numbers: Understanding the Results

In summary: The error is only about 6e-8, which is pretty good for an estimate using only 6 terms of the expansion.In summary, the function \frac{1}{\sqrt{100..1^2+199...9}- 100...1} can be approximated using a series expansion which shows that the result is very close to 10. This is because the quantity being squared is much larger than the second term in the denominator, making the series converge rapidly.
  • #1
bobie
Gold Member
720
2

Homework Statement


This is not homework
Could you help me understand what happens to this function
[tex]\frac{1}{\sqrt{100..1^2+199...9}- 100...1}[/tex]
when the dots are filled with 0's and 9's , shouldn't the result be 1/.99999...)= 1.?

but if to this input (http://m.wolframalpha.com/input/?i=1/+((sqrt(100000001^2+199999999)-100000001)&x=9&y=1) ≈ 1.000 000 02,
I add one digit :(http://m.wolframalpha.com/input/?i=1/+((sqrt(1000000001^2+1999999999)-1000000001)&x=6&y=7),
I get: ≈ 0.00002262 which is 1/44208.7

shouldn't it be 1.000 000 002 ?
 
Last edited:
Physics news on Phys.org
  • #2
bobie said:

Homework Statement


This is not homework
Could you help me understand what happens to this function
[tex]\frac{1}{\sqrt{100..1^2+199...9}- 100...1}[/tex]
when the dots are filled with 0's and 9's , shouldn't the result be 1/.99999...)= 1.?

but if to this input (http://m.wolframalpha.com/input/?i=1/+((sqrt(100000001^2+199999999)-100000001)&x=9&y=1) ≈ 1.000 000 02,
I add one digit :(http://m.wolframalpha.com/input/?i=1/+((sqrt(1000000001^2+1999999999)-1000000001)&x=6&y=7),
I get: ≈ 0.00002262 which is 1/44208.7

shouldn't it be 1.000 000 002 ?

How many 0's and 9's are there to be filled in? If the 0's and 9's are never ending, then there is no such a thing as 100...^2 or 199... : these are just ∞. Also, in this case there is no such a thing as a last digit as in your 100...1 and 199...9. On the other hand, if the number of filled-in 0's and 9's is finite and limited, the answer will depend to some extent on exactly how many are used, and also whether the number of filled-in 0's is the same as the number of 9's.
 
  • #3
Ray Vickson said:
the number of filled-in 0's and 9's is finite and limited, the answer will depend to some extent on exactly how many are used, and also whether the number of filled-in 0's is the same as the number of 9's.

Ray, you can check that in the second link there is just one more 0,9,0, (10 digits vs 9 digits in the first,
why the result?
 
  • #4
bobie said:

See the small subscript 2 on the 1000000001s of the second link? That means Wolfram interprets them as binary numbers, so you definitely won't get the results you were expecting. This is how you get approx. 1.000000002.
 
  • Like
Likes 1 person
  • #5
bogie, the problem is how wolfram alpha parses your expressions. In your first link, wolfram alpha interprets 100000001 as a being decimal number. In your second link, it interprets 1000000001 as being a binary number.

Edit DeIdeal beat me to it!
 
  • Like
Likes 1 person
  • #6
D H said:
The problem is how wolfram alpha parses your expressions. In your first link, wolfram alpha interprets 100000001 as a being decimal number. In your second link, it interprets 1000000001 as being a binary number.
Thanks, I eluded the problem with an artifice (100000000000-1*-1)):http://m.wolframalpha.com/input/?i=...000000000*1-1^2)-(100000000000-1*-1))&x=9&y=8
Di you know if it is possible to get a curve at alpha , just giving four or five points?
 
  • #7
  • #8
bobie said:

Homework Statement


This is not homework
Could you help me understand what happens to this function
[tex]\frac{1}{\sqrt{100..1^2+199...9}- 100...1}[/tex]
when the dots are filled with 0's and 9's , shouldn't the result be 1/.99999...)= 1.?

but if to this input (http://m.wolframalpha.com/input/?i=1/+((sqrt(100000001^2+199999999)-100000001)&x=9&y=1) ≈ 1.000 000 02,
I add one digit :(http://m.wolframalpha.com/input/?i=1/+((sqrt(1000000001^2+1999999999)-1000000001)&x=6&y=7),
I get: ≈ 0.00002262 which is 1/44208.7

shouldn't it be 1.000 000 002 ?

The result is approximately 10.000 ... (not nearly 1.0!).Wolfram Alpha delivers this if you write something that forces it to interpret 1000000001 in decimal instead of binary. For example, if we write 1000000005-4 instead, we get correct results;
see http://www.wolframalpha.com/input/?i=1%2F%28sqrt%28%281000000005-4%29^2%2B199999999%29-%281000000005-4%29%29

It is useful to re-write the problem in a more "understandable" form. Your quantity is
[tex] F = \frac{1}{\sqrt{a^2 + b} - a}, \\
\text{where } a = 1000000001, \; b = 199999999 [/tex]
Since ##b << a^2## we can get a rapidly-converging series expansion that is much more insightful than the original expression. We can write
[tex] F = \frac{1}{a} \frac{1}{\sqrt{1+r}-1}, \; r = b/a^2.[/tex]
For small ##r## we have a rapidly-converging expansion
[tex] \sqrt(1+r)-1 = \frac{1}{2}r - \frac{1}{8} r^2 + \frac{1}{16}r^3
- \frac{5}{128} r^4 + \frac{7}{256} r^5 + \cdots [/tex]
In our case ##r = b/a^2 \doteq 0.1999999986e-9,## so each new term is about a billion times smaller than the preceding term. Just taking a few terms should give very high precision. Plugging that series for the denominator of F and converting that to another series, we finally get
[tex]F = 2\frac{a}{b} +\frac{1}{2}\frac{1}{a} -\frac{1}{8} \frac{b}{a^3}
+\frac{1}{16} \frac{b^2}{a^5} -\frac{5}{128} \frac{b^3}{a^7}
+\frac{7}{256} \frac{b^4}{a^9} + \cdots [/tex]
For the current case the successive terms in the expansion of F are
[tex] \text{term 1} \doteq 10.000000060000000300\\
\text{term 2} \doteq 0.49999999950000000050e-9 \\
\text{term 3} \doteq -0.24999999800000000525e-19\\
\text{term 4} \doteq 0.24999999625000002250e-29 \\
\text{term 5} \doteq -0.31249999312500006500e-39 \\
\text{term 6} \doteq 0.43749998731250016406e-49
[/tex]
This shows very clearly that F is very near 10.0. The above input for Wolfram Alpha gives 10.000000060500000299475001500702507498937225001732106.
 

1. What is a limit of a ratio function?

A limit of a ratio function is the value that the ratio function approaches as the input values get closer and closer to a certain value, known as the limit value. It represents the behavior of the ratio function at that particular point.

2. How do you calculate the limit of a ratio function?

The limit of a ratio function can be calculated by evaluating the ratio function at values closer and closer to the limit value. This can be done either numerically, by plugging in values and observing the trend, or algebraically, by using mathematical techniques such as factoring, rationalization, or L'Hopital's rule.

3. What do the dots and filled numbers in the limit of a ratio function represent?

The dots represent the input values getting closer and closer to the limit value, while the filled numbers represent the corresponding output values of the ratio function. Together, they show the trend and behavior of the ratio function as the input values approach the limit value.

4. What do the results of a limit of a ratio function tell us?

The results of a limit of a ratio function tell us the value that the ratio function approaches at a specific point. This can help us understand the behavior and properties of the ratio function, such as whether it is continuous, has a vertical or horizontal asymptote, or has a finite or infinite limit.

5. Why is understanding the limit of a ratio function important?

Understanding the limit of a ratio function is important because it allows us to predict the behavior of the ratio function at a certain point, even if the function is not defined at that point. This can be useful in various fields of science and mathematics, such as calculus, physics, and engineering, where the behavior of functions is crucial in solving real-world problems.

Back
Top