Calculus Homework
First Assignment: Find the syllabus & Class policies on the web; read them carefully and E-mail me, telling me that you have done so.
Do NOT miss the WebAssign Homework!
If you want to see the power point from day one click here.
Test 2 is scheduled for Thursday 10/22
This trig review, an editied version of one constructed by former Math 202 SI Patti DeAngelis, may be helpful for you.
Summary Additions:
- Due Wednesday 9/9:
- We will meet in TETC 116b on Friday 9/4. Please go here for the lab we will work on.
- Due Monday 9/14:
- The new notebook with the plots you created as part of the lab the first Friday.
- Due Monday 10/26
- Due Monday 11/9:
- GO TO Mathematica and author the following
surd[n_,x_]:=If[Mod[n,2]==0,x^(1/n),Piecewise[{{x^(1/n), x>=0},{-(-x)^(1/n), x<0}}]]
f[x_,a_,b_]:=surd[3,(x+2)^a] (x-1)^b
Plot[f[x,2,3],{x,-2.5,1.5}]
Note: remember surd from our first Mathematica lab.
Once you have authored the above, you can just change the values for a and b in the plot statement to plot other
functions. Use different combinations of the values 1, 2, and 3 for a and b.
Discuss the effect the exponent has on the graph. Remember that the exponents for the function g are a/3 and b.
Use terms like horizontal and vertical tangents, turning point or extrema, inflection point, and passes through
the x axis.
- This notebook already has the commands above, feel free to use this as a starting point.
- Here is my solution.
- For Monday 12/7 make sure you play with this notebook.
- Here are some extra Max-Min problems for Friday's class.
Mathematica