Skip to main content

Questions tagged [chebyshev-polynomials]

In mathematics the Chebyshev polynomials, named after Pafnuty Chebyshev, are two sequences of orthogonal polynomials which are related to de Moivre's formula. These polynomials are also known for their elegant Trigonometric properties, and can also be defined recursively. They are very helpful in Trigonometry, Complex Analysis, and other branches of Algebra.

0 votes
1 answer
30 views

A book reference for the coefficients of the Chebyshev polynomial of the second kind

I am looking for a book reference for the following equation, presenting the coefficients of the Chebyshev polynomials of the second kind: $$U_n(x)= \sum\limits_{j=0}^{n/2} (-1)^j \binom{n-j}{j}(2x)^{...
David Garber's user avatar
3 votes
1 answer
54 views

Best uniform approximation of $x^{n+2}$ in $\mathbb{P_n}$

Let $n\geq 1$ be an integer and $f(x)=x^{n+2}$ for all $ x \in [−1, 1]$. Find the best uniform approximation of $f$ in $\mathbb{P}_n$. Attempt: Let's solve this first for $f(x)=x^{n+1}$ instead. ...
miyagi_do's user avatar
  • 1,777
0 votes
1 answer
62 views

Writing the $sin$ $cos$ power sum as a sum of multiple angles.

Writing the $sin$ $cos$ power sum as a sum of multiple angles. Trying to answer the se question, which did not specify the multiple angle solutions, I started to look for a generalization and arrived ...
Jakob's user avatar
  • 175
0 votes
1 answer
43 views

Alternate sum of Chebyshev polynomials

The problem is For all integer $n\ge1$, \begin{align}\frac{(-1)^n}{2^{n-1}}\left(\frac12+\sum _{k=1}^n (-1)^{k} T_k(x)\right)&=\prod _{j=0}^{n-1} \left(x-\cos \left(\frac{\pi  (2 j+1)}{2 n+1}\...
hbghlyj's user avatar
  • 3,047
1 vote
1 answer
100 views

A question about Chebyshev polynomials $T_n(x)$, $U_n(x)$, recurrence relations, and power of two $2^n$

I'm interested by the Chebyshev polynomials of the first kind $T_n(x)$ and of the second kind $U_n(x)$, especially $T_n(17)$ and $U_n(17)$. The recurrence relation of $T_n(17)$ can be written as $a_{n}...
Aurel-BG's user avatar
  • 141
0 votes
0 answers
35 views

Best uniform approximation of complex exponential function $e^z$ over unit disc in complex plane

It is known that the best uniform approximation for a real function defined in interval $[1,-1]$ is via the Chebyshev polynomials. ([see optimal polynomials])1. Such polynomials are also called min-...
Manish Kumar's user avatar
2 votes
1 answer
52 views

Compute the correction of a Chebyshev approximation using the Clenshaw summation formula

Assume you have a Chebyshev approximation of a function $f(x)$ evaluated using the Clenshaw summation method, up to polynomial order $N$: $$ f(x) = \sum_{k=0}^{N-1} a_k T_k(x) = (a_0 - y_2)T_0(x) + ...
LladOS's user avatar
  • 21
0 votes
0 answers
34 views

Chebyshev polynomials orthogonal with respect to different weight function?

The following exercise appears in Ridgway Scott's Numerical Analysis: Where $\omega_n(x)$ is the Chebyshev Polynomial of the first kind, that is $$\omega_{n+1}(x)=2^{-n}\cos((n+1)\cos^{-1}(x)$$ I ...
modz's user avatar
  • 101
3 votes
0 answers
139 views

dependency on length of interval in Chebyshev coefficients

Consider a function $g : [-1,1] \to \mathbb{R}$ and $c_n$ denotes the $nth$ Chebyshev coefficient of the function $g$. Moreover, $$c_n = \frac{2}{\pi}\int_{-1}^{1} T_n(x) g(x) \frac{1}{\sqrt{1-x^2}} ...
Sam's user avatar
  • 3,360
0 votes
0 answers
19 views

Implementation reciprocal of a floating point number using Chebyshev approximation in CKKS

I am trying to obtain the reciprocal of a floating point value $x$ using the Chebyshev approximation, where $x$ is mostly in the order of $10^3$ to $10^5$. Subsequently, I am trying to implement that ...
Sumana Bagchi's user avatar
3 votes
3 answers
310 views

Closed form for infinite sum involving Chebyshev polynomials

There exists a generating function for the Chebyshev polynomials in the following form: $$\sum\limits_{n=1}^{\infty}T_{n}(x) \frac{t^n}{n} = \ln\left( \frac{1}{\sqrt{ 1 - 2tx + t^2 }}\right)$$ ...
edrezen's user avatar
  • 243
4 votes
2 answers
73 views

Roots and extrema of the polynomial $P_n(x)=\sum_{k=0}^n\binom{n+k}{2k}(-x)^k$.

Answering a recent question I came across the family of polynomials: $$P_n(x)=\sum_{k=0}^n\binom{n+k}{2k}(-x)^k$$ with numerical evidence of the following interesting properties: $P_n(2)=\begin{cases}...
user's user avatar
  • 26.7k
0 votes
0 answers
43 views

Bounds of polynomial approximation of a function of many variables using Jackson inequality

There is an approximation of a multivariate function by a Chebyshev polynomial of degree n. One needs to understand how the approximation error behaves depending on the degree of the polynomial or ...
Masamune's user avatar
0 votes
1 answer
57 views

Largest root of a linear combination of Chebyshev polynomials

I wonder if we can say something about roots of a linear combination of Chebyshev polynomials of the first kind. I have an example in my hand: $$(m+1)T_n(x)+(m-3)T_{n-2}(x)=0$$ for some $m>0$. I ...
kswim's user avatar
  • 433
0 votes
1 answer
46 views

Construct a manufactured solution of Poisson's equation with Chebyshev/Fourier expansions

I am solving a nonlinear Poisson's equation numerically using a mixed Chebyshev/Fourier spectral methods. Thus, assuming $x$ is periodic and $y$ is nonperiodic. I am trying to test my current ...
Jamie 's user avatar
  • 111
0 votes
1 answer
173 views

Does Lagrange interpolation at Chebyshev points solve the Runge phenomenon?

I recently came across the concept of the Runge phenomenon while studying numerical methods for special functions in the book "Numerical Methods for Special Functions" by Amparo Gil, ...
Swakshar Deb's user avatar
0 votes
1 answer
68 views

Formula for $T_k(x + 1)$ where $T_k$ is $k$-th Chebyshev polynomial of the first kind

Let $T_k(x)$ be the Chebyshev polynomial of the first kind of order $k$, i.e., the polynomial given by the recurrence relation \begin{align} T_0(x)=1, \quad T_1(x)=x, \quad T_k(x)=2xT_{k-1}(x)-T_{k-2}(...
G. Gare's user avatar
  • 1,450
0 votes
1 answer
102 views

Density of Chebyshev nodes

While reading some notes, I came across the following statement: ``Chebyshev points have density $\mu(x) = \frac{N}{\pi\sqrt{1-x^2}}$". I would like to understand where this formula comes from. ...
Okazaki's user avatar
  • 860
-1 votes
2 answers
78 views

Prove $\prod_{u=0}^{v-1}y\cos\frac{u\pi}v-x\sin\frac{u\pi}v=(-2)^{-v+1}\sum_{w=0}^{\lfloor\frac{v-1}2\rfloor}(-1)^w\binom{v}{2w+1}x^{v-2w-1}y^{2w+1}$ [closed]

Prove the following trigonometric equation $$\prod_{u=0}^{v-1}y\cos{\frac{u\pi}{v}}-x\sin{\frac{u\pi}{v}}=(-2)^{-v+1}\sum_{w=0}^{\lfloor\frac{v-1}{2}\rfloor}(-1)^{w}\binom{v}{2w+1}x^{v-2w-1}y^{2w+1}$$ ...
Micheal Johnson's user avatar
0 votes
0 answers
48 views

Chebyshev approximation for bivariate function

I read the paper. I am a litte bit confused regarding formulation of Chebyshev approximation for bivariate function(See photo). There is only one integral over variable x. Should it be in formula one ...
Masamune's user avatar
0 votes
0 answers
288 views

Chebyshev differential equations

Consider the Chebyshev polynomial of the first kind $$ (1-x^2)y'' - xy' + n^2y = 0 , n \in \mathbb{N}. $$ Use the substitution $ x=\cos\theta $ and show that the transformed ODE has solutions $y_1 = \...
Jamied03's user avatar
0 votes
1 answer
106 views

Convergence rate for Chebyshev polynomials to approximate $\text{erf}(x)$ on a subset of $\mathbb{R}$

Let $[-\alpha, \alpha] \subset \mathbb{R}$, and let \begin{equation} \text{erf}(x) = \frac{2}{\sqrt{\pi}}\int_{0}^x e^{-t^2}dt. \end{equation} given projections of $\text{erf}(x)$ onto the first $k$ ...
Cuhrazatee's user avatar
2 votes
3 answers
127 views

Finding the Chebyshev polynomials $T_n$ by elementary means

Suppose that one person called the Student—virtually, an advanced schoolchild—obtained a tip that the Chebyshev polynomials of the first kind exist and unique for each $n$. By the Chebyshev polynomial ...
Incnis Mrsi's user avatar
  • 1,470
5 votes
1 answer
144 views

What should the $\mathfrak{sl}(3)$ Chebyshev polynomials be?

Consider $\mathfrak{sl}_2$ and its fundamental weight $\lambda_1$. The character of the simple representation $L(n\lambda_1)$ with highest weight $n\lambda_1$ is given by a polynomial in $x=\mathrm{ch}...
Alvaro Martinez's user avatar
0 votes
0 answers
65 views

How is the Chebyshev polynomial approximation defined when using the spectral method to numerically solve PDEs?

I am studying spectral methods for numerical solutions for PDEs. Currently, I am on a chapter that explains how to use Chebyshev polynomials to solve non-periodic boundary value problems. I understand ...
FriendlyNeighborhoodEngineer's user avatar
1 vote
1 answer
170 views

How to derive the sum $ \sum_{k=1}^{n-1} \frac{1}{\cosh^2\left(\frac{\pi k}{n}\right)}$

\begin{align*} \sum_{k=1}^{n-1} \frac{1}{\cosh^2\left(\frac{\pi k}{n}\right)}\end{align*} I tried to solve with mathematica that shows Does anyone know how to derive this and does it is possible for ...
Mods And Staff Are Not Fair's user avatar
0 votes
0 answers
75 views

Coefficient of $x^n$ in Legendre series expansion

Suppose we are approximating a function $f$ with a Legendre series of order $N$, namely $$ f(x) \approx \sum_{n=0}^N c_n P_n(x) \equiv f_N(x) $$ where $P_n(x)$ is the $n^{th}$ Legendre polynomial and $...
knuth's user avatar
  • 31
0 votes
1 answer
83 views

Chebyhev polynomials and Primality Testing

It is a well known Theorem that an odd positive integer $n$ is prime if and only if $T_{n}(x) \equiv x^n \pmod{n}$, where $T_{n}(x)$ is the $n^{th}$ Chebyshev polynomial of the first kind. Do we ...
Matrend's user avatar
1 vote
1 answer
52 views

Solving product of two cosine terms [closed]

I have an equation of $\cos Ax \cos Bx = c$ where $A$,$B$ and $c$ are known constants - how to solve for unknown $x$?
SathukaBootham's user avatar
0 votes
1 answer
363 views

Complex argument in Chebyshev polynomials of second kind?

I am looking at Chebyshev polynomials of second kind in order to characterize the spectra of $2$-Toeplitz perturbed matrices (I am not a mathematician myself, just a control theoretician). In all the ...
lyapunov00's user avatar

15 30 50 per page
1
2 3 4 5
13