I want to use \usetikzlibrary{intersections}
\documentclass[a4paper]{article}
\usepackage{amsmath,amsfonts,amssymb}
\usetikzlibrary{intersections,shapes}
\usepackage{esvect}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}[scale=1]
%\draw [color=gray,help lines, step=.5] (-1.3,-1.3) grid (5.3,5.3);
\draw[-stealth ] (-1.3,0) -- (5.3,0) node[below] {\footnotesize $x$};
\draw[-stealth ](0,-1.3) -- (0,5.3) node[left] {\footnotesize $y$};
\draw (0pt,-10pt) node[left] {\footnotesize $0$};
\draw[ dashed] (0,1.9 )node[ left]{\footnotesize $f(b)$} -| (1.144,0)
node[below]{\footnotesize $b$} ;
\draw[ dashed] (0,3.1928)node[ left]{\footnotesize $f(a)$} -| (3.2 ,0)
node[ below]{\footnotesize $a$} ;
\pgfsetstrokecolor{rgb,1:red,1;green,0;blue,0}
\pgfsetlinewidth{1pt}
\pgfsetroundjoin \pgfpathmoveto{\pgfxy(0.582,0.7937)}
\pgfpathcurveto{\pgfxy(0.863,1.4009)}{\pgfxy(1.144,2.0082)}{\pgfxy(1.5608,2.328)}
\pgfpathcurveto{\pgfxy(1.9777,2.6479)}{\pgfxy(2.5303,2.6802)}{\pgfxy(2.9365,2.9365)}
\pgfpathcurveto{\pgfxy(3.3427,3.1928)}{\pgfxy(3.6026,3.6731)}{\pgfxy(3.8624,4.1534)}
\pgfstroke
\end{tikzpicture}%
\end{document}

intersections– HB khaled Sep 26 '15 at 12:15intersectionwork with TikZ macros. Draw your curve and lines which intersect it withdrawmacro, give the names to curve and line and then look for intersection. – Zarko Sep 26 '15 at 12:32intersection, except in the case of function name . the curve drawing using texgraph – HB khaled Sep 26 '15 at 12:39