Login

Welcome, Guest. Please login or register.

September 26, 2025, 06:40:49 am

Author Topic: Something about eulers?  (Read 1489 times)  Share 

0 Members and 1 Guest are viewing this topic.

polky

  • 2008 VN Dux
  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 434
  • Respect: +25
Something about eulers?
« on: September 25, 2008, 03:42:04 pm »
0
Hey guys, I need help with this question.  Found on the Insight 2006 exam 2 multichoice!

Given and when .

The value of y when is:

A) 0.2500
B) 0.7298
C) 0.9306
D) 1.4369
E) 2.1440

I tried using my Euler's program on this but I ended up with E) as the answer.  D) is the correct answer.

Thanks for your help!
ENTER 99.95
2008 50 English   49 Chemistry   43 Specialist   45 History:Revs
2007 46 Biology   42 Methods
2006 45 Chinese SL


Mao

  • CH41RMN
  • Honorary Moderator
  • Great Wonder of ATAR Notes
  • *******
  • Posts: 9181
  • Respect: +390
  • School: Kambrya College
  • School Grad Year: 2008
Re: Something about eulers?
« Reply #1 on: September 25, 2008, 03:56:11 pm »
0
this question didn't specify euler's (i.e. didn't give step-size). I'd try using the fnInt approach:

WHAT?

EDIT: found the problem, it was a typo. they meant
« Last Edit: September 25, 2008, 03:58:02 pm by Mao »
Editor for ATARNotes Chemistry study guides.

VCE 2008 | Monash BSc (Chem., Appl. Math.) 2009-2011 | UoM BScHon (Chem.) 2012 | UoM PhD (Chem.) 2013-2015

shinny

  • VN MVP 2010
  • Honorary Moderator
  • ATAR Notes Legend
  • *******
  • Posts: 4327
  • Respect: +256
  • School: Melbourne High School
  • School Grad Year: 2008
Re: Something about eulers?
« Reply #2 on: September 25, 2008, 03:57:11 pm »
0
Rather than approximating, find the exact value using the fundamental theorem of calculus (I think that's what this one was called at least).





Then solve that integral on your calculator and you're done.

EDIT: Ok Mao already did it...I didn't try evaluating it before and just did and its E o_O What the. Guess Insight is wrong?
MBBS (hons) - Monash University

YR11 '07: Biology 49
YR12 '08: Chemistry 47; Spesh 41; Methods 49; Business Management 50; English 43

ENTER: 99.70


Mao

  • CH41RMN
  • Honorary Moderator
  • Great Wonder of ATAR Notes
  • *******
  • Posts: 9181
  • Respect: +390
  • School: Kambrya College
  • School Grad Year: 2008
Re: Something about eulers?
« Reply #3 on: September 25, 2008, 04:00:05 pm »
0
Writing by request from polky

When you solve a differential equation

, where c is an arbitrary constant.

if you are given the initial conditions









remembering the Fundamental Theorem of Calculus (II) that

(I used "t" here to avoid confusion with x)

this is where shinjusuzx got his second line from.

so in this case, you can numerically integrate the derivative function from the initial state (given) and a specific end point.

« Last Edit: September 25, 2008, 04:07:48 pm by Mao »
Editor for ATARNotes Chemistry study guides.

VCE 2008 | Monash BSc (Chem., Appl. Math.) 2009-2011 | UoM BScHon (Chem.) 2012 | UoM PhD (Chem.) 2013-2015

shinny

  • VN MVP 2010
  • Honorary Moderator
  • ATAR Notes Legend
  • *******
  • Posts: 4327
  • Respect: +256
  • School: Melbourne High School
  • School Grad Year: 2008
Re: Something about eulers?
« Reply #4 on: September 25, 2008, 04:09:37 pm »
0
Yeh sorry for not explaining all of that...was trying to avoid it if i didn't have to since I'm bloody slow at latex =P This is assumed knowledge yes? Because for some reason, ALOT of people have never done this method of obtaining numerical answers before. I only learned of this through the project SAC where I had a question involving deriving that from scratch as Mao just did, but yeh, I've never seen it in any textbook =\ (Not that I really read textbooks anyhow though).
MBBS (hons) - Monash University

YR11 '07: Biology 49
YR12 '08: Chemistry 47; Spesh 41; Methods 49; Business Management 50; English 43

ENTER: 99.70


Mao

  • CH41RMN
  • Honorary Moderator
  • Great Wonder of ATAR Notes
  • *******
  • Posts: 9181
  • Respect: +390
  • School: Kambrya College
  • School Grad Year: 2008
Re: Something about eulers?
« Reply #5 on: September 25, 2008, 04:12:41 pm »
0
Yeh sorry for not explaining all of that...was trying to avoid it if i didn't have to since I'm bloody slow at latex =P This is assumed knowledge yes? Because for some reason, ALOT of people have never done this method of obtaining numerical answers before. I only learned of this through the project SAC where I had a question involving deriving that from scratch as Mao just did, but yeh, I've never seen it in any textbook =\ (Not that I really read textbooks anyhow though).

it is covered in the essentials text.

basically, you have told the calculator to use Euler's method (fnInt uses Euler's method) for many many intervals to give practical accurate answers.
Editor for ATARNotes Chemistry study guides.

VCE 2008 | Monash BSc (Chem., Appl. Math.) 2009-2011 | UoM BScHon (Chem.) 2012 | UoM PhD (Chem.) 2013-2015

polky

  • 2008 VN Dux
  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 434
  • Respect: +25
Re: Something about eulers?
« Reply #6 on: September 25, 2008, 04:22:31 pm »
0
Yeh sorry for not explaining all of that...was trying to avoid it if i didn't have to since I'm bloody slow at latex =P This is assumed knowledge yes? Because for some reason, ALOT of people have never done this method of obtaining numerical answers before. I only learned of this through the project SAC where I had a question involving deriving that from scratch as Mao just did, but yeh, I've never seen it in any textbook =\ (Not that I really read textbooks anyhow though).

I had no idea of this Fundamental Theorem of Calculus (II) till just now.  Mao has actually tried to explain this to me before, but I didn't get it then and I still don't get it.  I'm pretty hopeless :P

I do have the Essentials text, just that I never bothered to look through the explanations and stuff.

Thanks shinjitsuzx and Mao for your help! :D
ENTER 99.95
2008 50 English   49 Chemistry   43 Specialist   45 History:Revs
2007 46 Biology   42 Methods
2006 45 Chinese SL


Mao

  • CH41RMN
  • Honorary Moderator
  • Great Wonder of ATAR Notes
  • *******
  • Posts: 9181
  • Respect: +390
  • School: Kambrya College
  • School Grad Year: 2008
Re: Something about eulers?
« Reply #7 on: September 25, 2008, 04:45:57 pm »
0
YOU DIDNT DO IT IN METHODS?!!!

for reference purposes and the fact that polky's msn does not accept inking, http://vcenotes.com/forum/index.php?topic=5668
« Last Edit: September 25, 2008, 04:52:38 pm by Mao »
Editor for ATARNotes Chemistry study guides.

VCE 2008 | Monash BSc (Chem., Appl. Math.) 2009-2011 | UoM BScHon (Chem.) 2012 | UoM PhD (Chem.) 2013-2015