Fungrim home page

Fungrim entry: 60ac50

Pn(x)23/2πn1/2(1x2)3/4\left|P'_{n}(x)\right| \le \frac{{2}^{3 / 2}}{\sqrt{\pi}} \frac{{n}^{1 / 2}}{{\left(1 - {x}^{2}\right)}^{3 / 4}}
Assumptions:nZ0  and  1<x<1n \in \mathbb{Z}_{\ge 0} \;\mathbin{\operatorname{and}}\; -1 < x < 1
TeX:
\left|P'_{n}(x)\right| \le \frac{{2}^{3 / 2}}{\sqrt{\pi}} \frac{{n}^{1 / 2}}{{\left(1 - {x}^{2}\right)}^{3 / 4}}

n \in \mathbb{Z}_{\ge 0} \;\mathbin{\operatorname{and}}\; -1 < x < 1
Definitions:
Fungrim symbol Notation Short description
Absz\left|z\right| Absolute value
ComplexDerivativeddzf ⁣(z)\frac{d}{d z}\, f\!\left(z\right) Complex derivative
LegendrePolynomialPn ⁣(z)P_{n}\!\left(z\right) Legendre polynomial
Powab{a}^{b} Power
Sqrtz\sqrt{z} Principal square root
Piπ\pi The constant pi (3.14...)
ZZGreaterEqualZn\mathbb{Z}_{\ge n} Integers greater than or equal to n
Source code for this entry:
Entry(ID("60ac50"),
    Formula(LessEqual(Abs(ComplexDerivative(LegendrePolynomial(n, x), For(x, x, 1))), Mul(Div(Pow(2, Div(3, 2)), Sqrt(Pi)), Div(Pow(n, Div(1, 2)), Pow(Sub(1, Pow(x, 2)), Div(3, 4)))))),
    Variables(n, x),
    Assumptions(And(Element(n, ZZGreaterEqual(0)), Less(-1, x, 1))))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2021-03-15 19:12:00.328586 UTC