anonymous12
- 29
- 0
Homework Statement
For the function f(x) = 3sin 2x, find the instantaneous rate of change at point A (\frac{\pi}{6}, f(\frac{\pi}{6}))
Homework Equations
iroc = instantaneous rate of change
iroc= \lim_{h\to 0} \frac{f(a+h) - f(a)}{h}
The Attempt at a Solution
iroc = instantaneous rate of change
iroc= \lim_{h\to 0} \frac{(3sin2(\frac{\pi}{6}+0.001)) - (3sin2(\frac{\pi}{6})}{0.001}
iroc= \lim_{h\to 0} \frac{(3sin(\frac{\pi}{3}+0.002)) - (3sin(\frac{\pi}{3}))}{0.001}
iroc= \lim_{h\to 0} \frac{(3(\frac{\sqrt3}{2}+0.002)) - (3(\frac{\sqrt{3}}{2}))}{0.001}
iroc= \lim_{h\to 0} \frac{(3(\frac{\sqrt3 + 0.004}{2})) - (\frac{3\cdot\sqrt{3}}{2}))}{0.001}
iroc= \lim_{h\to 0} \frac{(\frac{3\sqrt3 + 0.012}{2})) - (\frac{3\sqrt{3}}{2}))}{0.001}
iroc = 6
Is this answer correct?