Equation solving Guide, Meaning , Facts, Information and Description
In mathematics, equation solving is the problem of finding what values (numbers, functions, sets...) fulfil a condition stated as an equality (an equation). Usually, this condition involves expressions with variables (or unknowns), which are to be substituted by values in order for the equality to hold. More precisely, an equation involves some free variables.In one general case, we have a situation such as
- f(x0,...,xn)=c, c constant
- {(a0,...,an)∈Tn|f(a0,...,an)=c}
For example, an expression such as
- 3x+2y=21z
- 3x+2y-21z=0
- {(x, y, z)|3x+2y-21z=0}.
| Table of contents |
|
2 Methods of solution 3 Solving other equations |
Solution sets
If the solution set is empty, then there are no such ai such that
- f(x0,...,xn)=c
For example, let us examine the classic one-variable case, given a function
- f(x) = -1
- g(x) = -1
We have already seen that certain solutions sets can describe surfaces. For example, in studying elementary mathematics, one knows that the solution set of an equation in the form ax=b with a,b real-valued constants, this forms a line in the vector space R2. However, it may not always be easy to graphically depict solutions sets - for example, the solution set to an equation in the form ax+by+cz+dw=k (with a, b, c, d, and k real-valued constants) is a hyperplane.
If h : A -> B, the inverse function, denoted h-1 , defined as h-1 : B -> A is a function such that h-1(h(x)) = h(h-1(x) = x.
Now, if we apply the inverse function to both sides of
See also: root-finding algorithm.
This is an Article on Equation solving. Page Contains Information, Facts Details or Explanation Guide About Equation solving Methods of solution
In simple cases, it is rather easy to solve an equation provided certain conditions are met. However, in more complicated cases, exact symbolic forms for solutions are often difficult to obtain or cumbersome to manipulate with, and an approximate numerical solution may be in fact sufficient for use. Inverse functions
In the simple case of a function of one variable, say, h(x), we can solve an equation of the form
by considering what is known as the inverse function of h.
we obtain
and we have found the solution to the equation. However, depending on the function, the inverse may be difficult to be defined, or may not be a function on all of the set B (only on some subset), and have many values at some point.Numerical methods
With more complicated equations, simple methods to solve equations can fail. In certain circumstances, some approximation involved can be used to find a numerical solution to an equation, which within some applications, can be entirely sufficient to solve some problem.Taylor series
One well-studied area of mathematics involves examining whether we can create some simple function to approximate a more complex equation near a given point. In fact, polynomials in one or several variables can be used to approximate functions in this way - these are known as Taylor series.Solving other equations
It is important to note that we can create even more complex equations, involving differential operators, matrices, and so on. The underlying principle of solving equations by finding a value which satisfies the equation is maintained, but with vastly differing methodologies used to find them.
