Post Reply 
"Exercises" HP Prime Book
05-25-2018, 02:24 PM (This post was last modified: 05-25-2018 04:11 PM by woops.)
Post: #1
"Exercises" HP Prime Book
Neat book, i'm trying to follow the first problem:

Optimization: Area of a Triangle HP Prime:

"Let A be a point located at the vertex opposite the base of an isosceles triangle.
Point C lies on a circle cantered at A whose radius is [AB]. Find the location of C that will maximize the area
of the triangle ABC."

"The area of the triangle and the length of its base may be
calculated by pressing MENU/COPY button.
We make use of the command buttons labelled area.
We will shift the position of the point C and for each location of C,
record the resulting area."

"In this way, we may obtain a number of value pairs (base; area),
which may be stored in a table. Select the application
Statistics 2Var“ by pressing X^2 button."

"Each pair of values (base; area) is entered into the table
(by pressing Menu)." <== THIS IS THE KICKER

Everything gets completely obliterated (ie: just does NOT work) when i try to press the Menu/Copy button in order to copy the Geometry data to the Statistics 2 Var App.

I am using the latest firmware.

Can someone please solve for me the problem of getting geometry data into the statistics 2 var spreadsheet. <== Needed Solution

MANY THANKS IN ADVANCE!
Find all posts by this user
Quote this message in a reply
05-26-2018, 10:06 AM
Post: #2
RE: "Exercises" HP Prime Book
That document looks incomplete to me; or it was translated from another language and the fonts didn't come thru correctly; or there is an app that is associated with it which is not available.

I noticed a number of errors in just the first problem.

-road
Find all posts by this user
Quote this message in a reply
05-26-2018, 05:01 PM
Post: #3
RE: "Exercises" HP Prime Book
RoadRunner,

Here is the document:
http://www.hp-prime.de/files/composite_f...p39gii.pdf
Find all posts by this user
Quote this message in a reply
05-26-2018, 09:03 PM
Post: #4
RE: "Exercises" HP Prime Book
errors because of the font? anyway, the thing is, how do you get data from one app to another? that is the question.

i tried to send the link to the book. I'll try breaking it up. Just take the carriage returns out to form one address:

http://www.hp-prime.de
/files/composite_file
/file
/
25-learning-a-level-maths-with-hp-prime-or-hp39gii.pdf
Find all posts by this user
Quote this message in a reply
05-27-2018, 11:09 AM
Post: #5
RE: "Exercises" HP Prime Book
I fount that problem in a document called, HP Prime Exercise Book by Mickaël Nicotera here:

http://www.hp-prime.de/files/composite_f...ages_m.pdf

To copy data from the geometry app to the stats2 app, assuming you already have this constructed:

   

I would just adjust the slider to each point in the plot view, go to CAS, then type this into the command line:

(L1(0):=distance(GE,GB)),(L2(0):=area(GG))

After that, each time you tap enter it appends the distance to the end of list L1 and area to the end of list L2.

Once you have the data in the lists, go to the stat 2 app and type:

C1:=L1;C2:=L2

Which you can plot.

-road
Find all posts by this user
Quote this message in a reply
05-27-2018, 03:49 PM (This post was last modified: 05-27-2018 03:51 PM by woops.)
Post: #6
RE: "Exercises" HP Prime Book
RoadRunner,

Many thanks for your help on this.

Each time i move the slider, the graphic is updated and the point, distance and area change, GOOD! After each slider move, I press ENTER. After many ENTER's i check the list and there is only 1 element in each list. What am i doing wrong? You are talking about the big white "Enter" key on the middle right of the calculator, right?

BTW, SUPER solution to this issue, if i can just get the list to update.
Find all posts by this user
Quote this message in a reply
05-27-2018, 05:54 PM
Post: #7
RE: "Exercises" HP Prime Book
Are you going back to CAS each time before tapping ENTER? Sorry, I should have been clearer on that point.

The whole procedure is:

In CAS, first clear lists L1 and L2 by typing:

L1:={};L2:={}

I also forgot to mention that Sad

Then type:

(L1(0):=distance(GE,GB)),(L2(0):=area(GG))

then tap Plot to go to plot view, change the slider, tap ESC twice to go back to CAS, tap enter, repeat

After a few tries, the CAS stack should look something like this:

   

-road
Find all posts by this user
Quote this message in a reply
05-29-2018, 06:03 PM
Post: #8
RE: "Exercises" HP Prime Book
RoadRunner,

Yeah! that works. You can move around and when you get one of the two triangles in the circle that work ,then hold finger on slider gadget until there is a blue slider, then hit "edit" in the menu bar and change the step to like .0005 for precise answers.

Another option is to go to Statistics 2var and hit the Symb key on your calculator and you can generate an equation of your data points to get a rough answer.

In the future I hope HP could work out a less cumbersome method of recording the data points by letting you hit "Enter" in the geometry app.

Thanks again for your help!


-woops
Find all posts by this user
Quote this message in a reply
Post Reply 




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