Difference between revisions of "Supporting materials for computational WeBWorK problems"
From UBCMATH WIKI
(8 intermediate revisions by 2 users not shown) | |||
Line 22: | Line 22: | ||
|Newton's method for solving f(x)=0 (Excel) | |Newton's method for solving f(x)=0 (Excel) | ||
|style="text-align:center;"|[[Media:NewtonsMethod.png| png]] | |style="text-align:center;"|[[Media:NewtonsMethod.png| png]] | ||
+ | |- | ||
+ | |An example of Newton's method using Google sheet | ||
+ | |style="text-align:center;"|[https://docs.google.com/spreadsheets/d/1UHq31ybqFmIY4xELbbsWxIcVfE1Wo3LMe09Sqme_npQ Google sheet] | ||
|- | |- | ||
|How to determine when a function does or does not have inflection points (Desmos) | |How to determine when a function does or does not have inflection points (Desmos) | ||
Line 28: | Line 31: | ||
|- | |- | ||
|How to find the location of minimum slope for a given function (Google Sheets) | |How to find the location of minimum slope for a given function (Google Sheets) | ||
− | |style="text-align:center;"|[ | + | |style="text-align:center;"|[http://www.youtube.com/watch?v=kRDAAjlSKc8 new video] ([http://www.youtube.com/watch?v=xtdQkTuV6IQ old video]) |
|- | |- | ||
|How to estimate slope using slope of secant line (Google Sheets) | |How to estimate slope using slope of secant line (Google Sheets) | ||
Line 34: | Line 37: | ||
|- | |- | ||
|Fitting a line to data (part 1 - $y=ax$) | |Fitting a line to data (part 1 - $y=ax$) | ||
− | |style="text-align:center;"|[http:// | + | |style="text-align:center;"|[http://youtu.be/ZING4RUA0k4 youtube]. |
− | |style="text-align:center;"| | + | |style="text-align:center;"| |
|- | |- | ||
|Fitting a line to data (part 2 - $y=ax+b$) | |Fitting a line to data (part 2 - $y=ax+b$) | ||
− | |style="text-align:center;"|[http:// | + | |style="text-align:center;"|[http://youtu.be/fX4reKjGVLg youtube]. |
− | |style="text-align:center;"| | + | |style="text-align:center;"| |
+ | |- | ||
+ | |Euler's method for solving differential equations | ||
+ | |style="text-align:center;"|[http://youtu.be/z7Kbp8hl950 youtube]. | ||
+ | |style="text-align:center;"| | ||
|- | |- | ||
|} | |} | ||
Line 52: | Line 59: | ||
|style="text-align:center;"|[http://slesse.math.ubc.ca/Teaching/Screencasts/AntiderivativesNumerically.mov full] | |style="text-align:center;"|[http://slesse.math.ubc.ca/Teaching/Screencasts/AntiderivativesNumerically.mov full] | ||
|style="text-align:center;"|[http://www.youtube.com/watch?v=FeDB9O2r0e0&feature=youtu.be part 1], [http://www.youtube.com/watch?v=g6LOihN1dKE&feature=youtu.be part 2]. | |style="text-align:center;"|[http://www.youtube.com/watch?v=FeDB9O2r0e0&feature=youtu.be part 1], [http://www.youtube.com/watch?v=g6LOihN1dKE&feature=youtu.be part 2]. | ||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
--> | --> | ||
Line 64: | Line 67: | ||
{| | {| | ||
− | |XY graph in Google Docs (< 2 min | + | |XY graph in Google Docs (< 2 min ) |
− | |[ | + | |[https://www.youtube.com/watch?v=CYMbu4p3VMQ] |
|- | |- | ||
|ScatterPlot on iPad Numbers | |ScatterPlot on iPad Numbers | ||
Line 77: | Line 80: | ||
|} | |} | ||
+ | |||
+ | <!-- Number of views as of Sept 6, 2016: 9,948 --> |
Latest revision as of 17:18, 27 September 2017
Here are some videos, interactive tools and screenshots demonstrating techniques and ideas that will be useful for doing the computational WeBWorK problems. These will continue to appear as the term progresses so keep coming back to see the newest ones.
The first three screencasts below are difficult to see on youtube due to compression. Until they are replaced with better quality versions, it is preferable to watch the full sized versions.
Title | ||
---|---|---|
How to plot the graph of a function (Excel) | youtube. | mov |
How to zoom in and out on a graph of a function (Excel) | youtube. | mov |
How to add a second graph to a plot (Excel) | youtube. | mov |
Newton's method for solving f(x)=0 (Excel) | png | |
An example of Newton's method using Google sheet | Google sheet | |
How to determine when a function does or does not have inflection points (Desmos) | app | youtube |
How to find the location of minimum slope for a given function (Google Sheets) | new video (old video) | |
How to estimate slope using slope of secant line (Google Sheets) | youtube | |
Fitting a line to data (part 1 - $y=ax$) | youtube. | |
Fitting a line to data (part 2 - $y=ax+b$) | youtube. | |
Euler's method for solving differential equations | youtube. |
Feel free to request other screencast topics either on Piazza or by emailing Prof. Eric Cytrynbaum.
Videos that explain how to use various spreadsheets for various tasks
XY graph in Google Docs (< 2 min ) | [1] |
ScatterPlot on iPad Numbers | [2] |
Two plots on same axes on iPad Numbers | [3] |
Open office scatter plot of data with trend line (<5min) | [4] |