Safekipedia
EquationsPolynomials

Algebraic equation

Adapted from Wikipedia · Discoverer experience

In mathematics, an algebraic equation is a special kind of equation that helps us solve problems by finding unknown values. It looks like this: P = 0, where P is a polynomial. Polynomials are expressions made up of numbers and letters (called variables), combined using addition, subtraction, multiplication, and sometimes division. For example, an equation like ( x^{5} - 3x + 1 = 0 ) is an algebraic equation with whole number coefficients.

Algebraic equations can have one variable, like the example above, or many variables, such as ( y^{4} + \frac{xy}{2} - \frac{x^{3}}{3} + xy^{2} + y^{2} + \frac{1}{7} = 0 ). When there is only one variable, it is called a univariate equation. When there are multiple variables, it is called a multivariate equation.

Some algebraic equations can be solved easily using basic algebra. This works well for equations of degree one, two, three, or four. However, for equations with a degree of five or higher, finding exact answers becomes much harder and can only be done for some of them. Scientists and mathematicians have created clever methods to find very close approximations to the solutions of these more difficult equations.

Terminology

The term "algebraic equation" comes from a time when algebra mainly focused on solving equations with one variable. During the 1800s, mathematicians made big discoveries that fully solved this problem.

Since then, algebra has grown to include many more types of equations, like those with roots and other complex expressions. Because of this, the term "algebraic equation" can be confusing. To avoid confusion, especially with equations that have more than one variable, many people now use the term "polynomial equation" instead.

Main article: Fundamental theorem of algebra
Main articles: Abel–Ruffini theorem, Galois theory

History

The study of algebraic equations goes back to ancient times. Early Babylonian mathematicians around 2000 BC could solve certain quadratic equations, which are equations where the highest power of the variable is 2. Over the centuries, many mathematicians have contributed to solving these equations.

Notable milestones include the work of Indian mathematician Brahmagupta in the 7th century AD, who described the quadratic formula. In the 9th century, Muslim mathematicians like Muhammad ibn Musa al-Khwarizmi developed the general solution for quadratic equations. During the Renaissance, Gerolamo Cardano shared solutions for equations of degree 3 and 4. In 1824, Niels Henrik Abel proved that equations of degree 5 and higher cannot always be solved using simple root expressions.

Areas of study

Algebraic equations are important in many areas of mathematics. Algebraic number theory studies equations with rational numbers. Galois theory helps us understand when these equations can be solved using special mathematical tools. Algebraic geometry looks at the solutions to equations with many variables.

Some equations can be changed so that their numbers are whole numbers instead of fractions. For example, an equation with fractions can be turned into one with only integers by multiplying through by a suitable number. Not all equations are algebraic—some involve functions like sine or exponentials, which are not polynomials.

Theory

Main article: Polynomial § Solving polynomial equations

An algebraic equation is a math problem where we try to find a number that makes a certain expression equal to zero. For example, in the equation x<sup>5</sup> − 3x + 1 = 0, we are looking for a value of x that makes this true. These equations can have one or more letters (called variables), and each letter can have different values.

A special rule says that a polynomial equation of degree n can have up to n solutions. This means if the highest power of x in the equation is 5, there can be at most 5 different values of x that solve it. Even if we start with simple numbers, sometimes the solutions include numbers that are not real, called complex numbers. For example, x<sup>2</sup> + 1 = 0 has solutions that are imaginary numbers.

Explicit solution of numerical equations

Main article: Quadratic equation

Main articles: Abel–Ruffini theorem and Galois group

Solving equations that look like ( P = 0 ), where ( P ) is a polynomial, means finding the values that make the equation true. For simple equations with one variable, like ( x^5 - 3x + 1 = 0 ), we try to break the polynomial into smaller parts. This is similar to factoring a number into smaller numbers that multiply together to give the original number.

For quadratic equations, such as ( ax^2 + bx + c = 0 ), we use a special number called the discriminant ( \Delta = b^2 - 4ac ). If ( \Delta ) is positive, there are two solutions; if it is zero, there is one solution; and if it is negative, there are no real solutions. For more complex equations, like those with four variables, there are special methods to solve them, but some equations with five or more variables cannot be solved using simple formulas and need other approaches.

This article is a child-friendly adaptation of the Wikipedia article on Algebraic equation, available under CC BY-SA 4.0.