Fungrim home page

Fungrim entry: 61d8f3

(1+z2)y(z)+2zy(z)=0   where y ⁣(z)=c1+c2atan ⁣(z)\left(1 + {z}^{2}\right) y''(z) + 2 z y'(z) = 0\; \text{ where } y\!\left(z\right) = {c}_{1} + {c}_{2} \operatorname{atan}\!\left(z\right)
Assumptions:zCandc1Candc2Candiz(,1][1,)z \in \mathbb{C} \,\mathbin{\operatorname{and}}\, {c}_{1} \in \mathbb{C} \,\mathbin{\operatorname{and}}\, {c}_{2} \in \mathbb{C} \,\mathbin{\operatorname{and}}\, i z \notin \left(-\infty, -1\right] \cup \left[1, \infty\right)
TeX:
\left(1 + {z}^{2}\right) y''(z) + 2 z y'(z) = 0\; \text{ where } y\!\left(z\right) = {c}_{1} + {c}_{2} \operatorname{atan}\!\left(z\right)

z \in \mathbb{C} \,\mathbin{\operatorname{and}}\, {c}_{1} \in \mathbb{C} \,\mathbin{\operatorname{and}}\, {c}_{2} \in \mathbb{C} \,\mathbin{\operatorname{and}}\, i z \notin \left(-\infty, -1\right] \cup \left[1, \infty\right)
Definitions:
Fungrim symbol Notation Short description
Powab{a}^{b} Power
Derivativeddzf ⁣(z)\frac{d}{d z}\, f\!\left(z\right) Derivative
Atanatan ⁣(z)\operatorname{atan}\!\left(z\right) Inverse tangent
CCC\mathbb{C} Complex numbers
ConstIii Imaginary unit
OpenClosedInterval(a,b]\left(a, b\right] Open-closed interval
Infinity\infty Positive infinity
ClosedOpenInterval[a,b)\left[a, b\right) Closed-open interval
Source code for this entry:
Entry(ID("61d8f3"),
    Formula(Where(Equal(Add(Mul(Add(1, Pow(z, 2)), Derivative(y(z), Tuple(z, z, 2))), Mul(Mul(2, z), Derivative(y(z), Tuple(z, z, 1)))), 0), Equal(y(z), Add(Subscript(c, 1), Mul(Subscript(c, 2), Atan(z)))))),
    Variables(z, Subscript(c, 1), Subscript(c, 2)),
    Assumptions(And(Element(z, CC), Element(Subscript(c, 1), CC), Element(Subscript(c, 2), CC), NotElement(Mul(ConstI, z), Union(OpenClosedInterval(Neg(Infinity), -1), ClosedOpenInterval(1, Infinity))))))

Topics using this entry

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

2019-06-18 07:49:59.356594 UTC