this post was submitted on 08 Oct 2023
50 points (81.2% liked)

Ask Science

8471 readers
79 users here now

Ask a science question, get a science answer.


Community Rules


Rule 1: Be respectful and inclusive.Treat others with respect, and maintain a positive atmosphere.


Rule 2: No harassment, hate speech, bigotry, or trolling.Avoid any form of harassment, hate speech, bigotry, or offensive behavior.


Rule 3: Engage in constructive discussions.Contribute to meaningful and constructive discussions that enhance scientific understanding.


Rule 4: No AI-generated answers.Strictly prohibit the use of AI-generated answers. Providing answers generated by AI systems is not allowed and may result in a ban.


Rule 5: Follow guidelines and moderators' instructions.Adhere to community guidelines and comply with instructions given by moderators.


Rule 6: Use appropriate language and tone.Communicate using suitable language and maintain a professional and respectful tone.


Rule 7: Report violations.Report any violations of the community rules to the moderators for appropriate action.


Rule 8: Foster a continuous learning environment.Encourage a continuous learning environment where members can share knowledge and engage in scientific discussions.


Rule 9: Source required for answers.Provide credible sources for answers. Failure to include a source may result in the removal of the answer to ensure information reliability.


By adhering to these rules, we create a welcoming and informative environment where science-related questions receive accurate and credible answers. Thank you for your cooperation in making the Ask Science community a valuable resource for scientific knowledge.

We retain the discretion to modify the rules as we deem necessary.


founded 1 year ago
MODERATORS
 

Seems like it should and the result should be one. Does mathematics agree with me on that?

you are viewing a single comment's thread
view the rest of the comments
[–] idiomaddict@feddit.de 8 points 11 months ago (2 children)

I need you to explain that one. Specific zeros? Aren’t they all just equal to zero?

[–] EnderofGames@sh.itjust.works 8 points 11 months ago* (last edited 11 months ago)

Indeterminate forms come from limits. It's not the question you asked, and I think this answer was a little off the mark because of it. For the sake of shared knowledge, I will explain anyways:

When looking at a limit, it's important to note that you aren't working with zero (or infinity, or any number you are studying the limit of), what you are working with are numbers approaching the limit. For example, for (x+1)/(x), the expression has no equivalent value at x=0, as 1/0 does not exist. We can see why if we use the limit as x approaches zero. The numerator will approach 1, and the denominator approaches 0. The numerator has little impact on the value of the expression, but the denominator... dominates the value, for the pun. And, while we can't evaluate at 0, we can put really small numbers in there and see what happens- and what happens is the expression becomes incredibly large. I'm sure that if you don't see where this is going, you can go to Desmos or some other graphing calculator and try it for yourself.

As far as the indeterminate form- 0/0 is always undefined, at least in most mathematics. However, if you were to look at equations :

  • y = x/x
  • y= x^2^/x
  • y= x/x^2^

you'll see the curves behaving differently around x=0. The first makes 0/0 look like 1, the second makes 0/0 look like 0, and the last will make 0/0 look like infinity*. Once again, note, however: 0/0 does not exist, and there is discontinuity on all of these curves at x=0.

*Edit: or negative infinity, I forgot that this limit doesn't exist. Even though the limit doesn't exist, it is still a useful example.

[–] RedwoodAnarchy@lemm.ee 5 points 11 months ago

It's a calculus thing. We can only give the expression a value if we know the functions giving us a zero value that are being devided. For example if we were dividing the function (X) by the function (X^2) at zero our we would get infinity (Wikipedia has a pretty good page on indeterminate forms).

You could also think of it like multiplying both the numerator and denominator of a fraction by 0. This should preserve the fractions value, but multiplying by 0 essentially erases both values so we can no longer know what the fraction equals unless we know how both values came to be 0.