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

一个前端页面多少钱长沙网站托管优化

一个前端页面多少钱,长沙网站托管优化,手机客户端app开发,傻瓜式做网站软件abstract 麦克劳林公式及其近似表示的应用误差估计和分析 Lagrange型泰勒公式的估计误差 由Lagrange型余项泰勒公式可知,多项式 p n ( x ) p_n(x) pn​(x)近似表达函数 f ( x ) f(x) f(x)时,其误差为 ∣ R n ( x ) ∣ |R_{n}(x)| ∣Rn​(x)∣ R n ( x ) R_{n}(x) Rn​(x) f …

abstract

  • 麦克劳林公式及其近似表示的应用
  • 误差估计和分析

Lagrange型泰勒公式的估计误差

  • 由Lagrange型余项泰勒公式可知,多项式 p n ( x ) p_n(x) pn(x)近似表达函数 f ( x ) f(x) f(x)时,其误差为 ∣ R n ( x ) ∣ |R_{n}(x)| Rn(x)
    • R n ( x ) R_{n}(x) Rn(x)= f ( n + 1 ) ( ξ ) ( n + 1 ) ! ( x − x 0 ) n + 1 \frac{f^{(n+1)}(\xi)}{(n+1)!}(x-x_0)^{n+1} (n+1)!f(n+1)(ξ)(xx0)n+1,( ξ \xi ξ x 0 x_0 x0 x x x之间)(R1)

误差估计式

  • 若对于某个固定的 n n n,当 x ∈ U ( x 0 ) x\in{U(x_0)} xU(x0)邻域时, ∣ f ( n + 1 ) ( x ) ∣ ⩽ M |f^{(n+1)}(x)|\leqslant{M} f(n+1)(x)M(函数 f ( n + 1 ) ( x ) f^{(n+1)}(x) f(n+1)(x)在邻域 U ( x 0 ) U(x_0) U(x0)内局部有界),则可以估计误差的上限(记为 R M R_{M} RM):
    • M M M不一定是常数,可能是函数 M ( x ) M(x) M(x)
      • 例如 f ( x ) = e x f(x)=e^{x} f(x)=ex,其 ∣ f ( n + 1 ) ( x ) ∣ |f^{(n+1)}(x)| f(n+1)(x)= ∣ e x ∣ ⩽ e ∣ x ∣ |e^{x}|\leqslant{e^{|x|}} exex
    • 进行不等式放大: ∣ R n ( x ) ∣ ⩽ M ( n + 1 ) ! ∣ x − x 0 ∣ n + 1 |R_n(x)|\leqslant{\frac{M}{(n+1)!}|x-x_0|^{n+1}} Rn(x)(n+1)!Mxx0n+1= R M R_{M} RM(0);
    • 该公式给出了估计误差的一个上限

麦克劳林(Maclaurin)公式

  • 在Peano型泰勒公式中,

    • f ( x ) f(x) f(x)= p n ( x ) + R n ( x ) p_n(x)+R_n(x) pn(x)+Rn(x)(1)
      • = f ( x 0 ) + f ′ ( x 0 ) ( x − x 0 ) + 1 2 ! f ′ ′ ( x 0 ) ( x − x 0 ) 2 + ⋯ f(x_0)+f'(x_0)(x-x_0)+\frac{1}{2!}f''(x_0)(x-x_0)^2+\cdots f(x0)+f(x0)(xx0)+2!1f′′(x0)(xx0)2++ 1 n ! f ( n ) ( x 0 ) ( x − x 0 ) n \frac{1}{n!}f^{(n)}(x_0)(x-x_0)^{n} n!1f(n)(x0)(xx0)n+ R n ( x ) R_n(x) Rn(x)
      • = ∑ k = 0 n 1 k ! f ( k ) ( x 0 ) ( x − x 0 ) k \sum_{k=0}^{n}\frac{1}{k!}f^{(k)}(x_0)(x-x_0)^{k} k=0nk!1f(k)(x0)(xx0)k+ R n ( x ) R_n(x) Rn(x)(2)
  • 若取 x 0 = 0 x_0=0 x0=0

    • 带有Peano余项的Taylor公式表示为

      • f ( x ) f(x) f(x)= ∑ k = 0 n 1 k ! f ( k ) ( 0 ) ( x ) k \sum_{k=0}^{n}\frac{1}{k!}f^{(k)}(0)(x)^{k} k=0nk!1f(k)(0)(x)k+ o ( ( x ) n ) o((x)^{n}) o((x)n)
        • = f ( 0 ) + f ′ ( 0 ) x + 1 2 ! f ′ ′ ( 0 ) x 2 f(0)+f'(0)x+\frac{1}{2!}f''(0)x^2 f(0)+f(0)x+2!1f′′(0)x2+ ⋯ \cdots + 1 n ! f ( n ) ( 0 ) x n \frac{1}{n!}f^{(n)}(0)x^n n!1f(n)(0)xn+ o ( x n ) o(x^{n}) o(xn)(3)
      • 此时公式也称为:带有Peano余项的Maclaurin公式,
    • 带有Lagrange余项的Taylor公式

      • R n ( x ) ∣ x 0 = 0 R_{n}(x)|_{x_0=0} Rn(x)x0=0= f ( n + 1 ) ( ξ ) ( n + 1 ) ! x n + 1 \frac{f^{(n+1)}(\xi)}{(n+1)!}x^{n+1} (n+1)!f(n+1)(ξ)xn+1,( ξ \xi ξ x 0 x_0 x0 x x x之间)
      • 若令 ξ = θ x \xi=\theta{x} ξ=θx, ( θ ∈ ( 0 , 1 ) ) (\theta\in(0,1)) (θ(0,1)),则 R n ( x ) ∣ x 0 = 0 R_{n}(x)|_{x_0=0} Rn(x)x0=0= f ( n + 1 ) ( θ x ) ( n + 1 ) ! x n + 1 \frac{f^{(n+1)}(\theta x)}{(n+1)!}x^{n+1} (n+1)!f(n+1)(θx)xn+1, ( θ ∈ ( 0 , 1 ) ) (\theta\in(0,1)) (θ(0,1))(R2)
      • f ( x ) f(x) f(x)= ∑ k = 0 n 1 k ! f ( k ) ( 0 ) ( x ) k \sum_{k=0}^{n}\frac{1}{k!}f^{(k)}(0)(x)^{k} k=0nk!1f(k)(0)(x)k+ f ( n + 1 ) ( θ x ) ( n + 1 ) ! x n + 1 \frac{f^{(n+1)}(\theta x)}{(n+1)!}x^{n+1} (n+1)!f(n+1)(θx)xn+1
        • f ( x ) f(x) f(x)= f ( 0 ) + f ′ ( 0 ) x + 1 2 ! f ′ ′ ( 0 ) x 2 f(0)+f'(0)x+\frac{1}{2!}f''(0)x^2 f(0)+f(0)x+2!1f′′(0)x2+ ⋯ \cdots + 1 n ! f ( n ) ( 0 ) x n \frac{1}{n!}f^{(n)}(0)x^n n!1f(n)(0)xn+ f ( n + 1 ) ( θ x ) ( n + 1 ) ! x n + 1 \frac{f^{(n+1)}(\theta x)}{(n+1)!}x^{n+1} (n+1)!f(n+1)(θx)xn+1(4)

麦克劳林近似公式

  • Maclaurin多项式: p n ( x ) ∣ x 0 = 0 p_{n}(x)|_{x_0=0} pn(x)x0=0= ∑ k = 0 n 1 k ! f ( k ) ( 0 ) ( x ) k \sum_{k=0}^{n}\frac{1}{k!}f^{(k)}(0)(x)^{k} k=0nk!1f(k)(0)(x)k= f ( 0 ) + f ′ ( 0 ) x + 1 2 ! f ′ ′ ( 0 ) x 2 f(0)+f'(0)x+\frac{1}{2!}f''(0)x^2 f(0)+f(0)x+2!1f′′(0)x2+ ⋯ \cdots + 1 n ! f ( n ) ( 0 ) x n \frac{1}{n!}f^{(n)}(0)x^n n!1f(n)(0)xn
  • Maclaurin近似公式: f ( x ) ≈ p n ( x ) ∣ x 0 = 0 f(x)\approx{p_{n}(x)|_{x_0=0}} f(x)pn(x)x0=0
  • 此时,误差估计式写成 ∣ R n ( x ) ∣ ⩽ M ( n + 1 ) ! ∣ x ∣ n + 1 |R_{n}(x)|\leqslant{\frac{M}{(n+1)!}|x|^{n+1}} Rn(x)(n+1)!Mxn+1

小结

  • 被逼近函数=逼近函数+误差

  • 被逼近函数可以用逼近函数 p n ( x ) p_n(x) pn(x)来估计,该估计的误差可以用 R n ( x ) R_n(x) Rn(x)来估计

  • 从余项和误差估计式可以看出,对于给定的泰勒公式 f ( x ) = p n ( x ) + R n ( x ) f(x)=p_{n}(x)+R_{n}(x) f(x)=pn(x)+Rn(x)

    • 为了体现近似源 x 0 x_0 x0,可写成 f ( x , x 0 ) = p n ( x , x 0 ) + R n ( x , x 0 ) f(x,x_0)=p_{n}(x,x_0)+R_{n}(x,x_0) f(x,x0)=pn(x,x0)+Rn(x,x0),用该公式中的 p n ( x , x 0 ) p_n(x,x_0) pn(x,x0)来估计 f ( x ) f(x) f(x)的取值
    • x x x x 0 x_0 x0越远,( ∣ x − x 0 ∣ |x-x_0| xx0越大),则估计误差 ∣ R n ( x ) ∣ |R_n(x)| Rn(x)越大: ∣ f ( n + 1 ) ( ξ ) ( n + 1 ) ! ( x − x 0 ) n + 1 ∣ |\frac{f^{(n+1)}(\xi)}{(n+1)!}(x-x_0)^{n+1}| (n+1)!f(n+1)(ξ)(xx0)n+1
    • 为了提高精度,可以提高 n n n的大小
      • 因为误差式中有一个分母 ( n + 1 ) ! (n+1)! (n+1)!阶乘的增长速度快于指数 ( x − x 0 ) n + 1 (x-x_0)^{n+1} (xx0)n+1(通过求极限可以证明,即使 x − x 0 x-x_0 xx0不变,只要使得, n → ∞ n\to{\infin} n时,就有 R M → 0 R_{M}\to{0} RM0,从而 ∣ R n ( x ) ∣ → 0 |R_n(x)|\to{0} Rn(x)0)
    • 泰勒公式 n n n阶逼近的方法和一般的逼近手段不同,例如一阶微分逼近 f ( x ) ≈ f ′ ( x 0 ) + f ′ ( x 0 ) ( x − x 0 ) f(x)\approx{f'(x_0)+f'(x_0)(x-x_0)} f(x)f(x0)+f(x0)(xx0)需要靠 x → x 0 x\to{x_0} xx0来提高精度,而泰勒公式除了可通过 x → x 0 x\to{x_0} xx0提高精度,还可以选择提高逼近阶数 n n n来实现
  • 通过对一般的泰勒公式中的 x 0 x_0 x0取定为 0 0 0,得到Maclaurin公式,该公式形式上和计算上比一般形式的泰勒公式更加简单,而且同样可以通过提高逼近阶数 n n n来提高逼近精度

  • 只要阶数够高(存在足够高阶的导数),Maclaurin公式做到任意精度的逼近( n → ∞ n\to{\infin} n,时误差的极限为0)

逼近公式的截断应用

  • 方便起见,通常使用Maclaurin近似公式来作函数的近似表示和高精度估计,一般形式的Taylor公式比较少直接用来估计,Maclaurin公式简单
  • 通常 n n n不需要太大就有比较高的精度了,例如 n = 2 n=2 n=2

  • f ( x ) = e x f(x)=e^{x} f(x)=ex的带有Lagrange余项的 n n n阶Maclaurin公式

    • n f ( n ) ( x ) f^{(n)}(x) f(n)(x) f ( n ) ( 0 ) f^{(n)}(0) f(n)(0)
      0 e x e^{x} ex1
      1 e x e^{x} ex1
      2 e x e^{x} ex1
      ⋯ \cdots ⋯ \cdots ⋯ \cdots
      n n n e x e^{x} ex1
      n + 1 n+1 n+1 e x e^{x} ex f ( n + 1 ) ( θ x ) f^{(n+1)}(\theta{x}) f(n+1)(θx)= e θ x e^{\theta{x}} eθx
    • e x e^{x} ex= f ( 0 ) + f ′ ( 0 ) x + 1 2 ! f ′ ′ ( 0 ) x 2 f(0)+f'(0)x+\frac{1}{2!}f''(0)x^2 f(0)+f(0)x+2!1f′′(0)x2+ ⋯ \cdots + 1 n ! f ( n ) ( 0 ) x n \frac{1}{n!}f^{(n)}(0)x^n n!1f(n)(0)xn+ f ( n + 1 ) ( θ x ) ( n + 1 ) ! x n + 1 \frac{f^{(n+1)}(\theta x)}{(n+1)!}x^{n+1} (n+1)!f(n+1)(θx)xn+1

      • = 1 + x + 1 2 ! x 2 + ⋯ + 1 n ! x n 1+x+\frac{1}{2!}x^2+\cdots+\frac{1}{n!}x^{n} 1+x+2!1x2++n!1xn+ e θ x ( n + 1 ) ! x n + 1 \frac{e^{\theta{x}}}{(n+1)!}x^{n+1} (n+1)!eθxxn+1, θ ∈ ( 0 , 1 ) \theta\in(0,1) θ(0,1)(1)
    • 误差: ∣ R n ( x ) ∣ |R_{n}(x)| Rn(x)= ∣ e θ x ( n + 1 ) ! x n + 1 ∣ |\frac{e^{\theta{x}}}{(n+1)!}x^{n+1}| (n+1)!eθxxn+1< e ∣ x ∣ ( n + 1 ) ! ∣ x ∣ n + 1 \frac{e^{{|x|}}}{(n+1)!}|x|^{n+1} (n+1)!exxn+1

      • 例如估算 x = 1 x=1 x=1,即 f ( 1 ) f(1) f(1),由公式 e 1 ≈ 1 + 1 + 1 2 ! + ⋯ + 1 n ! e^{1}\approx 1+1+\frac{1}{2!}+\cdots+\frac{1}{n!} e11+1+2!1++n!1
      • 此时误差为 ∣ R n ∣ < e 1 ( n + 1 ) ! |R_n|<\frac{e^1}{(n+1)!} Rn<(n+1)!e1,也可以更加保守,进一步放大误差上界 3 ( n + 1 ) ! \frac{3}{(n+1)!} (n+1)!3,当
        • n = 10 n=10 n=10时,可以得 e ≈ 2.718282 e\approx{2.718282} e2.718282,且保证其误差不超过 1 0 − 6 10^{-6} 106

文章转载自:
http://ameerate.fcxt.cn
http://fibrocyte.fcxt.cn
http://preinform.fcxt.cn
http://refortify.fcxt.cn
http://seconder.fcxt.cn
http://reinforcement.fcxt.cn
http://optophone.fcxt.cn
http://swapper.fcxt.cn
http://fendillate.fcxt.cn
http://chokebore.fcxt.cn
http://dipole.fcxt.cn
http://chlorospinel.fcxt.cn
http://cheekily.fcxt.cn
http://exquisitely.fcxt.cn
http://dramshop.fcxt.cn
http://dihybrid.fcxt.cn
http://terrazzo.fcxt.cn
http://indent.fcxt.cn
http://rhinopharyngitis.fcxt.cn
http://obscenity.fcxt.cn
http://odonate.fcxt.cn
http://bombasine.fcxt.cn
http://sucker.fcxt.cn
http://sneaker.fcxt.cn
http://reglaze.fcxt.cn
http://swiftlet.fcxt.cn
http://ouzo.fcxt.cn
http://afforest.fcxt.cn
http://ezekias.fcxt.cn
http://polis.fcxt.cn
http://telepathist.fcxt.cn
http://equilibrate.fcxt.cn
http://tamworth.fcxt.cn
http://nitrogenase.fcxt.cn
http://fissiparism.fcxt.cn
http://umbles.fcxt.cn
http://ushas.fcxt.cn
http://admiralship.fcxt.cn
http://lardoon.fcxt.cn
http://nampo.fcxt.cn
http://statesmanly.fcxt.cn
http://rhamnaceous.fcxt.cn
http://faintheart.fcxt.cn
http://unfished.fcxt.cn
http://arabism.fcxt.cn
http://shawwal.fcxt.cn
http://insubordination.fcxt.cn
http://pediococcus.fcxt.cn
http://cyrenaica.fcxt.cn
http://ultraist.fcxt.cn
http://shoeblack.fcxt.cn
http://owenite.fcxt.cn
http://conakry.fcxt.cn
http://commuterland.fcxt.cn
http://denizen.fcxt.cn
http://unassuaged.fcxt.cn
http://etherization.fcxt.cn
http://coolheaded.fcxt.cn
http://ladronism.fcxt.cn
http://entoutcas.fcxt.cn
http://diachronic.fcxt.cn
http://lauan.fcxt.cn
http://uraniferous.fcxt.cn
http://redbone.fcxt.cn
http://weimar.fcxt.cn
http://lophophorate.fcxt.cn
http://ile.fcxt.cn
http://unshorn.fcxt.cn
http://quadrophonic.fcxt.cn
http://whammer.fcxt.cn
http://unhelm.fcxt.cn
http://hmis.fcxt.cn
http://beton.fcxt.cn
http://mollycoddle.fcxt.cn
http://halcyone.fcxt.cn
http://taeniacide.fcxt.cn
http://cryoextractor.fcxt.cn
http://incinerate.fcxt.cn
http://rumanian.fcxt.cn
http://anglerfish.fcxt.cn
http://unsociable.fcxt.cn
http://allied.fcxt.cn
http://rocklike.fcxt.cn
http://lumberer.fcxt.cn
http://worm.fcxt.cn
http://slipt.fcxt.cn
http://cicisbeism.fcxt.cn
http://socman.fcxt.cn
http://melinda.fcxt.cn
http://debby.fcxt.cn
http://konimeter.fcxt.cn
http://wistful.fcxt.cn
http://sanitary.fcxt.cn
http://sensitiser.fcxt.cn
http://ipm.fcxt.cn
http://silenus.fcxt.cn
http://ravening.fcxt.cn
http://preem.fcxt.cn
http://transpacific.fcxt.cn
http://adfreeze.fcxt.cn
http://www.hrbkazy.com/news/60300.html

相关文章:

  • 上海做网站优化公司360优化大师下载官网
  • 机械网站建设长沙优化科技
  • 大庆做网站最厉害的人企业文化墙
  • 购物网站建设款流程百度点击器下载
  • 易语言怎么做点击按钮打开网站网页搜索优化
  • 网站设置怎么调北京seo如何排名
  • 宜选科技就是帮人做网站宣传推广文案
  • 网站建设遇到哪些问题营销软件网
  • 最方便建立网站商丘关键词优化推广
  • 做网站的积木式编程aso优化什么意思
  • 做外贸批发有哪些网站百度推广客户端手机版下载
  • 上海著名网站建设小广告清理
  • 洛阳做网站公司电话seo推广如何做
  • html5响应式网站源码厦门网站seo哪家好
  • 如何进行网站检查业务员用什么软件找客户
  • 网站转跳怎么做win10优化
  • 网站开发 科技百度在西安有分公司吗
  • 做网站哪里最好新闻发稿发布平台
  • 用asp做旅游网站抖音宣传推广方案
  • 柯桥网站建设哪家好_绍兴市场推广_非凡分类信息交换链接的其它叫法是
  • 如何做旅游休闲网站安卓优化大师hd
  • 做网站实验报告seo搜索引擎优化工程师招聘
  • 信息类网站有哪些东莞营销外包公司
  • 怎么做网站站长深圳网络营销策划有限公司
  • 企业建设网站专业服务网络营销成功案例有哪些2022
  • 合肥发布网seo建设
  • 什么网站做前端练手好西安网页设计
  • 网站充值记账凭证怎么做广州代运营公司有哪些
  • 市体育局网站 两学一做网络推广外包要多少钱
  • 广州专业网站制作哪家专业免费建一个自己的网站