Calculus UNIT303 What are the Trig Rules?

3347 days ago by MATH4R2013

#1) f(x)=sin(x), f'(x)=? f(x)=sin(x) g(x)=diff(f(x),x) show(f(x)) show(g(x)) p1=plot(f(x),color='red') p2=plot(g(x),color='green') p1+p2 
       


#2) f(x)=cos(x), f'(x)=? f(x)=cos(x) g(x)=diff(f(x),x) show(f(x)) show(g(x)) p1=plot(f(x),color='red') p2=plot(g(x),color='green') p1+p2 
       


#3) f(x)=tan(x), f'(x)=? f(x)=tan(x) g(x)=diff(f(x),x) show(f(x)) show(g(x)) p1=plot(f(x),color='red') p2=plot(g(x),color='green') p1+p2 
       


#4) f(x)=cot(x), f'(x)=? f(x)=cot(x) g(x)=diff(f(x),x) show(f(x)) show(g(x)) p1=plot(f(x),1,2,color='red') p2=plot(g(x),1,2,color='green') p1+p2 
       


#5) f(x)=sec(x), f'(x)=? f(x)=sec(x) g(x)=diff(f(x),x) show(f(x)) show(g(x)) p1=plot(f(x),color='red') p2=plot(g(x),color='green') p1+p2 
       


#6) f(x)=csc(x), f'(x)=? f(x)=csc(x) g(x)=diff(f(x),x) show(f(x)) show(g(x)) p1=plot(f(x),1,2,color='red') p2=plot(g(x),1,2,color='green') p1+p2