Applications of Derivatives of Trig. Functions

Jacobpm64
Messages
235
Reaction score
0
The voltage, V, in volts, in an electrical outlet is given as a function of time, t, in seconds, by the function V = 156\cos(120 \pi t).

(a) Give an expression for the rate of change of voltage with respect to time.
(b) Is the rate of change ever zero? Explain.
(c) What is the maximum value of the rate of change?

Here's my attempts:
(a) This one is easy.
\frac{dV}{dt} = 156(-\sin(120 \pi *t))(120\pi)

\frac{dV}{dt} = -18720\pi\sin(120 \pi *t)

(b) This one is more tough.
The rate of change is zero at some times. (I don't know how to explain.).. I could probably just say that since the original function is a cosine function, at every peak and trough, the rate of change will be zero because the derivative at that point is zero.

(c) I'm not sure about this one. Wouldn't the maximum rate of change be the point of inflection?
So, we can just think of the graph of the original function, and since it has a period of 1/60, and a cosine function starts at (0,1) and goes downwards, we should be able to divide the period by 4 to get the point of inflection with negative slope. So, the point of inflection with positive slope would be the period times 3/4. So, one of the points of inflection is at x = 1/80.

Now we just need to find the rate of change at that point because it will be the maximum rate of change.
So, I suppose we could plug x = 1/80 into the derivative equation.

\frac{dV}{dt} = -18720\pi\sin{120\pi(\frac{1}{80})} = 18720\pi or 58810.6145 volts/second
Are these correct? I'm not sure about my approach to them.
 
Last edited:
Physics news on Phys.org
I am assuming that this is V = 156\cos{120 \pi t}

(b) Solve \frac{dV}{dt} = 0

(c) Set \frac{d^{2} V}{dt^{2}} = 0 to find critical points.
 
Last edited:
All right.. so assuming part a is correct:

(b) -18720 \pi \sin(120 \pi t) = 0
\sin(120 \pi t) = 0

I forgot how to solve this (using the inverse sine but i forget exactly).

(c) \frac{d^2 V}{dt^2} = -18720 \pi \cos(120 \pi t) * 120 \pi
\frac{d^2 V}{dt^2} = -18720(120) \pi ^2 \cos(120 \pi t)
-18720(120) \pi ^2 \cos(120 \pi t) = 0
\cos(120 \pi t) = 0

Again, I forgot how to solve this.

Thanks for the help in advance.
 
\sin(120 \pi t) = 0

\arcsin(\sin(120\pi t) = \arcsin(0)

120\pi t = 0 + n\pi\arccos(\cos(120\pi t) = \arccos(0)

120\pi t = \frac{\pi}{2} + n\pi
 
All right, I'll continue..

(b) \sin(120 \pi t) = 0
\arcsin (\sin (120 \pi t) = \arcsin (0)
120 \pi t = 0 = n \pi
t = \frac{n \pi }{120 \pi } = \frac{n}{120}
Yes, it is zero at all times t = \frac{n}{120}. The rate of change is zero at these points because the derivative at the points is zero.

(c) \arccos(\cos(120\pi t) = \arccos(0)
120\pi t = \frac{\pi}{2} + n\pi
t = \frac{1}{240} + \frac{n}{120}
So, the rate of change is max at all these points. But, they are asking for the maximum rate of change, so i'll try 2 values, since one will be the minimum rate of change, and the next will be the maximum rate of change.

V&#039;(0) = -18720\pi \sin(120 \pi * (\frac{1}{240} + \frac{0}{120})) = -18720 \pi \approx -58810.6145 <---- this is the minimum rate of change

So, I'll try the next number to get the maximum rate of change.
V&#039;(1) = -18720\pi \sin(120 \pi * (\frac{1}{240} + \frac{1}{120})) = 18720 \pi \approx 58810.6145 <---- this is the maximum rate of change

Looks good now? Same answers as before lol, just a lot more work :biggrin:
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top