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:
\begin{align} x&=e-x\\ x&=\cosx\\ 2x&=x2 \end{align}
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.
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:
4x=
x2-1 | |
3 |
⋅ 25x
xln4=(x2-1)ln3+5xln2
x2ln3+x(5ln2-ln4)-ln3=0
x=
-3ln2\pm\sqrt{9(ln2)2-4(ln3)2 | |
}{ |
2ln3}.
This will not work if addition occurs "at the base line", as in
4x=
x2-1 | |
3 |
+25x.
2x-1+4x-2-8x-2=0
1 | |
2 |
y+
1 | |
16 |
y2-
1 | |
64 |
y3=0
y\in\{0,-4,8\}
x=log28=3
This will not work if squares or higher power of x occurs in an exponent, or if the "base constants" do not "share" a common q.
x2e2x+2=3xex
y2+2=3y,
y\in\{1,2\},
x\in\{W0(1),W0(2),W-1(1),W-1(2)\}
W0
W-1
W
If the unknown x occurs only in arguments of a logarithm function:
2log5(3x-1)-log5(12x+1)=0
5.
(3x-1)2 | |
12x+1 |
=1,
x\in\{0,2\}.
x=0
log5(-1)
This requires the original equation to consist of integer-coefficient linear combinations of logarithms w.r.t. a unique base, and the logarithm arguments to be polynomials in x.[5]
b
f(x),
y=logb(f(x))
5ln(\sinx2)+6=7\sqrt{ln(\sinx2)+8}
y=ln(\sinx2),
5y+6=7\sqrt{y+8},
y= | 89 |
25 |
x=\sqrt{\arcsin\expy}=\sqrt{\arcsin\exp
89 | |
25 |
}.
If the unknown x occurs only as argument of trigonometric functions:
\sin(nx+a),\cos(mx+b),\tan(lx+c),...
n,m,l,...
\sinx
y=\sin(x)
\sin(x+a)=(\cos2x)-1
(\sinx)(\cosa)+\sqrt{1-\sin2x}(\sina)=1-(\sin2x)-1
y(\cosa)+\sqrt{1-y2}(\sina)=-y2
x=2k\pi+\arcsiny
If the unknown x occurs only in linear expressions inside arguments of hyperbolic functions,
y=\exp(x)
3\coshx=4+\sinh(2x-6)
3 | |
2 |
(ex+
1 | |
ex |
)=4+
1 | |
2 |
\left(
(ex)2 | |
e6 |
-
e6 | |
(ex)2 |
\right),
3 | |
2 |
(y+
1 | |
y |
)=4+
1 | |
2 |
\left(
y2 | |
e6 |
-
e6 | |
y2 |
\right),
x=lny
Approximate numerical solutions to transcendental equations can be found using numerical, analytical approximations, or graphical methods.
Numerical methods for solving arbitrary equations are called root-finding algorithms.
In some cases, the equation can be well approximated using Taylor series near the zero. For example, for
k ≈ 1
\sinx=kx
(1-k)x-x3/6=0
x=0
x=\plusmn\sqrt{6}\sqrt{1-k}
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).
x0
f(x)=g(x)
f(x)\leqc\leqg(x)
f(x0)=g(x0)=c
log2\left(3+2x-x2\right)=\tan2\left(
\pix | |
4 |
\right)+\cot2\left(
\pix | |
4 |
\right)
-1<x<3
f(x)=log2\left(3+2x-x2\right)
g(x)=\tan2\left(
\pix | |
4 |
\right)+\cot2\left(
\pix | |
4 |
\right)
f(x)\leq2
g(x)\geq2
f(x)=g(x)=2
f(x)=2
x=1\in(-1,3)
f(1)=g(1)=2
x=1