题目
Problem
Solve, for 0≤x<360∘, the equation
2cos2x=7cosx
giving your solutions to one decimal place.
(Solutions based entirely on graphical or numerical methods are not acceptable.)
(5)
题目中文翻译
在 0≤x<360∘ 内解方程
2cos2x=7cosx
答案精确到小数点后 1 位。
(不接受完全基于图像法或数值法的解答。)
解答
We need to solve
2cos2x=7cosx
Use the identity
cos2x=2cos2x−1
Then
2(2cos2x−1)=7cosx
Expand:
4cos2x−2=7cosx
Rearrange:
4cos2x−7cosx−2=0
Let
u=cosx
Then
4u2−7u−2=0
Factorise:
(4u+1)(u−2)=0
So
u=−41oru=2
Since
−1≤cosx≤1
we reject
u=2
Thus
cosx=−41
For
0≤x<360∘
the solutions are in the second and third quadrants.
So
x=104.477…∘
or
x=255.522…∘
Therefore, to one decimal place,
x=104.5∘, 255.5∘