ArticleslgStudy

mathematics

Operation (mathematics)

Operation (mathematics) is a mathematics topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Operation (mathematics) rather than just read about it. In short: In mathematics, an operation is a function that takes as input a fixed number of elements of a set and returns an element of the same set. For example, addition on real numbers is an operation that accepts two real numbers and returns a real number.

Operation (mathematics) — main illustration
Operation (mathematics) — illustration

Key takeaways

  • Operation (mathematics) belongs to mathematics; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Operation (mathematics) to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Operation (mathematics) from memory before moving on to harder problems.

Reference excerpt

In mathematics, an operation is a function that takes as input a fixed number of elements of a set and returns an element of the same set. For example, addition on real numbers is an operation that accepts two real numbers and returns a real number. In general, the input values may be called "operands" or "arguments". The number of operands is the arity of the operation. The arity is usually one of 0 , 1 , 2 , … {\displaystyle 0,1,2,\ldots } . The most commonly studied operations are binary operations (i.e., operations of arity 2), such as addition and multiplication, and unary operations (i.e., operations of arity 1), such as additive inverse and multiplicative inverse. An operation of arity 0, or nullary operation, is a constant. The mixed product is an example of an operation of arity 3, also called ternary operation. The four classical operations are addition, subtraction, multiplication, and division. These operations form the foundation of arithmetic and are essential for performing calculations and solving problems in various fields. Generally, the arity is taken to be finite. However, infinitary operations are sometimes considered, in which case the "usual" operations of finite arity are called finitary operations. A partial operation is defined similarly to an operation, but with a partial mapping in place of a function.

Types of operation

There are two common types of operations: unary and binary. Unary operations involve only one value, such as negation and trigonometric functions. Binary operations, on the other hand, take two values, and include addition, subtraction, multiplication, division, and exponentiation. Operations can involve mathematical objects other than numbers. The logical values true and false can be combined using logic operations, such as and, or, and not. Vectors can be added and subtracted. Rotations can be combined using the function composition operation, performing the first rotation and then the second. Operations on sets include the binary operations union and intersection and the unary operation of complementation. Operations on functions include composition and convolution. Operations may not be defined for every possible value of its domain. For example, in the real numbers one cannot divide by zero or take square roots of negative numbers. The values for which an operation is defined form a set called its domain of definition or active domain. The set which contains the values produced is called the codomain, but the set of actual values attained by the operation is its codomain of definition, active codomain, image or range. For example, in the real numbers, the squaring operation only produces non-negative numbers; the codomain is the set of real numbers, but the range is the non-negative numbers. Operations can involve dissimilar objects: a vector can be multiplied by a scalar to form another vector (an operation known as scalar multiplication), and the inner product operation on two vectors produces a quantity that is scalar. An operation may or may not have certain properties, for example it may be associative, commutative, anticommutative, idempotent, and so on. The values combined are called operands, arguments, or inputs, and the value produced is called the value, result, or output. Operations can have fewer or more than two inputs (including the case of zero input and infinitely many inputs). An operator is similar to an operation in that it refers to the symbol or the process used to denote the operation. Hence, their point of view is different. For instance, one often speaks of "the operation of addition" or "the addition operation," when focusing on the operands and result, but one switch to "addition operator" (rarely "operator of addition"), when focusing on the process, or from the more symbolic viewpoint, the function +: X × X → X (where X is a set such as the set of real numbers).

Definition An n-ary operation ω on a set X is a function ω: Xn → X. The set Xn is called the domain of the operation, the output set is called the codomain of the operation, and the fixed non-negative integer n (the number of operands) is called the arity of the operation. Thus a unary operation has arity one, and a binary operation has arity two. An operation of arity zero, called a nullary operation, is simply an element of the codomain Y. An n-ary operation can also be viewed as an (n + 1)-ary relation that is total on its n input domains and unique on its output domain. An n-ary partial operation ω from Xn to X is a partial mapping ω: Xn → X. An n-ary partial operation can also be viewed as an (n + 1)-ary relation that is unique on its output domain. The above describes what is usually called a finitary operation, referring to the finite number of operands (the value n). There are obvious extensions where the arity is taken to be an infinite ordinal or cardinal, or even an arbitrary set indexing the operands. Often, the use of the term operation implies that the domain of the function includes a power of the codomain (i.e. the Cartesian product of one or more copies of the codomain), although this is by no means universal, as in the case of dot product, where vectors are multiplied and result in a scalar. An n-ary operation ω: Xn → X is called an internal operation. An n-ary operation ω: Xi × S × Xn − i − 1 → X where 0 ≤ i < n is called an external operation by the scalar set or operator set S. In particular for a binary operation, ω: S × X → X is called a left-external operation by S, and ω: X × S → X is called a right-external operation by S. An example of an internal operation is vector addition, where two vectors are added and result in a vector. An example of an external operation is scalar multiplication, where a vector is multiplied by a scalar and result in a vector. An n-ary multifunction or multioperation ω is a mapping from a Cartesian power of a set into the set of subsets of that set, formally ω : X n → P ( X ) {\displaystyle \omega :X^{n}\rightarrow {\mathcal {P}}(X)} .

… excerpt ends here. Continue reading the full article.

Illustrations

Operation (mathematics): Elementary arithmetic operations:.mw-parser-output .plainlist ol,.mw-parser-output .plainlist ul{line-height:inherit;list-style:none;margin:0;padding:0}.mw-parser-output .plainlist ol li,.mw-parser-output .plainlist ul li{margin-bottom:0}+, plus (addition)−, minus (subtraction)÷, obelus (division)×, times (multiplication)
Elementary arithmetic operations:.mw-parser-output .plainlist ol,.mw-parser-output .plainlist ul{line-height:inherit;list-style:none;margin:0;padding:0}.mw-parser-output .plainlist ol li,.mw-parser-output .plainlist ul li{margin-bottom:0}+, plus (addition)−, minus (subtraction)÷, obelus (division)×, times (multiplication)
Operation (mathematics): A binary operation takes two arguments 
  
    
      
        x
      
    
    {\displaystyle x}
  
 and 
  
    
      
        y
      
    
    {\displaystyle y}
  
, and returns the result 
  
    
      
        x
        ∘
        y
      
    
    {\displaystyle x\circ y}
  
.
A binary operation takes two arguments x {\displaystyle x} and y {\displaystyle y} , and returns the result x ∘ y {\displaystyle x\circ y} .

Worked examples

Example 1 — a first encounter with Operation (mathematics)

Start with the simplest possible case. Write down what Operation (mathematics) claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In mathematics, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Operation (mathematics) before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Operation (mathematics) ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Operation (mathematics)

In research
Operation (mathematics) appears in mathematics research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Operation (mathematics) in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Operation (mathematics) is common in secondary-school and first-year university syllabi. It links to neighbouring topics Elementary mathematics, Operations on numbers, so understanding it makes those chapters shorter.
In everyday life
Look for Operation (mathematics) outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Operation (mathematics) in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Operation (mathematics) means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Operation (mathematics) out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Operation (mathematics) in simple terms?

In mathematics, an operation is a function that takes as input a fixed number of elements of a set and returns an element of the same set. For example, addition on real numbers is an operation that accepts two real numbers and returns a real number.

Why does Operation (mathematics) matter?

Because it connects several mathematics ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Operation (mathematics)?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Operation (mathematics).

Tags

  • Elementary mathematics
  • Operations on numbers

Keep exploring