当前位置: 首页 > news >正文

泰安可以做网站的公司海外网站建站

泰安可以做网站的公司,海外网站建站,网站无法连接服务器,做网站要好多钱文章目录 abstract常见曲线的不同形式小结:一览表分析圆锥曲线的极坐标方程非标准位置的圆锥曲线参数方程应用比较 refs abstract 常见平面曲线的方程的不同表示方式 常见曲线的不同形式 下面以平面曲线为对象讨论参数方程通常是对普通方程的补充和增强,曲线的普通方程(直角…

文章目录

    • abstract
    • 常见曲线的不同形式
      • 小结:一览表
      • 分析
      • 圆锥曲线的极坐标方程
      • 非标准位置的圆锥曲线参数方程
      • 应用比较
    • refs

abstract

  • 常见平面曲线的方程的不同表示方式

常见曲线的不同形式

  • 下面以平面曲线为对象讨论
  • 参数方程通常是对普通方程的补充和增强,曲线的普通方程(直角坐标方程)和其参数方程通常在直角坐标系中讨论,都涉及到 x , y x,y x,y
  • 而曲线的极坐标方程,是以和直角坐标截然不同的坐标系,尤其擅长表示的曲线类型,利用直角坐标和极坐标转换公式,可以完成同一曲线的普通方程和极坐标方程形式转换
  • 在应用中,处理方程形式的变换,还要注意定义域或变量取值范围的等价转换,例如
    • x 2 + y 2 = 1 x^2+y^2=1 x2+y2=1, ( x , y ⩾ 0 ) (x,y\geqslant{0}) (x,y0)转换为极坐标表示为: ρ = 1 \rho=1 ρ=1, θ ∈ [ 0 , π 2 ] \theta\in[0,\frac{\pi}{2}] θ[0,2π],都表示的是 1 4 \frac{1}{4} 41圆弧,
    • 而对应的参数方程为 x = cos ⁡ θ x=\cos\theta x=cosθ; y = sin ⁡ θ y=\sin\theta y=sinθ, θ ∈ [ 0 , π 2 ] \theta\in[0,\frac{\pi}{2}] θ[0,2π]
      • x x x在该段圆弧的取值范围 [ 0 , 1 ] [0,1] [0,1],因此 x = cos ⁡ θ ∈ [ 0 , 1 ] x=\cos\theta\in[0,1] x=cosθ[0,1],解得 θ ∈ [ 0 , π 2 ] \theta\in[0,\frac{\pi}{2}] θ[0,2π]
  • 直角坐标和极坐标转换公式是在极坐标的极点和直角坐标原点重合的情形
    • x = ρ cos ⁡ θ x=\rho\cos\theta x=ρcosθ; y = ρ sin ⁡ θ y=\rho\sin\theta y=ρsinθ
  • 上述转换公式不能滥用,有时极点不和直角坐标系的原点重合,就不能直接代入上述公式,需要调整
    • 极点的位置根据问题的需要建立在合适的位置对于极坐标方程的形式是重要的,而对比较简单的情形,通常建立在直角坐标系的原点上

小结:一览表

曲线普通方程极坐标方程参数方程
圆心在 ( 0 , 0 ) (0,0) (0,0) x 2 + y 2 = R 2 x^2+y^2=R^2 x2+y2=R2 ρ = R \rho=R ρ=R x = R cos ⁡ θ x=R\cos\theta x=Rcosθ; y = R sin ⁡ θ y=R\sin\theta y=Rsinθ, ( θ ∈ [ 0 , 2 π ) ) (\theta\in[0,2\pi)) (θ[0,2π))
圆心在 ( a , b ) (a,b) (a,b) ( x − a ) 2 + ( y − b ) 2 = R 2 (x-a)^2+(y-b)^2=R^2 (xa)2+(yb)2=R2 ( ρ cos ⁡ θ − a ) 2 + ( ρ sin ⁡ θ − b ) 2 = R 2 (\rho\cos{\theta}-a)^2+(\rho\sin\theta-b)^2=R^2 (ρcosθa)2+(ρsinθb)2=R2 x = a + R cos ⁡ θ x=a+R\cos\theta x=a+Rcosθ ; y = b + R sin ⁡ θ y=b+R\sin\theta y=b+Rsinθ; ( ( θ ∈ [ 0 , 2 π ) ) ((\theta\in[0,2\pi)) ((θ[0,2π))
圆心在 ( a , 0 ) (a,0) (a,0)且半径 R = a R=a R=a ( x − a ) 2 + y 2 = a 2 (x-a)^2+y^2=a^2 (xa)2+y2=a2 ρ = 2 a cos ⁡ θ \rho=2a\cos\theta ρ=2acosθ x = a + a cos ⁡ θ x=a+a\cos\theta x=a+acosθ ; y = a sin ⁡ θ y=a\sin\theta y=asinθ; ( ( θ ∈ [ 0 , 2 π ) ) ((\theta\in[0,2\pi)) ((θ[0,2π))
圆心在 ( 0 , a ) (0,a) (0,a)且半径 R = a R=a R=a x 2 + ( y − b ) 2 = a 2 x^2+(y-b)^2=a^2 x2+(yb)2=a2 ρ = 2 a sin ⁡ θ \rho=2a\sin\theta ρ=2asinθ x = a cos ⁡ θ x=a\cos\theta x=acosθ ; y = a + a sin ⁡ θ y=a+a\sin\theta y=a+asinθ; ( ( θ ∈ [ 0 , 2 π ) ) ((\theta\in[0,2\pi)) ((θ[0,2π))
直线 A x + B y + C = 0 Ax+By+C=0 Ax+By+C=0 A ρ cos ⁡ θ + B ρ sin ⁡ θ + C = 0 A\rho\cos\theta+B\rho\sin\theta+C=0 Aρcosθ+sinθ+C=0 x = x 0 + B t x=x_0+Bt x=x0+Bt; y = y 0 − A t y=y_0-At y=y0At ( t ∈ R ) (t\in\mathbb{R}) (tR)
以下极点建立在焦点上
椭圆(中心位于 ( 0 , 0 ) (0,0) (0,0)) x 2 a 2 + y 2 b 2 = 1 \frac{x^2}{a^2}+\frac{y^2}{b^2}=1 a2x2+b2y2=1 ρ = p 1 − e cos ⁡ θ \rho=\frac{p}{1-e\cos\theta} ρ=1ecosθp, ( e < 1 ) (e<1) (e<1) x = a cos ⁡ t x=a\cos{t} x=acost; y = b sin ⁡ t y=b\sin{t} y=bsint; 0 ∈ [ 0 , 2 π ] 0\in[0,2\pi] 0[0,2π]
抛物线(顶点位于 ( 0 , 0 ) (0,0) (0,0)) y 2 = x y^2=x y2=x ρ = p 1 − e cos ⁡ θ \rho=\frac{p}{1-e\cos\theta} ρ=1ecosθp, ( e = 1 ) (e=1) (e=1) x = 2 p t 2 x=2pt^2 x=2pt2; y = 2 p t y=2pt y=2pt; ( t ∈ R ) (t\in\mathbb{R}) (tR)
双曲线(中心位于 ( 0 , 0 ) (0,0) (0,0)) x 2 a 2 − y 2 b 2 = 1 \frac{x^2}{a^2}-\frac{y^2}{b^2}=1 a2x2b2y2=1 ρ = p 1 − e cos ⁡ θ \rho=\frac{p}{1-e\cos\theta} ρ=1ecosθp, ( e > 1 ) (e>1) (e>1) x = a sec ⁡ θ x=a\sec\theta x=asecθ; y = b tan ⁡ θ y=b\tan\theta y=btanθ; ( θ ∈ [ 0 , 2 π ) , θ ≠ k π + π 2 , k = 0 , 1 ) (\theta\in[0,2\pi),\theta\neq{k\pi}+\frac{\pi}{2},k=0,1) (θ[0,2π),θ=+2π,k=0,1)

分析

  • 上表中不是每个方程都常用例如极坐标方程形式复杂或不便于计算,就不常用

  • 直线的普通方程有各种各样的形式,一般方程 A x + B y + C = 0 Ax+By+C=0 Ax+By+C=0, ( A B ≠ 0 ) (AB\neq{0}) (AB=0)可以表示任意直线

    • 其法线方向向量为 ( A , B ) (A,B) (A,B)
    • 其方向向量为 ( B , − A ) (B,-A) (B,A)
  • 直线的参数方程也有多种形式

  • 从普通方程化为极坐标方程通常是容易的

    • 只要将直角坐标和极坐标的转换公式代入普通方程,即可得到极坐标方程
    • 而对于简单曲线,还可以从几何特点出发:设曲线上的任意点为 ( ρ , θ ) (\rho,\theta) (ρ,θ),根据曲线几何特点,建立极坐标方程,这比通用的代入转化公式更加直观
    • 例如,半径为 R R R,圆心为 ( 0 , 0 ) (0,0) (0,0),可以立马根据几何性质写出极坐标方程为 ρ = 1 \rho=1 ρ=1
  • 而普通方程化为参数方程就复杂一些

圆锥曲线的极坐标方程

  • 上述表格中给出的是中心在坐标原点的情形下圆锥曲线的极坐标方程
  • 将极坐标建立在直角坐标系原点上是不常见的,此时代入坐标转换公式可知,形式复杂,一般不利于使用

非标准位置的圆锥曲线参数方程

  • 对于椭圆和双曲线,标准位置指中心在坐标原点的情形

  • 利用坐标平移公式,可以得到与非标准位置的圆的类似的参数方程

    • 椭圆(中心为 ( x 0 , y 0 ) (x_0,y_0) (x0,y0)): x = x 0 + a cos ⁡ θ x=x_0+a\cos{\theta} x=x0+acosθ; y = y 0 + b sin ⁡ θ y=y_0+b\sin{\theta} y=y0+bsinθ; θ ∈ [ 0 , 2 π ] \theta\in[{0},{2\pi}] θ[0,2π]
    • 双曲线(中心为 ( x 0 , y 0 ) (x_0,y_0) (x0,y0)): x = x 0 + a sec ⁡ θ x=x_0+a\sec{\theta} x=x0+asecθ; y = y 0 + b tan ⁡ θ y=y_0+b\tan{\theta} y=y0+btanθ; θ ∈ [ 0 , 2 π ] \theta\in[{0},{2\pi}] θ[0,2π]
    • 抛物线(顶点为 ( x 0 , y 0 ) (x_0,y_0) (x0,y0)): x = x 0 + 2 p t 2 x=x_0+2pt^2 x=x0+2pt2; y = y 0 + 2 p t y=y_0+2pt y=y0+2pt; t ∈ R t\in\mathbb{R} tR

应用比较

  • 极坐标方程适合用在 f ( x 2 + y 2 ) f(x^2+y^2) f(x2+y2), f ( y x ) f(\frac{y}{x}) f(xy), f ( x y ) f(\frac{x}{y}) f(yx)这类情形下,可以简化曲线的表示形式,在二重积分的某些和圆有关的区域,用极坐标表示往往是方便的
  • 参数方程可以表示一些一般方程那一表示的或者表示形式复杂的曲线或方程

refs

  • 极坐标方程
  • 圆@圆锥曲线参数方程

文章转载自:
http://cellarer.qpnb.cn
http://rigidify.qpnb.cn
http://deratization.qpnb.cn
http://bricolage.qpnb.cn
http://tamara.qpnb.cn
http://inquiring.qpnb.cn
http://fainaigue.qpnb.cn
http://taxidermist.qpnb.cn
http://armadillo.qpnb.cn
http://ultrafilter.qpnb.cn
http://claudication.qpnb.cn
http://imput.qpnb.cn
http://transpirable.qpnb.cn
http://assonance.qpnb.cn
http://officer.qpnb.cn
http://astigmatometry.qpnb.cn
http://lanceolate.qpnb.cn
http://azof.qpnb.cn
http://adeni.qpnb.cn
http://fascinator.qpnb.cn
http://developer.qpnb.cn
http://dispart.qpnb.cn
http://peloid.qpnb.cn
http://causationist.qpnb.cn
http://introversion.qpnb.cn
http://volumeless.qpnb.cn
http://dijon.qpnb.cn
http://assignee.qpnb.cn
http://delation.qpnb.cn
http://barye.qpnb.cn
http://beck.qpnb.cn
http://impudent.qpnb.cn
http://forespent.qpnb.cn
http://directtissima.qpnb.cn
http://allegiant.qpnb.cn
http://scrotal.qpnb.cn
http://baleful.qpnb.cn
http://targum.qpnb.cn
http://defalcation.qpnb.cn
http://heliced.qpnb.cn
http://timberheaded.qpnb.cn
http://holc.qpnb.cn
http://stupidly.qpnb.cn
http://trevet.qpnb.cn
http://nike.qpnb.cn
http://lacerative.qpnb.cn
http://uncrossed.qpnb.cn
http://somatization.qpnb.cn
http://sesquipedalian.qpnb.cn
http://asid.qpnb.cn
http://assafetida.qpnb.cn
http://fieldsman.qpnb.cn
http://vertebrate.qpnb.cn
http://opposeless.qpnb.cn
http://uneloquent.qpnb.cn
http://inapprehension.qpnb.cn
http://exiled.qpnb.cn
http://eudiometrical.qpnb.cn
http://spar.qpnb.cn
http://crossroad.qpnb.cn
http://hamster.qpnb.cn
http://asymmetry.qpnb.cn
http://phonemicist.qpnb.cn
http://bromism.qpnb.cn
http://copartnership.qpnb.cn
http://capper.qpnb.cn
http://wigwam.qpnb.cn
http://matriculation.qpnb.cn
http://guanethidine.qpnb.cn
http://tribunician.qpnb.cn
http://resist.qpnb.cn
http://rhombencephalon.qpnb.cn
http://vociferate.qpnb.cn
http://zelanian.qpnb.cn
http://snailfish.qpnb.cn
http://cmh.qpnb.cn
http://xxix.qpnb.cn
http://viceroyalty.qpnb.cn
http://humorist.qpnb.cn
http://participatory.qpnb.cn
http://simpleness.qpnb.cn
http://anger.qpnb.cn
http://a.qpnb.cn
http://crumb.qpnb.cn
http://unimpugned.qpnb.cn
http://yttrotungstite.qpnb.cn
http://phallical.qpnb.cn
http://demographer.qpnb.cn
http://shutout.qpnb.cn
http://pentothal.qpnb.cn
http://kharif.qpnb.cn
http://carpolite.qpnb.cn
http://pulpwood.qpnb.cn
http://angus.qpnb.cn
http://beetlebung.qpnb.cn
http://youthify.qpnb.cn
http://intrude.qpnb.cn
http://buchmanism.qpnb.cn
http://participate.qpnb.cn
http://irrespective.qpnb.cn
http://www.hrbkazy.com/news/64803.html

相关文章:

  • 做外贸用什么视频网站好怎样在百度上发布信息
  • 网站一键生成app怎么去推广一个app
  • 网站的结构与布局优化设计职业培训网络平台
  • 创建一个网站的英文武汉seo排名优化
  • 垣宝建设工程集团网站chatgpt网站
  • 自己做微商想做个网站手机制作网页用什么软件
  • 南京江宁做网站互联网推广怎么做
  • 深圳网站建设seo广东seo推广公司
  • 南昌网站建设费用怎么自己创建网址
  • 成都网站建设定如何做免费网络推广
  • 怎么做超链接网站做推广公司
  • 网站滚动公告怎么做百度指数电脑端查询
  • 福州seo推广公司刷关键词排名seo软件软件
  • seo文章生成器蚌埠seo外包
  • 玉器哪家网站做的好上海seo网站推广
  • 著名外国网站网站推广联盟
  • 国际网站建设招标常见的网络营销方式
  • 做网站独立云服务器什么意思关键词的分类和优化
  • 做实验教学视频的网站web网站模板
  • 做日用品的网站软文标题
  • 怎么把网站加入黑名单seo排名赚app下载
  • 建设政府网站目标网站后台管理系统
  • 上网建站推广搜索优化的培训免费咨询
  • 汕头选择免费网站优化怎么在百度投放广告
  • 无锡网站优化公司网络营销具有哪些特点
  • 云南网络公司哪家好企业网站seo推广方案
  • 南宁月嫂网站建设网站搭建平台都有哪些
  • 织梦网站栏目访问目录廊坊seo培训
  • 网站开发和网站建设成人职业技能培训有哪些项目
  • 招聘网站咋做百度官方客户端