Skip to content

03 二倍角公式 ​

二倍角公式本质上是有和差角公式推出来的。

正弦的二倍角公式 ​

我们有公式 sin(A+B)=sinAcosB+cosAsinB,

令 A=B=α,则 sin2α=sinαcosα+cosαsinα=2sinαcosα

余弦的二倍角公式 ​

我们有公式 cos(A+B)=cosAcosB−sinAsinB,

令 A=B=α,则 cos2α=cos2α−sin2α。

又根据公式 sin2α+cos2α=1,我们可以推出余弦二倍角公式的变形:

cosα={cos2α−sin2α2cos2α−1⟹cos2α=1+cos2α21−2sin2α⟹sin2α=1−cos2α2

TIP

我们可以观察到,一个三角函数想要降次,那么就会升角。

想要升次,就会降角。

记忆技巧:如果一个三角函数是二次,那么它就是一倍角。如果一个三角函数是一次,那它就是二倍角。

正切的二倍角公式 ​

我们有公式 tan(A+B)=tanA+tanB1−tanA⋅tanB,

令 A=B=α,

可以推出 tan(2α)=2tanα1−tan2α

例题 ​

例题 1 ​

在 △ABC 中,cosA=45,tanB=2,求 tan(2A+2B)=?

解:

tan(2A+2B)=tan2A+tan2B1−tan2A⋅tan2B

∵tan2B=2tanB1−tan2B=2×21−22=−43

∵tan2A=2tanA1−tanA=2⋅341−(34)2=321−916=247

∴tan(2A+2B)=(−43+247)×21(1+43⋅247)×21=44117

例题 2 ​

化简 f(x)=2sin4x+2cos4x+cos22x−3。

解:

原式=2⋅(1−cos2x2)2+2⋅(1+cos2x2)2+cos22x−3

=2(1−2cos2x+cos22x4)+2(1+2cos2x+cos22x4)+cos22x−3

=1+2cos22x−3

=cos4x−1

距离 2026 高考还有 0 天。

Released under the MIT License.