9

For example, I would hear people say in the "regime" of x>3? Does it have a different meaning/origin to the "region" of x>3? To me, "region" sounds like the more proper term.

Edit: I have heard this usage in a few context in physics, electrical engineering, and machine learning. It usually involves the professors pointing at a 2D graph and articulating about the behavior of a system/model/function in these "regimes".

J.-E. Pin
  • 40,163
gdlamp
  • 305
  • 14
    I have never heard that terminology. – MathematicsStudent1122 Dec 11 '17 at 22:13
  • 1
    Perhaps that's how you call "domain" in your language. Your example would be a misusage of the terminology, though: if $f:X\to Y$ is a function, domain of $f$ is the term that indicates the set $X$. If this is the case, the appropriate way to state the sentence would be "$f$ has domain ${x\in\Bbb R,:, x>3}$" or something along those lines. –  Dec 11 '17 at 22:16
  • 8
    Regime: the conditions under which a scientific or industrial process occurs – Josh Dec 11 '17 at 22:49
  • 3
    Flame Trap is correct. It also may be used in other circumstances, depending on the author, but "regime" is occasionally used for the domain of variables that model physical processes. Often there is a connotation that the boundaries of the regime are not well-defined. (Physical measurements of continuous quantities are limited in accuracy both by measuring capability and by their definition.) I think this is a major reason "regime" is used instead of "region". – Paul Sinclair Dec 12 '17 at 03:48
  • maybe you are on to something @PaulSinclair – gdlamp Dec 13 '17 at 20:39
  • 1
    It almost certainly comes from the idea of "regimented". As in, strictly organized or controlled by something. See https://www.etymonline.com/word/regime . – DanielV Aug 16 '20 at 23:46

4 Answers4

6

The ordinary (non-scientific) meaning of "regime" has to do with governments and the laws they impose. That meaning has been carried over to scientific contexts, to refer to those domains in which certain laws or theories are valid. Thus, I might say that a certain calculation in physics is valid in the classical regime, meaning that it relies on the laws of classical physics and would not be valid in the relativistic regime (meaning when velocities are so great or gravitational fields so strong that relativity theory must be used) or the quantum regime (where the entities are so small that quantum theory must be applied). Likewise, I might refer to some range of parameters in a partial differential equation as the elliptic regime, meaning that the equation is elliptic (and I can invoke nice facts like automatic smoothness of weak solutions) when the parameters are in that range.

I hope that, if I've ever used "regime" in my own writing, I've used it in accordance with this meaning. I admit, though, that some people (possibly including me) have used "regime" just because it sounds cool.

Andreas Blass
  • 71,833
3

I think it generally means a range of conditions where a system goes into a certain qualitative kind of behavior. For instance a dripping faucet drips steadily at a low rate of flow, then goes into "period doubling" where you get pairs of drips, then groups of four... and finally "chaos" where the timing seems to be random. Also solid/liquid/gas/plasma state changes at different combinations of temperature and pressure. (I'm looking for an authoritative-seeming source for this.)

3

The term "regime" is often used in dynamical systems where there are mutiple competing influences (or terms in the equations of motion) that would each individually cause the agent to act in qualitative different ways. A "regime" doesn't usually have a sharp boundary like $x \geq 3$, but instead refers to a vague region in parameter space where one of the terms dominates all of the other ones, so that you can either ignore the other terms in the equations of motion or treat them perturbatively (hence the analogy that the dominant term is "ruling over" the dynamics, I guess).

The different regimes are usually qualitatively different from each other, and it's typically simpler to approximately analyze the behavior deep within each regime, but there are usually fuzzy boundaries with multiple effects of comparable importance, where you're not clearly within one regime or another.

tparker
  • 6,219
0

In fluid dynamics, you can have inertia-dominated regime versus diffusion-dominated regime, depending on the Reynolds Number.

Perhaps this is an example of what FlameTrap and Paul Sinclair discussed in the comments of the original question.

  • 1
    This is probably better as a comment or as an edit to the original question, as it clarifies the question but isn't an answer. – DanielV Aug 16 '20 at 23:47
  • There are currently too many comments, and it's not for extended discussion anyway (not to mention no one will see it). Also, I do provide an example where I find the use of "regime" to be natural. (Unrelated: wow just realised the question is almost three years old) – Benjamin Wang Aug 17 '20 at 01:32