Fitts' law

In ergonomics, Fitts' law (or Fitts's law) is a principle of human movement published in 1954 by Paul Fitts which predicts the time required to move from a starting position to a final target area. The kind of motion it describes is aimed and rapid. The time needed to acquire a target is a function of the distance to the target, and the size of the target. Fitts' law is used to model the act of pointing, both in the real world, for example, with a hand or finger and on computers, for example, with a mouse.

Contents

The model

Mathematically, Fitts' law has been formulated a few different ways. One common form is the Shannon formulation (proposed by Scott MacKenzie, and named for its resemblance to Shannon's theorem), which, for movement along a single dimension, states:

<math>T = a + b \log_2 \left(\frac{D}{W}+1\right)<math>

where

  • T is the average time taken to complete the movement. (Traditionally, researchers have used the symbol MT for this, to mean movement time.)
  • a and b are empirical constants, and can be determined by fitting a straight line to measured data.
  • D is the distance from the starting point to the center of the target. (Traditionally, researchers have used the symbol A for this, to mean the amplitude of the movement.)
  • W is the width of the target measured along the axis of motion. W can also be thought of as the allowed error tolerance in the final position, since the final point of the motion must fall within +/- W/2 of the target's centre.

From the equation, we see a speed-accuracy tradeoff associated with pointing, whereby targets that are smaller and/or further away require more time to acquire.

Success and implications of Fitts' law

Fitts' law is an unusually successful and well-studied model. Experiments that reproduce Fitts' results, and/or demonstrate the applicability of Fitts' law in somewhat different situations, are not difficult to perform. The measured data in such experiments often fit a straight line with a correlation coefficient of 0.95 or higher, a sign that the model is very accurate.

Although Fitts only published two articles on his law (Fitts 1954, Fitts and Peterson 1964), hundreds of subsequent studies related to it are in human-computer interaction (HCI) literature, and quite possibly thousands of studies published in the larger psychomovement literature. Fitts' law's first HCI application was by Card, English, and Burr (1978), who used the index of performance (IP) to compare performance of different input devices, with the mouse coming out on top. (This early work, according to Stuart Card's biography, "was a major factor leading to the mouse's commercial introduction by Xerox" [1] (http://www.bcs-hci.org.uk/interfaces/interfaces50.pdf).) Fitts' law has been shown to apply under a variety of conditions, with many different limbs (hands, feet, head-mounted sights, eye gaze), manipulanda (input devices), physical environments (including underwater!), and user populations (young, old, retarded, and drugged participants). Note that the constants a, b, IP have different values under each of these conditions.

Since the advent of graphical user interfaces, Fitts' law has been applied to tasks where the user must position the mouse cursor over an on-screen target, such as a button or other widget. Fitts' law can model both point-and-click and drag-and-drop actions. (Note that dragging has a lower IP associated with it, because the increased muscle tension makes pointing more difficult.) Despite the model's appeal, it should be remembered that in its original and strictest form:

  • applies only to movement in a single dimension and not to movement in two dimensions (though it is successfully extended to two dimensions in the Accot-Zhai steering law);
  • describes simple motor response of, say, the human hand, failing to account for software acceleration usually implemented for a mouse cursor;
  • describes untrained movements, not movements that are executed after months or years of practice (though some argue that Fitts' law models behaviour that is so low level, that extensive training doesn't make much difference).

If, as generally claimed, the law does hold true for pointing with the mouse, some consequences for user interface design:

  • Buttons and other widgets to be selected in GUIs should be a reasonable size, it is very difficult to click on small ones.
  • Edges (e.g. menubar in Mac OS) and corners of the computer display are particularly easy to acquire because the pointer remains at the screen edge regardless of how much further the mouse is moved, thus can be considered as having infinite width.
  • Popup menus can usually be opened faster than pull-down menus, since the user avoids travel.
  • Pie menu items typically are selected faster and have a lower error rate than linear menu items, for two reasons: because pie menu items are all the same, small distance from the centre of the menu, and their wedge-shaped target areas (which usually extend out to the screen edge) are very large.

Fitts' law remains one of the only hard, reliable human-computer interaction predictive models, joined more recently by the Accot-Zhai steering law, which is derived from Fitts' law.

See also Hick's law, which models user decision making time.

Some mathematical details

The logarithm in Fitts' law is called the index of difficulty ID for the target, and has units of bits. We can rewrite the law as

<math>ID = \log_2 \left(\frac{D}{W}+1\right)<math>
<math>T = a + b ID<math>

Thus, the units for b are time/bit, e.g. milliseconds/bit. The constant a can be thought of as incorporating reaction time and/or the time required to click a button.

The values for a and b change as the conditions under which pointing is done are changed. For example, a mouse and stylus may both be used for pointing, but have different constants a and b associated with them.

An index of performance IP (also called throughput TP), in bits/time, can be defined to characterize how quickly pointing can be done, independent of the particular targets involved. There are two conventions for defining IP: one is IP = 1/b (which has the disadvantage of ignoring the effect of a), the other is IP = IDaverage/MTaverage (which has the disadvantage of depending on an arbitrarily chosen "average" ID). For a discussion of these two conventions, see Zhai (2002). Whatever definition is used, measuring the IP of different input devices allows the devices to be compared with respect to their pointing capability.

Slightly different from the Shannon formulation is the original formulation by Fitts

<math>ID = \log_2 \left(\frac{2D}{W}\right)<math>

The factor of 2 here is not particularly important; this form of the ID can be rewritten with the factor of 2 absorbed as changes in the constants a, b. The "+1" in the Shannon form, however, does make it different from Fitts' original form, especially for low values of the ratio D/W. The Shannon form has the advantage that the ID is always non-negative, and has been shown to better fit measured data.

A derivation of Fitts' law

Fitts' law can be derived from various models of motion. A very simple model, involving discrete, deterministic responses, is considered here. Although this model is overly simplistic, it provides some intuition for Fitts' law.

Assume that the user moves toward the target in a sequence of submovements. Each submovement requires a constant time t to execute, and moves a constant fraction 1-r of the remaining distance to the centre of the target, where 0 < r < 1. Thus, if the user is initially at a distance D from the target, the remaining distance after the first submovement is rD, and the remaining distance after the nth submovement is rnD. (In other words, the distance left to the target's centre is a function that decays exponentially over time.) Let N be the (possibly fractional) number of submovements required to fall within the target. Then,

<math>r^N D = \frac{W}{2}<math>

Solving for N:

N <math>= \log_r \frac{W}{2D}<math>
<math>= \frac{1}{log_2 r} \log_2 \frac{W}{2D}<math> (because logxy = (logzy)/(logzx))
<math>= \frac{1}{log_2 1/r} \log_2 \frac{2D}{W}<math> (because logxy = - logx1/y)

The time required for all submovements is:

<math>T = Nt = \frac{t}{log_2 1/r} \log_2 \frac{2D}{W}<math>

By defining appropriate constants a and b, this can be rewritten as

<math>T = a + b \log_2 \frac{D}{W}<math>

The above derivation is similar to one given in Card, Moran, and Newell (1983). For a critique of the deterministic iterative-corrections model, see Meyer et al. (1990).

References

  • Original work
    • Paul M. Fitts (1954). The information capacity of the human motor system in controlling the amplitude of movement. Journal of Experimental Psychology, volume 47, number 6, June 1954, pp. 381-391. (Reprinted in Journal of Experimental Psychology: General, 121(3):262--269, 1992).
    • Paul M. Fitts and James R. Peterson (1964). Information capacity of discrete motor responses. Journal of Experimental Psychology, 67(2):103--112, February 1964.
  • Selected subsequent work
    • The first application of Fitts' law to HCI
      • Stuart K. Card, William K. English, and Betty J. Burr (1978). Evaluation of mouse, rate-controlled isometric joystick, step keys, and text keys for text selection on a CRT. Ergonomics, 21(8):601--613, 1978.
    • Extending Fitts' law to 2 dimensions (bivariate targets)
      • I. Scott MacKenzie and William A. S. Buxton (1992). Extending Fitts' law to two-dimensional tasks. Proceedings of ACM CHI 1992 Conference on Human Factors in Computing Systems, pp. 219--226. http://doi.acm.org/10.1145/142750.142794
      • A. Murata. Extending effective target width in Fitts' law to a two-dimensional pointing task. International Journal of Human-Computer Interaction, 11(2):137--152, 1999.
      • Johnny Accot and Shumin Zhai (2003). Refining Fitts' law models for bivariate pointing. Proceedings of ACM CHI 2003 Conference on Human Factors in Computing Systems, pp. 193--200. http://doi.acm.org/10.1145/642611.642646
    • Extending Fitts' law to goal passing and crossing
      • Johnny Accot and Shumin Zhai (2002). More than dotting the i's --- foundations for crossing-based interfaces. Proceedings of ACM CHI 2002 Conference on Human Factors in Computing Systems, pp. 73--80. http://doi.acm.org/10.1145/503376.503390
  • Overviews
    • Stuart K. Card, Thomas P. Moran, Allen Newell (1983). The Psychology of Human-Computer Interaction.
    • I. Scott MacKenzie (1992). Fitts' law as a research and design tool in human-computer interaction. Human-Computer Interaction, volume 7, 1992, pp. 91-139.
    • Meyer, D. E., Smith, J. E. K., Kornblum, S., Abrams, R. A., & Wright, C. E. (1990). Speed-accuracy tradeoffs in aimed movements: Toward a theory of rapid voluntary action. In M. Jeannerod (Ed.), Attention and performance XIII (pp. 173-226). Hillsdale, NJ: Lawrence Erlbaum. http://www.umich.edu/~bcalab/Meyer_Bibliography.html
    • A. T. Welford (1968). Fundamentals of Skill. Methuen, 1968.
  • Regarding two conventions on the definition of index of performance IP

External links

Navigation

  • Art and Cultures
    • Art (https://academickids.com/encyclopedia/index.php/Art)
    • Architecture (https://academickids.com/encyclopedia/index.php/Architecture)
    • Cultures (https://www.academickids.com/encyclopedia/index.php/Cultures)
    • Music (https://www.academickids.com/encyclopedia/index.php/Music)
    • Musical Instruments (http://academickids.com/encyclopedia/index.php/List_of_musical_instruments)
  • Biographies (http://www.academickids.com/encyclopedia/index.php/Biographies)
  • Clipart (http://www.academickids.com/encyclopedia/index.php/Clipart)
  • Geography (http://www.academickids.com/encyclopedia/index.php/Geography)
    • Countries of the World (http://www.academickids.com/encyclopedia/index.php/Countries)
    • Maps (http://www.academickids.com/encyclopedia/index.php/Maps)
    • Flags (http://www.academickids.com/encyclopedia/index.php/Flags)
    • Continents (http://www.academickids.com/encyclopedia/index.php/Continents)
  • History (http://www.academickids.com/encyclopedia/index.php/History)
    • Ancient Civilizations (http://www.academickids.com/encyclopedia/index.php/Ancient_Civilizations)
    • Industrial Revolution (http://www.academickids.com/encyclopedia/index.php/Industrial_Revolution)
    • Middle Ages (http://www.academickids.com/encyclopedia/index.php/Middle_Ages)
    • Prehistory (http://www.academickids.com/encyclopedia/index.php/Prehistory)
    • Renaissance (http://www.academickids.com/encyclopedia/index.php/Renaissance)
    • Timelines (http://www.academickids.com/encyclopedia/index.php/Timelines)
    • United States (http://www.academickids.com/encyclopedia/index.php/United_States)
    • Wars (http://www.academickids.com/encyclopedia/index.php/Wars)
    • World History (http://www.academickids.com/encyclopedia/index.php/History_of_the_world)
  • Human Body (http://www.academickids.com/encyclopedia/index.php/Human_Body)
  • Mathematics (http://www.academickids.com/encyclopedia/index.php/Mathematics)
  • Reference (http://www.academickids.com/encyclopedia/index.php/Reference)
  • Science (http://www.academickids.com/encyclopedia/index.php/Science)
    • Animals (http://www.academickids.com/encyclopedia/index.php/Animals)
    • Aviation (http://www.academickids.com/encyclopedia/index.php/Aviation)
    • Dinosaurs (http://www.academickids.com/encyclopedia/index.php/Dinosaurs)
    • Earth (http://www.academickids.com/encyclopedia/index.php/Earth)
    • Inventions (http://www.academickids.com/encyclopedia/index.php/Inventions)
    • Physical Science (http://www.academickids.com/encyclopedia/index.php/Physical_Science)
    • Plants (http://www.academickids.com/encyclopedia/index.php/Plants)
    • Scientists (http://www.academickids.com/encyclopedia/index.php/Scientists)
  • Social Studies (http://www.academickids.com/encyclopedia/index.php/Social_Studies)
    • Anthropology (http://www.academickids.com/encyclopedia/index.php/Anthropology)
    • Economics (http://www.academickids.com/encyclopedia/index.php/Economics)
    • Government (http://www.academickids.com/encyclopedia/index.php/Government)
    • Religion (http://www.academickids.com/encyclopedia/index.php/Religion)
    • Holidays (http://www.academickids.com/encyclopedia/index.php/Holidays)
  • Space and Astronomy
    • Solar System (http://www.academickids.com/encyclopedia/index.php/Solar_System)
    • Planets (http://www.academickids.com/encyclopedia/index.php/Planets)
  • Sports (http://www.academickids.com/encyclopedia/index.php/Sports)
  • Timelines (http://www.academickids.com/encyclopedia/index.php/Timelines)
  • Weather (http://www.academickids.com/encyclopedia/index.php/Weather)
  • US States (http://www.academickids.com/encyclopedia/index.php/US_States)

Information

  • Home Page (http://academickids.com/encyclopedia/index.php)
  • Contact Us (http://www.academickids.com/encyclopedia/index.php/Contactus)

  • Clip Art (http://classroomclipart.com)
Toolbox
Personal tools