Hi jbriggs444,
Step one: Solve for the two principle zeros:
f(t) = [itex]\frac{-75}{5pi}cos(\frac{pi*t}{10})-t+5[/itex]
f'(t) = [itex]\frac{d}{dt} \frac{-75}{5pi}cos(\frac{pi*t}{10})-t+5[/itex]
= [itex]\frac{7.5}{5}sin(\frac{pi*t}{10}) -1[/itex] = 0
[itex][ sin(\frac{pi*t}{10}) = \frac{5}{7.5} ][/itex] = [itex][sin^{-1}(\frac{5}{7.5}) = \frac{pi}{10}t ][/itex] = [itex][\frac{10}{pi}sin(\frac{5}{7.5})[/itex] = t_{1} = 2.322795272
and because of sin(x) = sin(pi - x) ===> [itex][\frac{pi}{10}t = pi ][/itex] => [itex][t = pi(frac{10}{pi})][/itex] = > [itex][t_{1} = 10][/itex]
so t_{2} = 10 - 2.322795272 = 7.677204728
The two principle zeros are: t_{1} = 2.322795272 and t_{2} = 7.677204728
jbriggs444 said:
These are the places where the original function can have a local minimum or maximum. .
The original function: f(t) = [itex]\frac{-75}{5pi}cos(\frac{pi*t}{10})-t+5[/itex]
The derivative function = f'(t) = [itex]\frac{7.5}{5}sin(\frac{pi*t}{10}) -1[/itex]so you are saying where ever f'(t) = 0, that will be where f(t) has a maximum or minimum, correct?
So since the f'(t) is periodic, then the same value will repeat every full period or cycle?
[itex][\frac{pi}{10}t = 2(pi)][/itex] => [t = [itex][2(pi)\frac{10}{pi}][/itex] => [t = 20]
So adding 20 to each of the principle values will produce the other t values where f(t) = 0.
t_{1} + 20 = 2.322795272 + 20 = 22.322795272 = t_{3}
t_{2} + 20 = 7.677204728 + 20 = 27.677204728 = t_{4}
t_{1} - 20 = 2.322795272 - 20 = -17.67720473 = t_{5}
t_{2} - 20 = 7.677204728 - 20 = -12.32279527 = t_{6}
Renaming all the values to reflect position, from least to greatest, on the t axis, we have:
[itex]t_{1} = -17.677[/itex], [itex]t_{2} = -12.322[/itex], [itex]t_{3} = 2.322[/itex], [itex]t_{4} = 7.677[/itex], [itex]t_{5} = 22.322[/itex], [itex]t_{6} = 27.677[/itex]
jbriggs444 said:
Evaluate the original function at the points where the first derivative has zeroes near -12, 2, 8 and 22. It is alternatively positive and negative at each of these points. So it must have a zero in each of the three intervals thus defined. It is strictly monotone in each of the intervals. So there can only be one zero in each interval.
f(t_{1}) = + 19.1184
f(t_{2}) = +20.8816
f(t_{3}) = -0.881608
f(t_{4}) =+0.881608
f(t_{5}) = -20.8816
f(t_{6}) = -19.1184
The corresponding graph would be:
And we don't know the exact t values where f(t) = 0. We only know that the t values where f(t) = 0 will fall somewhere between the minimums and maximums with alternating signs.
That is, f(t) = 0 when t is somewhere between -12 and +2.3, then somewhere between +2.3 and 7.6, and somewhere between 7.6 and 22.How was it determined that these are the only points where f(t) = 0? How can it be determined that there are no x-intercepts to the left of -17 or to the right of +27?
Thank you