Properties
Category
English
Similar Topics
Statistics
Comments
5
Participants
4
Subscribers
0
Votes
1
Views
942
Share
Answered
The command "slope(line)" gives not only the value of slope but draws a slope triangle in EV, too.
It would be very helpful to use this command in connection with abitrary functions.
Example:
f(x):=sin(x)
A=Point[f]
Slope[f,A] -> should give the value of slope in point A (in AV) of function f and should draw a slope-triangle at point A (in EV).
Best regards,
Josef.
P.S.: i know this could be done using a tangent in point A, nevertheless a straight method getting a slope triangle is really helpful in various contexts.
- GeoGebra
- Help
- Partners
-
Contact us
- Feedback & Questions
- This email address is being protected from spambots. You need JavaScript enabled to view it.
- +43 677 6137 2693
© 2022 International GeoGebra Institute
Have you tried making a custom Tool to do this?
Till now: no, i haven't.
Best regards,
Josef.
Hi, what about :
Slope[Tangent[A, f]]
?
I've tried a custom tool but the slope seems to be created from the point intersect with the tangent and the y-axis, and not the point in the curve. (move A)
https://ggbm.at/566695
Thanks, that's nice.
Best regards,
Josef.
Hi Joseph,
how about this:
https://ggbm.at/566735
It contains two tools:
Slope Triangle that only draws the Slope Triangle (!!)
https://ggbm.at/1391113
and
Slope with text that draws the Slope Triangle and creates a text with value of the slope.
https://ggbm.at/1391115
A function must exist.
You must (in this order) select a function, a point on the function and a number.
If no point is already set, it will be set on the second click.
The number specifies the horizontal width of the triangle (normally 1).
If you enter an existing variable, you can change the width afterwards wihout modifying the definition.
Slope with text adds a text at about the middle height of the triangle containing the value of the slope.
Gerhard
Comments have been locked on this page!