Calculate the data for the function shown in the figure and create its chart!
- Define and use the parameters!
- Create the i set of sequence numbers of the vertexes from 0 to n!
- Calculate the value of the t parameter in each vertex!
- Calculate the x and y coordinates according to the given formulas!
- Plot the entire shape on a proportional diagram with a 3 pt thick line of the given RGB color!
- Calculate the approximate length of the curve based on the obtained points!
- Calculate the approximate area enclosed by the curves!
- Use Solver to find the value of the y1 parameter when the area equals the next integer that is smaller than the current area (e.g. 12.00 instead of 12.34)!
A possible solution:
DOWNLOAD