张宇基础30讲三重积分1.18.3的一点注解

在这里插入图片描述
这个题要先算出来旋转曲面的方程

旋转曲面的方程的计算要点有以下几个

要找到母线方程,也就是旋转曲线的方程

还要找到绕直线的方程

接着是在绕直线方程中得到方向向量和上面的任意一点

x \boldsymbol x x = ( m , n , p ) (m,n,p) m,n,p

M 0 ( x 0 , y 0 , z 0 ) M_{0}(x_{0},y_{0},z_{0}) M0(x0,y0,z0)

然后在母线方程中找一点 M 1 ( x 1 , y 1 , z 1 ) M_{1}(x_{1},y_{1},z_{1}) M1(x1,y1,z1)

母线方程绕着直线旋转,然后这一点就会转成一个圆

在这个圆上任取一点 P ( x , y , z ) P(x_{},y_{},z_{}) P(x,y,z)

注意这个点 P P P并不满足初始的母线方程,因为随着母的旋转,母线的方程会改变,只有 M 1 M_1 M1会满足题目给定的母线方程

然后利用 M 1 P ⊥ M_1P\bot M1P s \boldsymbol s s
x 1 x + y 1 y + z 1 z = 0 x_1x+y_1y+z_1z=0 x1x+y1y+z1z=0

以及将 M 1 M_1 M1代入母线方程得到一个表达式

还有 ∣ M 0 P → ∣ |\overrightarrow {M_0P}| M0P = ∣ M 0 M 1 → ∣ |\overrightarrow {M_0M_1}| M0M1

根据此题有 在z轴选原点 ( 0 , 0 , 0 ) (0,0,0) (0,0,0),方向向量选 ( 0 , 0 , 1 ) (0,0,1) (0,0,1)

在母线上选一点 ( x 0 , y 0 , z 0 ) (x_0,y_0,z_0) (x0,y0,z0),该点绕着 Z Z Z轴转了一个圆,接着在该圆上选一点 ( x , y , z ) (x,y,z) (x,y,z),根据上面有
0 ∗ ( x − x 0 ) + 0 ∗ ( y − y 0 ) + 1 ∗ ( z − z 0 ) = 0 0*(x-x_0)+0*(y-y_0)+1*(z-z_0)=0 0(xx0)+0(yy0)+1(zz0)=0
这个方程的来源是方向向量垂直于旋转面,故垂直于所有在旋转面的线
得出 z = z 0 z=z_0 z=z0
接着有
x 0 2 + y 0 2 + z 0 2 = x 2 + y 2 + z 2 \sqrt{x_0^2+y_0^2+z_0^2}=\sqrt{x^2+y^2+z^2} x02+y02+z02 =x2+y2+z2
两边平方代入 z = z 0 z=z_0 z=z0,有
x 0 2 + y 0 2 = x 2 + y 2 x_0^2+y_0^2=x^2+y^2 x02+y02=x2+y2
根据母线方程有(注意这里的母线方程只能适用于 ( x 0 , y 0 , z 0 ) (x_0,y_0,z_0) (x0,y0,z0) P P P点随着母线在动,母线随着转动它的方程也在变)
y 0 2 = x 2 + y 2 y_0^2=x^2+y^2 y02=x2+y2
根据母线方程有
y 0 2 = 2 z 0 y_0^2=2z_0 y02=2z0
结合 z = z 0 z=z_0 z=z0
z = x 2 + y 2 2 z=\frac{x^2+y^2}{2} z=2x2+y2
当然这个题也有简便的办法
就是绕着哪个轴转,这个字母就不变,把另外一个字母改成 x 2 + y 2 \sqrt{x^2+y^2} x2+y2 ,这种方法只适合绕着坐标轴转,平面曲线方程是上述形式的

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
pip install numpy==1.23.0 WARNING: The directory '/root/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag. Looking in indexes: https://mirrors.aliyun.com/pypi/simple/, https://pypi.tuna.tsinghua.edu.cn/simple/, https://pypi.douban.com/simple, https://pypi.mirrors.ustc.edu.cn/simple/ ERROR: Ignored the following versions that require a different python version: 1.22.0 Requires-Python >=3.8; 1.22.1 Requires-Python >=3.8; 1.22.2 Requires-Python >=3.8; 1.22.3 Requires-Python >=3.8; 1.22.4 Requires-Python >=3.8; 1.23.0 Requires-Python >=3.8; 1.23.0rc1 Requires-Python >=3.8; 1.23.0rc2 Requires-Python >=3.8; 1.23.0rc3 Requires-Python >=3.8; 1.23.1 Requires-Python >=3.8; 1.23.2 Requires-Python >=3.8; 1.23.3 Requires-Python >=3.8; 1.23.4 Requires-Python >=3.8; 1.23.5 Requires-Python >=3.8; 1.24.0 Requires-Python >=3.8; 1.24.0rc1 Requires-Python >=3.8; 1.24.0rc2 Requires-Python >=3.8; 1.24.1 Requires-Python >=3.8; 1.24.2 Requires-Python >=3.8; 1.24.3 Requires-Python >=3.8; 1.24.4 Requires-Python >=3.8; 1.25.0 Requires-Python >=3.9; 1.25.0rc1 Requires-Python >=3.9; 1.25.1 Requires-Python >=3.9 ERROR: Could not find a version that satisfies the requirement numpy==1.23.0 (from versions: 1.3.0, 1.4.1, 1.5.0, 1.5.1, 1.6.0, 1.6.1, 1.6.2, 1.7.0, 1.7.1, 1.7.2, 1.8.0, 1.8.1, 1.8.2, 1.9.0, 1.9.1, 1.9.2, 1.9.3, 1.10.0.post2, 1.10.1, 1.10.2, 1.10.4, 1.11.0, 1.11.1, 1.11.2, 1.11.3, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 1.13.3, 1.14.0, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.14.5, 1.14.6, 1.15.0, 1.15.1, 1.15.2, 1.15.3, 1.15.4, 1.16.0, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.16.6, 1.17.0, 1.17.1, 1.17.2, 1.17.3, 1.17.4, 1.17.5, 1.18.0, 1.18.1, 1.18.2, 1.18.3, 1.18.4, 1.18.5, 1.19.0, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.19.5, 1.20.0, 1.20.1, 1.20.2, 1.20.3, 1.21.0, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5, 1.21.6) ERROR: No matching distribution found for numpy==1.23.0 Note: you may need to restart the kernel to use updated packages.
07-13
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值