Difference between revisions of "Curvature Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - "<div class="box info"> 48px|left This page is part of the official manual for print and pdf. For structural reasons normal users can't edit this page. If you found any errors on this page please contact )
(command syntax: changed [ ] into ( ))
 
(11 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.2}}</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|other}}
{{command|other}}
+
;Curvature( <Point>, <Function> )
; Curvature[Point, Function]: Calculates the curvature of the function in the given point.
+
: Calculates the curvature of the function in the given point.
; Curvature[Point, Curve]: Calculates the curvature of the curve in the given point.
+
:{{example|1=<code><nowiki>Curvature((0 ,0), x^2)</nowiki></code> yields ''2''.}}
 +
;Curvature( <Point>, <Curve> )
 +
: Calculates the curvature of the curve in the given point.
 +
:{{example|1=<code><nowiki>Curvature((0, 0), Curve(cos(t), sin(2t), t, 0, π))</nowiki></code> yields ''0''.}}
 +
;Curvature( <Point>, <Object> )
 +
: Yields the curvature of the object (function, curve, conic) in the given point.
 +
:{{examples|1=<div>
 +
:*<code><nowiki>Curvature((0 ,0), x^2)</nowiki></code> yields  ''2''
 +
:*<code><nowiki>Curvature((0, 0), Curve(cos(t), sin(2t), t, 0, π))</nowiki></code> yields ''0''
 +
:*<code><nowiki>Curvature((-1, 0), Conic({1, 1, 1, 2, 2, 3}))</nowiki></code> yields ''2''</div>}}

Latest revision as of 08:53, 9 October 2017


Curvature( <Point>, <Function> )
Calculates the curvature of the function in the given point.
Example: Curvature((0 ,0), x^2) yields 2.
Curvature( <Point>, <Curve> )
Calculates the curvature of the curve in the given point.
Example: Curvature((0, 0), Curve(cos(t), sin(2t), t, 0, π)) yields 0.
Curvature( <Point>, <Object> )
Yields the curvature of the object (function, curve, conic) in the given point.
Examples:
  • Curvature((0 ,0), x^2) yields 2
  • Curvature((0, 0), Curve(cos(t), sin(2t), t, 0, π)) yields 0
  • Curvature((-1, 0), Conic({1, 1, 1, 2, 2, 3})) yields 2
© 2024 International GeoGebra Institute