Calculators What is the meaning of this notation?

  • Thread starter Thread starter WMDhamnekar
  • Start date Start date
  • Tags Tags
    Notation
AI Thread Summary
In the discussion regarding the HP 50g emulator and the computation of the limit of the expression as x approaches infinity, participants explore the meaning of the notation "+:0." It is suggested that this notation indicates approaching the limit from the right, contrasting with "-:0" for the left. The limit of the expression is determined to be infinity, and concerns are raised about the emulator potentially providing incorrect results due to stack overflow issues when values exceed certain thresholds. Participants also reference the HP 50G User Guide for clarification on limit computations, noting that the manual does not explicitly mention "+:0." Overall, the conversation highlights the challenges of using the emulator for complex calculations and the importance of understanding the underlying mathematical concepts.
WMDhamnekar
MHB
Messages
376
Reaction score
28
In hp 50g emulator, I performed this computation ## \lim\limits_{x\to\infty} [2^{2x} \times (\frac13)^x + (\frac12)^{2x}\times (\frac23)^x ]##
1678520543917.png
What is the meaning of +:0 ?
 
Computer science news on Phys.org
Did you try to estimate the answer ?
Another thing you can do: look at the terms separately

##\ ##
 
WMDhamnekar said:
Would you tell me on which page(page number), I shall get the information about +:0 ?
Can you make an effort yourself? I just suggested that the manual would contain the information you were looking for.

Have you computed limits on this calculator before? Have you tried a limit that you know what it should be?

Clearly the limit of your expression is ##+ \infty##
 
  • Like
Likes WMDhamnekar and topsquark
I think the expression means you are approaching the limit from the right ( +:0 ) vs ( -:0 ) for approaching from the left.

As an aside, I searched for this +:0 using Google search (hp calculator +:0), and nothing came up. The "hp calculator" results superseded everything else.

Looking back in the manual provided by @malawi_glenn on page 11.2, I did find a reference to using +0 and -0 but not +:0 or -:0.

As a student or programmer, I wouldn't have guessed that usage from +0 or -0 in the manual.
 
Last edited:
  • Like
  • Informative
Likes Wrichik Basu, WMDhamnekar and topsquark
jedishrfu said:
I think the expression means you are approaching the limit from the right ( +:0 ) vs ( -:0 ) for approaching from the left.
I don't think that makes any sense, as the limit is as x approaches infinity. And per @malawi_glenn, the limit itself is infinity.
 
  • #10
WMDhamnekar said:
gave wrong answer because its stacks are overflowed when maxR > +9E499 or minR < -9E499.
In our finite world (Universe?) I doubt it makes much difference. 🤪
 
Back
Top