Post Reply 
Function app — Signed Area
03-02-2020, 12:30 AM
Post: #1
Function app — Signed Area
Helping my daughter with her homework gave me the chance to play with some of the Function app's Plot functions, which I'd not used before.

The Signed Area function is great, which gives the area under one function and above another (or the X-axis) between two points.

However, one thing I thought could be easier, would be a quicker way to select the two end-points as intersection points of the functions. That's because the Function app's Results vars only include the last intersection point found (Isect).

Methods I've used so far include:

• Finding the first intersection point, then using Copy-X to put it on the clipboard. Then find the second intersection point. Then start Signed Area, using Paste to set the From point, and Vars/Results/Isect to set the To point. This works, but seems a little fiddly.

• Finding the intersection points and, for each, drop to the cmdline and store the first Vars/Results/Isect in A, the second in B. Then Signed Area, and set the points to A and B (by name). Again fiddly.

• Getting rough X values for the intersection points visually (e.g. 1–2), then finding the signed area from the cmdline, with e.g AREA(F1, F2, ISECT(F1, F2, 1), ISECT(F1, F2, 2)). This has the drawback of not showing the area visually, which is a useful teaching feature.

What might be nice would be the ability to set the From and To points by "snapping" the cursor to points of interest, like intersection points.

Alternatively, to store more than just the single last result of a function, e.g. store the last n results, so that you may select from them, or as a list.

Does anyone have any other tips/tricks for this sort of thing?


Anyway, that's just a quibble; what struck me was the wonder of being able to seamlessly switch between different views, Symbolic, Numeric, Plot, Vars, Toolbox, cmdline, and Help, without getting lost, or having to read the paper/PDF manuals, and it all Just Works. That's a fine piece of design, for sure. And that's without even being able to move/access data between Apps, which I've yet to explore.



And my daughter is now desperate to get her hands on the Prime Smile

Cambridge, UK
41CL/DM41X 12/15C/16C DM15/16 17B/II/II+ 28S 42S/DM42 32SII 48GX 50g 35s WP34S PrimeG2 WP43S/pilot
Casio, Rockwell 18R
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Function app — Signed Area - cdmackay - 03-02-2020 12:30 AM
RE: Function app — Signed Area - lrdheat - 03-02-2020, 03:29 AM
RE: Function app — Signed Area - jte - 08-10-2021, 10:30 PM



User(s) browsing this thread: 1 Guest(s)