\documentclass[10 pt, a4paper, fleqn]{article} % fleqn aligns equations left \setlength{\textwidth}{14.66 cm} % width of actual text \setlength{\textheight}{24 cm} % height of actual text \setlength{\oddsidemargin}{0.46 cm} % left margin minus one inch % In practice this seems to give equal margins with just about the right text width. \setlength{\topmargin}{0 cm} \setlength{\headheight}{0 cm} \pagestyle{empty} % avoids page numbers \setlength{\mathindent}{0 cm} % no indent for maths \setlength{\parindent}{0 cm} % no indent for paragraphs \setlength{\parskip}{11pt plus 1pt minus 1pt} % gap between paragraphs \setlength{\marginparwidth}{0.8 cm} % width of margin paragraph \usepackage{times} \begin{document} \section*{S6 PURE MATHEMATICS \hfill 22-10-98} % \hfill gets date right aligned \bfseries Half-term homework \hfill \underline{Show all working clearly}\\ \normalfont To be handed in on Monday 2-11-98 \vspace{-0.2 cm} \newcounter{qno} % if we don't declare the counter it won't work. \begin{list}{ \arabic{qno})}{\usecounter {qno} \setlength{\leftmargin}{0 cm}} % setlength{\leftmargin} gets the question text exactly aligned to the main left margin. Otherwise by default it is indented. \setlength{\labelwidth}{1 cm} \setlength{\labelsep}{0.5 cm} \setlength{\itemsep}{0.2 ex plus 0.2 ex} \newcommand{\marks}[1]{\marginpar{\hfill {\bfseries \small{#1}}}} \item The first term of a geometric series is \(2500\) and the fifth term is \(4\). Given that the common ratio is positive, calculate\\ a) the seventh term of the series\\ b) the sum to infinity of the series. \marks{[5]} \item \[\mbox{i) Find }\sum_{r=1}^{100}\frac{2r}{3}\] ii) Find the sum to infinity of \( \frac{7}{10}+\frac{7}{100}+\frac{7}{1000}+\ldots\), giving your answer as a fraction.\\ \vspace{-0.4 cm} \[\mbox{Hence or otherwise, find the value of }\sum_{r=1}^{\infty}\frac{k}{10^r} \mbox{ in terms of } k\] \vspace{-0.8 cm} \marks{[6]} \vspace{0.8 cm} \item An arithmetic series has first term \(24\) and common difference \(-3\).\\ a) Prove that the sum \(S_n\) of the first \(n\) terms of this series is given by \(2S_n = 3n(17-n)\)\\ b) Given that \(S_n=105\) find the possible values of \(n\). \marks{[8]} \item The third and sixth terms of a geometric series are \(4\) and \(-\frac{1}{2}\) respectively.\\ a) Find the first term of this series.\\ b) Find, to three significant figures, the sum of the first \(10\) terms of this series. \marks{[7]} \item \[\mbox{Calculate the values of a) }\sum_{r=1}^{100}r \mbox{ , \quad b) }\sum_{r=1}^{50}2r \] \vspace{-0.2 cm} \[\mbox{Hence or otherwise, evaluate the sum } \sum_{r=1}^{50}(2r-1)\] \vspace{ -0.8 cm} \marks{[5]} \vspace{0.8 cm} \item The points \emph{A}, \emph{B} and \emph{C} have coordinates \((-3, 4)\), \((-1, 9)\) and \((7, 8)\) respectively. \\ a) Calculate the gradient of \emph{AB}.\\ b) Find an equation of the line which passes through \emph{C} and is parallel to \emph{AB}. \marks{[4]} \item a) Show that the triangle \emph{PQR} with vertices \emph{P}\((-1, 7)\), \emph{Q}\((8, 19)\) and \emph{R}\((-8, 31)\) is right-angled.\\ b) Find an equation of the line \emph{PQ}.\\ c) Calculate the area of \(\Delta \)\emph{PQR}. \marks{[6]} \item The first four terms of an arithmetic progression are \(2\), \(a-b\), \(2a+b+7\) and \(a-3b\) respectively, where \(a\) and \(b\) are constants. Find \(a\) and \(b\) and hence determine the sum of the first \(30\) terms of the progression. \marks{[5]} \item A line \(\ell\) passes through the point \emph{P}\((3, k)\), where \(k\) is a constant, and is parallel to the line joining the points \emph{A}\((1, 4)\) and \emph{B}\((k, 5)\).\\ a) Find, in terms of \(k\), an equation of \(\ell\).\\ b) Show that \(\ell\) passes through the point whose coordinates are \((k+2, k+1)\).\\ c) Given that the angle between the line \(\ell\) and the positive \(x\) axis is \(45^\circ\), find the possible values of \(k\). \marks{[8]} \item a) Find, in terms of \(x\) and \(y\), the distance between the point \emph{P}\((x, y)\) and the point \emph{M}\((3, 7)\).\\ b) In the same way, find the distance between \emph{P}\((x, y)\) and the point \emph{N}\((7, 1)\).\\ c) Use your answers to form and simplify an equation for the path of \emph{P} if it moves so that the distances \emph{PM} and \emph{PN} are equal. \marks{[8]} \item \(\ell_1\) is the line \(2x+y=5\) and \(\ell_2\) is the line \(x+4y=6\).\\ a) Calculate the coordinates of the point of intersection of \(\ell_1\) and \(\ell_2\).\\ b) Calculate in degrees to one decimal place, the angle between \(\ell_1\) and \(\ell_2\).\\ \emph{(A sketch diagram might be useful.)} \marks{[6]} \end {list} \end{document}