Login

Welcome, Guest. Please login or register.

March 12, 2026, 06:25:31 pm

Author Topic: Eulers method...  (Read 3551 times)  Share 

0 Members and 1 Guest are viewing this topic.

Moko

  • Victorian
  • Trendsetter
  • **
  • Posts: 101
  • Respect: -18
  • School Grad Year: 2012
Eulers method...
« on: August 15, 2012, 10:47:27 pm »
0
Heyy,
Does anyone know a quick way of approximating y values using Euler's method on the Ti Nspire??

Thanks in advance.

Jenny_2108

  • Guest
Re: Eulers method...
« Reply #1 on: August 15, 2012, 11:12:08 pm »
+2
Heyy,
Does anyone know a quick way of approximating y values using Euler's method on the Ti Nspire??

Thanks in advance.

Click to the book symbol in the keyboard -> 1 -> euler(rule of dy/dx, x,y, {interval of x}, initial value of x,h)

Moko

  • Victorian
  • Trendsetter
  • **
  • Posts: 101
  • Respect: -18
  • School Grad Year: 2012
Re: Eulers method...
« Reply #2 on: August 19, 2012, 04:38:03 pm »
0
ok, so how would you do this example (what would you type into the calc):

Euler's method, with a step size of 0.1, is used to solve the differential equation dy/dx= e-x, with initial condition y=1 at x=2. When x=2.2, the value obtained for y, correct to four decimal places,is...?

brightsky

  • Victorian
  • ATAR Notes Legend
  • *******
  • Posts: 3136
  • Respect: +200
Re: Eulers method...
« Reply #3 on: August 19, 2012, 05:03:47 pm »
0
y(x+h) = y(x) + h*y'(x)
y(2+0.1) = y(2) + 0.1*y'(2) = 1+ 0.1*e^(-2)
y(2.1+0.1) = y(2.1) + 0.1*y'(2.1) = 1 + 0.1*e^(-2) + 0.1*e^(-2.1)
2020 - 2021: Master of Public Health, The University of Sydney
2017 - 2020: Doctor of Medicine, The University of Melbourne
2014 - 2016: Bachelor of Biomedicine, The University of Melbourne
2013 ATAR: 99.95

Currently selling copies of the VCE Chinese Exam Revision Book and UMEP Maths Exam Revision Book, and accepting students for Maths Methods and Specialist Maths Tutoring in 2020!

TheRajinator

  • Victorian
  • Trendsetter
  • **
  • Posts: 123
  • Respect: 0
  • School: RHS
  • School Grad Year: 2012
Re: Eulers method...
« Reply #4 on: August 19, 2012, 07:30:36 pm »
0
Heyy,
Does anyone know a quick way of approximating y values using Euler's method on the Ti Nspire??

Thanks in advance.

Click to the book symbol in the keyboard -> 1 -> euler(rule of dy/dx, x,y, {interval of x}, initial value of x,h)


What do we put in {interval of x}
Atar 2012: 96.25

Moko

  • Victorian
  • Trendsetter
  • **
  • Posts: 101
  • Respect: -18
  • School Grad Year: 2012
Re: Eulers method...
« Reply #5 on: August 19, 2012, 09:53:46 pm »
0
y(x+h) = y(x) + h*y'(x)
y(2+0.1) = y(2) + 0.1*y'(2) = 1+ 0.1*e^(-2)
y(2.1+0.1) = y(2.1) + 0.1*y'(2.1) = 1 + 0.1*e^(-2) + 0.1*e^(-2.1)
Yeah I know how to do it by hand, I just wanna see how you'd do it via ti-nspire CAS...So again, how would you do this example:
ok, so how would you do this example (what would you type into the calc):

Euler's method, with a step size of 0.1, is used to solve the differential equation dy/dx= e-x, with initial condition y=1 at x=2. When x=2.2, the value obtained for y, correct to four decimal places,is...?

WhoTookMyUsername

  • Guest
Re: Eulers method...
« Reply #6 on: September 02, 2012, 09:26:30 pm »
0
Ye does anyone know what to type into cas? :D

stephanieteddy

  • Victorian
  • Forum Regular
  • **
  • Posts: 70
  • Respect: +2
  • School: copperfield college
Re: Eulers method...
« Reply #7 on: September 03, 2012, 05:10:12 pm »
0
I typed in the program on page 374 of the essential maths book!
2011: Biology
2012: Chemistry - Specialist - Methods - Japanese - English

monkeywantsabanana

  • Victorian
  • Forum Leader
  • ****
  • Posts: 638
  • An eye for an eye will make us all blind.
  • Respect: +55
  • School Grad Year: 2012
Re: Eulers method...
« Reply #8 on: September 03, 2012, 08:06:34 pm »
+1
I typed in the program on page 374 of the essential maths book!

By the time you finish plugging in those numbers in your CAS in that program, you would have done 500 Euler steps by hand.

Bachelor of Commerce (Economics & Finance)

Jenny_2108

  • Guest
Re: Eulers method...
« Reply #9 on: September 03, 2012, 08:41:25 pm »
+2
Heyy,
Does anyone know a quick way of approximating y values using Euler's method on the Ti Nspire??

Thanks in advance.

Click to the book symbol in the keyboard -> 1 -> euler(rule of dy/dx, x,y, {interval of x}, initial value of x,h)

Sorry, I deleted my old account so I didnt recognise other posts.

Interval of x means the domain of x we put in

ok, so how would you do this example (what would you type into the calc):

Euler's method, with a step size of 0.1, is used to solve the differential equation dy/dx= e-x, with initial condition y=1 at x=2. When x=2.2, the value obtained for y, correct to four decimal places,is...?

You type in CAS: click book -> 1 -> euler(e-x,x,y,{2,2.2},2,0.1) -> enter 

The point is the CAS gives result x=2, y=2 but in the question, the initial y value is 1

I asked my teacher how we could type the initial y value but she said only need to type the initial x value  :o

Anyway, the CAS gives the answer at x=2.2, y=2.025779

stephanieteddy

  • Victorian
  • Forum Regular
  • **
  • Posts: 70
  • Respect: +2
  • School: copperfield college
Re: Eulers method...
« Reply #10 on: September 03, 2012, 09:18:48 pm »
0
I typed in the program on page 374 of the essential maths book!

By the time you finish plugging in those numbers in your CAS in that program, you would have done 500 Euler steps by hand.

:) Yes but now I can do it really really quickly on the exam!
2011: Biology
2012: Chemistry - Specialist - Methods - Japanese - English

Jenny_2108

  • Guest
Re: Eulers method...
« Reply #11 on: September 03, 2012, 09:23:57 pm »
0
I typed in the program on page 374 of the essential maths book!

By the time you finish plugging in those numbers in your CAS in that program, you would have done 500 Euler steps by hand.

:) Yes but now I can do it really really quickly on the exam!

what program is it? I dont use essential textbook so dont know about it though

monkeywantsabanana

  • Victorian
  • Forum Leader
  • ****
  • Posts: 638
  • An eye for an eye will make us all blind.
  • Respect: +55
  • School Grad Year: 2012
Re: Eulers method...
« Reply #12 on: September 03, 2012, 09:33:46 pm »
0
Heyy,
Does anyone know a quick way of approximating y values using Euler's method on the Ti Nspire??

Thanks in advance.

Click to the book symbol in the keyboard -> 1 -> euler(rule of dy/dx, x,y, {interval of x}, initial value of x,h)

Sorry, I deleted my old account so I didnt recognise other posts.

Interval of x means the domain of x we put in

ok, so how would you do this example (what would you type into the calc):

Euler's method, with a step size of 0.1, is used to solve the differential equation dy/dx= e-x, with initial condition y=1 at x=2. When x=2.2, the value obtained for y, correct to four decimal places,is...?

You type in CAS: click book -> 1 -> euler(e-x,x,y,{2,2.2},2,0.1) -> enter 

The point is the CAS gives result x=2, y=2 but in the question, the initial y value is 1

I asked my teacher how we could type the initial y value but she said only need to type the initial x value  :o

Anyway, the CAS gives the answer at x=2.2, y=2.025779


Amazing stuff! Many thanks!

Bachelor of Commerce (Economics & Finance)