本文主要是介绍2020张宇1000题【好题收集】【第七章:三重积分、曲线曲面积分】,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
文章目录
- 第一类曲线积分
- 基础知识
- 7.15
- 7.18
- 第一类曲面积分
- 基础知识
- 7.20【形心坐标化简】
- 7.29
- 第二类曲线积分
- 7.30【凑全微分】
- 7.41
- 7.47
- 第二类曲面积分
- 第二类曲面积分对称性与其他积分的区别
- 7.510(计算比较复杂)
- 7.56(打星)
- 场论
- 基础知识
- 7.65
- 7.66
第一类曲线积分
基础知识
d s = 1 + y ′ 2 d x ds=\sqrt{1+y'^2}dx ds=1+y′2dx
d s = r 2 + r ′ 2 d θ ds=\sqrt{r^2+r'^2}d\theta ds=r2+r′2dθ
这 个 是 { x = r c o s θ y = r s i n θ ⇒ { d x = [ r ′ c o s θ + r ( − s i n θ ) ] d θ d y = [ r ′ s i n θ + r c o s θ ] d θ 然 后 d s = ( d x ) 2 + ( d y ) 2 来 的 这个是\left\{\begin{matrix} x=rcos\theta\\ \\ y=rsin\theta \end{matrix}\right.\Rightarrow\left\{\begin{matrix} dx=[r'cos\theta+r(-sin\theta)]d\theta\\ \\ dy=[r'sin\theta+rcos\theta]d\theta \end{matrix}\right.然后ds=\sqrt{(dx)^2+(dy)^2}来的 这个是⎩⎨⎧x=rcosθy=rsinθ⇒⎩⎨⎧dx=[r′cosθ+r(−sinθ)]dθdy=[r′sinθ+rcosθ]dθ然后ds=(dx)2+(dy)2来的
7.15
求 抛 物 柱 面 y = x 被 平 面 z = 0 , z = y 和 y = 1 所 截 部 分 的 面 积 求抛物柱面y=\sqrt{x}被平面z=0,z=y和y=1所截部分的面积 求抛物柱面y=x被平面z=0,z=y和y=1所截部分的面积
我是投影到 x O z xOz xOz面来算的
S = ∬ d S = ∬ d x d z c o s β S=\iint dS=\iint \frac{dxdz}{cos\beta} S=∬dS=∬cosβdxdz
而 c o s β = F y F x 2 + F y 2 + F z 2 cos\beta=\frac{F_y}{\sqrt{F_x^2+F_y^2+F_z^2}} cosβ=Fx2+Fy2+Fz2Fy
∵ y = x ⇒ x − y 2 = 0 \because y=\sqrt{x}\Rightarrow x-y^2=0 ∵y=x⇒x−y2=0
∴ { F x = 1 F y = − 2 y F z = 0 \therefore \left\{\begin{matrix} F_x=1\\ \\ F_y=-2y\\ \\ F_z=0 \end{matrix}\right. ∴⎩⎪⎪⎪⎪⎨⎪⎪⎪⎪⎧Fx=1Fy=−2yFz=0
∴ c o s β = − 2 y 1 + 4 y 2 = − 2 x 1 + 4 x \therefore cos\beta=\frac{-2y}{\sqrt{1+4y^2}}=\frac{-2\sqrt{x}}{\sqrt{1+4x}} ∴cosβ=1+4y2−2y=1+4x−2x
∴ S = ∬ 1 + 4 x − 2 x d x d z = ∫ 0 1 ∫ 0 x 1 + 4 x − 2 x d z d x = ∫ 0 1 1 + 4 x − 2 d x = − ( 5 5 − 1 ) 12 \therefore S=\iint\frac{\sqrt{1+4x}}{-2\sqrt{x}}dxdz=\int_0^1\int_0^{\sqrt{x}}\frac{\sqrt{1+4x}}{-2\sqrt{x}}dzdx=\int_0^1\frac{\sqrt{1+4x}}{-2}dx=\frac{-(5\sqrt{5}-1)}{12} ∴S=∬−2x1+4xdxdz=∫01∫0x−2x1+4xdzdx=∫01−21+4xdx=12−(55−1)
但是为啥算出来是负的喃?
原来是我这里错了
F ( x , y , z ) = x − y 2 = 0 F(x,y,z)=x-y^2=0 F(x,y,z)=x−y2=0要写成 F ( y , x , z ) = y 2 − x = 0 F(y,x,z)=y^2-x=0 F(y,x,z)=y2−x=0
把与投影面垂直的那个坐标轴弄成正的
所以应该是:
{ F x = − 1 F y = 2 y F z = 0 \left\{\begin{matrix} F_x=-1\\ \\ F_y=2y\\ \\ F_z=0 \end{matrix}\right. ⎩⎪⎪⎪⎪⎨⎪⎪⎪⎪⎧Fx=−1Fy=2yFz=0
∴ c o s β = F y F x 2 + F y 2 + F z 2 = 2 y 1 + 4 y 2 = 2 x 1 + 4 x \therefore cos\beta=\frac{F_y}{\sqrt{F_x^2+F_y^2+F_z^2}}=\frac{2y}{\sqrt{1+4y^2}}=\frac{2\sqrt{x}}{\sqrt{1+4x}} ∴cosβ=Fx2+Fy2+Fz2Fy=1+4y22y=1+4x2x
∴ S = ∬ d x d z c o s β = ∬ 1 + 4 x 2 x d x d z = ∫ 0 1 ∫ 0 x 1 + 4 x 2 x d z d x = ∫ 0 1 1 + 4 x 2 d x = ( 5 5
这篇关于2020张宇1000题【好题收集】【第七章:三重积分、曲线曲面积分】的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!