I know how to check it in general ($f(x)=f(-x)$) but I don't understand how I can check it for any transcendental functions, because I cannot check if (for example) $\tan(x)= \tan(-x)$
2026-05-11 05:43:10.1778478190
How can I check the parity of transcendental functions?
141 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in PARITY
- Can we generalize parity to partial permutations?
- Preserving Parity through substitution
- Parity of an odd integer
- Writing a short but rigorous proof
- How to find the terms for all possible three dimensional even rational functions up to a certain degree
- Error Detection in Binary Codes - Parity Check Bit
- "Find which coin is fake and which is genuine?"-A coin riddle on parity of numbers
- Is the sum $2+2+2+2+\dotsb$ even?
- Dealing with Turing Machines
- Differential Equation with y(-x)
Related Questions in TRANSCENDENTAL-FUNCTIONS
- Any theorems on the derivatives of transcendental functions?
- Simple recursive algorithms to manually compute elementary functions with pocket calculators
- Laplace transform of $t^\mu I_\nu(at)$
- How to calculate $\int_{ }^{ }\frac{14x+2}{x^2+4}dx$
- Why can't $y=xe^x$ be solved for $x$?
- Transcendental and implicit functions
- how to solve a $\log(1+\frac1x)*x$ function
- Multi-logarithm generalisation with multipliers
- Transcendental numbers
- Evaluation of :$\sum_{n=1}^{\infty}\frac{\sin n \log n}{n}$
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
geometry
circles
algebraic-number-theory
functions
real-analysis
elementary-set-theory
proof-verification
proof-writing
number-theory
elementary-number-theory
puzzle
game-theory
calculus
multivariable-calculus
partial-derivative
complex-analysis
logic
set-theory
second-order-logic
homotopy-theory
winding-number
ordinary-differential-equations
numerical-methods
derivatives
integration
definite-integrals
probability
limits
sequences-and-series
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?
The following is to clarify some concepts and is too long to put in the comment column above.
Not all transcendental functions are purely odd or even. For example,
\begin{align*} e^{-x} & \ne -e^{x} \\ e^{-x} & \ne e^{x} \end{align*}
However, we can artificially redefine a new function from old.
\begin{align*} g(x) &= \frac{f(x)+f(-x)}{2} \\ \implies g(-x) &= g(x) \\ h(x) &= \frac{f(x)-f(-x)}{2} \\ \implies h(-x) &= -h(x) \\ \end{align*}
Now $g(x)$ is even and $h(x)$ is odd.
$g(x)+h(x)=f(x)$ that recovers $f(x)$.
In particular, \begin{align*} \cosh x &= \frac{e^{x}+e^{-x}}{2} \\ \sinh x &= \frac{e^{x}-e^{-x}}{2} \\ \end{align*}
Also, \begin{align*} \cos x &= \frac{e^{ix}+e^{-ix}}{2} \\ \sin x &= \frac{e^{ix}-e^{-ix}}{2i} \\ \end{align*}