By comparing two mathematical expressions by utilizing the indication of equality, an equation is framed. An equation may contain one or more variables. If the equation has only one variable then the equation itself is adequate to acquire the estimation of the variable. If the equation has two variables then two consistent conditions/equations are required to get the estimation of the variables. As a rule, an equation has 'n' variables then 'n' predictable conditions/equations are required to get all the estimations of the 'n' variables. So, when there are 'n' number of unknowns, we need 'n' number of equations to solve for the values of 'n' unknowns. For example: If there are 2 variables x and y, we need 2 equations to solve for the values of x and y.
Each arithmetical expression can be composed as a single term or a progression of terms separated by plus or minus signs.
For example:
- The expression 3[latex]x^2[/latex] + 10 has two terms;
- The expression 1.14S is a single term;
- The expression [latex] \frac{z - 1}{4}[/latex], which can be written as [latex] \frac{z}{4} - \frac{1}{4} [/latex], has two terms;
- In the expression: 2[latex]x^2[/latex] + 7[latex]x[/latex] - 5, 2 is the coefficient of the [latex] x^2 [/latex] term, 7 is the coefficient of the [latex]x[/latex] term, and 5 is the constant term.
A statement that equates two algebraic expressions is called an equation.
There are three types of equations. They are:
1. Linear equation in one variable.
Example: 3[latex]x[/latex] + 5 = -2
2. Linear equation in two variables.
Example: [latex]x[/latex] -3[latex]y[/latex] = 10
3. Quadratic equation in one variable.
Example: 20[latex]y^2[/latex] + 6[latex]y[/latex] -15 = 0
1.Solving equations with one variable:-
To solve a linear equation in one variable intends to discover the estimation of the variable that makes the equation true. Two equations that have the same solution are said to be equivalent.
For example,
[latex]x[/latex] + 2 = 4 and 4[latex]x[/latex] + 1 = 2 are equivalent equations
Here, both are true when [latex]x[/latex] = 1 and are false otherwise.
Two basic rules are important for solving linear equations:-
(i) When the same constant is added to (or subtracted from) both sides of an equation, the equality is preserved, and the new equation is equivalent to the original.
(ii) When both sides of an equation are multiplied (or divided) by the same non-zero constant, the equality is preserved, and the new equation is equivalent to the original.
Example 1:
5[latex]x[/latex] - 2 = 13
Solution:
Add 2 on both sides of equations, i.e.
5[latex]x[/latex] - 2 + 2 = 13 + 2
5[latex]x[/latex] = 15
[latex]x[/latex] = 3
Example 2:
Solve the equation: 4[latex]x[/latex] = 8
Solution:
In this example, the 4 is multiplying the [latex]x[/latex]. Therefore, to isolate [latex]x[/latex], you must divide that side by 4. When doing this, you must remember one important rule: whatever you do to one side of the equation, you must do to the other side. So we will divide both sides by 4.
4[latex]x[/latex] = 8
[latex]\frac{4x}{4}[/latex] = [latex]\frac{8}{4}[/latex]
Simplifying:
[latex]x[/latex] = 2
Example 3:
Solve: 3x=12
Solution:
Since [latex]x[/latex] is being multiplied by 3, the plan is to divide by 3 on both sides:
3[latex]x[/latex] = 12
[latex]\frac{3x}{3}[/latex] = [latex]\frac{12}{3}[/latex]
[latex]x[/latex] = 4
2. Solving equations with two variables:-
To calculate linear equations in two variables, it is important to have two equations that are not proportionate. To explain such a "system" of concurrent equations, there are two basic methods.
- In the first method, either equations can be utilized to express one variable as far as the other.
Example: Solve the two equations, 4[latex]x[/latex] + 3[latex]y[/latex] = 13 and [latex]x[/latex] + 2[latex]y[/latex] = 2
4[latex]x[/latex] + 3[latex]y[/latex] = 13 -------(i)
[latex]x[/latex] + 2[latex]y[/latex] = 2 -------(ii)
Substitute (ii) in (i)
4(2 - 2[latex]y[/latex]) + 3[latex]y[/latex] = 13
8 - 8[latex]y[/latex] + 3[latex]y[/latex] = 13
[latex]y[/latex] = -1
Now, substitute the value of [latex]y[/latex] in (ii)
[latex]x[/latex] + 2(-1) = 2
[latex]x[/latex] = 4
- In the second method, the object is to make the coefficients of one variable the same in both equations so that one variable can be disposed of by either including both equations together or subtracting one from the other.
Example: Solve the two equations, 4[latex]x[/latex] + 3[latex]y[/latex] = 13 and 4[latex]x[/latex] + 8[latex]y[/latex] = 8
4[latex]x[/latex] + 3[latex]y[/latex] = 13 ------(i)
4[latex]x[/latex] + 8[latex]y[/latex] = 8 ------(ii)
Subtract (ii) from (i), then
-5[latex]y[/latex] = 5
[latex]y[/latex] = -1
Substitute [latex]y[/latex] value in (i), then
[latex]x[/latex] = -1
3. Solving quadratic equations with one variable:-
A quadratic equation is any equation that can be expressed in the form of a[latex]x^2[/latex] + b[latex]x[/latex] + c = 0.
Where a, b,and c are real numbers (a ≠ 0).
Such an equation can be solved by the formula
[latex]x[/latex] = [latex] \frac{-b ± \sqrt{b^2 - 4ac}}{2a}[/latex]
Example:
[latex]x^2[/latex] + 8[latex]x[/latex] + 15 = 0
([latex]x[/latex] + 3)([latex]x[/latex] + 5) = 0
Therefore, [latex]x[/latex] + 3 = 0
[latex]x[/latex] = -3
[latex]x[/latex] + 5 = 0
[latex]x[/latex] = -5