Define an 'algebraic sympathizer' as any transcendental number that is root of at least one function that when expressed as a power series, each of the coefficients are rational. That is, for all $n$ we have $a_n\in\Bbb{Q}$ and express the function: $$f(x)=\sum_{n=0}^\infty a_n x^n$$ Example: $\pi$ is a sympathizer. Because for $f(x)=\sin(x)$, the rational coefficients $a_n$ are easily generated: $$a_n = \begin{cases} 0, & \text{if $n$ is even} \cr \frac{1}{n!}(-1)^{\frac{n-1}{2}},&\text{if $n$ is odd} \end{cases}$$ Is $e$ a sympathizer? Are all computable numbers sympathizers?
2026-03-27 09:57:06.1774605426
Power series for functions that have $e$ as a root
153 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in POWER-SERIES
- Conditions for the convergence of :$\cos\left( \sum_{n\geq0}{a_n}x^n\right)$
- Power series solution of $y''+e^xy' - y=0$
- Proving whether function-series $f_n(x) = \frac{(-1)^nx}n$
- Pointwise and uniform convergence of function series $f_n = x^n$
- Divergence of power series at the edge
- Maclaurin polynomial estimating $\sin 15°$
- Computing:$\sum_{n=0}^\infty\frac{3^n}{n!(n+3)}$
- How to I find the Taylor series of $\ln {\frac{|1-x|}{1+x^2}}$?
- Convergence radius of power series can be derived from root and ratio test.
- Recognizing recursion relation of series that is solutions of $y'' + y' + x^2 y = 0$ around $x_0 = 0$.
Related Questions in TRANSCENDENTAL-NUMBERS
- Two minor questions about a transcendental number over $\Bbb Q$
- Is it possible to express $\pi$ as $a^b$ for $a$ and $b$ non-transcendental numbers?
- Is it true that evaluating a polynomial with integer coefficients at $e$, uniquely defines it?
- Is $\frac{5\pi}{6}$ a transcendental or an algebraic number?
- Is there any intermediate fields between these two fields?
- Is there any pair of positive integers $ (x,n)$ for which :$e^{{e}^{{e}^{\cdots x}}}=2^{n}$?
- Why is :$\displaystyle {e}^\sqrt{2}$ is known to be transcedental number but ${\sqrt{2}}^ {e}$ is not known?
- Irrationality of $\int_{-a}^ax^nn^xd x$
- Proving that $ 7<\frac{5\phi e}{\pi}< 7.0000689$ where $\phi$ is the Golden Ratio
- Transcendence of algebraic numbers with Transcendental power
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
This is more of an extended comment that got too long.
This problem is a bit ambiguous as it is easy to prove that given any real numbers $b_0, b_1,\dotsc,b_n,\dotsc$ such that infinitely many of them are non zero (hence all are non zero by renumbering) you can find non zero rational numbers $a_k$ such that $\sum a_kb_k=0$ (the series converges with value zero).
This is done by induction constructing $a_0,\dotsc,a_n$ such that $$|s_n|=\left|\sum_{k \le n}a_kb_k\right| \le 1/n^2$$ and then picking $a_{n+1}$ rational and non zero so that $a_{n+1}b_{n+1}$ is close enough to $s_n$ and with the right sign so $|s_{n+1}| \le 1/(n+1)^2$ which can be done by approximating $-s_n/b_{n+1}$ close enough by a non-zero rational (here we need of course that $b_n \ne 0$ for all $n$).
In particular, there are such $a_k$ such that $\sum a_kc^k=0$ for any real non-zero $c$ and of course the power series $\sum a_nz^n$ converges for $|z|<c$ and at $z=c$ by construction.
The better question in my opinion is if there is an entire function with the required property, or at least if there is a power series with radius of convergence strictly larger than $|c|$.