Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
| Download
Project: Dan Cleary - 2018_COMP150
Views: 66Exploring the use of Variables in Sage
The Use of Variables in Algebra & Calculus
1.) If a = 3, b = 4, and c = 7, find f(a), f(b), and f(c) if f(x) = x^2 + 2x + 5
f(a) =
-----
f(b) =
-----
f(c) =
2.) Graph the same points, a, b, and c, for f(x).
3.) Let's say d = -x + 3, e = x - 1, f = x + 5. Graph d*e, d*f, and e*f and explain their patterns.
'd' has a negative leading coefficient, so all graphs containing d are concave down.
All graphs containing 'd' have a zero at 3
All graphs containing 'e' have a zero at 1
All graphs containing 'f' have a zero at -5
4.) Plot d*e*f, mark all zero points throughout the graph.
5.) Find the max and min of the graph displayed in #4.
We know the maxes and mins are the midpoints of each point after finding the zeros, so we can solve by plugging them in.
-----
Min =
-----
Max =