0% found this document useful (0 votes)
99 views1 page

Psset Begin Parametricplot End Begin Parametricplot End

This document discusses new math functions and their derivatives. It contains plots of two parametric curves with the equations t+cos(-t-Pi/2) and 1+sin(-t-Pi/2) for values of t from 0 to 12.566, with one plot using red lines and points and the other using blue lines without points and a smaller step size.

Uploaded by

jimusos
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
99 views1 page

Psset Begin Parametricplot End Begin Parametricplot End

This document discusses new math functions and their derivatives. It contains plots of two parametric curves with the equations t+cos(-t-Pi/2) and 1+sin(-t-Pi/2) for values of t from 0 to 12.566, with one plot using red lines and points and the other using blue lines without points and a smaller step size.

Uploaded by

jimusos
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

25.

New math functions and their derivatives 56

2 b b b
2
b b
b
b
b
b
b
b
1 b
b 1
b
b
b
b
b
b
b
b
0 bb bb 0bb
0 1 2 3 4 5 6 7 8 9 10 11 12 013 1 2 3 4 5 6 7 8 9 10 11 12 13

\psset{xunit=.5}
\begin{pspicture}[showgrid=true](0,0)(12.566,2)
\parametricplot[algebraic,linecolor=red,VarStep, showpoints=true,
VarStepEpsilon=.01]{0}{12.566}{t+cos(-t-Pi/2)|1+sin(-t-Pi/2)}
\end{pspicture}
%
\begin{pspicture}[showgrid=true](0,0)(12.566,2)
\parametricplot[algebraic,linecolor=blue,VarStep, showpoints=false,
VarStepEpsilon=.001]{0}{12.566}{t+cos(-t-Pi/2)|1+sin(-t-Pi/2)}
\end{pspicture}

25. New math functions and their derivatives

25.1. The inverse sine and its derivative b b b b


2 2 4 4 b

b
b
b
b
b b
b b b
bb b
bb
bb
bb
1 1 b
3 3 b
b
b
b
b b b
b
b b b
b
b b b
b b b b
0 0 2 b
2 b b
b b
b b
b b b b
b b b
b b b b
b b
b b b b b
b b
b b b b
b b b
-1 -1 1 b
b b b
b 1 b b b b b b b b b
b

b
b
b

-2 -2 0 0
-1 0 1 -1 0 1 -1 0 1 -1 0 1

\psset{unit=1.5}
\begin{pspicture}[showgrid=true](-1,-2)(1,2)
\psplot[linecolor=blue,algebraic]{-1}{1}{asin(x)}
\end{pspicture}
\hspace{1em}
\psset{algebraic, VarStep, VarStepEpsilon=.001, showpoints=true}
\begin{pspicture}[showgrid=true](-1,-2)(1,2)
\psplot[linecolor=blue]{-.999}{.999}{asin(x)}
\end{pspicture}
\hspace{1em}
\begin{pspicture}[showgrid=true](-1,0)(1,4)
\psplot[linecolor=red]{-.97}{.97}{Derive(1,asin(x))}
\end{pspicture}
\hspace{1em}
\psset{algebraic, VarStep, VarStepEpsilon=.0001, showpoints=true}
\begin{pspicture}[showgrid=true](-1,0)(1,4)
\psplot[linecolor=red]{-.97}{.97}{Derive(1,asin(x))}
\end{pspicture}

You might also like