1 Excel Basics Introduction Text And Numbers In A Single Cell Doing Mathematics In A Single Cell... 3

Size: px
Start display at page:

Download "1 Excel Basics Introduction Text And Numbers In A Single Cell Doing Mathematics In A Single Cell... 3"

Transcription

1 Contents 1 Excel Basics Introduction Text And Numbers In A Single Cell Doing Mathematics In A Single Cell The Power Of Excel Introduction Copying Cells, Creating Sequences, Relative Referencing Mixed And Absolute Referencing Summing And Averaging Rows and Columns Exercises Continuous Mathematical Functions Functions of One Variable Horizontal Beams Simple Harmonic Motion Functions of Two Variables Product-Sums (Integration) Distance Travelled Sums and Averages of Arrays Depth of Fill Initial Value Problems 27 6 Linear Regression 29 i

2 ii

3 1 Excel Basics Excel Objectives: Enter and align (left, right, center) text in a cell. Alter the appearance of text in a cell (bold, italicize, underline, color, font, font size), alter cell background color. Enter numbers in cells and format the number of decimal places shown. Perform mathematical computations involving +,, and. Perform mathematical operations involving exponentiation, square root, trig functions and the exponential function. Enter and compute with percents. 1.1 Introduction Excel is a spreadsheet program, meaning essentially that it is a large table. Each place in the table is called a cell. The columns of the spreadsheet are distinguished from each other by labelling each with a letter of the alphabet, in alphabetical order. (There are more columns than 26, however. After column Z come columns AA through AZ, then BA through BZ, and so on.) The rows are numbered. This setup gives each cell an address, like cell E7, by which we can refer to it. When you open Excel you will see cell A1 has a dark border around it. I will say that cell A1 is selected; a different cell can be selected by putting the cursor, a white plus sign, on that cell and left clicking with the mouse. Once we have selected a cell we can enter either words, numbers or formulas into it. These things can be typed either directly into the cell itself, or into the formula bar (marked by the symbol f x ) at the top of the spreadsheet. If we want to change a cell, we can select the cell and completely retype its contents, or we can select it and edit in the formula bar. Sometimes you will want to select a row, column or rectangle of cells; this is done by left clicking the cell at one end (or corner) of the cells to be selected, then dragging the mouse to the other end or corner, keeping the left mouse button down as you go. Above the formula bar is the tool bar, which gives various options for working with the spreadsheet and its entries. Above the tools are the other options for manipulating the spreadsheet, like File, Edit, etc. I will call this the task bar, although I doubt this is common language. 1.2 Text And Numbers In A Single Cell Excel Activity 1.1: This activity will show you how to enter text (words) in a cell, and how to do some modification of the appearance of that text. (a) Put the cursor in cell B4 and left click to select that cell. Note that at the left just above the letter for column A you see B4 in a white bar that we ll call the location bar. (I haven t found this feature to be particularly useful.) To the right of that you see f x followed by another bar, the formula bar. 1

4 (b) Type hi in cell B4 (when I enclose something to be typed in quotes, don t include the quotes), and notice that it appears in the formula bar at the same time. Hit Enter and note that the next cell down is then selected. The word hi is at the left side of cell B4, because text is always placed to the left side of a cell; we say it is left-justified. (c) Select cell B4 again, then find B I U in the tool bar. Click B and note that this changes the entry in B4 to bold. Click it again to undo the bold, then try I and U. (d) To the right of B I U you will see three sets of horizontal lines. Click each in turn, noting the effect on the word hi in cell B4. Excel Activity 1.2: There are many more things that can be done with the entry in a cell, most of which aren t of much interest to us. Just for fun, though, let s try a couple more. (a) Enter text in some cell and select that cell. Then find the letter A at the right end of the tool bar, underlined by a red bar. Click the A and note the change in color in the word hi. To get other colors, click the small down arrow to the right of the A to see the other choices of colors. Now move to the little can of paint to the left of the A, which is underlined with a yellow bar. Click it to see what it does. Try the down arrow to its right. (b) You should be able to figure out how to change the font style or size. Try it. (c) You will sometimes want to delete portions of a spreadsheet. To do this, simply select the cells you want to delete, then hit Del. Delete something in your current spreadsheet to practice. Excel Activity 1.3: In this activity you will see how to enter and modify numbers in a single cell. (a) Enter the number 3 in cell C3. Note right away that numbers are automatically rightjustified in a cell, whereas text is automatically left-justified. The justification can be changed, of course, in the same way that you did it in the previous activity. (b) Find the icon.0.00 in the tool bar and click on it while cell C3 is selected. Click it again. Then try Now enter several other numbers in cells C4 through C6, all with different numbers of places past the decimal, and try.0.00 and.0.00 again. NOTE: When you change the number of decimal places shown to less than the number entered, the original number is still stored in that place and used for any computations involving the value in that cell. (c) Now select the cells from C3 to C6. (Remember that to do this you put the cursor in C3, hold down the left mouse button and drag down to cell C6.) Select Format from the top of the tool bar, then Cells. A new window with several tabs at the top will appear, with the tab for Number already selected. Try some of the other tabs, then go back to Number. Select Number under category if it is not already selected, then adjust the number of places past the decimal with the little up and down arrows provided for this. Watch the sample above the bar for the decimal places as you do this. Click OK at some point to select a number of places past the decimal. 2

5 1.3 Doing Mathematics In A Single Cell Excel Activity 1.4: In this activity you will see how to do computations in a single cell. (a) Go to any empty cell in an Excel spreadsheet and enter 3+5. (Again, when I use quotes, I intend for you to use only what is IN the quotes, not the quotes themselves.) When you hit enter, you will simply see 3+5 in the cell. Go to two other cells and try 3-5 and 3/5. There you will end up with 5-Mar, the fifth of March. Excel takes - and / to mean a date is being given. If you really wanted to enter 3-5 in a cell, you need to format the cell for text, then enter 3-5. Try this. (b) Suppose that rather than entering 3+5 in a cell, we wanted to actually calculate the sum in a cell. To do this we enter =3+5. Try this. All mathematical calculations need to be begun with the = sign. (Actually, you can begin them with + or - as well.) The symbol / is used for divide, and * for multiply. If you ever enter a computation that Excel doesn t like, the first thing to check is whether you put in the * symbol for each multiplication. Try 3-5, 3 5 and (3)(5). Then try (2)(3) + 4 ; do this by hand as 5 well to make sure you are getting the right answer with Excel. (c) Exponentiation is done in Excel with the carat (ˆ) symbol, as on most graphing calculators. Try using it. (d) Now enter 2, 3, 4 and 5 in cells A1, A2, A3 and A4, then select cell C1. Suppose that we again want to compute (2)(3) + 4, but we wish to do so by retrieving the numbers 5 involved from where we have stored them in cells A1 through A4. (There is much reason to do this kind of thing, so bear with me if you haven t done this before.) To do this we enter =(A1*A2+A3)/A4 in cell C1; we don t need to put parentheses around A1*A2 because Excel follows the order of operations. Try this. NOTE: Excel is not case sensitive when referencing cells, so you can use either a4 or A4 to reference that cell in a formula. (After you hit enter, anything like a4 will be changed to A4.) Mathematical notation IS case sensitive, and I expect you to use the correct cases of letters in mathematical formulas and functions. For example, t represents time, whereas T usually represents temperature. Excel Activity 1.5: In this activity you will work with some of the functions that Excel has built in. (a) Suppose you want to compute 20 in decimal form, and wish to find out how to do this in Excel. Click Help in the task bar, then select Microsoft Excel Help. You will see some text highlighted in blue under the question What would you like to do?. You can either type in square root there or click the tab for Index and type square root as the keywords. Both should lead you to a description of the square root function. Try using it on a value whose square root you know or can check with your calculator. (b) Use the help function to figure out how to find the cosine of π (you ll need help with 3 both the cosine and pi), then the cosine of 40 degrees. Check both answers with your calculator, making sure you are in the correct mode for each. 3

6 (c) The one function you may not be able to figure out on your own is the exponential function e x. If you want e 2 you type in =exp(2). Try this, checking the result with your calculator. Excel Activity 1.6: Here you will see how to work with percentages in Excel. (a) Enter 0.53 in some empty cell. Then select that cell and click the % icon in the tool bar. The value in the cell should change to 53%, the percentage equivalent of the decimal (b) You can pre-format a cell to get a percentage as well. Select an empty cell and click the % icon again. Of course nothing happens. Now enter 25 into that cell; you will see it appear as a percentage. (c) Enter 80 (not as a percent) in some other cell. Then select an empty cell and enter a formula that multiplies the values in the two cells containing 25% and 80. Note that the result is found correctly. That is, Excel computes (0.25)(80) = 20 rather than (25)(80) =

7 2 The Power Of Excel Excel Objectives: Create a sequence in a column or row by copying. Enter and copy a formula that uses relative referencing. Enter and copy a formula that uses mixed referencing. Enter and copy a formula that uses absolute referencing. Use the sum, average and count features. Insert new rows (or columns) into a spreadsheet). 2.1 Introduction So far you have simply used Excel as storage for text and a simple calculator. If this were all there was to it, then Excel would not be particularly useful. The real power of Excel is in its ability to repeat things in a way that is user friendly to accomplish makes visual inspection of results easy and enlightening You will begin to see some of that in this chapter. 2.2 Copying Cells, Creating Sequences, Relative Referencing Excel Activity 2.1: (a) Suppose that you want the number two in all of the cells from A1 to A50. Well, you certainly don t want to enter 2 fifty times! Here s what to do: Enter 2 in cell A1. Click on cell A1, after entering two, to select it. Put the white + sign that is the cursor on the little square (which is called a fill handle) in the lower right corner of that cell. It then becomes an ordinary + sign, indicating that you have grabbed the lower right corner of that cell. Then hold the left mouse button down, drag down to cell A50 and let go. The value two should appear in cells A1 through A50. (b) It is rare that we will want the same value in that many cells. Suppose instead that we wanted the numbers 1 through 50 in cells A1 through A50. Enter 1 in cell A1 and 2 in cell A2, then select both of those cells and copy down to cell A50. (c) Try entering 1 in cell A1, 3 in cell A2, and copying both of those cells down. Note what happens. (d) Often we will wish to create something like all values from 2 to 2 by tenths, like 2, 1.9, 1.8,..., 1.9, 2. Try to get these in the manner you have just seen, but note the following: as you drag the cells to be copied down you will see a small rectangle to the right of the cursor with a number indicating how far you have gone. Stop when that number reaches two. 5

8 Excel Activity 2.2: In the last exercise you saw how to create a sequence of evenly spaced numbers. Often we will wish to create another sequence, based on an already established sequence. You will see some examples of this in this activity. You will also learn how to do what we call relative referencing of cells. (a) Start a new spreadsheet and get the values one through twenty in cells A1 through A20. (b) In cell B1, enter the formula =A1ˆ2. What does this do? (c) Copy cell B1 down to cells B2 through B20. Then click on cell B7 and look in the formula bar above the spreadsheet. You should see =A7ˆ2. What has happened is that the reference to cell A1 in cell B1 is actually just a reference to the cell to the left of B2. When we copy cell B1 down, the reference for each cell in column B changes to the cell to its left in column A. We say the reference to cell A1 in cell B1 is a relative reference. You will see the other types of references soon. (d) With cell B7 still (or again) selected, right click in the formula bar somewhere to the right of the formula. The reference to A7 in the formula should turn blue, and if you look down in the spreadsheet, there is a blue border around cell A7, where that value is obtained. This will be a very handy feature in the future, so remember it! (I ll remind you occasionally, too.) (e) As we continue working with Excel, it will be good to learn how to annotate our spreadsheets so that others can look at them and quickly tell what we are doing. Select cells A1 through A3, then select Insert from the task bar. Select Rows and you will get three new rows at the top of the spreadsheet. In cell A1 type Squares of integers from one to twenty. In cells A3 and B3 type n and nˆ2, then center them in their cells. You can color the text in any of the cells that you just annotated, or fill their backgrounds. A simple thing you can do to make this more readable is to simply bold the text you added. Save this spreadsheet as squares. (f) Suppose that we wanted to find the sum n of the numbers from one to n, for all choices of n from one to thirty. If you were doing this by hand you wouldn t want to add after you had just done Instead, you would just take your sum up to 22, which you have already computed, and add 23 to it. You should use this idea when making your spreadsheet. Begin by getting the numbers from one through thirty in cells A1 through A30. Enter 1 in cell B1, which indicates the sum up to 1. Now in cell B2 you want to take the sum up to 1, which is in cell B1, and add the next value of 2, which is in cell A2. So your formula in B2 should be =B1+A2. Copy this down, then select some cell in column B with a value in it and right click in the formula bar. This should show you that the value in that cell is the sum up to the previous integer, plus the integer you are currently on (which is in column A). Note that the formula is correct because the formula in cell B2 references the cell above it and the cell to the left of it, and the references are relative references. (A reference that is not relative will be coming soon!) (g) Create the sequence of odd numbers in column D, then get the sums of odds in column E, in the same way that you did the sums of all the integers in the previous part. What do you notice about the results? 6

9 2.3 Mixed And Absolute Referencing Excel Activity 2.3: The objective of this exercise will be to understand mixed referencing by making a times table. (a) Put the integers from 1 to 10 in cells A2 through A11, and also in cells B1 through however far you need to go to get up to 10. (Put 1 in B1, 2 in C1, and copy both cells to the right, watching the little counter as you drag, stopping when it reads 10.) Make all those values bold. (b) Put a formula in cell B2 that computes the product of the numbers to the left and above it, by referencing those cells. Does it give the correct value? (c) Copy the cell with the formula down to the ten row in the left column. It should be immediately clear that the values are not correct, but while that column is selected (after you let go of the left mouse button), grab the fill handle and drag it across to the right until you get to the ten column. (d) Click on a cell in the body of the table somewhere, and then right click in the formula bar. It will show you that the value in that cell is obtained by taking the product of the values in the cell immediately above, and the cell immediately to the left of, the selected cell. (e) What you really want is the product of the value in column A directly to the left of the selected cell and the value in row 1 directly above the selected cell. Go back and select cell B2, and edit it in the formula bar as follows: in the part of the formula that takes the value from column A, put a $ sign in front of the A. This tells the spreadsheet to always take this value from column A when it is copied. For the part of the formula that takes the value from the first row, put a $ sign in front of the number 1. This means that the value for that part of the formula will always come from row 1, even when the formula is copied. Putting a dollar sign in front of the row or column fixes the row or column in the formula. The act of fixing the row or the column, but not both, is called mixed referencing. (f) Copy the formula down and across again. This should give you the correct values. Click on a cell in the body of the table and right click in the formula bar. You can see that the two values being multiplied are obtained at the edges of the table, as they are supposed to be. If you move to the right one cell, the reference to the number at the top of the table should change, but not the reference at the left. (f) Let s tidy your table up a little. Insert a couple rows at the top and write in Multiplication Table in the top row. Make it colored, or bold (or both), and/or maybe change the background color. Select all cells of the table, including the borders, and center the values in the cells. (Do this by using the center icon in the tool bar or by selecting Format, then Cells then choose the Alignment tab and select center for the horizontal alignment.) Select cells A1 through the bottom of the table and format the row height to 20. Then select from column A to the right side of the table (in any row) and format the columns widths to some value where each cell in the table is roughly square. Select all cells in the table and its borders and format the cells in such a way that the cell entries are vertically centered. Select the title of the table and change the font size to 16, by adjusting the value in the little box in the tool bar to the left of the bold B. 7

10 (g) Save the table as Multiplication Table. Excel Activity 2.4: You will now try to understand absolute referencing by modifying your table from the previous activity. The idea will be to create a table that multiplies the numbers at the two edges, then adds a fixed number that is stored elsewhere in the spreadsheet to every value in the table. That number can then be changed, resulting a change in all the values in the table. (a) Insert two more rows between the title and the table. Starting in cell A3, type Value added:. In the first empty cell to the right of that enter the value 3. (b) Go to your formula in cell B6 and modify it to take the product of the column and row values as before, but then add the value 3 by referencing the cell it is stored in. Since we always want to get that value, we don t want the row OR column to change when the formula is copied. To make this happen, put a $ sign in front of both the column and row where that cell is referenced. A reference like this, that never changes, is called an absolute reference. See if the formula gives the correct value. (c) Copy the formula to all cells in the table. Then change the value 3 to zero. The table should then be the standard multiplication table. When you change the value added to the number one, all values in the table should increase by one, and so on. 2.4 Summing And Averaging Rows and Columns For many applications we will want to add up all the values in a particular row, column, or rectangular portion of a spreadsheet. We will also want at times to average values in a row, column or rectangular portion. In the next activity you will see how these things are done. Excel Activity 2.5: In this exercise you will add a list of numbers the hard way, then you ll see the easy (efficient) way to do it. Even if you already know how to add a list of numbers in Excel, do the hard version also; it will reinforce some of the skills you have been developing up to this point. Before beginning, think about how you would add a long list of numbers in your head or on a calculator - you would probably keep a running sum. By this I mean you would take the first number and add the second to it, getting the sum of the first two numbers. You d then add the third number to that sum, obtaining the sum of the first three numbers, and so on. (a) Create a list of 20 random digits between one and nine in column A (cells A1 through A20). (b) In cell B1 put the first number of your list; it is your first running sum. In cell B2, add the second number in your list (using a relative reference!) to the current running sum, which is in cell B1. (c) If you copy cell B2 down to where the last number of the list is to be added to the running sum, you will obtain the sum of all numbers in the list. Do this. (d) Now select all the numbers in your original list and click the AutoSum icon (Σ) in the tool bar. The sum should then appear at the bottom of the list of numbers. (Of course it should agree with the sum you got the hard way. ) 8

11 (e) Suppose that you wanted the sum to appear somewhere else in your spreadsheet. Select some random empty cell, then click the Σ icon. =sum() will appear in the selected cell. Now select all the values in your list and hit Enter to get the sum to appear in the desired cell. (f) Your list of numbers from this activity will be used in the next activity. If you do not intend to go on immediately, save your file as something like random list. Excel Activity 2.6: Summing is just one operation that we might want to do with a list of numbers. Some other things of interest are averaging the numbers in the list, or maybe counting the number of items in the list. (a) Delete everything from your spreadsheet except your original list of twenty numbers. Select the column of numbers again, then click the little down arrow to the right of the Σ icon. A little drop-down menu will appear; select Average. The average will appear at the bottom of your list, in cell A21. (b) Go to cell C1 and click Count in the drop-down AutoSum menu. Then select the numbers in your list (don t include the average!) and hit Enter. What number appears, and why? (c) Go to cell C3 and click the Σ icon, then select the numbers in your list. (Once again, don t include the average.) Before the formula is finished, divide the sum by the count for your list - I had to type /count( to get this to work, rather than selecting it out of the drop-down menu. What should this do, and did it seem to do it? 2.5 Exercises 2.7. Try creating the same results as you obtained in Excel Activity 2.2(f) using just the sum feature in column B. 9

12 10

13 3 Continuous Mathematical Functions Mathematical Objectives: Understand the difference between parameters and variables in function definitions. Understand functions of one and two variables. Understand trace functions of functions of two variables. Excel Objectives: Tabulate values of a function of one or two variables. Use built-in mathematical functions. Graph a function of one variable or a trace of a function of two variables. Graph a function of two variables as either a surface or a contour plot. Application Objectives: Determine the end conditions for a beam from a graph modeling the beam s deflection. or sketch a graph of the deflection of a beam with given end conditions. Determine the nature of the initial conditions for harmonic motion with a given graph. Understand what each of the parameters C, a, b and d in the equation y = Ce at sin(bt+ d) tells us about simple harmonic motion. Determine whether a given graph modelling harmonic motion is for a system that is undamped, damped, and over-damped. Understand the model for temperature variation in the ground. 3.1 Functions of One Variable Excel Activity 3.1: In this activity you will get values for the function f(x) = x from x = 0 to x = 4, by tenths. (a) Get the sequence 0, 0.1, 0.2, 0.3,..., 3.9, 4.0 in column A. (b) In column B, next to the value 0 in column A, compute the value of f(0), referencing the cell in column A where the value 0 is stored. Then copy that cell down as far as you have values in column A. These should be the square roots of the values in column A. There should be at least two or three values for which you can check to be sure things worked as they should. (c) Display all values of the function to three places past the decimal. (d) It might be nice to add a little labelling to your table of values. Insert enough rows to get the first values in your table in row 4. Put f(x) = sqrt(x) into cell A1 and x and f(x) into cells A3 and B3. Center these last two in their cells. 11

14 (e) Save the file, and maybe write down somewhere here in your notes what you have named it. Excel Activity 3.2: Now you will see how to graph the function f(x) = x from x = 0 to x = 4. (b) Select all the numerical values in columns A and B. Left click the little Chart Wizard icon, the blue yellow and red bar graph under Window. (c) Select the chart type XY (Scatter) and the last chart sub-type, the one at the lower right. More on the differences between the sub-types later. (d) Click Next and you will see what your graph will look like. There are options to change a few things at this point, but we won t. Click Next again and you will see yet more options, some of which we will want to use. All can be done after the graph has been completed, however, so click Finish. (e) The graph should appear in your spreadsheet, to the right of the data. Move the cursor into the chart, as Excel calls it, and note that it changes from a plus sign to an arrow. Put the arrow in the white part outside the graph until you see Chart Area, then on the gray, where you should see Plot Area. Put it near the x-axis and you should see Value (X) axis, then repeat for the y-axis.. Finally, put the arrow somewhere on the curve of f(x) = x. You should see something like Series 1 Point 1.1 with the coordinates (1.1, 1.21) below it. That indicates the coordinates of the nearest data point from which the graph was drawn. (f) Put the cursor arrow back into the chart area, hold down the left mouse button and move the mouse, noting that this moves the chart around. Let go of the mouse button and move the arrow to where it points at the tiny black square in the middle of the top edge of the chart. It should then change to a tiny up-down arrow. When it does, hold down the left mouse button and move the mouse up or down to stretch the chart vertically. Try the same thing on the left or right edge, and on one of the corners. (g) Now you will start to modify the appearance of your graph a bit. Note first of all that the x-axis extends to 5, whereas our x values only go up to 4. Hold the cursor arrow near the x-axis until you see Value (X) axis. Right click and then select Format Axis... Select the Scale tab, then set the maximum x value at four. Click OK to finish that. (h) Now we ll label the graph and the axes. Put the cursor arrow in the white part of the chart, until you see Chart Area, then right click and select Chart Options (by left clicking it). You will then see that you can add a title and labels on the x and y axes. Title this Graph of f(x) = sqrt(x), and label the x-axis with x and the y-axis with y. Click OK to finish. (i) Note that the graph only has horizontal gridlines; we ll now add some vertical lines. Again select Chart Options, then select the tab for Gridlines. Note that that Major gridlines has been selected for the y-axis, but nothing has been selected for the x-axis. Click the Major gridlines box for the x-axis and look at the change shown in the graph. Try the Minor gridlines for each axis, one at a time, then remove those and finish, leaving only the major gridlines for the x-axis. 12

15 (j) Let s get rid of the little thing that says Series 1, at the right of the graph. Go to Chart Options yet once more, and select the tab for Legend. Click the box that says Show legend, to remove the check there, then click OK. (k) There are two last things we will do. First we will change the x-axis so that it is labelled every 0.5 units, instead of every 1. Put the cursor near the x-axis until you see Value (X) axis, then right click and select Format Axis. Change the major unit to 0.5 and finish that. Then modify the y-axis so that the minimum value is 0.5. (l) At this point you can see that the numbers for the x-axis are hard to read because of extending the y-axis down to 0.5. This can easily be fixed. See if you can figure out how to do it by yourself before reading on. If you can t figure it out, try this: Get to the menu for formatting the x-axis in the same way that just did, then select the tab for Patterns if it is not already selected. Then select the Low position for the tick mark labels. (m) Whew! After all that work, save your file. Then check to see that your graph looks like the one below. If not, go back and fix whatever still needs done Use Excel to graph y = 1 2 x2 x Horizontal Beams Suppose that we have a horizontal beam of length 10 feet; it might be an I-beam, or maybe it is simply rectangular in cross-section. We put the cross-sectional center of its left end at the origin of an x-y coordinate plane, and the cross-sectional center of its right end at the point (10, 0). The axis of symmetry (the line on which all the cross-sectional centers lie) of the beam then runs along the x-axis from x = 0 to x = 10; see the figure to the left at the top of the next page. 13

16 Now the beam will deflect (a fancy term for sag ) in some way, due to any weight it is supporting, including its own weight. The shape it takes will depend on how it is loaded and the manner in which it is supported (we will get into that soon), but one possibility is shown in the figure above and to the right. The axis of symmetry of the beam now follows the graph of a function, which we will call y(x). We will concern ourselves only with how the beam is supported, not how it is loaded. You might just assume that it is only supporting its own weight. We will also work only with situations where the beam is supported at its ends, not at places along the length of the beam. There are two ways of supporting a beam at its ends that we will consider: Embedded: This is when the end of the beam is supported and held horizontal (probably by embedding it in a wall). We will use a diagram like the one to the right to indicate this manner of support, where we show only the axis of symmetry, rather than the entire beam. (Of course a beam could be embedded at an angle other than ninety degrees to the wall, but we will consider only that situation.) Simply supported: This is when the beam is supported at the end, but is allowed to pivot at that point. That is, it is hinged. We will illustrate this condition in the way shown to the right. The way that a beam is supported at its ends will determine the general shape it will take when is sags. For example, a beam that is embedded at both ends will take the shape shown to the right (a) Sketch a diagram showing the deflection (shape) of a beam that is simply supported at the left end and embedded at the right end. (b) Sketch the shape of a beam that is simply supported at both ends. (c) We can also let an end of a beam be free, meaning that it is not supported at all. Of course a beam could not be free at both ends! Sketch the shape of a beam that is embedded at the left end and free at the right end Use Excel to graph the function y = x x3 1 6 x2 from x = 0 to x = 8. This function models the deflection of an eight foot beam. How are the ends of the beam supported? 14

17 3.3 Simple Harmonic Motion Suppose that we have a mass hanging on a spring, as shown to the right. In most cases we are not really interested in exactly this situation, but it is a good place to start in understanding the reaction of a car s shock absorber to a bump in the road, or the movement of a bridge as traffic passes over it, etc. We will let y represent the vertical position of the mass, with zero being where it is when it hangs motionless (we ll refer to this as the equilibrium position), and the positive direction being up. If we give the mass a sharp hit upward it will begin to vibrate, travelling up, then down past the equilibrium position, back up, and so on. As it does this, the position is a function of time. If we assume, unrealistically, that there is no resistance and if we create a graph with the position on the vertical axis and time on the horizontal axis, the graph is a sine function, as shown below and to the left. Consider now the same mass, but hanging in a tub of oil, which then resists the movement of the mass. In this case the motion will be similar to that for the previous situation, but the oscillations will become smaller and smaller, until they die out altogether. The graph of the motion would be as shown above and to the right. Motion of a mass on a spring like this is called simple harmonic motion. In the case where there is no resistance, the motion is called undamped, and when there is resistance, the motion is damped. There is no such thing as truly undamped motion; the spring itself has some amount of resistance, and there is a very small amount of air resistance as well. There are other ways that we could set the mass in motion. The graph below and to the left represents a situation where the mass is pulled down a bit from equilibrium and let go. The motion is damped. For the graph below and to the right the mass is set in motion by first lifting it a little, then giving it a bit of a shove upward; the motion is undamped. As stated before, the position y of the mass is a function of time t, so we can write y = y(t). Remembering that up is the positive direction and that the velocity at time t is the derivative y (t), for the picture above and to the left we have y(0) < 0 and y (0) = 0. That is, at the starting time t = 0 the mass is below the equilibrium point, and it has zero velocity when it starts out. For the situation above and to the right, y(0) > 0 and y (0) > 0. We call these conditions initial conditions. 15

18 3.6. (a) Both of the first two graphs on the previous page are for the same initial conditions. Give those conditions in terms of the function y, as just described. (b) Sketch the graph of undamped simple harmonic motion with y(0) = 0 and y (0) < 0. (c) Sketch the graph of damped simple harmonic motion with y(0) < 0 and y (0) > 0, which should be a little different than the graph to the right at the bottom of the previous page. (d) Sketch the graph of damped simple harmonic motion with y(0) < 0 and y (0) < 0, which should be even more different than the graph to the right at the bottom of the previous page. In general, the mathematical equation that models harmonic motion is y = Ce at sin(bt + d). The values C, a, b and d are constants that vary depending on the mass, spring, damping, and how the mass is set in motion. Once we know those conditions, however, the values of the constants become fixed. Values like this are generally called parameters. The only true variables here are t and y, with y depending on t. Usually the time t would be measured in seconds, and the height y in some length units like inches or centimeters. Excel Activity 3.7: (a) The table to the right is a portion of a spreadsheet for modeling simple harmonic motion. Create such a spreadsheet, with the times going up to 4 seconds. Use fixed referencing in such a way that any change in the parameters results in an immediate change in the y values. Save your file. (b) Create a plot that looks like the one above and to the left. When the values of the parameters are changed to C = 2, a = 0.1, b = 6 and d = 0.5 the appearance of the plot should change to that shown above and to the right. Try to get all gridlines and titles exactly as I have shown them. (To get two lines in the title, I simply obtained the first line as we did before, then added the second line right in the chart itself.) Save again. 16

19 (c) You can now vary the parameters and see their effects on the motion of the mass via your plot. Recall the concepts of amplitude and period (which is closely related to frequency) from trigonometry. Which of the parameters seems to control amplitude? (d) Which of the parameters controls the period (and, consequently, frequency)? (e) Which parameter controls damping? (f) What is the remaining parameter, and what does it seem to control? 3.4 Functions of Two Variables It is likely that in the mathematics you have taken so far the only functions you have dealt with were functions of one variable, like f(x) = x 2. Many function of interest are functions of more than one variable, however. An example would be the function f(x, y) = x 2 0.5y 2 of the two variables x and y. To determine the function s value at any point (x, y), we simply put the values for x and y into the function and evaluate it. For example, f( 0.3, 0.8) = ( 0.3) 2 0.5(0.8) 2 = = 0.23 In this section you will first obtain values for a function of two variables, then you will graph the function. Finally, you will graph some vertical slices through the graph of the function. Excel Activity 3.8: (a) Enter f(x,y) = xˆ2-0.6yˆ2 in cell A1. (b) We will get values for the function by tenths, for 1 x 1 and 1 y 1. Enter the values of y from y = 1 to y = 1 in column A, starting in cell A4. make sure the values go from positive to negative. If this works the same way for you as it did for me, you will get 1.39E-16 where we would expect zero to be! I can t explain why this happens - maybe I ll get it figured out sometime. To fix the problem, format all the cells with numbers in them to have one place past the decimal. (c) Enter the values of x from x = 1 to x = 1 in row 3, starting in cell B3. Note that this arranges the values of x and y in the order they appear in the xy-plane. You will have to format those cells as well to get zero in the right place. Enter y\x in cell A3, center all entries horizontally, and make them all bold so that they will stand out from the values that will end up in the body of the table. (d) Enter the formula for the function in cell B4 and copy it down column B to the row containing y = 1. Find the value of f( 1, 0.5) by hand (using your calculator, of course!). The result should NOT agree with what you got in the spreadsheet, unless you were thinking ahead. Go to the cell containing the value of f( 1, 0.5) and look at the formula in that cell. Alter your formula in cell B4, copy it again and see if you get the correct value of f( 1, 0.5) now. If not, get some help or try again! (e) Copy all the values of f(x, y) in column B to the right, to where x = 1. Check the value of the function for some point where neither x = 1 nor y = 1 to see if the formula is giving the correct values. If not, fix again. (When you fix it you will have to change the formula in cell B4, then copy both down and across again.) Save your spreadsheet. 17

20 3.9. You can now determine various things about the function from the values in your table. (a) What is the maximum value of the function for the region 1 x 1, 1 y 1? Where does that value occur? (b) What is the minimum value, and where does it occur? (c) Does the function increase, or decrease, from ( 1, 0.5) to (0, 0.5)? (d) Describe what happens to the values of the function as one travels from ( 1, 0) to (1, 0). (e) Describe what happens to the values of the function as one travels from (0, 1) to (0, 1). Excel Activity 3.9: In this activity you will create a graph of the function from Activity 3.8. To do this, we think of the function values f(x, y) as a third variable z, and we plot a graph in three dimensions. The xy-plane is a horizontal plane, and the values of z can be thought of as elevations above or below the xy-plane. (a) Select the function values. (Remember that the x and y values ARE NOT function values!) Click the Chart Wizard and select Surface and the first subtype, which is the default. Go ahead and finish the graph; when asked for a location, select As new sheet, which will make it Chart 1. Save your file. Take a look at the graph of the surface. The point where x = 0 and y = 0 is called a saddle point; the reason for this should be obvious! The vertical axis gives values of the function, f(x, y). The other two axes are labelled rather strangely. Can you tell by the function values in your table which edge represents x values and which represents y values? Now look at the colors. The part of the surface that is colored light yellow is the part where the function values are between 0.2 and zero and so on, as indicated by the legend to the right. (b) Well, I thought we would be able to change the labelling on the x- and y-axes in the same way that we did for the graph of a function of one variable, but that doesn t work. So at this point I don t know how to get the correct numerical values on those two axes! You might take a few minutes and see if you can figure it out. You should also put the pointer area somewhere in either the plot area or chart area, right click and choose the 3-D View option. Play around a bit with what you see there, noting the effect on the graph. (c) Put the pointer in the plot area or chart area and right click again. Select Chart Type..., then choose the subtype in the lower left and click OK. This gives a contour plot of the function, the mathematical version of a topographic map. When you first get it, there are only three colors and not too many contour lines. Here s the only way I ve figured out so far to get more contour lines: Change the chart type back to the surface plot you just had, and put the pointer on the labelled vertical axis until you see the little sign saying Value Axis. Right click and select Format Axis..., then change the Major unit to 0.2. Then change the chart type back to the contour plot and you can see the additional contours. 18

21 Excel Activity 3.10: There are three commonly used ways to try to visualize what a surface in space is doing. You saw two of them in the previous activity - you can get a plot of the surface, or you can get a graph of what we would call contour lines on a topographic map; mathematicians call these lines level curves of the function. The third method is to look at slices through the surface, usually in a direction parallel to one of the axes. You will see how to do this in this activity. (a) Find where all the function values for a fixed value of x = 0.8 are; they are in the column where x = 0.8, probably column T. Highlight the function values in this column and select XY (Scatter) for the chart type. Finish as we did for graphs of a function of one variable, using Chart 3 as the location. (b) Since we are looking at the slice where x = 0.8, the independent variable on the horizontal axis should be y, and the variable on the vertical axis is f(x, y), which we often refer to as z. Label those two axes appropriately, and title the whole graph Slice through f(x,y) = xˆ2-0.6yˆ2 at x = 0.8. Save again. (c) Take a close look at the scale on the horizontal axis and you will see that it is not correct. To fix this, put the cursor somewhere in the chart to where you see Chart Area next to the cursor. Right click and select Source Data..., then click the tab at the top for Series. Click in the box that says X Values: (which are actually going to be y values, since x is fixed at 0.8), then go back to Sheet 1 and highlight the values for y in column A. Click OK and the save again. (d) Compare all three of your charts and make sure you see what the graph in Chart 3 is showing you. (e) In Chart 4, create the slice through the surface at y = 0.5. Label the graph appropriately and save again. Make sure you also see what this graph is showing you, as compared to the surface plot and contour plot. 19

22 20

23 4 Product-Sums (Integration) Mathematical Objectives: Understand strings or arrays of data as discrete functions. Compute sums of products for discrete functions of one and two variables. Excel Objectives: Find averages and sums of strings and arrays of values. Application Objectives: Compute average values for strings or arrays of data obtained from measurements. Compute distance travelled, work, volumes under surfaces. 4.1 Distance Travelled The following times and speeds are obtained for the travel of an automobile over a three hour period. Your objective here is to estimate, or approximate, the distance that the car travels during that time period. Time (hours): Speed (mph): Sketch a number line and mark off the times below the line at evenly spaced intervals. Above the line, over each time mark, put the corresponding speed. How many time intervals are there? The idea is simply to find the distance travelled for each time interval, using distance = rate time, then total up the distances for all the intervals. The only real challenge is to decide what to use for a speed for each interval. One way to get a speed for each interval is to just use the speed at the start of the interval as the speed for the entire interval. For the first interval we would then get a distance of d = 62 mph 0.5 hour = 31 miles. Continuing, we get Total distance 62(0.5) + 58(0.5) + 61(0.5) + 65(0.5) + 64(0.5) + 67(0.5) = miles The method we used here is called the left endpoint method (since we used the speeds at the left endpoints of the intervals) with n = 6 and t = 0.5. n is the number of intervals that we break the entire time period up into, and t is the length of each interval for which we compute a distance travelled. We could have used n = 3, in which case we would have t = Approximate the distance travelled by the right endpoint method (you should be able to guess how this works) with n = 3. Write out how you get your answer in the way that I did above. 21

24 3. Another method that can be used is the midpoint method, which uses the speed at the midpoint of each interval as the speed for that interval. Note that we cannot do this for n = 6 because we don t know the speeds at the midpoints of the six smaller intervals. However, we can do it with n = 3; the first interval is then from t = 0 to t = 1 and we know the speed at the midpoint of the interval is 58 mph. That is the speed we use to estimate the distance travelled during the first time interval. Approximate the distance travelled by the midpoint method with n = 3, showing the details as above again. 4. Going back to n = 6, another way to get a speed for the first interval is to average the speeds at its two ends: speed = = 60 mph. Complete the following to 2 approximate the total distance: ( ) Total distance (0.5) + 2 We ll call this the endpoint averaging method. For reasons you ll see later, it is also called the trapezoidal rule. Excel Activity 4.1: In this exercise you will approximate the distance travelled for a larger set of data, which is stored in an Excel file I ed you, called Activity 4.1 Data. (a) Look at the data. The smallest time interval you can use is t = 0.1 hour. Using this t, how many intervals are there? Use the letter n for the number of intervals. (b) We can use any t we want as long as it is a multiple of 0.1 and it divides into three hours an even number of times. For each of the following values of t, either give the corresponding value of n or write NP for not possible. t = 0.2, 0.3, 0.4, 0.5 (Give your answers by writing both the t and its corresponding n.) (c) Use the left endpoint speed to estimate the distance travelled in the first interval, using t = 0.1. Do this by putting the appropriate formula in cell C5. (d) Copy the formula as far down as needed to get a left endpoint approximation for n intervals. Remember that when doing a left endpoint approximation the last data value is not used! (e) To get the total distance travelled you will need to total the distance approximations for each interval. We will put the total distance travelled in cell C36. Select the cells from C5 down to (and including) cell C36, then click the AutoSum icon Σ. That will sum up all of the cells in column C. (f) Type Total distance: in cell B36, make it bold, and widen column B enough so that all of it can be seen. Change the title at the top of the spreadsheet to Left endpoint, n =, where you supply also the value of n. Save your file as your first name followed by

Excel Tutorial. Bio 150B Excel Tutorial 1

Excel Tutorial. Bio 150B Excel Tutorial 1 Bio 15B Excel Tutorial 1 Excel Tutorial As part of your laboratory write-ups and reports during this semester you will be required to collect and present data in an appropriate format. To organize and

More information

Plots, Curve-Fitting, and Data Modeling in Microsoft Excel

Plots, Curve-Fitting, and Data Modeling in Microsoft Excel Plots, Curve-Fitting, and Data Modeling in Microsoft Excel This handout offers some tips on making nice plots of data collected in your lab experiments, as well as instruction on how to use the built-in

More information

Summary of important mathematical operations and formulas (from first tutorial):

Summary of important mathematical operations and formulas (from first tutorial): EXCEL Intermediate Tutorial Summary of important mathematical operations and formulas (from first tutorial): Operation Key Addition + Subtraction - Multiplication * Division / Exponential ^ To enter a

More information

Graphing Parabolas With Microsoft Excel

Graphing Parabolas With Microsoft Excel Graphing Parabolas With Microsoft Excel Mr. Clausen Algebra 2 California State Standard for Algebra 2 #10.0: Students graph quadratic functions and determine the maxima, minima, and zeros of the function.

More information

Intro to Excel spreadsheets

Intro to Excel spreadsheets Intro to Excel spreadsheets What are the objectives of this document? The objectives of document are: 1. Familiarize you with what a spreadsheet is, how it works, and what its capabilities are; 2. Using

More information

Scientific Graphing in Excel 2010

Scientific Graphing in Excel 2010 Scientific Graphing in Excel 2010 When you start Excel, you will see the screen below. Various parts of the display are labelled in red, with arrows, to define the terms used in the remainder of this overview.

More information

Excel -- Creating Charts

Excel -- Creating Charts Excel -- Creating Charts The saying goes, A picture is worth a thousand words, and so true. Professional looking charts give visual enhancement to your statistics, fiscal reports or presentation. Excel

More information

Microsoft Excel 2010 Part 3: Advanced Excel

Microsoft Excel 2010 Part 3: Advanced Excel CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Excel 2010 Part 3: Advanced Excel Winter 2015, Version 1.0 Table of Contents Introduction...2 Sorting Data...2 Sorting

More information

Excel 2007 A Beginners Guide

Excel 2007 A Beginners Guide Excel 2007 A Beginners Guide Beginner Introduction The aim of this document is to introduce some basic techniques for using Excel to enter data, perform calculations and produce simple charts based on

More information

Excel 2003 A Beginners Guide

Excel 2003 A Beginners Guide Excel 2003 A Beginners Guide Beginner Introduction The aim of this document is to introduce some basic techniques for using Excel to enter data, perform calculations and produce simple charts based on

More information

Excel 2007 Basic knowledge

Excel 2007 Basic knowledge Ribbon menu The Ribbon menu system with tabs for various Excel commands. This Ribbon system replaces the traditional menus used with Excel 2003. Above the Ribbon in the upper-left corner is the Microsoft

More information

Microsoft Excel 2010 Tutorial

Microsoft Excel 2010 Tutorial 1 Microsoft Excel 2010 Tutorial Excel is a spreadsheet program in the Microsoft Office system. You can use Excel to create and format workbooks (a collection of spreadsheets) in order to analyze data and

More information

Creating Charts in Microsoft Excel A supplement to Chapter 5 of Quantitative Approaches in Business Studies

Creating Charts in Microsoft Excel A supplement to Chapter 5 of Quantitative Approaches in Business Studies Creating Charts in Microsoft Excel A supplement to Chapter 5 of Quantitative Approaches in Business Studies Components of a Chart 1 Chart types 2 Data tables 4 The Chart Wizard 5 Column Charts 7 Line charts

More information

Excel Basics By Tom Peters & Laura Spielman

Excel Basics By Tom Peters & Laura Spielman Excel Basics By Tom Peters & Laura Spielman What is Excel? Microsoft Excel is a software program with spreadsheet format enabling the user to organize raw data, make tables and charts, graph and model

More information

This activity will show you how to draw graphs of algebraic functions in Excel.

This activity will show you how to draw graphs of algebraic functions in Excel. This activity will show you how to draw graphs of algebraic functions in Excel. Open a new Excel workbook. This is Excel in Office 2007. You may not have used this version before but it is very much the

More information

Formulas, Functions and Charts

Formulas, Functions and Charts Formulas, Functions and Charts :: 167 8 Formulas, Functions and Charts 8.1 INTRODUCTION In this leson you can enter formula and functions and perform mathematical calcualtions. You will also be able to

More information

Microsoft Excel Tutorial

Microsoft Excel Tutorial Microsoft Excel Tutorial by Dr. James E. Parks Department of Physics and Astronomy 401 Nielsen Physics Building The University of Tennessee Knoxville, Tennessee 37996-1200 Copyright August, 2000 by James

More information

Getting Started with Excel 2008. Table of Contents

Getting Started with Excel 2008. Table of Contents Table of Contents Elements of An Excel Document... 2 Resizing and Hiding Columns and Rows... 3 Using Panes to Create Spreadsheet Headers... 3 Using the AutoFill Command... 4 Using AutoFill for Sequences...

More information

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9.

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9. Working with Tables in Microsoft Word The purpose of this document is to lead you through the steps of creating, editing and deleting tables and parts of tables. This document follows a tutorial format

More information

Intermediate PowerPoint

Intermediate PowerPoint Intermediate PowerPoint Charts and Templates By: Jim Waddell Last modified: January 2002 Topics to be covered: Creating Charts 2 Creating the chart. 2 Line Charts and Scatter Plots 4 Making a Line Chart.

More information

0 Introduction to Data Analysis Using an Excel Spreadsheet

0 Introduction to Data Analysis Using an Excel Spreadsheet Experiment 0 Introduction to Data Analysis Using an Excel Spreadsheet I. Purpose The purpose of this introductory lab is to teach you a few basic things about how to use an EXCEL 2010 spreadsheet to do

More information

USING EXCEL ON THE COMPUTER TO FIND THE MEAN AND STANDARD DEVIATION AND TO DO LINEAR REGRESSION ANALYSIS AND GRAPHING TABLE OF CONTENTS

USING EXCEL ON THE COMPUTER TO FIND THE MEAN AND STANDARD DEVIATION AND TO DO LINEAR REGRESSION ANALYSIS AND GRAPHING TABLE OF CONTENTS USING EXCEL ON THE COMPUTER TO FIND THE MEAN AND STANDARD DEVIATION AND TO DO LINEAR REGRESSION ANALYSIS AND GRAPHING Dr. Susan Petro TABLE OF CONTENTS Topic Page number 1. On following directions 2 2.

More information

Microsoft Excel Basics

Microsoft Excel Basics COMMUNITY TECHNICAL SUPPORT Microsoft Excel Basics Introduction to Excel Click on the program icon in Launcher or the Microsoft Office Shortcut Bar. A worksheet is a grid, made up of columns, which are

More information

How to make a line graph using Excel 2007

How to make a line graph using Excel 2007 How to make a line graph using Excel 2007 Format your data sheet Make sure you have a title and each column of data has a title. If you are entering data by hand, use time or the independent variable in

More information

Spreadsheets and Laboratory Data Analysis: Excel 2003 Version (Excel 2007 is only slightly different)

Spreadsheets and Laboratory Data Analysis: Excel 2003 Version (Excel 2007 is only slightly different) Spreadsheets and Laboratory Data Analysis: Excel 2003 Version (Excel 2007 is only slightly different) Spreadsheets are computer programs that allow the user to enter and manipulate numbers. They are capable

More information

Microsoft Excel 2010 Charts and Graphs

Microsoft Excel 2010 Charts and Graphs Microsoft Excel 2010 Charts and Graphs Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Microsoft Excel 2010: Charts and Graphs 2.0 hours Topics include data groupings; creating

More information

Tutorial 2: Using Excel in Data Analysis

Tutorial 2: Using Excel in Data Analysis Tutorial 2: Using Excel in Data Analysis This tutorial guide addresses several issues particularly relevant in the context of the level 1 Physics lab sessions at Durham: organising your work sheet neatly,

More information

Excel Guide for Finite Mathematics and Applied Calculus

Excel Guide for Finite Mathematics and Applied Calculus Excel Guide for Finite Mathematics and Applied Calculus Revathi Narasimhan Kean University A technology guide to accompany Mathematical Applications, 6 th Edition Applied Calculus, 2 nd Edition Calculus:

More information

Drawing a histogram using Excel

Drawing a histogram using Excel Drawing a histogram using Excel STEP 1: Examine the data to decide how many class intervals you need and what the class boundaries should be. (In an assignment you may be told what class boundaries to

More information

Dealing with Data in Excel 2010

Dealing with Data in Excel 2010 Dealing with Data in Excel 2010 Excel provides the ability to do computations and graphing of data. Here we provide the basics and some advanced capabilities available in Excel that are useful for dealing

More information

Create Charts in Excel

Create Charts in Excel Create Charts in Excel Table of Contents OVERVIEW OF CHARTING... 1 AVAILABLE CHART TYPES... 2 PIE CHARTS... 2 BAR CHARTS... 3 CREATING CHARTS IN EXCEL... 3 CREATE A CHART... 3 HOW TO CHANGE THE LOCATION

More information

Introduction to the TI-Nspire CX

Introduction to the TI-Nspire CX Introduction to the TI-Nspire CX Activity Overview: In this activity, you will become familiar with the layout of the TI-Nspire CX. Step 1: Locate the Touchpad. The Touchpad is used to navigate the cursor

More information

Excel 2007: Basics Learning Guide

Excel 2007: Basics Learning Guide Excel 2007: Basics Learning Guide Exploring Excel At first glance, the new Excel 2007 interface may seem a bit unsettling, with fat bands called Ribbons replacing cascading text menus and task bars. This

More information

Excel Math Project for 8th Grade Identifying Patterns

Excel Math Project for 8th Grade Identifying Patterns There are several terms that we will use to describe your spreadsheet: Workbook, worksheet, row, column, cell, cursor, name box, formula bar. Today you are going to create a spreadsheet to investigate

More information

EXCEL Tutorial: How to use EXCEL for Graphs and Calculations.

EXCEL Tutorial: How to use EXCEL for Graphs and Calculations. EXCEL Tutorial: How to use EXCEL for Graphs and Calculations. Excel is powerful tool and can make your life easier if you are proficient in using it. You will need to use Excel to complete most of your

More information

Using Microsoft Excel to Plot and Analyze Kinetic Data

Using Microsoft Excel to Plot and Analyze Kinetic Data Entering and Formatting Data Using Microsoft Excel to Plot and Analyze Kinetic Data Open Excel. Set up the spreadsheet page (Sheet 1) so that anyone who reads it will understand the page (Figure 1). Type

More information

The Center for Teaching, Learning, & Technology

The Center for Teaching, Learning, & Technology The Center for Teaching, Learning, & Technology Instructional Technology Workshops Microsoft Excel 2010 Formulas and Charts Albert Robinson / Delwar Sayeed Faculty and Staff Development Programs Colston

More information

Updates to Graphing with Excel

Updates to Graphing with Excel Updates to Graphing with Excel NCC has recently upgraded to a new version of the Microsoft Office suite of programs. As such, many of the directions in the Biology Student Handbook for how to graph with

More information

A Guide to Using Excel in Physics Lab

A Guide to Using Excel in Physics Lab A Guide to Using Excel in Physics Lab Excel has the potential to be a very useful program that will save you lots of time. Excel is especially useful for making repetitious calculations on large data sets.

More information

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click.

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click. EDIT202 Spreadsheet Lab Assignment Guidelines Getting Started 1. For this lab you will modify a sample spreadsheet file named Starter- Spreadsheet.xls which is available for download from the Spreadsheet

More information

Using Excel for descriptive statistics

Using Excel for descriptive statistics FACT SHEET Using Excel for descriptive statistics Introduction Biologists no longer routinely plot graphs by hand or rely on calculators to carry out difficult and tedious statistical calculations. These

More information

Using Excel for Business Analysis: A Guide to Financial Modelling Fundamentals

Using Excel for Business Analysis: A Guide to Financial Modelling Fundamentals Excel 2003 Instructions Using Excel for Business Analysis: A Guide to Financial Modelling Fundamentals contains extensive instructions for using Excel 2010 and Excel for Mac 2011. There are a few instances

More information

SECTION 2-1: OVERVIEW SECTION 2-2: FREQUENCY DISTRIBUTIONS

SECTION 2-1: OVERVIEW SECTION 2-2: FREQUENCY DISTRIBUTIONS SECTION 2-1: OVERVIEW Chapter 2 Describing, Exploring and Comparing Data 19 In this chapter, we will use the capabilities of Excel to help us look more carefully at sets of data. We can do this by re-organizing

More information

Advanced Microsoft Excel 2010

Advanced Microsoft Excel 2010 Advanced Microsoft Excel 2010 Table of Contents THE PASTE SPECIAL FUNCTION... 2 Paste Special Options... 2 Using the Paste Special Function... 3 ORGANIZING DATA... 4 Multiple-Level Sorting... 4 Subtotaling

More information

Excel 2003 Tutorial I

Excel 2003 Tutorial I This tutorial was adapted from a tutorial by see its complete version at http://www.fgcu.edu/support/office2000/excel/index.html Excel 2003 Tutorial I Spreadsheet Basics Screen Layout Title bar Menu bar

More information

Introduction to Microsoft Excel 2007/2010

Introduction to Microsoft Excel 2007/2010 to Microsoft Excel 2007/2010 Abstract: Microsoft Excel is one of the most powerful and widely used spreadsheet applications available today. Excel's functionality and popularity have made it an essential

More information

Interactive Excel Spreadsheets:

Interactive Excel Spreadsheets: Interactive Excel Spreadsheets: Constructing Visualization Tools to Enhance Your Learner-centered Math and Science Classroom Scott A. Sinex Department of Physical Sciences and Engineering Prince George

More information

Tutorial Microsoft Office Excel 2003

Tutorial Microsoft Office Excel 2003 Tutorial Microsoft Office Excel 2003 Introduction: Microsoft Excel is the most widespread program for creating spreadsheets on the market today. Spreadsheets allow you to organize information in rows and

More information

Basic Microsoft Excel 2007

Basic Microsoft Excel 2007 Basic Microsoft Excel 2007 The biggest difference between Excel 2007 and its predecessors is the new layout. All of the old functions are still there (with some new additions), but they are now located

More information

A simple three dimensional Column bar chart can be produced from the following example spreadsheet. Note that cell A1 is left blank.

A simple three dimensional Column bar chart can be produced from the following example spreadsheet. Note that cell A1 is left blank. Department of Library Services Creating Charts in Excel 2007 www.library.dmu.ac.uk Using the Microsoft Excel 2007 chart creation system you can quickly produce professional looking charts. This help sheet

More information

INTRODUCTION TO EXCEL

INTRODUCTION TO EXCEL INTRODUCTION TO EXCEL 1 INTRODUCTION Anyone who has used a computer for more than just playing games will be aware of spreadsheets A spreadsheet is a versatile computer program (package) that enables you

More information

CONSTRUCTING SINGLE-SUBJECT REVERSAL DESIGN GRAPHS USING MICROSOFT WORD : A COMPREHENSIVE TUTORIAL

CONSTRUCTING SINGLE-SUBJECT REVERSAL DESIGN GRAPHS USING MICROSOFT WORD : A COMPREHENSIVE TUTORIAL CONSTRUCTING SINGLE-SUBJECT REVERSAL DESIGN GRAPHS USING MICROSOFT WORD : A COMPREHENSIVE TUTORIAL PATRICK GREHAN ADELPHI UNIVERSITY DANIEL J. MORAN MIDAMERICAN PSYCHOLOGICAL INSTITUTE This document is

More information

Preface of Excel Guide

Preface of Excel Guide Preface of Excel Guide The use of spreadsheets in a course designed primarily for business and social science majors can enhance the understanding of the underlying mathematical concepts. In addition,

More information

MARS STUDENT IMAGING PROJECT

MARS STUDENT IMAGING PROJECT MARS STUDENT IMAGING PROJECT Data Analysis Practice Guide Mars Education Program Arizona State University Data Analysis Practice Guide This set of activities is designed to help you organize data you collect

More information

Excel Level Two. Introduction. Contents. Exploring Formulas. Entering Formulas

Excel Level Two. Introduction. Contents. Exploring Formulas. Entering Formulas Introduction Excel Level Two This workshop introduces you to formulas, functions, moving and copying data, using autofill, relative and absolute references, and formatting cells. Contents Introduction

More information

Using Microsoft Word. Working With Objects

Using Microsoft Word. Working With Objects Using Microsoft Word Many Word documents will require elements that were created in programs other than Word, such as the picture to the right. Nontext elements in a document are referred to as Objects

More information

PA Payroll Exercise for Intermediate Excel

PA Payroll Exercise for Intermediate Excel PA Payroll Exercise for Intermediate Excel Follow the directions below to create a payroll exercise. Read through each individual direction before performing it, like you are following recipe instructions.

More information

FREE FALL. Introduction. Reference Young and Freedman, University Physics, 12 th Edition: Chapter 2, section 2.5

FREE FALL. Introduction. Reference Young and Freedman, University Physics, 12 th Edition: Chapter 2, section 2.5 Physics 161 FREE FALL Introduction This experiment is designed to study the motion of an object that is accelerated by the force of gravity. It also serves as an introduction to the data analysis capabilities

More information

Graphing in excel on the Mac

Graphing in excel on the Mac Graphing in excel on the Mac Quick Reference for people who just need a reminder The easiest thing is to have a single series, with y data in the column to the left of the x- data. Select the data and

More information

Using Excel for Handling, Graphing, and Analyzing Scientific Data:

Using Excel for Handling, Graphing, and Analyzing Scientific Data: Using Excel for Handling, Graphing, and Analyzing Scientific Data: A Resource for Science and Mathematics Students Scott A. Sinex Barbara A. Gage Department of Physical Sciences and Engineering Prince

More information

Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data

Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data Introduction In several upcoming labs, a primary goal will be to determine the mathematical relationship between two variable

More information

Introduction to Microsoft Excel 1 Part I

Introduction to Microsoft Excel 1 Part I Introduction to Microsoft Excel 1 Part I Objectives When you complete this workshop you will be able to: Recognize Excel s basic operations and tools; Develop simple worksheets; Use formulas; Format worksheets;

More information

ECDL. European Computer Driving Licence. Spreadsheet Software BCS ITQ Level 2. Syllabus Version 5.0

ECDL. European Computer Driving Licence. Spreadsheet Software BCS ITQ Level 2. Syllabus Version 5.0 European Computer Driving Licence Spreadsheet Software BCS ITQ Level 2 Using Microsoft Excel 2010 Syllabus Version 5.0 This training, which has been approved by BCS, The Chartered Institute for IT, includes

More information

Information Literacy Program

Information Literacy Program Information Literacy Program Excel (2013) Advanced Charts 2015 ANU Library anulib.anu.edu.au/training ilp@anu.edu.au Table of Contents Excel (2013) Advanced Charts Overview of charts... 1 Create a chart...

More information

Years after 2000. US Student to Teacher Ratio 0 16.048 1 15.893 2 15.900 3 15.900 4 15.800 5 15.657 6 15.540

Years after 2000. US Student to Teacher Ratio 0 16.048 1 15.893 2 15.900 3 15.900 4 15.800 5 15.657 6 15.540 To complete this technology assignment, you should already have created a scatter plot for your data on your calculator and/or in Excel. You could do this with any two columns of data, but for demonstration

More information

Session 7 Bivariate Data and Analysis

Session 7 Bivariate Data and Analysis Session 7 Bivariate Data and Analysis Key Terms for This Session Previously Introduced mean standard deviation New in This Session association bivariate analysis contingency table co-variation least squares

More information

Probability Distributions

Probability Distributions CHAPTER 5 Probability Distributions CHAPTER OUTLINE 5.1 Probability Distribution of a Discrete Random Variable 5.2 Mean and Standard Deviation of a Probability Distribution 5.3 The Binomial Distribution

More information

If you know exactly how you want your business forms to look and don t mind

If you know exactly how you want your business forms to look and don t mind appendix e Advanced Form Customization If you know exactly how you want your business forms to look and don t mind detail work, you can configure QuickBooks forms however you want. With QuickBooks Layout

More information

Chapter 4 Creating Charts and Graphs

Chapter 4 Creating Charts and Graphs Calc Guide Chapter 4 OpenOffice.org Copyright This document is Copyright 2006 by its contributors as listed in the section titled Authors. You can distribute it and/or modify it under the terms of either

More information

Q&As: Microsoft Excel 2013: Chapter 2

Q&As: Microsoft Excel 2013: Chapter 2 Q&As: Microsoft Excel 2013: Chapter 2 In Step 5, why did the date that was entered change from 4/5/10 to 4/5/2010? When Excel recognizes that you entered a date in mm/dd/yy format, it automatically formats

More information

EXCEL FINANCIAL USES

EXCEL FINANCIAL USES EXCEL FINANCIAL USES Table of Contents Page LESSON 1: FINANCIAL DOCUMENTS...1 Worksheet Design...1 Selecting a Template...2 Adding Data to a Template...3 Modifying Templates...3 Saving a New Workbook as

More information

MS Excel. Handout: Level 2. elearning Department. Copyright 2016 CMS e-learning Department. All Rights Reserved. Page 1 of 11

MS Excel. Handout: Level 2. elearning Department. Copyright 2016 CMS e-learning Department. All Rights Reserved. Page 1 of 11 MS Excel Handout: Level 2 elearning Department 2016 Page 1 of 11 Contents Excel Environment:... 3 To create a new blank workbook:...3 To insert text:...4 Cell addresses:...4 To save the workbook:... 5

More information

INTRO TO EXCEL SPREADSHEET

INTRO TO EXCEL SPREADSHEET INTRO TO EXCEL SPREADSHEET (World Population) Objectives: Become familiar with the Excel spreadsheet environment. (Parts 1-5) Learn to create and save a worksheet. (Part 1) Perform simple calculations,

More information

Engineering Problem Solving and Excel. EGN 1006 Introduction to Engineering

Engineering Problem Solving and Excel. EGN 1006 Introduction to Engineering Engineering Problem Solving and Excel EGN 1006 Introduction to Engineering Mathematical Solution Procedures Commonly Used in Engineering Analysis Data Analysis Techniques (Statistics) Curve Fitting techniques

More information

Table of Contents TASK 1: DATA ANALYSIS TOOLPAK... 2 TASK 2: HISTOGRAMS... 5 TASK 3: ENTER MIDPOINT FORMULAS... 11

Table of Contents TASK 1: DATA ANALYSIS TOOLPAK... 2 TASK 2: HISTOGRAMS... 5 TASK 3: ENTER MIDPOINT FORMULAS... 11 Table of Contents TASK 1: DATA ANALYSIS TOOLPAK... 2 TASK 2: HISTOGRAMS... 5 TASK 3: ENTER MIDPOINT FORMULAS... 11 TASK 4: ADD TOTAL LABEL AND FORMULA FOR FREQUENCY... 12 TASK 5: MODIFICATIONS TO THE HISTOGRAM...

More information

Data representation and analysis in Excel

Data representation and analysis in Excel Page 1 Data representation and analysis in Excel Let s Get Started! This course will teach you how to analyze data and make charts in Excel so that the data may be represented in a visual way that reflects

More information

Excel Project Creating a Stock Portfolio Simulation

Excel Project Creating a Stock Portfolio Simulation Background Vocabulary Excel Project Creating a Stock Portfolio Simulation 1. What is a stock? A stock is a share in the ownership of a corporation, a large business organization. A stock, also, represents

More information

Microsoft Excel Tutorial

Microsoft Excel Tutorial Microsoft Excel Tutorial Microsoft Excel spreadsheets are a powerful and easy to use tool to record, plot and analyze experimental data. Excel is commonly used by engineers to tackle sophisticated computations

More information

Lab 11: Budgeting with Excel

Lab 11: Budgeting with Excel Lab 11: Budgeting with Excel This lab exercise will have you track credit card bills over a period of three months. You will determine those months in which a budget was met for various categories. You

More information

Absorbance Spectrophotometry: Analysis of FD&C Red Food Dye #40 Calibration Curve Procedure

Absorbance Spectrophotometry: Analysis of FD&C Red Food Dye #40 Calibration Curve Procedure Absorbance Spectrophotometry: Analysis of FD&C Red Food Dye #40 Calibration Curve Procedure Note: there is a second document that goes with this one! 2046 - Absorbance Spectrophotometry. Make sure you

More information

CREATING EXCEL PIVOT TABLES AND PIVOT CHARTS FOR LIBRARY QUESTIONNAIRE RESULTS

CREATING EXCEL PIVOT TABLES AND PIVOT CHARTS FOR LIBRARY QUESTIONNAIRE RESULTS CREATING EXCEL PIVOT TABLES AND PIVOT CHARTS FOR LIBRARY QUESTIONNAIRE RESULTS An Excel Pivot Table is an interactive table that summarizes large amounts of data. It allows the user to view and manipulate

More information

How to Make the Most of Excel Spreadsheets

How to Make the Most of Excel Spreadsheets How to Make the Most of Excel Spreadsheets Analyzing data is often easier when it s in an Excel spreadsheet rather than a PDF for example, you can filter to view just a particular grade, sort to view which

More information

Computer Training Centre University College Cork. Excel 2013 Level 1

Computer Training Centre University College Cork. Excel 2013 Level 1 Computer Training Centre University College Cork Excel 2013 Level 1 Table of Contents Introduction... 1 Opening Excel... 1 Using Windows 7... 1 Using Windows 8... 1 Getting Started with Excel 2013... 2

More information

How To Run Statistical Tests in Excel

How To Run Statistical Tests in Excel How To Run Statistical Tests in Excel Microsoft Excel is your best tool for storing and manipulating data, calculating basic descriptive statistics such as means and standard deviations, and conducting

More information

Lecture 2 Mathcad Basics

Lecture 2 Mathcad Basics Operators Lecture 2 Mathcad Basics + Addition, - Subtraction, * Multiplication, / Division, ^ Power ( ) Specify evaluation order Order of Operations ( ) ^ highest level, first priority * / next priority

More information

ITS Training Class Charts and PivotTables Using Excel 2007

ITS Training Class Charts and PivotTables Using Excel 2007 When you have a large amount of data and you need to get summary information and graph it, the PivotTable and PivotChart tools in Microsoft Excel will be the answer. The data does not need to be in one

More information

Gestation Period as a function of Lifespan

Gestation Period as a function of Lifespan This document will show a number of tricks that can be done in Minitab to make attractive graphs. We work first with the file X:\SOR\24\M\ANIMALS.MTP. This first picture was obtained through Graph Plot.

More information

Excel. Microsoft Office s spreadsheet application can be used to track. and analyze numerical data for display on screen or in printed

Excel. Microsoft Office s spreadsheet application can be used to track. and analyze numerical data for display on screen or in printed Excel Microsoft Office s spreadsheet application can be used to track and analyze numerical data for display on screen or in printed format. Excel is designed to help you record and calculate data, and

More information

Analyzing calorimetry data using pivot tables in Excel

Analyzing calorimetry data using pivot tables in Excel Analyzing calorimetry data using pivot tables in Excel 1. Set up the Source Table: Start in format 1. a. Remove the table of weights from the top to a separate page so the top row has the column labels.

More information

APPLYING BENFORD'S LAW This PDF contains step-by-step instructions on how to apply Benford's law using Microsoft Excel, which is commonly used by

APPLYING BENFORD'S LAW This PDF contains step-by-step instructions on how to apply Benford's law using Microsoft Excel, which is commonly used by APPLYING BENFORD'S LAW This PDF contains step-by-step instructions on how to apply Benford's law using Microsoft Excel, which is commonly used by internal auditors around the world in their day-to-day

More information

The Circumference Function

The Circumference Function 2 Geometry You have permission to make copies of this document for your classroom use only. You may not distribute, copy or otherwise reproduce any part of this document or the lessons contained herein

More information

Introduction To Microsoft Office Excel 2007. Bob Booth July 2008 AP-Excel8

Introduction To Microsoft Office Excel 2007. Bob Booth July 2008 AP-Excel8 Introduction To Microsoft Office Excel 2007. Bob Booth July 2008 AP-Excel8 University of Sheffield Contents 1. INTRODUCTION... 3 2. OVERVIEW OF SPREADSHEETS... 3 3. GETTING STARTED... 4 3.1 STARTING EXCEL

More information

Interactive Voting System. www.ivsystem.nl. IVS-Basic IVS-Professional 4.4

Interactive Voting System. www.ivsystem.nl. IVS-Basic IVS-Professional 4.4 Interactive Voting System www.ivsystem.nl IVS-Basic IVS-Professional 4.4 Manual IVS-Basic 4.4 IVS-Professional 4.4 1213 Interactive Voting System The Interactive Voting System (IVS ) is an interactive

More information

Creating a Poster Presentation using PowerPoint

Creating a Poster Presentation using PowerPoint Creating a Poster Presentation using PowerPoint Course Description: This course is designed to assist you in creating eye-catching effective posters for presentation of research findings at scientific

More information

Figure 1. An embedded chart on a worksheet.

Figure 1. An embedded chart on a worksheet. 8. Excel Charts and Analysis ToolPak Charts, also known as graphs, have been an integral part of spreadsheets since the early days of Lotus 1-2-3. Charting features have improved significantly over the

More information

Lab 1: The metric system measurement of length and weight

Lab 1: The metric system measurement of length and weight Lab 1: The metric system measurement of length and weight Introduction The scientific community and the majority of nations throughout the world use the metric system to record quantities such as length,

More information

Creating a PowerPoint Poster using Windows

Creating a PowerPoint Poster using Windows Creating a PowerPoint Poster using Windows Copyright 2001 Michael Dougherty (michael@nmsu.edu) Purpose The purpose of this tutorial is to illustrate how to create a 3 x 4 ft. poster using PowerPoint. This

More information

Assignment objectives:

Assignment objectives: Assignment objectives: Regression Pivot table Exercise #1- Simple Linear Regression Often the relationship between two variables, Y and X, can be adequately represented by a simple linear equation of the

More information

Microsoft Excel 2013 Tutorial

Microsoft Excel 2013 Tutorial Microsoft Excel 2013 Tutorial TABLE OF CONTENTS 1. Getting Started Pg. 3 2. Creating A New Document Pg. 3 3. Saving Your Document Pg. 4 4. Toolbars Pg. 4 5. Formatting Pg. 6 Working With Cells Pg. 6 Changing

More information

Basic Formulas in Excel. Why use cell names in formulas instead of actual numbers?

Basic Formulas in Excel. Why use cell names in formulas instead of actual numbers? Understanding formulas Basic Formulas in Excel Formulas are placed into cells whenever you want Excel to add, subtract, multiply, divide or do other mathematical calculations. The formula should be placed

More information