Ask Your Question

mario_ruja's profile - activity

2020-06-02 16:30:04 +0200 received badge  Famous Question (source)
2015-12-17 08:40:18 +0200 received badge  Taxonomist
2014-05-08 16:13:02 +0200 received badge  Notable Question (source)
2013-10-16 20:17:53 +0200 received badge  Popular Question (source)
2012-11-27 05:54:52 +0200 received badge  Student (source)
2012-11-26 15:55:31 +0200 asked a question how to calculate distance between origin and furthest point on graph?

Hello! I am new on this forum so forgive me if I don't respect all "rules" or if someone answered already this question. image description

If you take a look at the image, I just want to know how to calculate the distance between origin and the furthest dot on the graph.

code:

var('t')
ff = (exp(cos(t)) - 2*cos(4*t) + sin(t/12)^5)
parametric_plot((ff*cos(t),ff*sin(t)), (t,0,2*pi) , fill=True, fillcolor='orange', figsize=[3,3])