1

Should I replace $x$ in $\sin(2x)$ by $3.1$ and after that will be replaced by $3$? I tried to compute but the result is $0$. What do I need to do to solve the slope of the secant line of the equation $f(x)=\sin(2x)$ between the points $x=3.1$ and $x=3$.

Please help.

DeepSea
  • 77,651
Leigh
  • 11
  • This is cheating, this is one of the questions in your quiz. AMAUOED –  Mar 01 '16 at 14:40

2 Answers2

1

the slope will be simply $ \frac{sin(6.2) - sin(6)}{3.1 - 1} = 1.9632 $ and not zero

0

Slope $m = \dfrac{\sin(2\cdot 3.1) - \sin(2\cdot 3)}{3.1-3}=...$, and you are in radian mode when using the calculator.

DeepSea
  • 77,651