Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 1
Default how can I model newton's falling body equation in excel

how can I model newton's falling body equation in excel
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 8,651
Default how can I model newton's falling body equation in excel

Which equation?
d=0.5*g*t^2
t=sqrt(2*d/g)
v=g*t
v=sqrt(2*g*d)

Whichever one you want, if you want to produce a chart from the equation,
put a range of x values in the left-hand column, then use the equation to
produce a corresponding range of y-values in the adjacent column. Put a y
label above the y-values (but not, at this stage, a label above the
x-values, so leave that top left-hand cell blank.). Select from that blank
top-left hand cell down to the bottom of the y values, then Insert/ Chart/
XY, choose an appropriate sub-type, & choose appropriate options to finish.
--
David Biddulph

"groovay" wrote in message
...
how can I model newton's falling body equation in excel



  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 4,393
Default how can I model newton's falling body equation in excel

Let's say you want to model d=0.5*g*t^2
In A1 enter the text "time" and in B1 the text "Distance" - no quotes
In A2 enter 0, in A3 enter =A1+1
In B2 enter =0.5*10*A2^2 (I'm assuming you are using SI units, if not use
32 for g)
Copy B2 to B3
Copy A3:B3 down to say row 100
Put the cursor anywhere within A1:B100 and click the Chart Wizard. You want
an XY chart with smooth line.

You chart will show the distance dropped against time. If you want the
height then in B1 enter the starting value (say 100) and in B2 enter
=$B$1-0.5*10*A2^2 and copy this down the column.

best wishes (hope you get a good homework mark!)
--
Bernard V Liengme
Microsoft Excel MVP
www.stfx.ca/people/bliengme
remove caps from email

"groovay" wrote in message
...
how can I model newton's falling body equation in excel



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Converting an Excel Model into a Function Ankur Excel Worksheet Functions 5 December 28th 06 08:58 AM
How do I model a Paretian Distribution in Excel? NickPadgett Excel Worksheet Functions 4 October 4th 06 04:01 PM
why is the zero falling off a zip code in excel? Pam Excel Worksheet Functions 3 September 5th 06 08:10 PM
VBA: Where to find Excel Object model? N. Foldager Excel Discussion (Misc queries) 13 February 6th 05 06:43 PM
"Excel.Application" Object Model Shaker Charts and Charting in Excel 2 January 9th 05 10:24 AM


All times are GMT +1. The time now is 11:13 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"