Login

Welcome, Guest. Please login or register.

September 20, 2025, 09:32:20 am

Author Topic: Euler's method on casio classpad?  (Read 10973 times)  Share 

0 Members and 1 Guest are viewing this topic.

cameron_15

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 258
  • Respect: +1
Euler's method on casio classpad?
« on: July 18, 2010, 07:19:02 pm »
0
Is there a way it can be done?

If not, heinneman want me to use the formula 20 times to find the 20th solution. I just cannot be bothered!
VCE: Biology 42 (43.23)|Chemistry 42 (45.88)|English 43 (42.87)|Physics 45 (47.07)| Maths methods 40 (45.14)|Specialist maths 34 (41.70)

ATAR: 98.65

2011:

ed_saifa

  • Victorian
  • Forum Leader
  • ****
  • Posts: 911
  • Respect: +5
Re: Euler's method on casio classpad?
« Reply #1 on: July 18, 2010, 07:43:43 pm »
0
It should be pre loaded in eActivity
[IMG]http://img411.imageshack.us/img411/2506/avatarcg3.png[/img]
(\ /)
(0.o)
(><)
/_|_\

"It's not a community effort"
"It's not allowed. Only death is a valid excuse"
"Probably for the first time time this year I was totally flabbergasted by some of the 'absolute junk' I had to correct .... I was going to use 'crap' but that was too kind a word"
"How can you expect to do well when
-you draw a lemon as having two half-cells connected with a salt bridge
-your lemons come with Cu2+ ions built in" - Dwyer
"Why'd you score so bad?!" - Zotos
"Your arguments are seri

cameron_15

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 258
  • Respect: +1
Re: Euler's method on casio classpad?
« Reply #2 on: July 18, 2010, 10:53:41 pm »
0
It should be pre loaded in eActivity

can you elaborate on that a little more?..

can't seem to find it...
VCE: Biology 42 (43.23)|Chemistry 42 (45.88)|English 43 (42.87)|Physics 45 (47.07)| Maths methods 40 (45.14)|Specialist maths 34 (41.70)

ATAR: 98.65

2011:

Martoman

  • Victorian
  • Part of the furniture
  • *****
  • Posts: 1476
  • Respect: +11
Re: Euler's method on casio classpad?
« Reply #3 on: July 18, 2010, 11:16:36 pm »
0
Write your own.
2009: Math methods: 50, Psychology: 44
2010: chem 47, further 48, Spesh 49 fml seriously and other yr 11 subs.
2011: Holidaying, screw school.
No. Not azn.
___________________________________
Swedish meal time all the time

cameron_15

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 258
  • Respect: +1
Re: Euler's method on casio classpad?
« Reply #4 on: July 19, 2010, 05:26:32 pm »
0
figured out how to do it in the sequence section...

thanks for your help ed...
VCE: Biology 42 (43.23)|Chemistry 42 (45.88)|English 43 (42.87)|Physics 45 (47.07)| Maths methods 40 (45.14)|Specialist maths 34 (41.70)

ATAR: 98.65

2011:

supernatural

  • Victorian
  • Trendsetter
  • **
  • Posts: 131
  • Respect: +3
Re: Euler's method on casio classpad?
« Reply #5 on: July 19, 2010, 10:02:03 pm »
0
so how do u do it on the classpad?
-2009-
Further Maths [49]

-2010-
Spesh | English | Methods | Chemistry | Physics
ATAR: 97.70

-2011-
Bachelor of Science Advanced with Honours
Monash University (Clayton Campus)
______________________________________

"Don't quit. Suffer now and live the rest of your life as a champion"
Muhammed Ali

_avO

  • Victorian
  • Part of the furniture
  • *****
  • Posts: 1915
  • Respect: +15
Re: Euler's method on casio classpad?
« Reply #6 on: July 20, 2010, 05:43:44 pm »
0
I'm assuming casio classpad is the touchscreen calculator
To make it easier ill use an example:

Solve the differential equation dy/dx = sec(x)^2, at x = 1, given y = 2 when x = 0, and a step size of 0.1 using the CAS spreadsheet

1) Go to Spreadsheet in Menu
2) Tap on A1, type in 0
    Tap on B1, type in 2
You can probably see that A1 and B1 are the given points, where A is the x value and B is the y value
3) The step size is 0.1, tap on A2 and type =A1+0.1 (make sure the = is there!), press EXE
4) Tap on A2 -> Edit -> Fill Range, you will see this
Formula [ =A1+0.1  ]
Range   [A2           ]
Change the Range to A2:A11 (because 0.01x10=1), you can find the : and A on the top row of the screen, tap OK
5) Tap on B2 and type =B1+0.1(1/(cos(A1)^2), as you would know secx^2 = 1/cosx^2. press EXE
6) Tap on B2 -> Edit -> Fill Range
Similarly to step 4, change the range to B2:B11, tap OK

Scroll down to where the A value is 1, the B value gives the corresponding y value (to the question asking for the y value when x=1)
2011-2014: Bachelor of Commerce/Economics @ Monash Clayton

cameron_15

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 258
  • Respect: +1
Re: Euler's method on casio classpad?
« Reply #7 on: July 20, 2010, 05:46:03 pm »
0
I apologize for my inability to create subscript digits, I'm hope you guys can follow this (it's difficult for me to explain over the internet)

To do it on Cas, Bring up sequence mode from the main menu...

You'll see boxes for 3 variables, a, b and c.

For simplicity, I use 'a' as x values and 'b' for y values.


a(n+1) is the new x value, let this equal an + h

a0 is the initial x value

b(n+1) is the differential equation, enter this in terms of bn and an (these values are found in keyboard>math>OPTN)

b0 is initial y value




As an example. I want to find the range of values of the equation dy/dx=2x-1 with a step size of 0.1, initial conditions x=1 when y=2.

a0=1
b0=2
a(n+1)= an+.1
b(n+1)= 0.1(2an-1) +Bn    > that is h(2xn-1) + yn

from here, select the boxes for a and b, then click on the button that resembles an open book (can't describe it any other way) in the top menu bar. from their you can choose what results you want to bring up by pressing the button with the 2 arrows, x... and y... in it.


feel free to rewrite this better using fancy text etc if you want.

I also cannot take credit for this, as It was my classmate Keith who told me.  

I hope that made sense :o
VCE: Biology 42 (43.23)|Chemistry 42 (45.88)|English 43 (42.87)|Physics 45 (47.07)| Maths methods 40 (45.14)|Specialist maths 34 (41.70)

ATAR: 98.65

2011:

Richiie

  • Victorian
  • Trendsetter
  • **
  • Posts: 179
  • Respect: +1
  • School Grad Year: 2010
Re: Euler's method on casio classpad?
« Reply #8 on: July 27, 2010, 11:18:32 pm »
0
i think theres a demonstration on the essential book on how to do it.
2009: Biology
2010: English, Mathematical Methods (CAS), Specialist Maths, Chemistry, Physics
2011:

darkphoenix

  • Victorian
  • Part of the furniture
  • *****
  • Posts: 1564
  • Respect: +3
Re: Euler's method on casio classpad?
« Reply #9 on: July 30, 2010, 08:44:11 pm »
0
I think this was the program you were looking for.

Or get it from the original site, scroll down to the bottom:
http://www.casio.edu.shriro.com.au/cr_classpad_program.php
« Last Edit: July 31, 2010, 08:50:06 pm by darkphoenix »
2009: Accounting
2010: English | Methods (CAS) | Specialist Maths | Chemistry | Chinese SL
2011: Bachelor of Commerce/Engineering @ Monash

samiira

  • Guest
Re: Euler's method on casio classpad?
« Reply #10 on: July 30, 2010, 10:04:18 pm »
0
can u do it on the normal cas calculator aswell??..

fady_22

  • Victorian
  • Forum Leader
  • ****
  • Posts: 557
  • Respect: +5
Re: Euler's method on casio classpad?
« Reply #11 on: July 31, 2010, 10:00:20 am »
0
can u do it on the normal cas calculator aswell??..

You mean the TI-89?

There's a program here: http://math.arizona.edu/~krawczyk/Calculator/TI89/TI89NEul.html.
Just type it out in the Program Editor.
Works well, but you have to clear variables after you use it. (i.e. select NewProb in the F6 menu after using it).

It's probably best to save it in a folder other than the main one, so it does not affect your calculations.
« Last Edit: July 31, 2010, 10:04:30 am by fady_22 »
2009: Biology [46]
2010: Literature [44], Chemistry [50], Physics [46], Mathematical Methods CAS [46], Specialist Mathematics [42]

ATAR: 99.70

samiira

  • Guest
Re: Euler's method on casio classpad?
« Reply #12 on: July 31, 2010, 10:54:59 am »
0
nah the ti-nspire cas