This article needs additional citations for verification .(October 2011) |
In applied mathematics, a transcendental equation is an equation over the real (or complex) numbers that is not algebraic, that is, if at least one of its sides describes a transcendental function. [1] Examples include:
A transcendental equation need not be an equation between elementary functions, although most published examples are.
In some cases, a transcendental equation can be solved by transforming it into an equivalent algebraic equation. Some such transformations are sketched below; computer algebra systems may provide more elaborated transformations. [a]
In general, however, only approximate solutions can be found. [2]
Ad hoc methods exist for some classes of transcendental equations in one variable to transform them into algebraic equations which then might be solved.
If the unknown, say x, occurs only in exponents:
If the unknown x occurs only in arguments of a logarithm function:
If the unknown x occurs only as argument of trigonometric functions:
If the unknown x occurs only in linear expressions inside arguments of hyperbolic functions,
Approximate numerical solutions to transcendental equations can be found using numerical, analytical approximations, or graphical methods.
These equations can be solved by direct iteration by reordering the equation into the form and making an initial guess , computing which becomes and substituting it back into , etc. Convergence may be very slow. Some reorderings may diverge, so some other reordering that converges must be found. must be continuous and "sufficiently smooth" or the method may fail.
Numerical methods for solving arbitrary equations are called root-finding algorithms. By rearranging the equation into the form , if is continuous and differentiable, Newton's method involving taking the derivative of , is a common iterative method of approximating a root; an initial guess must be "sufficiently close" to the root of interest to converge to it.
In some cases, the equation can be well approximated using Taylor series near the zero. For example, for , the solutions of are approximately those of , namely and .
For a graphical solution, one method is to set each side of a single-variable transcendental equation equal to a dependent variable and plot the two graphs, using their intersecting points to find solutions (see picture).