Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. documentclass{article}
  2. usepackage[fleqn]{amsmath}
  3. renewcommand{familydefault}{sfdefault} % optional
  4. usepackage{enumitem}
  5. setlist[enumerate,1]{label=textbf{arabic*}}
  6. setlist[enumerate,2]{label=textbf{(alph*)}}
  7.  
  8. begin{document}
  9.  
  10. begin{enumerate}[start=7]
  11. item
  12. begin{enumerate}
  13. item By writing $sec x =(cos x)^{-1}$, use the chain rule dots
  14. [
  15. frac{mathrm{d}y}{mathrm{d}x}=sec xtan x
  16. ]
  17. hfill{bfseries[2 marks]}
  18. item The function $f$ is defined by
  19. [
  20. f(x)=2tan x-3sec x,quadtext{for}quad 0<x<frac{pi}{2}
  21. ]
  22. Find the value of the $y$-coordinate of the stationary point
  23. of the graph of $y=f(x)$, giving dots
  24. parhfill{bfseries[6 marks]}
  25. end{enumerate}
  26. end{enumerate}
  27. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement