#modeling data with derivatives

14 messages · Page 1 of 1 (latest)

crude orchid
#

can someone help me do this problem? i got stuck

forest lynxBOT
#
  1. Wait patiently for a helper to come along.
  2. Once someone helps you, say thank you and close the thread with:
+close
  1. Feel free to nominate the person for helper of the week in #helper-nominations
  2. Do not ping the mods, unless someone is breaking the rules.
  3. If you're happy with the help you got here, and the server overall, you can contribute financially as well:
woeful moat
#

,rccw

safe plumeBOT
woeful moat
woeful moat
#

\begin{tikzpicture}
\begin{axis}[
axis lines=center,
xlabel={$x$},
ylabel={$y$},
xmin=-.001,
xmax=.001,
title={Limit behavior of $\sin(x)/x$},
legend style={at={(0,-0.15)},anchor=north west,fill=none}
]
\begin{scope}[thick, samples=201, smooth]
\addplot[domain=-.001:.001, yellow] (x,{sin((x)r)/x});
\addlegendentry{$y = \sin(x)/x$};
\end{scope}
\end{axis}
\end{tikzpicture}

safe plumeBOT
#

vin100

woeful moat
#

you can replace the sin((x)r)/x with the function that u wanna plot, and specify the xmin, xmax, ymin and ymax;

crude orchid
#

i mainly wanted help with part (b), sorry i should have specified that

woeful moat
safe plumeBOT
#

Result:

4 * x + 3
woeful moat
#

@safe plume can also help with that