whatsapp icon Math Resources Fun Math Tales Interesting

Equations. System of Equations.

Table of contents
You can easily navigate to specific topics by tapping on the titles.

Polynomial equation of degree (Higher-degree polynomial equations)

A polynomial equation of degree \(n\) is an equation of the form \( a_n x^n+a_{n-1} x^{n-1}+⋯+a_1 x+a_0=0 \) where \(a_n, a_{n-1}, …, a_1 ,a_0 \) are constants and \(n\) is a non-negative integer. Here, \(x\) is the variable.
The degree of a polynomial equation is the highest power of the variable x in the equation.
For example, the equation \(2x^3–5x^2+3x–7=0\) is a polynomial equation of degree 3, because the highest power of \(x\) is 3. The constant term \(a_0\) is also included in the sum, even though it does not involve \(x\), to make it clear that this is a polynomial equation.
The solutions of a polynomial equation of degree \(n\) are called roots or zeros of the polynomial. The Fundamental Theorem of Algebra states that a polynomial of degree \(n\) has exactly \(n\) complex roots, counting multiplicities. This means that there are exactly \(n\) solutions to the equation \( a_n x^n +a_{n-1} x^{n-1} +⋯+a_1 x+ a_0 = 0 \), when we allow complex values of \(x\).
There are several techniques for finding the roots of polynomial equations of degree \(n\). For example, if \(n=1\), then the equation \(ax+b=0\) has a single root, which is \(x=- \frac{b}{a} \). For quadratic equations of the form \( ax^2 +bx+c=0 \), we can use the quadratic formula to find the roots. For cubic equations of the form \(ax^3+bx^2+cx+d=0 \), there is also a formula called Cardano's formula, which gives the roots in terms of the coefficients \(a\), \(b\), \(c\), \(d\). However, this formula can be quite complicated to use in practice. For polynomial equations of degree greater than 3, there is no general formula that gives the roots in terms of the coefficients, although there are some special cases where the roots can be found using other methods.

In general, finding the roots of a polynomial equation of degree n involves factoring the polynomial into linear and quadratic factors, and then solving each of the factors separately.
For example, consider the polynomial equation \(x^3–3x^2+2x=0\). We can factor this as \(x(x-1)(x-2)=0\), which gives us three solutions: \(x=0\), \(x=1\) and \(x=2\). These are the roots of the polynomial equation.

Higher-degree polynomial equations are equations of degree 4 or higher, such as quartic equations \( (ax^4+bx^3+cx^2+dx+e=0) \) and quintic equations \( (ax^5+bx^4+cx^3+dx^2+ex+f=0) \). These equations can be more difficult to solve than lower-degree polynomial equations and may require more advanced techniques, such as the use of complex numbers and group theory.
One important result in the theory of polynomial equations is the fundamental theorem of algebra, which states that every non-constant polynomial equation with complex coefficients has at least one complex root. This means that even if a polynomial equation cannot be solved using real numbers, it can always be solved using complex numbers.
There are several techniques for solving higher-degree polynomial equations. One approach is to try to factor the equation into simpler polynomials.
For example, the quartic equation \( x^4–5x^2+4=0 \) can be factored as \((x^2–4)(x^2–1)=0 \), which has roots \( x = \pm 1 \) and \( x = \pm 2 \). However, not all higher-degree polynomial equations can be factored in this way.
Another approach is to use numerical methods to approximate the roots of the equation. For example, the Newton-Raphson method can be used to iteratively find better and better approximations to the roots. However, these methods do not guarantee an exact solution and may require a large number of iterations to converge.
For quintic and higher-degree polynomial equations, there is no general formula for finding the roots in terms of the coefficients, as there are for quadratic, cubic, and quartic equations. This was proved by the mathematician Évariste Galois in the 19th century, using the theory of group theory. Instead, specific equations can be solved using specialized techniques or approximated using numerical methods.

Rational equations

Rational equations are equations that involve rational expressions, which are ratios of two polynomials. A polynomial is an expression that consists of one or more terms involving variables with whole-number exponents and coefficients that can be real numbers or complex numbers.
Rational equations are typically written in the form: \( \frac{P(x)}{Q(x)} =\frac{R(x)}{S(x)} \) , where \(P(x)\), \(Q(x)\), \(R(x)\) and \(S(x)\) are polynomials, and \(Q(x) \neq 0 \) and \(S(x) \neq 0\).
The main goal when solving rational equations is to find the values of the variable \(x\) that make the equation true. To solve a rational equation, the first step is to clear denominators by multiplying both sides of the equation by a common denominator of the two rational expressions. This can be found by multiplying the denominators \(Q(x)\) and \(S(x)\) and simplifying the resulting expression. After clearing denominators, the equation becomes a polynomial equation, which can be solved using standard algebraic techniques. Once the solutions for x are found, it is important to check them in the original equation to ensure they are valid solutions. If a solution makes one or both denominators equal to zero, it is not a valid solution and must be excluded.

Example: Solve the equation \(\frac{1}{x+1} + \frac{1}{x-1} = \frac{10}{x^2-1} \).

Step 1: Find a common denominator. In this case, the common denominator is \((x+1)(x-1)\), so we can rewrite the equation as:
\( \frac{1}{x+1} \cdot \frac{x-1}{x-1} + \frac{1}{x-1} \cdot \frac{x+1}{x+1} = \frac{10}{(x+1) \cdot (x-1)} \) ;

Simplifying, we get:
\(\frac{x-1}{(x+1)(x-1)} + \frac{x+1}{(x+1)(x-1)} = \frac{10}{(x+1)(x-1)} \) ;

Combining the fractions, we get:
\(\frac{2x}{(x+1)(x-1)} = \frac{10}{(x+1)(x-1)} \)

Step 2: Eliminate the denominators by multiplying both sides of the equation by the common denominator: \(2x=10\).

Step 3: Solve for \(x\). \(x = 5\).

Step 4: Check for extraneous solutions. Since \(x=5\) makes the denominator \((x^2-1)\) non-zero, there are no extraneous solutions to check.
Therefore, the solution to the equation \(\frac{1}{x+1} + \frac{1}{x-1} = \frac{10}{x^2-1} \) is \(x=5\).

Absolute value equation

An absolute value equation is a type of equation that involves the absolute value of a variable. The absolute value of a number is the distance from zero on the number line, so the absolute value of a variable can be thought of as the distance from zero that the variable can take.
The general form of an absolute value equation is: \(|f(x)|=g(x) \), where \(f(x) \) is some expression that contains the variable \(x\) and \(g(x)\) is another expression that may or may not contain \(x\). The goal in solving an absolute value equation is to find all values of \(x\) that make the equation true. The basic approach to solving absolute value equations is to split the equation into two cases, one where \(f(x)\) is positive and another where \(f(x)\) is negative. This is because the absolute value of a positive number is the number itself, while the absolute value of a negative number is its opposite. So, if we know whether \(f(x)\) is positive or negative, we can determine the value of \(|f(x)|\) and solve the equation.

For example, consider the equation: \(|x-3|=5\).
We start by splitting this into two cases:

Case 1: \(x-3\) is positive.
\(x-3=5\).
\(x=8\).

Case 2: \(x-3\) is negative.
\(-(x-3)=5\).
\(-x+3=5\).
\(x=-2\).
Therefore, the solutions to the equation are \(x=8\) and \(x=-2\).

It is also possible for an absolute value equation to have no solutions. For example, consider the equation: \(|x-3|=-2\).
Since the absolute value of any number is always non-negative, there is no value of \(x\) that makes the left side of the equation equal to a negative number. Therefore, this equation has no solutions.

In summary, solving absolute value equations involves splitting the equation into two cases based on whether the expression inside the absolute value is positive or negative, solving each case separately, and then combining the solutions. It is important to check that any solutions we find actually satisfy the original equation, as some equations may have no solutions or extraneous solutions that do not actually work.

Irrational equations

Irrational equations are equations that involve one or more irrational functions or irrational expressions. An irrational function is a function that cannot be expressed as a ratio of two polynomials. Common examples of irrational functions include the square root function \( f(x) = \sqrt{x} \), the cube root function \( f(x) = \sqrt[3]{x} \) and the logarithmic function \(f(x)=ln(x) \).
The general form of an irrational equation is: \(f(x)=g(x) \), where \(f(x)\) and \(g(x)\) are both irrational functions or expressions. Solving such equations usually involves isolating the irrational expression on one side of the equation and then squaring both sides, which can eliminate the radical. However, this method can introduce extraneous solutions, which are solutions that do not satisfy the original equation.

To illustrate this, consider the following example: \( \sqrt{x+1}-\sqrt{x-1}=1 \).
To solve this equation, we can square both sides:

\((\sqrt{x+1}-\sqrt{x-1})^2 = 1^2\)

\((x+1) - 2\sqrt{x+1} \cdot \sqrt{x-1} + (x-1) = 1 \)

\( 2\sqrt{x+1} \cdot \sqrt{x-1} = 2x-1 \)

\( (\sqrt{x+1} \cdot \sqrt{x-1})^2 = \left(\frac{2x-1}{2}\right)^2 \)

\( (x+1)(x-1) = \left(\frac{2x-1}{2}\right)^2 \)

\( x^2 - 1 = \frac{(2x-1)^2}{4} \)

\( 4x^2 - 4 = 4x^2 - 4x + 1 \)

\( -4x = -5 \)

\( x = \frac{5}{4} \)

However, we must check our solution to make sure it is not extraneous.

Equations in two variables. System of equations.

Equations in two variables are mathematical expressions that relate two variables, typically denoted by \(x\) and \(y\), with an equality sign. These types of equations are represented in the form: \(ax+by=c\) , where \(a\), \(b\), \(c\) are constants, \(x\) and \(y\) are variables. The values of \(x\) and \(y\) that satisfy the equation are called solutions or roots of the equation.
The graph of an equation in two variables is a straight line in the Cartesian coordinate plane, where \(x\) is the horizontal axis and \(y\) is the vertical axis. The slope-intercept form of the equation of a line is: \(y=mx+b\) , where \(m\) is the slope of the line and \(b\) is the \(y\)-intercept, which is the point where the line crosses the \(y\)-axis.
To convert an equation in the standard form to the slope-intercept form, we can solve for \(y\):
\( ax+by=c \)
\( by=-ax+c \)
\( y= - \frac{a}{b} \cdot x + \frac{c}{b} \)

Thus, the slope of the line is \( m=-\frac{a}{b} \) and the \(y\)-intercept is \( b= \frac{c}{b} \).
Conversely, to convert an equation in the slope-intercept form to the standard form, we can rearrange the terms:
\(y=mx+b \)
\( -mx+y=b \)
\( ax+by=c \)
where \(a=-m\) and \(b=1\) and \(c=b\).

To solve a system of two equations in two variables, we need to find the values of \(x\) and \(y\) that satisfy both equations simultaneously. One way to do this is by graphing the two equations and finding the point where the lines intersect. This point represents the solution of the system.
Another method to solve a system of two equations in two variables is by substitution. In this method, we solve one of the equations for one of the variables and substitute the expression into the other equation. This will result in an equation in one variable, which we can solve to find the value of the variable. We can then substitute this value back into one of the original equations to find the value of the other variable.

For example, consider the system of equations:
\( \begin{cases} 2x+y=4 \\ x-y=1 \end{cases} \)

Solving the second equation for \(x\), we get: \(x=y+1\) .
Substituting this expression into the first equation, we get: \( 2(y+1)+y=4 \).
Simplifying and solving for \(y\), we get: \(3y=2\) , \(y= \frac{2}{3} \).
Substituting this value back into the equation \(x=y+1\), we get: \(x= \frac{2}{3}+1 \), \(x= \frac{5}{3} \).
Therefore, the solution of the system is \( ( \frac{5}{3} , \frac{2}{3} ) \).

In summary, equations in two variables are mathematical expressions that relate two variables with an equality sign, and their graphs are straight lines in the Cartesian coordinate plane. To solve a system of two equations in two variables, we can use graphing or substitution methods to find the values of \(x\) and \(y\) that satisfy both equations simultaneously.

System of equations.
A system of equations is a set of two or more equations with the same variables. The variables in a system of equations represent the same values in each equation. We can solve a system of equations by finding the values of the variables that satisfy all of the equations in the system.
There are different methods to solve a system of equations, such as graphing, substitution, and elimination. The method we choose depends on the complexity of the system and personal preference.
One way to solve a system of equations is by graphing. Graphing allows us to visualize the solutions of the system as the intersection points of the graphs of the equations. To graph the equations, we plot points on the Cartesian plane that satisfy each equation, then connect the points to form lines. The intersection points of the lines represent the solutions of the system.

For example, consider the system of equations:
Example: let's solve the following system of equations by graphical method.
\( \begin{cases} y = 2x + 1 \\ y = -\frac{1}{3}x + 4 \end{cases} \)

To graph these equations, we can choose several values of \(x\) and plug them into each equation to find the corresponding values of \(y\). Then we plot the resulting points and connect them to form the lines.

For the first equation:

\(x\) \(y=2x+1\)
-2 -3
-1 -1
0 1
1 3
2 5

For the second equation:

\(x\) \(y=-\frac{1}{3} x +4 \)
-3 5
0 4
3 3

We can now plot these points and connect them to form the lines:

Graph of system of equations
graphofequation
The intersection point of the lines is the solution of the system, which is approximately \((1.3, 3.6)\).

Another method to solve a system of equations is by substitution. In this method, we solve one of the equations for one of the variables, then substitute the expression into the other equation. This results in an equation in one variable, which we can solve to find the value of the variable. We can then substitute this value back into one of the original equations to find the value of the other variable.

System of equations in which one equation is first-degree and the other equation is second-degree

A system of equations is a set of equations that are considered together as a group. A system of equations in which one equation is first-degree (linear) and the other equation is second-degree (quadratic) is a type of non-linear system of equations.
The general form of a first-degree equation is \(ax+b=0\), where \(a\) and \(b\) are constants and \(x\) is the variable.
The general form of a second-degree equation is \( ax^2+bx+c=0 \), where \(a\), \(b\) and \(c\) are constants and \(x\) is the variable.
To solve a system of equations in which one equation is first-degree and the other equation is second-degree, there are several methods, including:

For example, consider the following system of equations:

\( \begin{cases} x + 2y = 3 \\ x^2 - 4y^2 = 0 \end{cases} \)

From the second equation, we can factor out a common factor of \( x^2 - 4y^2 \) as \( (x+2y)(x-2y)=0 \).
This gives us two possibilities: \( x+2y=0 \) or \( x-2y=0 \)
If we solve the first equation for \(x\) as \(x=-2y\), we can substitute this into the second equation to get:
\( (-2y)^2-4y^2=0 \)
\( 4y^2-4y^2=0 \)
This simplifies to \(0=0\), which is true for any value of \(y\). Therefore, we have infinitely many solutions, which can be expressed as \( (x,y)=(-2t,t) \), where \(t\) is any real number.
If we solve the second equation for \(x\) as \(x=2y\), we can substitute this into the first equation to get:
\( 2y+2y=3 \)
\( 4y=3 \)
\( y = \frac{3}{4} \)
Substituting this into \(x=2y\), we get \( x= \frac{3}{2} \). Therefore, we have one solution, which is \( (x,y)=( \frac{3}{2} , \frac{3}{4} ) \).

Graphical Method: In this method, we graph both equations on the same coordinate plane and look for the point(s) of intersection, which represent the solutions to the system of equations. However, this method may not always be feasible for complex systems of equations.

In conclusion, a system of equations in which one equation is first-degree and the other equation is second-degree can be solved using various methods, including substitution, elimination, and graphical methods. The choice of method depends on the specific system of equations and the individual preferences of the solver.

System of two second-degree equations in two variables

A system of two second-degree equations in two variables is a set of two equations in two variables where each equation is a second-degree polynomial. The general form of such a system is:
\( ax^2+by^2+cx+dy+e=0 \)
\( fx^2+gy^2+hx+iy+j=0 \)
where \(a\), \(b\), \(c\), \(d\), \(e\), \(f\), \(g\), \(h\), \(i\), \(j\) are constants and \(x\), \(y\) are the variables.

This type of system is nonlinear, which means that the solutions to the system do not necessarily form a straight line. Instead, the solutions may be curves or sets of discrete points in the \(xy\)-plane.

To solve this system, one possible method is to use substitution to eliminate one variable and reduce the system to a single equation in one variable. This involves solving one of the equations for either x or y, and then substituting that expression into the other equation. The resulting equation will be a single second-degree polynomial in one variable, which can be solved using techniques such as factoring or the quadratic formula.

Another possible method is to use the method of elimination, which involves adding or subtracting the two equations to eliminate one of the variables. This can be done by multiplying one or both equations by constants, as needed, to create coefficients that will cancel out when the equations are added or subtracted.

The solutions to the system will be the values of \(x\) and \(y\) that satisfy both equations simultaneously. Depending on the specific equations in the system, there may be one or more solutions, or no solutions at all. Graphing the equations in the xy-plane can provide a visual representation of the possible solutions, and can help in understanding the behavior of the system.

An example of a system of two second-degree equations in two variables is:
\( \begin{cases} x^2+y^2=25 \\ x^2-y^2=9 \end{cases} \)

This system represents the intersection of a circle centered at the origin with radius 5, and a hyperbola with vertical axis and centered at the origin.
 qrafik2
With this graph, we can say that the system has four solutions.
Adding the two equations, we obtain:
\( \begin{cases} x^2+y^2=25 \\ +\\ x^2-y^2=9 \end{cases} \)

\(2x^2 = 34\)

\( x^2 = 17 \).

Taking the square root of both sides, we get \( x = \pm \sqrt{17} \). Substituting these values back into one of the original equations, we can solve for \(y\). For example, using the first equation, we have:

\( (\sqrt{17})^2 + y^2 = 25 \)

\( y^2 = 8 \)

\( y = \pm 2 \sqrt{2} \)


Therefore, the solutions to the system are:

\( (\sqrt{17}, 2 \sqrt{2}) \),

\( (\sqrt{17}, -2 \sqrt{2}) \),

\( (-\sqrt{17}, 2 \sqrt{2}) \)

\( (-\sqrt{17}, -2 \sqrt{2}) \).