the function f : x ı→ a + b cos x, is defined for 0 ≤ x ≤ 2π. Given that f(0) = 10 and that f(2π/3) = 1 , find (i) the values of a and b, (ii) the range of f, (iii) the exact value of f(5π/6)
1
Expert's answer
2020-06-15T19:00:08-0400
I. f(x)=a+bcosx,0≤x≤2π.
f(0)=10, hence a+bcos0=10,a+b⋅1=10,a+b=10.
f(32π)=1, hence a+bcos32π=1,a+b⋅(−21)=1, when multiply this equation by 2, we have 2a−b=2.
We have the system of linear equations {a+b=10,2a−b=2.
If we add the equations, we have 3a=12, hence a=4.
Then 4+b=10,b=6.
Answer. a=4,b=6.
II. f(x)=4+6cosx.
The magnitude of the function is 6.
The lower bound of the range for the function is found when cosx=−1, and it's equal to y=4+6⋅(−1)=−2.
The upper bound of the range for the function is found when cosx=1, and it's equal to y=4+6⋅1=10.
Hence the range of the f is −2≤y≤10, interval notation [−2,10].
Comments