Thank you for your help
Nick
Code: Select all
\documentclass[12pt]{exam}
\usepackage{geometry} % See geometry.pdf to learn the layout options. There are lots.
\geometry{letterpaper} % ... or a4paper or a5paper or ...
%\geometry{landscape} % Activate for for rotated page geometry
%\usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty line rather than an indent
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{multicol}
\usepackage{amsmath}
\usepackage{pstricks}
\usepackage{subfigure}
\usepackage{pst-plot}
\usepackage{pst-func}
\usepackage{pstricks-add}
\begin{document}
\section*{Match the graph with appropriate Label}
\psset{unit=.5cm}
\begin{pspicture}(0,-3)(5,6)
\psaxes[labels=none,ticks=none]{<->}(0,0)(-6,-6)(6,6)[$x$,-90][$y$,180]
\psplot[plotstyle=curve,linecolor=red, arrows=<->,linewidth=1.5pt]{-2}{2}{2 x exp}
\end{pspicture}
\begin{pspicture}(-14,-3)(5,-5)
\psaxes[labels=none,ticks=none]{<->}(0,0)(-6,-6)(6,6)[$x$,-90][$y$,180]
\psplot[algebraic,linecolor=red, arrows=<->,linewidth=1.5pt]{2.05}{7}{ln(x-2)/ln(2)}
\end{pspicture}
\begin{pspicture}(0,-3)(5,15)
\psaxes[labels=none,ticks=none]{<->}(0,0)(-6,-6)(6,6)[$x$,-90][$y$,180]
\psplot[plotstyle=curve,linecolor=red, arrows=<->,linewidth=1.5pt]{-2}{4}{x 2 exp 2 x mul sub}
\end{pspicture}
\begin{pspicture}(-14,0)(5,-15)
\psaxes[labels=none,ticks=none]{<->}(0,0)(-6,-6)(6,6)[$x$,-90][$y$,180]
\psplot[plotstyle=curve,linecolor=red, arrows=<->,linewidth=1.5pt]{2.4}{6}{3 x 2 sub div 3 add}
\psplot[plotstyle=curve,linecolor=red, arrows=<->,linewidth=1.5pt]{-4}{1.6}{3 x 2 sub div 3 add}
\end{pspicture}
\end{document}