找回密码
 快速注册
搜索
查看: 142|回复: 4

arctan(z)的奇点

[复制链接]

3147

主题

8381

回帖

6万

积分

$\style{scale:11;fill:#eff}꩜$

积分
65357
QQ

显示全部楼层

hbghlyj 发表于 2023-1-10 19:55 |阅读模式
在Mathematica中, 可以用FunctionSingularities求复变函数的奇点.
例如$\arctanh(z)$的奇点, 输出 z <= -1 || z >= 1
$\frac{d}{dz}\arctanh(z)=\frac{1}{1-z^2}$的奇点, 输出 z^2 == 1
但是$\arctan(z)$的奇点, 为什么输出 False
我觉得应该是$[i,i∞]∪[-i,-i∞]$
index.png
而且$\frac{d}{dz}\arctanh(z)=\frac{1}{1+z^2}$的奇点, 输出 z^2 == -1
况且 $i\arctanh(z)=\arctan(iz)$
Brian文档:
For complex-valued input, arctan() is a complex analytic function that has [1j, infj] and [-1j, -infj] as branch cuts, and is continuous from the left on the former and from the right on the latter.

48

主题

992

回帖

1万

积分

积分
14981
QQ

显示全部楼层

Czhang271828 发表于 2023-1-10 20:12
奇点是奇点, Branch cut 是 Branch cut.
无钱佮歹看、无样佮歹生、无汉草佮无文采、无学历佮无能力、无高度无速度无力度共闲无代志。(闽南话)
口号:疼惜生命,远离内卷。

3147

主题

8381

回帖

6万

积分

$\style{scale:11;fill:#eff}꩜$

积分
65357
QQ

显示全部楼层

 楼主| hbghlyj 发表于 2023-1-10 20:26
Czhang271828 发表于 2023-1-10 13:12
奇点是奇点, Branch cut 是 Branch cut.


对于$\sqrt z$
FunctionSingularities[Sqrt[z], z]
输出是$z\le0$ (好像是Branch cut)

3147

主题

8381

回帖

6万

积分

$\style{scale:11;fill:#eff}꩜$

积分
65357
QQ

显示全部楼层

 楼主| hbghlyj 发表于 2023-1-10 20:36
hbghlyj 发表于 2023-1-10 12:55
但是$\arctan(z)$的奇点, 为什么输出 False
我觉得应该是$[i,i∞]∪[-i,-i∞]$

终于明白了, 1#代码没有加domain, 所以 False 应该是指 arctan 在 $\Bbb R$ 上没有奇点
指定了domain为complexes就没问题了 index.png


Czhang271828 发表于 2023-1-10 13:12
奇点是奇点, Branch cut 是 Branch cut.

2楼的意思应该是, FunctionDomain(函数定义域)不一定是FunctionSingularities(函数奇点)的补集, 继续以ArcTan[z]为例:
FunctionDomain[ArcTan[z], z, Complexes]
输出$(-i + z) (i + z) \ne0$
即$\Bbb C\setminus\{i,-i\}$

3147

主题

8381

回帖

6万

积分

$\style{scale:11;fill:#eff}꩜$

积分
65357
QQ

显示全部楼层

 楼主| hbghlyj 发表于 2023-1-11 20:47
Czhang271828 发表于 2023-1-10 13:12
奇点是奇点, Branch cut 是 Branch cut.


Wikipedia说a branch point of a multi-valued function is a point such that if the function is n-valued at that point, all of its neighborhoods contain a point that has more than $n$ values.
MathWorld说A branch point of an analytic function is a point in the complex plane whose complex argument can be mapped from a single point in the domain to multiple points in the range
例如0是$1/z$的奇点, 但不是branch point
例如0是$\sqrt z$的奇点(在0不可导), 且为branch point
  1. FunctionSingularities[Sqrt[z], z]
复制代码

MathWorld有一个表格, 在最后一行可见$\sqrt{z}$的branch cut为$(-\infty,0)$, 是不包含0的, 所以说branch cut不一定包含branch point
它还说In addition to branch cuts, singularities known as branch points also exist. It should be noted, however, that the endpoints of branch cuts are not necessarily branch points.
即, branch cut的端点不一定是branch point.

手机版|悠闲数学娱乐论坛(第3版)

GMT+8, 2025-3-4 19:41

Powered by Discuz!

× 快速回复 返回顶部 返回列表