An equation is a mathematical statement that shows two expressions are equal. It uses an equals sign (=). For example: 2 + 3 = 5.
Equations can also contain unknown values called variables:

Types of Equations
Some keĀy equation types in mathematics include linear equations, quadratic equations, polynomial eĀquations, logarithmic equations, and exponential eĀquations.
Linear Equations
The linear equation is an equation that contains a constant, variable, or product of a constant and shows the relationship between variables and a constant. Linear equations can be represented on a single-line graph. The
The general form of a linear equation is:
Ax + By = C ,where A, B, and C are constants, with A and B are not equal to zero.
Example:
Linear Equation in One Variable:Ā 2x + 10 = 0
Linear equation in Two Variables:Ā 2x + 3y - 10 = 0
Quadratic Equations
In a quadratic equation, a variable gets raised to the power of 2, making a U-shaped curve when graphed.
A quadratic equation can be written as
Ax2+ Bx + C = 0 ,where A, B and C are constant andĀ A ā 0.
Example:
2x2 + 3x - 10 = 0 , where, A = 2, B = 3, C = -10.
Polynomial Equations
A polynomial equation is a matheĀmatical expression that includes variableĀs, exponents (such as squares and cubeĀs), and coefficients (numbers). The degree of the equation depends on the highest exponent preĀsent. When the highest exponent (or power) of any variable is 2, then a quadratic equation will be formed.
The general form of the polynomial equation is given as:
anxn + a(n-1)x(n-1) + ......+ a1x + a0 = 0
Where,
- an, a(n-1),....., a1, a0 are coefficients.
- x is a variable.
- n is a whole number that can't be negative and shows the highest degree of the polynomial.
Logarithmic Equations
Logarithmic equations use logarithmic functions, which are the reveĀrse of exponential functions. In other words, these equations help us solve for the unknown variable that is found as an exponent in an exponential eĀxpression. The general form of a logarithmic equation is:
y = logb(x)
Where,
- log represents the logarithm.
- x is the number which needs to find.
- b is the base of the logarithm, and a positive number which is greater than 1.
- y is the result or exponent to which the base b must be raised to get x.
Exponential Equations
An exponential equation is a math equation that uses an exponential function. This type of equation can be written as:
f(x) = ax
The general form of an exponential equation is:
f(x) = a.ekx
Where,
- f(x) represents the value of the function at a given x
- a is the initial value or the function's value at x = 0.
- e is the base of natural logarithms (approximately 2.71828).
- k is a constant that determines the rate of growth or decay.
- x is the variable, which can take different values.
Solving Equations
Solving an equation means finding the value(s) of the variable that make both sides of the equation equal.
General Steps to Solve an Equation
Step 1: Simplify Both Sides
Remove brackets using distributive property.
Combine like terms, if possible.
Step 2: Isolate the Variable
Move variable terms to one side and constants to the other side.
Perform the same operation on both sides to maintain equality.
Step 3: Solve for the Variable
Use addition, subtraction, multiplication, or division to find the value of the variable.
Step 4: Verify the Solution
Substitute the obtained value back into the original equation.
Check whether the left-hand side (LHS) equals the right-hand side (RHS).
Applications
- Equations serveĀ as tools to describe diverseĀ aspects of the natural world, encompassing eĀverything from the movemeĀnt of objects to the principles goveĀrning electricity and eveĀn the intricate realm of quantum meĀchanics.
- EngineeĀrs play a vital role in various fields, using their eĀxpertise to design structureĀs, electrical circuits, and mechanical systeĀms.
- Mathematical eĀquations have practical uses in economics as theĀy help model economic treĀnds, analyze supply-demand relationships, and study theĀ dynamics of financial markets.
- Financial professionals use equations to calculate interest rates and investment returns and to assess and manage financial risks.
- Equations form the foundation of algorithms in computer science, enabling tasks such as data analysis and encryption.
Solved Examples
Example 1: 3x + 4 = 10
In the given equation subtract 4 from both sides
3x + 4 - 4 = 10 - 4
3x = 6
x = 6/3 ...... ( dividing both sieds by 3)
x = 2
On putting the value of x in the equation given:
3(2) + 4 = 10
6 + 4 = 10
ā“ 10 = 10
Example 2: - 5x + 6 = 0
In the given equation:
a = 1, b = (-5), c = 6
Using the quadratic formula to solve for x:
x=\frac{-b\pm\sqrt{b^2-4ac}}{2a} Put he values of a,b, and c in the formula , we get:
x=\frac{-\left(-5\right)\pm\sqrt{\left(-5\right)^2-4\left(1\right)\left(6\right)}}{2\left(1\right)} ā
x=\frac{-\left(-5\right)\pm\sqrt{25-24}}{2} ā
x=\frac{5\pm\sqrt{1}}{2} On simplifying
x = (5±1)/2
Calculating x with '+' and '-' both
x1 = (5+1)/2
ā x1 =6/2
ā x1 = 3
Thus, x2 = (5-1)/2
ā x2 = 4/2
ā x2 = 2
ā“ The solutions to the quadratic equation are x = 3 and x = 2
Example 3: 3x - 2(2x + 1) = 5
First simplify the equation
3x - 4x - 2 = 5
ā 3x - 4x - 2 - 5 = 5 - 5 ...... (subract 5 from both sides)
Solve the like terms
- x - 7 = 0
ā - x- 7 + 7 = 0+7 ...... (adding 7 on both sides)
ā - x = 7 ...... ( multiply both sides by -1 to make x positive)
ā“ x = -7
Example 4: log(x) = 2
Write logarithmic equation in exponential form
log(x) = 2
ā 102 = x
ā 102 = 100
ā x = 100
Example 5: 2 = 16
convert the equation with same base
2(2x+1) = 24 ..... (eq 1.)
Solve the exponents first:
ā 2x+1 = 4
ā 2x + 1 - 1 = 4 - 1 ...... (subracting 1 from both sides)
ā 2x = 3
ā x = 3/2 ...... (dividing both sides by 2)
put he value of x in eq 1.
2(2 . [3/2] + 1) = 24
ā 2(3+1) = 24
ā 24 = 24
Practice Problems
Q1. Solve for x in the exponential equation:Ā 2x = 16
Q2. Factor the polynomial equation: xĀ - 8x + 16x = 0
Q3. Tina is saving money for a new bicycle. She currently has ā¹80 saved up and plans to save an additional amount each week. After 7 weeks, she wants to have ā¹220 in total. What is the amount Tina plans to save each week?
Q4. Solve this quadratic equation:Ā 2x2 - 5x + 3 = 0
Q5. A population of bacteria doubles every hour. If there are initially 100 bacteria, how many will there be after 5 hours?