Algebra Glossary

This page was generated by the Brilliant Community. If an important term is missing or you'd like to submit a correction, please post a comment in the relevant discussion. You may search for your term using the Find function (Crtl-F).

A

<a name="absolute-value"></a>Absolute Value

Absolute value, represented by x \lvert x \rvert , is the distance from x x to the origin. Thus, for a real number:

x={x if x0x if x<0.|x| = \begin{cases} x &\text{ if }x \ge 0 \\ -x & \text{ if } x < 0. \end{cases}

For a complex number:

a+bi=a2+b2 |a+bi|=\sqrt{a^2+b^2}

Example: 5=5 \lvert -5 \rvert = 5

Arithmetic Sequence

An arithmetic sequence is a sequence of numbers in which each next term is obtained by adding to the preceding term some fixed difference, d d.

Example: With initial term 22 and difference 3 3, we get the arithmetic sequence: 2,5,8,11, 2, 5, 8, 11, \dots

Argument

(Of a function) The argument of a function is the input variable.

Example: For f(x,y)=x2+y2 f(x,y)=x^2 + y^2 both xx and yy are arguments.

(Of a complex number) The argument, θ, \theta, of a complex number z=a+bi z=a+bi is the angle between the vector representing the complex number in the complex plane and the positive real axis. This is denoted by θ=arg(z) \theta = \arg (z) . The principle value of the argument is taken to be the unique value of θ \theta such that π<θπ -\pi < \theta \leq \pi .

Example: For the complex number z=4+4i z = 4 + 4i , arg(z)=π4=45 \arg (z) = \frac{\pi}{4} = 45^{\circ} .

B

Bijective Function

A bijective function is a function which is both injective and surjective. That is to say, every element in the codomain of the function is taken as a value of the function exactly once.

Example: The function f:RR f: \mathbb{R} \rightarrow \mathbb{R} , where f(x)=x f(x) = x is a bijective function, since every value in the domain corresponds to exactly one value in the codomain (and vice versa).

C

Cartesian Plane

The cartesian plane is the xyx-y coordinate plane, with the two axes perpendicular to each other. Every point on the plane can be represented by an ordered pair of real numbers.

Ceiling

Represented by x \lceil x \rceil , the ceiling function (or least integer function) gives the smallest integer greater than or equal to x. x.

Example: 2.99=3 \lceil 2.99 \rceil = 3 and 1.1=1 \lceil -1.1 \rceil = -1

Codomain

The codomain is the target set of a function. That is to say, it is the set into which the output of the function is constrained to fall. Not every element of the codomain must actually be assumed by the function. (If it is, the function is surjective.)

Coefficient

A coefficient is a number or constant by which a term involving variablies in an algebraic expression is being multiplied.

Example: In the expression 4x+xy5y 4x + xy -5y the terms have the coefficients 4,1, 4, 1, and 5, -5, respectively.

Complex Number

A complex number is a number in the form a+bia+bi, where aa and bb are real numbers and ii is the imaginary unit.

Example: 3+4i 3+ 4i is a complex number and so is 5, 5, as it can be written as 5+0i 5+0i

Conjugate

The conjugate of a binomial is obtained by multiplying the second term by 1 -1 . The conjugate of a complex number a+bi a + bi , which equals abi a - bi is sometimes written as a+bi \overline{a + bi} .

Example: The conjugate of 2+3i 2 + 3i is 23i 2 -3i . The conjugate of 2+x 2+x is 2x 2 - x .

Constant Function

A constant function is one whose value remains the same for all inputs.

Example: f(x)=7 f(x) = 7 is a constant function.

D

Degree

(Of an angle) One degree is 1360 \frac{1}{360} of one full revolution.

(Of a polynomial) The degree of a polynomial is the power of the term with the largest exponent. For polynomials with multiple variables, the degree is found by identifying the term with the highest sum of exponents.

Example: f(x)=2+5x+15x7 f(x) = 2 + 5x + 15 x^7 has degree 7. f(x,y)=xy22x3y2+x8y f(x,y) = xy^2 -2 x^3y^2 + x^8y has degree 8+1=9 8+1 =9 .

Discriminant

The discriminant of a polynomial, often denoted Δ \Delta , is an expression comprised of the coefficients of the polynomial that gives information about its roots.

Example: The discriminant of the quadratic polynomial ax2+bx+c=0 ax^2 + bx + c =0 is Δ=b24ac \Delta = b^2 - 4ac .

Distinct

Two objects are distinct if they are not exactly the same.

Example: The elements of the set {1,2,3} \{1,2,3\} are distinct, but the elements of the set {1,2,1} \{1,2,1\} are not.

Domain

The domain is the set of input values for a function. Unless stated otherwise or prohibited by the problem itself, the domain is typically assumed to be the set of real numbers.

Example: The domain of f(x)=1x f(x) = \frac{1}{x} would be all real numbers where x0 x \neq 0 . The domain of the function g:XR, where X={1,2,5,6} g: X \rightarrow \mathbb{R}, \text{ where }X=\{1,2,5,6\} is explicitly given by the set X X .

E

Equation

An equation asserts the equivalence of two mathematical expression by means of the equal sign: = = .

Example: 3+3x=6 3+3x=6 is an equation.

Expression

An expression is a combination of numbers, operations, and/or variables.

Example: 1+2 1+2 is an expression, as is x6+3x3x2xyz3 \frac{x^6+3x^3-x^{\sqrt2}}{xyz^3} .

Extraneous Solution

An extraneous solution is a solution that emerges from the process of solving the problem but does not satisfy the conditions of the original problem.

Example: In solving for 2x+7+3=0 \sqrt{2x+7} + 3 = 0 we might subtract 3 3 and square both sides. This would give us 2x+7=9    x=1 2x + 7 = 9 \implies x = 1 . However, x=1 x = 1 is not a valid solution to the original problem since 2(1)+7+30 \sqrt{2(1)+7} + 3 \neq 0 .

F

Floor

Represented by x\lfloor x \rfloor, the floor function (also called the greatest integer function) gives the greatest integer less than or equal to xx.

Example: 2.99=2 \lfloor 2.99 \rfloor = 2 and 1.1=2 \lfloor -1.1 \rfloor = -2

Function

A function is an operation or set of operations performed on a set (called the domain), resulting in another set (called the range). For every value in the domain, there can only be one corresponding value in the range.

Example: The operation of "add two" applied to the domain of the real numbers would be a valid function. This would normally be written as f(x)=x+2 f(x) = x + 2 .

G

Geometric Sequence

A geometic sequence is a sequence of numbers in which each next term is obtained by multiplying the preceding term by some ratio, r r.

Example: With initial term 2 2 and a common ratio of 33, we get the geometric sequence: 2,6,18,54, 2, 6, 18, 54, \dots

H

I

Injective Function

An injective function is one where every element in the range is matched up to only one element in the domain. Note that not every element in the codomain must be in the range.

Identity

An identity is an equation that is true for every possible value of the variables.

Example: 4x=x+x+x+x 4x = x + x + x + x is an identity because it is true for every value of x x , but 3x+3=15 3x + 3 = 15 is not since it is only true when x=4 x = 4 .

Imaginary Unit

The imaginary unit is represented by the symbol i i , such that i2=1 i^2 = -1 .

Example: 25=25×1=5i \sqrt{-25} = \sqrt{25}\times \sqrt{-1} = 5i

Inequality

An inequality is a statement that relates two expressions that are not, or may not be, equal.

Example: x>5 x > 5 is an inequality that restricts the values of x x to those which are strictly greater than 5. x3 x \leq 3 is an inequality which restricts values to those less than or equal to 3 3 .

Integer

An integer is any number that can be written with no decimal or fractional part: a natural number, a negative natural number, or zero. The set of all integers is represented by Z \mathbb{Z} .

Example: The following are all integers: ,3,2,1,0,1,2,3,4,5, \dots, -3, -2, -1, 0, 1, 2, 3, 4, 5, \dots

Interval

An interval is a connected set of real numbers.

Example: If x x is in the interval [a,b] [a,b] then axb a \leq x \leq b . If x x is in the interval (a,b] (a,b] then a<xb a < x \leq b . Note the important difference between "[" and "(".

Image

See RANGE.

J

K

L

Leading Coefficient

The leading coefficient of a polynomial is the coefficient of the term with highest degree.

Example: In the polynomial 3x25x4+3 3x^2 - 5x^4 +3 , the term with the highest degree is 5x4 -5x^4 so the leading coefficient is 5 -5.

Logarithm

If x=ay x = a^y then y y is the logarithm of xx to the base aa, which is written as y=logax y = \log_a x .

Example: log216=4 \log_2 16 = 4 because 24=16 2^4 = 16 .

M

Monic Polynomial

A monic polynomial is a polynomial with leading coefficient equal to 1.

Example: f(x)=x4+3x+2 f(x) = x^4 + 3x +2 is a monic polynomial.

Multiset

A multiset is a set in which one object may appear multiple times.

Example: {1,2,2,2,3} \{ 1,2,2,2,3\} is a multi with 5 elements.

N

Natural Numbers

The natural numbers, denoted by N \mathbb{N} , are the set of numbers such that:

  • 11 is in the set.
  • If n n is in the set, n+1 n+1 is also in the set.

The natural numbers are thus equivalent to the positive integers.

NOTE: Some mathemticians use the definition above but change the first condition to be "0 0 is in the set." Thus the term might denote not "the positive integers" but rather "the non-negative integers". "Natural numbers," therefore, has some ambiguity and should be avoided.

Negative Number

A real number xx is called negative if x<0 x < 0 .

Example: 2 -2 is a negative number.

O

Origin

The origin is the point (0,0) (0,0) in the Cartesian plane, where the xx-axis and the yy-axis intersect.

Ordered Pair

An ordered pair is a set of 22 elements in which the order of the elements is significant. Ordered pairs are often used to represent points in 2-dimensional space.

Example: 2,3 2, 3 is an ordered pair, as is (1,1) (1,1) . Note that (2,3) (2,3) and (3,2) (3,2) are distinct because their elements are in a different order.

Ordered Triple

An ordered triple is a set of 33 elements in which the order of the elements is significant. Ordered triples are often used to represent points in 3-dimensional space.

Example: (2,3,1) (2, 3, 1) is an ordered triple, as is (1,1,0) (1,1,0) . Note that (2,3,1) (2,3,1) and (3,2,1) (3,2,1) are distinct because their elements are in a different order.

P

Polynomial

A polynomial in xx is an algebraic expression of the form

anxn+an1xn1+a3x3+a2x2+a1x+a0,a_nx^n+a_{n-1}x^{n -1}+\cdots a_3x^3 + a_2x^2 + a_1x + a_0,

where the indices are non-negative integers.

Example: P(x)=x2+x+1P(x)=x^2+x+1 is a polynomial in xx because the indices are non-negative integers. So, is P(x)=5P(x)=5, because the index of xx is 00 [a non-negative integer]. However P(x)=x+5xP(x)=\sqrt{x}+\frac{5}{x} is not a polynomial in xx because the indices of xx are 12\frac{1}{2} and1-1 respectively, neither of which is a non-negative integer.

Positive Number

A real number xx is called positive if x>0 x > 0 .

Example: 2 2 is a positive number.

Q

Quadrants

The quadrants are the four parts of the Cartesian plane, not including the axes; they are denoted I, II, III, and IV, beginning in the upper right and proceeding counter-clockwise.

R

Range

The range, also called the image, is the set of output values actually taken on by a function.

Example: For the function f:RR f: \mathbb{R} \rightarrow \mathbb{R} where y=f(x)=x2 y= f(x) = x^2 , the range would be the set of all non-negative real numbers.

Rational Number

A rational number is any number that can be written as a fraction pq \frac{p}{q} where p p and q q are both integers and q0 q \neq 0 . The set of rational numbers is denoted by Q \mathbb{Q} .

Example: The following are rational numbers: 2,0,3,23 2, 0, -3, \frac{2}{3} . However, 2 \sqrt{2} is not a rational number.

Real Number

Real numbers are those which correspond to the points on a continuous straight line. The real numbers, represented by R \mathbb {R} , are a strict superset of the rational numbers (Q\mathbb{Q}).

Example: The following are real numbers: 2,3,23,0,3,π 2, -3, \frac{2}{3}, 0, \sqrt{3}, \pi . However, complex numbers with a non-zero imaginary part (like 2+3i 2 + 3i ) are not real numbers.

Recurrence Relation

A process or sequence in which the next step or term is defined by one or more previous terms.

Example: The Fibonacci sequence is defined by Fn=Fn1+Fn2,F0=0,F1=1F_n=F_{n-1}+F_{n-2}, F_0=0, F_1=1. This gives the first few terms 0,1,1,2,3,5,8,13,...0,1,1,2,3,5,8,13,....

Root

The roots (also called the zeroes) of a polynomial are the values that make the polynomial equal to zero.

Example: The roots of the polynomial x25x+6=(x3)(x2) x^2-5x+6 = (x-3)(x-2) are x=2 x = 2 and x=3 x =3 .

S

Sequence

A sequence is an ordered set of objects (often numbers).

Set

A set is a well-defined group of objects.

Example: The set of all positive integers less than 7 consists of {1,2,3,4,5,6} \{ 1,2,3,4,5,6 \} .

Surjective Function

A surjective function is a function where every element in the codomain has at least one corresponding element in the domain. In a surjective function, the codomain and the range are equivalent.

Example: f:RR f: \mathbb{R} \rightarrow \mathbb{R} where f(x)=x33x f(x) = x^3 - 3x is a surjective function, since f(x) f(x) takes on every value in R \mathbb{R} .

T

Tuple

A kk-tuple is an ordered set with kk elements.

Example: (1,1,2,4,1) (1,1,2,4,1) is a 5-tuple. (5,4) (5,4) is a 2-tuple, also called an ordered pair.

U

V

Variable

A variable is a symbol, often a letter, which is used to represent a value which may change within the context of the given problem.

Example: xx and yy are variables in the expression y=x2+4 y = x^2 +4 .

W

X

Y

Z

Special thanks to these Brilliant members for their help:

Christopher B, Ton D., Mursalin H., Bob K., Mindren L., Shivanshu M., Ahaan R., Michael T., Jonathan W., and Justin W.

View the discussion where they contributed.

#Algebra #KeyTechniques

Note by Calvin Lin
7 years, 2 months ago

No vote yet
1 vote

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

In the Argument Section in the example, the angle mentioned is pi/2 instead of pi/4.

Shourya Pandey - 7 years ago

Log in to reply

Indeed! Thanks. Edited.

Calvin Lin Staff - 7 years ago

give me tips to solve indices a topic of algebra

Karthick Pyaar - 6 years, 11 months ago

Log in to reply

Have you checked out the Practice section? It helps you build up the skills to understanding these concepts.

Calvin Lin Staff - 6 years, 11 months ago

There is a mistake in the definition of codomains. The function that gains all the values from the codomain is surjective, not injective. Also, in the function definition, there is a ")" sign omitted. The first sentence of the definition of 'Ordered Triple' contains the word 'pair', which should be replaced with 'triple'.

mathh mathh - 6 years, 11 months ago

Log in to reply

Thanks for such a careful reading! I've updated the definitions of codomain, function and ordered triple accodingly.

Calvin Lin Staff - 6 years, 11 months ago

I think this is a typo:

"...not including the axes;..."

Under Quadrants. :P

Finn Hulse - 7 years ago

Log in to reply

The plural of axis, is axes.

Calvin Lin Staff - 7 years ago

Log in to reply

Hence the "I think" and the C+ average in English. :D

Finn Hulse - 7 years ago

In H, you can include harmonic sequence which is a sequence of fractions in which the denominators are in and arithmetic progression. Also,it is a very Enriching glossary Thank you

Sarthak Tanwani - 7 years ago

A good glossary

Platinum Grieger - 6 years, 12 months ago

I guess there is something wrong with the example under "Imaginary Unit". This identity is well known :

For all nonnegative reals a a and b b , ab=a×b \sqrt{ab} = \sqrt{a} \times \sqrt{b} .

When such an example is concerned, one is bound to explain why 25=251=5i \sqrt{-25}= \sqrt{25} \sqrt{-1} = 5i is correct, whereas 1=(1)×(1)=11=i×i=i2=(1) \sqrt{1} = \sqrt{(-1) \times (-1)} = \sqrt{-1} \sqrt{-1} = i \times i = i^{2} = (-1) is incorrect.

Venkata Karthik Bandaru - 5 years, 7 months ago

I do not understand this exercise A(x+5)+2(-Bx+2), the coefficient of x is 17 and the constant term is 489 . What is the value of A-B?

Alan Lopez - 6 years, 8 months ago
×

Problem Loading...

Note Loading...

Set Loading...