Log in Sign up
Back to Discover
🔢

Elementary algebra

math Maturity 11-13

Math uses letters to help us.

algebraic equation notation.svg
algebraic equation notation.svg
These letters stand for numbers. We do not know the numbers yet. They can be any number we choose. This helps us solve big puzzles.
Algebraproblem.jpg
Algebraproblem.jpg
Can you find a letter in a math problem?

44 words

Math uses numbers to solve problems.

algebraic equation notation.svg
algebraic equation notation.svg
But algebra uses letters too. These letters are called variables. A variable can be any number.
Algebraproblem.jpg
Algebraproblem.jpg
Sometimes we do not know the number yet. Letters help us describe how numbers work together. We can use them to show rules. For example, they show how a circle works.
Pi-equals-circumference-over-diametre.svg
Pi-equals-circumference-over-diametre.svg
Algebra also uses an equals sign. This sign shows that two things are the same. It helps us solve many puzzles.

79 words

Math uses numbers to solve problems.

algebraic equation notation.svg
algebraic equation notation.svg
But algebra uses letters too. These letters are called variables. A variable can be any number.
Algebraproblem.jpg
Algebraproblem.jpg
Sometimes we do not know the number yet. Letters help us describe how numbers work together. We can use them to show rules. For example, they show how a circle works.
Pi-equals-circumference-over-diametre.svg
Pi-equals-circumference-over-diametre.svg

Algebra goes beyond basic arithmetic. Arithmetic uses fixed numbers. Algebra uses variables to represent quantities. These variables might be unknown values. They can also show how things change.

Pythagorean theorem - Ani.gif
Pythagorean theorem - Ani.gif
One famous rule is Pythagoras' law. It describes the sides of a right angle triangle.

Algebra also uses an equals sign. This sign shows that two things are the same. An equation is a claim that two expressions are equal. Some equations are always true. We call these identities. Other equations are only true for some values. We call these conditional equations. You can find the answer by solving the equation. We also use inequalities. These show if one side is greater or less than the other.

177 words

Algebra is a special way of using math to solve puzzles.

algebraic equation notation.svg
algebraic equation notation.svg
Most people start with arithmetic. Arithmetic uses specific numbers, like adding two and three. Algebra goes a step further by using letters called variables. A variable represents a quantity without a fixed value. This means the letter can stand in for any number. It helps us describe general rules that work every time.
Algebraproblem.jpg
Algebraproblem.jpg
Using variables lets us solve a much wider range of problems.

To use algebra, you must learn its specific language.

algebraic equation notation.svg
algebraic equation notation.svg
An expression has many different parts. A coefficient is a number that multiplies a variable. For example, in the term 3x, the number 3 is the coefficient. A term is a group of numbers and variables. Terms are often separated by plus or minus signs. We often use letters from the start of the alphabet for constants. Letters from the end of the alphabet, like x or y, are usually variables.
Divide large.gif
Divide large.gif
These letters are often written in italics to make them stand out.

Algebraic rules work much like the arithmetic you already know. You can add, subtract, multiply, and divide. You can also use exponentiation, which is a way of multiplying a number by itself.

Quadratic-equation.svg
Quadratic-equation.svg
When we write math on computers, we use different symbols. In plain text, we might use a caret symbol like x^2 for exponents. Some programming languages like Python use two asterisks, written as x**2. Many calculators use a single asterisk for multiplication, like 3*x. These different ways of writing help us communicate math clearly in many places.

Math history shows us how these ideas connect to the real world.

Pythagorean theorem - Ani.gif
Pythagorean theorem - Ani.gif
One very famous rule is Pythagoras' law. It describes the relationship between the sides of a right-angle triangle. The law states that the square of the longest side, called the hypotenuse, equals the sum of the squares of the other two sides.
Pi-equals-circumference-over-diametre.svg
Pi-equals-circumference-over-diametre.svg
We can also use algebra to describe a circle. The relationship between a circle's circumference and its diameter involves a constant called pi. This constant is approximately 3.14. These rules help scientists and mathematicians explain how the world works.

An equation is a way to say that two things are equal.

Intersecting Lines.svg
Intersecting Lines.svg
We use the equals sign to make this claim. Some equations are identities, which means they are true for every value. Other equations are conditional, meaning they are only true for certain values. Finding those specific values is called solving the equation. We also use inequalities to show if one side is greater than or less than another.
Parallel Lines.svg
Parallel Lines.svg
These tools allow us to compare amounts and find missing pieces in many different math problems.

454 words

Elementary algebra is a fundamental branch of mathematics that extends the concepts found in arithmetic. While arithmetic focuses on performing operations with specific, fixed numbers, algebra introduces the concept of numerical variables. A variable is a quantity that does not have a fixed value.

algebraic equation notation.svg
algebraic equation notation.svg
By using these placeholders, algebra allows us to express general relationships between different quantities. This makes it possible to solve a much broader scope of problems than arithmetic alone. It is typically taught to secondary school students and at the introductory college level in the United States. Unlike abstract algebra, which explores complex structures, elementary algebra focuses on the realm of real and complex numbers.

To communicate these ideas, mathematicians use a specific system called algebraic notation. This notation includes rules for writing expressions and specific terms for their various parts.

algebraic equation notation.svg
algebraic equation notation.svg
An algebraic expression is made of several components. A coefficient is a numerical value or a letter representing a constant that multiplies a variable. A term is a group consisting of coefficients, variables, constants, and exponents. These terms are often separated by plus or minus operators. In standard notation, letters at the beginning of the alphabet, such as $a$ or $b$, often represent constants. Letters toward the end of the alphabet, like $x$ or $y$, are typically used as variables. These letters are usually printed in italics to distinguish them from other text.

Algebraic operations function in the same way as arithmetic operations. You can use addition, subtraction, multiplication, division, and exponentiation on variables and terms.

Divide large.gif
Divide large.gif
There are several conventions used to keep notation clean and concise. For example, when a coefficient is one, it is usually omitted, so $1x$ is simply written as $x$. Similarly, if an exponent is one, it is often left out, meaning $x^1$ is written as $x$. When multiplying, the symbol is often omitted entirely; for instance, $x$ times $y$ is written as $xy$. If a term has the highest power, it is usually written on the left side of an expression. One important rule is that any number raised to the power of zero is always equal to 1. However, an expression where a variable is in the denominator of a fraction must be handled carefully, as division by zero is undefined.

Because digital tools sometimes lack complex formatting, alternative notations are frequently used. In plain text or certain markup languages like TeX, the caret symbol is used to represent an exponent, such as $x^\wedge 2$.

Quadratic-equation.svg
Quadratic-equation.svg
Programming languages also have their own ways of expressing these ideas. In languages like Python or Ruby, a double asterisk is used for exponentiation, written as $x**2$. Other languages, such as Ada, Fortran, Perl, and Lua, may use different conventions. Many calculators and programming languages use a single asterisk to represent multiplication, such as $3*x$. These variations ensure that mathematical relationships can be expressed clearly in computer code and digital documents.

Variables serve several vital purposes in mathematical reasoning. They can represent unknown numbers that we are trying to find. For example, if today's temperature, $C$, is 20 degrees higher than yesterday's temperature, $P$, we can write this as $C = P + 20$.

Algebraproblem.jpg
Algebraproblem.jpg
Variables also allow us to describe general problems without needing specific numbers. Instead of just saying 5 minutes is 300 seconds, we can say that $s = 60m$, where $m$ is the number of minutes. Furthermore, variables can express mathematical properties like commutativity. This property states that the order of addition does not change the result, which is written as $a + b = b + a$. They even help us define constants in geometry, such as the relationship between a circle's circumference, $c$, and its diameter, $d$.
Pi-equals-circumference-over-diametre.svg
Pi-equals-circumference-over-diametre.svg
This relationship is defined by the constant pi, which is approximately 3.14.

An equation is a mathematical claim that two expressions are equal, joined by an equals sign.

Intersecting Lines.svg
Intersecting Lines.svg
Equations can be categorized into different types. An identity is an equation that is true for all possible values of its variables, such as $a + b = b + a$. A conditional equation is only true for certain specific values. Finding those values is known as solving the equation. Beyond equality, we use inequalities to show if one side is greater than or less than another using symbols like $>$ or $<$. There is one special rule for inequalities: if you multiply or divide by a negative number, you must flip the inequality symbol. Equations also follow the properties of equality, meaning they are reflexive, symmetric, and transitive.

Algebraic principles connect deeply to many other fields of study. One of the most famous applications is Pythagoras' law, which describes the relationship between the sides of a right-angle triangle.

Pythagorean theorem - Ani.gif
Pythagorean theorem - Ani.gif
This law states that $a^2 + b^2 = c^2$, where $c$ is the hypotenuse. This relationship is a cornerstone of geometry and trigonometry. Algebra is also essential for describing complex curves and paths, such as the quadratic equation $y = x^2 + 3x - 10$.
Quadratic-equation.svg
Quadratic-equation.svg
By understanding these patterns and relationships, scientists and mathematicians can model the physical world with incredible precision.

856 words
🖼️ Images & Media (12)
File:Polynomialdeg2.svg
Polynomialdeg2.svg
File:algebraic equation notation.svg
algebraic equation notation.svg
File:Pi-equals-circumference-over-diametre.svg
Pi-equals-circumference-over-diametre.svg
File:Pythagorean theorem - Ani.gif
Pythagorean theorem - Ani.gif
File:Algebraproblem.jpg
Algebraproblem.jpg
File:Divide large.gif
Divide large.gif
File:Linear-equations-two-unknowns.svg
Linear-equations-two-unknowns.svg
File:Quadratic-equation.svg
Quadratic-equation.svg
File:Binary logarithm plot with ticks.svg
Binary logarithm plot with ticks.svg
File:Intersecting Lines.svg
Intersecting Lines.svg
File:Parallel Lines.svg
Parallel Lines.svg
File:Quadratic-linear-equations.svg
Quadratic-linear-equations.svg
Up Next
🔢
Algebraic expression
Math
More to explore

What is Nepedia?

A free, ad-free encyclopedia for children. Every article is written at five reading levels, so the same page works for a five-year-old and a fifteen-year-old — use the level switcher above to see this one change. No account needed to read.