码迷,mamicode.com
首页 > 移动开发 > 详细

数学图形(1.35)Kappa curve

时间:2014-07-12 15:00:42      阅读:324      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   os   2014   

不知道这个曲线和那个运动品牌背靠背有什么关系.阿迪原先的商标是个三叶草,难道背靠背也是由数学图形来的?

以下是维基上的解释.

In geometry, the kappa curve or Gutschoven‘s curve is a two-dimensional algebraic curve resembling the Greek letter ? (kappa). The kappa curve was first studied by Gérard van Gutschoven around 1662. In the history of mathematics, it is remembered as one of the first examples of Isaac Barrow‘s application of rudimentary calculus methods to determine the tangent of a curve. Isaac Newton and Johann Bernoulli continued the studies of this curve subsequently.

Using the Cartesian coordinate system it can be expressed as:

x^2(x^2 + y^2)=a^2y^2

#http://www.mathcurve.com/courbes2d/kappa/kappa.shtml

vertices = 1000

t = from 0 to (2*PI)

r = 10
a = r*tan(t)

x = a*cos(t)
y = a*sin(t)

bubuko.com,布布扣

#http://www.mathcurve.com/courbes2d/kappa/kappa.shtml

vertices = 1000

t = from 0 to (2*PI)

r = 10
a = r*tan(t)

x = a*sin(t)
y = a*cos(t)

bubuko.com,布布扣

数学图形(1.35)Kappa curve,布布扣,bubuko.com

数学图形(1.35)Kappa curve

标签:style   blog   http   color   os   2014   

原文地址:http://www.cnblogs.com/WhyEngine/p/3839870.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!