搜档网
当前位置:搜档网 › 常用反三角函数公式和图像

常用反三角函数公式和图像

常用反三角函数公式和图像
常用反三角函数公式和图像

反三角函数公式

arc sin x + arc sin y = arc sin x – arc sin y = arc cos x + arc cos y = arc cos x – arc cos y = arc tan x + arc tan y = arc tan x – arc tan y = 2 arc sin x = 2 arc cos x =

2 arc tanx = cos (n arc cos x) =

反三角函数图像与特征

反正弦曲线图像与特征反余弦曲线图像与特征

拐点(同曲线对称中心):,该点切线斜率为1

拐点(同曲线对称中心):

,该点切线斜率为-1 反正切曲线图像与特征反余切曲线图像与特征

拐点(同曲线对称中心):,该点切线斜率

为1

拐点:

,该点切线斜率为-1

渐近线:

渐近线:

名称反正割曲线反余割曲线

方程

图像

顶点

渐近线

反三角函数的定义域与主值范围函数主值记号定义域主值范围

反正弦若,则

反余弦若,则

反正切若,则

反余切若,则

反正割若,则

反余割若,则

式中n为任意整数.

反三角函数的相互关系arc sin x = arc cos x = arc tan x = arc cot x =

三角函数,反三角函数公式大全

三角函数公式 两角和公式 sin(A+B) = sinAcosB+cosAsinB sin(A-B) = sinAcosB-cosAsinB cos(A+B) = cosAcosB-sinAsinB cos(A-B) = cosAcosB+sinAsinB tan(A+B) = tanAtanB -1tanB tanA + tan(A-B) =tanAtanB 1tanB tanA +- cot(A+B) =cotA cotB 1-cotAcotB + cot(A-B) =cotA cotB 1 cotAcotB -+ 倍角公式 tan2A = A tan 12tanA 2 - Sin2A=2SinA?CosA Cos2A = Cos 2A-Sin 2A=2Cos 2A-1=1-2sin 2A 三倍角公式 sin3A = 3sinA-4(sinA)3 cos3A = 4(cosA)3-3cosA tan3a = tana ·tan(3π+a)·tan(3 π -a) 半角公式 sin( 2A )=2cos 1A - cos(2A )=2cos 1A + tan(2A )=A A cos 1cos 1+- cot(2 A )= A A cos 1cos 1-+ tan(2 A )=A A sin cos 1-=A A cos 1sin + 和差化积 sina+sinb=2sin 2b a +cos 2b a - sina-sinb=2cos 2b a +sin 2b a - cosa+cos b = 2cos 2b a +cos 2b a - cosa-cosb = -2sin 2b a +sin 2 b a - tanA+tanB=sin(A+B)/cosAcosB tanA-tanB=sin(A-B)/cosAcosB ctgA+ctgB=sin(A+B)/sinAsinB -ctgA+ctgB=sin(A+B)/sinAsinB 积化和差 sinasinb = - 21[cos(a+b)-cos(a-b)] cosacosb = 2 1 [cos(a+b)+cos(a-b)]

高中数学常用反三角函数公式

反三角函数公式 arc sin x + arc sin y = arc sin x – arc sin y = arc cos x + arc cos y = arc cos x – arc cos y = arc tan x + arc tan y = arc tan x – arc tan y = 2 arc sin x = 2 arc cos x = 2 arc tanx = cos (n arc cos x) = .

反三角函数图像与特征 反正弦曲线图像与特征反余弦曲线图像与特征 拐点(同曲线对称中心):,该点切线斜率为1 拐点(同曲线对称中心): ,该点切线斜率为-1 反正切曲线图像与特征反余切曲线图像与特征 拐点(同曲线对称中心):,该点切线斜率 为1 拐点: ,该点切线斜率为-1 渐近线: 渐近线: .

名称 反正割曲线反余割曲线 方程 图像 顶点 渐近线 反三角函数的定义域与主值范围 函数主值记号定义域主值范围 反正弦若,则 反余弦若,则 反正切若,则 反余切若,则 反正割若,则 反余割若,则 式中n为任意整数. .

反三角函数的相互关系 arc sin x = arc cos x = arc tan x = arc cot x = sin x = x-x3/3!+x5/5!-...(-1)k-1*x2k-1/(2k-1)!+... (-∞= -1 And x < -0.5 Then ArcSin = -Atn(Sqr(1 - x * x) / x) - 2 * Atn(1) If x >= -0.5 And x <= 0.5 Then ArcSin = Atn(x / Sqr(1 - x * x)) If x > 0.5 And x <= 1 Then ArcSin = -Atn(Sqr(1 - x * x) / x) + 2 * Atn(1) End Function .

常用反三角函数公式表

反三角函数公式

反三角函数图像与特征 1 :

反三角函数的定义域与主值范围 式中n为任意整数.

反三角函数的相互关系 sin x = x-x3/3!+x5/5!-...(-1)k-1*x2k-1/(2k-1)!+... (-∞= -1 And x < -0.5 Then ArcSin = -Atn(Sqr(1 - x * x) / x) - 2 * Atn(1) If x >= -0.5 And x <= 0.5 Then ArcSin = Atn(x / Sqr(1 - x * x))

If x > 0.5 And x <= 1 Then ArcSin = -Atn(Sqr(1 - x * x) / x) + 2 * Atn(1) End Function ArcCos(x) 函数 功能:返回一个指定数的反余弦值,以弧度表示,返回类型为Double。 语法:ArcCos(x)。 说明:其中,x的取值范围为[-1,1],x的数据类型为Double。 程序代码: Function ArcCos(x As Double) As Double If x >= -1 And x < -0.5 Then ArcCos = Atn(Sqr(1 - x *x) / x) + 4 * Atn(1) If x >= -0.5 And x <= 0.5 Then ArcCos = -Atn(x/ Sqr(1 - x * x)) + 2 * Atn(1) If x> 0.5 And x <= 1 Then ArcCos = Atn(Sqr(1 - x*x) / x) End Function

三角和反三角函数图像+公式

三角、反三角函数图像 六个三角函数值在每个象限的符号: sinα·cscα cosα·secα tanα·cotα 三角函数的图像和性质: 1-1y=sinx -3π2 -5π2 -7π2 7π2 5π 2 3π2 π2 -π2 -4π-3π -2π4π 3π 2ππ -π o y x 1-1y=cosx -3π 2 -5π2 -7π 2 7π2 5π2 3π2 π2 -π2 -4π-3π-2π4π 3π 2π π -π o y x y=tanx 3π2 π π2 - 3π2 -π - π2 o y x y=cotx 3π2 π π2 2π -π - π2 o y x 函数 y=sinx y=cosx y=tanx y=cotx 定义域 R R {x |x ∈R 且x≠kπ+ 2 π ,k ∈Z } {x |x ∈R 且x≠kπ,k ∈Z } 值域 [-1,1]x=2kπ+ 2π 时y max =1 x=2kπ-2 π 时y min =-1 [-1,1] x=2kπ时y max =1 x=2kπ+π时 y min =-1 R 无最大值 无最小值 R 无最大值 无最小值 周期性 周期为2π 周期为2π 周期为π 周期为π 奇偶性 奇函数 偶函数 奇函数 奇函数 单调性 在[2kπ-2π,2kπ+2 π ]上都是增函数;在 [2kπ+2π ,2kπ+3 2π]上都是减函数(k ∈Z) 在[2kπ-π,2kπ]上都是增函数; 在[2kπ,2kπ+π]上都是减函数(k ∈Z) 在(kπ-2 π,kπ+ 2 π )内都是增函数(k ∈Z) 在(kπ,kπ+π)内都是减函数(k ∈Z)

反三角函数公式(完整)

反三角函数 分类 反正弦 反余弦 余弦函数x y cos =在]0[π,上的反函数,叫做反余弦函数。记作x cos arc ,表示一个 余弦值为x 的角,该角的范围在]0[π,区间内。定义域]11[, - , 值域]0[π,。 反正切 反余切 余切函数y=cot x 在)0(π,上的反函数,叫做反余切函数。记作x arc cot ,表示一个余切值为x 的角,该角的范围在)0(π,区间内。定义域R ,值域)0(π,。

反正割 反余割 运算公式 余角关系 2 arccos sin arc π = +x x 2 cot tan arc π =+x arc x 2 csc ec a π = +x arc x rcs 负数关系 x x sin arc )sin(arc -=- x x rc arccos )cos(a -=-π x x tan arc )tan(arc -=- x rc x c cot a )(ot arc -=-π

x rc x sec a )(arcsec -=-π x arc x c sec )(sc arc -=- 倒数关系 x arc x csc )1 arcsin(= x arc x sec )1 arccos(= x arc x arc x cot 2cot )1arctan(-==π x x x arc arctan 23arctan )1cot(-=+=ππ x x arc arccos )1 sec(= x x arc arcsin )1 csc(= 三角函数关系

加减法公式 1. ) 10,0()11arcsin(arcsin arcsin ) 10,0()11arcsin(arcsin arcsin ) 10()11arcsin(arcsin arcsin 22222 2 222222>+<<-+---=+>+>>-+--=+≤+≤-+-=+y x y x x y y x y x y x y x x y y x y x y x xy x y y x y x ,,或ππ 2. ) 10,0()11arcsin(arcsin arcsin ) 10,0()11arcsin(arcsin arcsin ) 10()11arcsin(arcsin arcsin 22222 2 222222>+><-----=->+<>----=-≤+≥---=-y x y x x y y x y x y x y x x y y x y x y x xy x y y x y x ,,或ππ 3. ) 0() 11arccos(2arccos arccos ) 0() 11arccos(arccos arccos 2 2 22<+----=+≥+---=+y x x y xy y x y x x y xy y x π 4. ) () 11arccos(arccos arccos ) () 11arccos(arccos arccos 2 2 22y x x y xy y x y x x y xy y x <--+=-≥--+-=- 5. ) 1,0(1arctan arctan arctan ) 1,0(1arctan arctan arctan ) 1(1arctan arctan arctan ><-++-=+>>-++=+<-+=+xy x xy y x y x xy x xy y x y x xy xy y x y x ππ

三角函数_反三角函数_积分公式_求导公式

sin(A+B) = sinAcosB+cosAsinB sin(A-B) = sinAcosB-cosAsinB cos(A+B) = cosAcosB-sinAsinB cos(A-B) = cosAcosB+sinAsinB tan(A+B) = tanAtanB -1tanB tanA + tan(A-B) =tanAtanB 1tanB tanA +- cot(A+B) =cotA cotB 1-cotAcotB + cot(A-B) =cotA cotB 1cotAcotB -+ 2、倍角公式 tan2A =A tan 12tanA 2- Sin2A=2SinA?CosA Cos2A = Cos 2A-Sin 2A=2Cos 2A-1=1-2sin 2A 3、半角公式 sin(2A )=2cos 1A - cos(2 A )=2cos 1A + tan( 2A )=A A cos 1cos 1+- cot(2A )=A A cos 1cos 1-+ tan(2A )=A A sin cos 1-=A A cos 1sin + 4、诱导公式 sin(-a) = -sina cos(-a) = cosa sin(2π-a) = cosa cos(2π-a) = sina sin(2π+a) = cosa cos(2π+a) = -sina sin(π-a) = sina cos(π-a) = -cosa sin(π+a) = -sina cos(π+a) = -cosa tgA=tanA =a a cos sin 5、万能公式 sina=2)2(tan 12tan 2a a + cosa=22)2(tan 1)2(tan 1a a +- tana=2 )2(tan 12tan 2a a - 6、其他非重点三角函数 csc(a) = a sin 1 sec(a) =a cos 1 7、(a +b )的三次方,(a -b )的三次方公式

角函数反三角函数积分公式求导公式

1、两角和公式 sin(A+B)=sinAcosB+cosAsinBsin(A-B)=sinAcosB-cosAsinB cos(A+B)=cosAcosB-sinAsinBcos(A-B)=cosAcosB+sinAsinB tan(A+B)=tanAtanB -1tanB tanA +tan(A-B)=tanAtanB 1tanB tanA +- cot(A+B)=cotA cotB 1-cotAcotB +cot(A-B)=cotA cotB 1cotAcotB -+ 2、倍角公式 tan2A=A tan 12tanA 2-Sin2A=2SinA?CosA Cos2A=Cos 2A-Sin 2A=2Cos 2A-1=1-2sin 2A 3、半角公式 sin(2A )=2cos 1A -cos(2 A )=2cos 1A + tan( 2A )=A A cos 1cos 1+-cot(2A )=A A cos 1cos 1-+tan(2A )=A A sin cos 1-=A A cos 1sin + 4、诱导公式 sin(-a)=-sinacos(-a)=cosa sin(2π-a)=cosacos(2π-a)=sinasin(2π+a)=cosacos(2 π+a)=-sina sin(π-a)=sinacos(π-a)=-cosasin(π+a)=-sinacos(π+a)=-cosa tgA=tanA=a a cos sin 5、万能公式 sina=2)2(tan 12tan 2a a +cosa=22)2(tan 1)2(tan 1a a +-tana=2 )2 (tan 12tan 2a a - 6、其他非重点三角函数 csc(a)=a sin 1sec(a)=a cos 1 7、(a +b )的三次方,(a -b )的三次方公式 (a+b)^3=a^3+3a^2b+3ab^2+b^3 (a-b)^3=a^3-3a^2b+3ab^2-b^3 a^3+b^3=(a+b)(a^2-ab+b^2) a^3-b^3=(a-b)(a^2+ab+b^2) 8、反三角函数公式 arcsin(-x)=-arcsinx arccos(-x)=π-arccosx arctan(-x)=-arctanx arccot(-x)=π-arccotx

(完整版)反三角函数公式大全

反三角函数公式大全 三角函数的反函数,是多值函数。它们是反正弦Arcsin x,反余弦Arccos x,反正切Arctan x,反余切Arccot x,反正割Arcsec x=1/cosx,反余割Arccsc x=1/sinx等,各自表示其正弦、余弦、正切、余切、正割、余割为x的角。为限制反三角函数为单值函数,将反正弦函数的值y限在y=-π/2≤y≤π/2,将y为反正弦函数的主值,记为y=arcsin x;相应地,反余弦函数y=arccos x的主值限在0≤y≤π;反正切函数y=arctan x的主值限在-π/2

arctan(-x)=-arctanx arccot(-x)=∏-arccotx arcsinx+arccosx=∏/2=arctanx+arccotx sin(arcsinx)=x=cos(arccosx)=tan(arctanx)=cot(arccotx) 当x∈〔—∏/2,∏/2〕时,有arcsin(sinx)=x 当x∈〔0,∏〕,arccos(cosx)=x x∈(—∏/2,∏/2),arctan(tanx)=x x∈(0,∏),arccot(cotx)=x x〉0,arctanx=arctan1/x,arccotx类似 若(arctanx+arctany)∈(—∏/2,∏/2),则arctanx+arctany=arctan(x+y/1-xy)

反三角函数常见公式

反三角函数常见公式 李浩翔 .,)1()1()1()()()1()1(#.,0,,1),1(*)0(,2 3)1(),0(,2)1()0(,2 )1(#),0(,2)1(*arcsin )1csc(,arccos )1sec(sec )1arccos(csc )1arcsin(arccos )arccos(),()(,2 arccos )()2)((sec )sec()(arccos )arccos() (csc )csc()(arcsin )arcsin(2csc sec ,2,2arccos arcsin 是显然的第二个等号由余角关系第一个等号得证证明:是显然的第二个等号由余角关系第一个等号得证于是可直接取反函数>又则证明:令<><>,,余切的特殊性): 倒数关系(注意正切和则可得利用例:设”即可证明□构造“证明利用奇函数的性质即可负数关系: (易证)余角关系: πππππππππππ πππππππ-=?-=-=-?--=--=--=====-=+=-==--=-=-======-=-=-- =-=?? ???-=--=--=-?? ???-=--=--=-=+=+= +arcctgx x arctg x arctg arcctgx x arctg arcctgx x arcctg x arctg x arctg arcctgx y x ctgy x tgy x x arctg y x arcctgx arctgx x arcctg x arcctgx arctgx x arcctg x arctgx arcctgx x arctg x arctgx arcctgx x arctg x x arc x x arc x arc x x arc x x x x f x f x x f x f x arc x arc arcctgx x arcctg x x x arc x arc arctgx x arctg x x x arc x arc arcctgx arctgx x x

三角函数和反三角函数公式

一.三角函数公式 1.诱导公式 sin(-a) = - sin(a) cos(-a) = cos(a) sin(π/2(90度) - a) = cos(a) cos(π/2(90度) - a) = sin(a) sin(π/2 (90度)+ a) = cos(a) cos(π/2 (90度)+ a) = - sin(a) sin(π(180度)- a) = sin(a) cos(π(180度) - a) = - cos(a) sin(π(180度)+ a) = - sin(a) cos(π(180度)+ a) = - cos(a) 2.两角和与差的三角函数 sin(a + b) = sin(a)cos(b) + cos(α)sin(b) cos(a + b) = cos(a)cos(b) - sin(a)sin(b) sin(a - b) = sin(a)cos(b) - cos(a)sin(b) cos(a - b) = cos(a)cos(b) + sin(a)sin(b) tan(a + b) = [tan(a) + tan(b)] / [1 - tan(a)tan(b)] tan(a - b) = [tan(a) - tan(b)] / [1 + tan(a)tan(b)] 3.和差化积公式 sin(a) + sin(b) = 2sin[(a + b)/2]cos[(a - b)/2] sin(a) sin(b) = 2cos[(a + b)/2]sin[(a - b)/2] cos(a) + cos(b) = 2cos[(a + b)/2]cos[(a - b)/2] cos(a) - cos(b) = - 2sin[(a + b)/2]sin[(a - b)/2] 4.积化和差公式 sin(a)sin(b) = - 1/2[cos(a + b) - cos(a - b)] cos(a)cos(b) = 1/2[cos(a + b) + cos(a -b)] sin(a)cos(b) = 1/2[sin(a + b) + sin(a - b)] 5.二倍角公式 sin(2a) = 2sin(a)cos(b) cos(2a) = cos2(a) - sin2(a) = 2cos2(a) -1=1 - 2sin2(a)

三角函数所有公式

倒数关系:tanα ·cotα=1 sinα ·cscα=1 cosα ·secα=1 商的关系:sinα/cosα=tanα=secα/cscα cosα/sinα=cotα=cscα/secα 平方关系:sin^2(α)+cos^2(α)=1 1+tan^2(α)=sec^2(α) 1+cot^2(α)=csc^2(α) 平常针对不同条件的常用的两个公式sin^2(α)+cos^2(α)=1 tan α *cot α=1 一个特殊公式(sina+sinθ)*(sina-sinθ)=sin(a+θ)*sin(a-θ) 证明:(sina+sinθ)*(sina-sinθ)=2 sin[(θ+a)/2] cos[(a-θ)/2] *2 cos[(θ+a)/2] sin[(a-θ)/2] =sin(a+θ)*sin(a-θ) 坡度公式我们通常半坡面的铅直高度h与水平高度l的比叫做坡度(也叫坡比),用字母i表示,即i=h / l, 坡度的一般形式写成l : m 形式,如i=1:5.如果把坡面与水平面的夹角记作a(叫做坡角),那么i=h/l=tan a. 锐角三角函数公式正弦:sin α=∠α的对边/∠α 的斜边余弦:cos α=∠α的邻边/∠α的斜边正切:tan α=∠α的对边/∠α的邻边余切:cot α=∠α的邻边/∠α的 对边二倍角公式正弦sin2A=2sinA·cosA 余弦 1.Cos2a=Cos^2(a)-Sin^2 (a) 2.Cos2a=1-2Sin^2(a) 3.Cos2a=2Cos^2(a)-1 即Cos2a=Cos^2(a)-Sin^2(a)=2C os^2(a)-1=1-2Sin^2(a) 正切tan2A=(2tanA)/(1-tan^2(A)) 三倍角公式sin3α=4sinα·sin(π/3+α)sin(π/3-α) cos3α=4cosα·cos(π/3+α)cos(π/3-α) tan3a = tan a · tan(π/3+a)· tan(π/3-a) 三倍角公式推导sin(3a) =sin(a+2a) =sin2acosa+cos2asina =2sina(1-sin2a)+(1-2sin2a)sina =3sina-4sin^3a cos3a =cos(2a+a) =cos2acosa-sin2asina =(2cos2a-1)cosa-2(1-cos^a)cosa =4cos^3a-3cosa sin3a=3sina-4sin^3a =4sin a(3/4-sin2a) =4sina[(√3/2)2-sin2a] =4sina(sin260°-sin2a) =4sina(sin60°+sina)(sin60°-sina) =4sina*2sin[(60+a)/2]cos[(60°-a)/2]*2sin[(60°-a)/2]cos[(60°-a)/2] =4sinasin(60°+a)sin(60°-a) cos3a=4cos^3a-3cosa =4cosa(cos2a-3/4) =4cosa[cos2a-(√3/2)^2] =4cosa(cos2a-cos230°) =4cosa(cosa+cos30°)(cosa-cos30°) =4cosa*2cos[(a+30°)/2] cos[(a-30°)/2]*{-2sin[(a+30°)/2]sin[(a-30°)/2]} =-4cosasin(a+30°)sin(a-30°) =-4cosasi

常用反三角函数公式

. 反三角函数公式 arc sin x + arc sin y = arc sin x – arc sin y = arc cos x + arc cos y = arc cos x – arc cos y = arc tan x + arc tan y = arc tan x – arc tan y = 2 arc sin x = 2 arc cos x = 2 arc tanx = cos (n arc cos x) =

. 反三角函数图像与特征 反正弦曲线图像与特征反余弦曲线图像与特征 拐点(同曲线对称中心):,该点切线斜率为1 拐点(同曲线对称中心): ,该点切线斜率为-1反正切曲线图像与特征反余切曲线图像与特征

. 拐点(同曲线对称中心):,该点切线斜率为1拐点: ,该点切线斜率为-1 渐近线: 渐近线: 名称反正割曲线反余割曲线 方程 图像 顶点 渐近线

反三角函数的定义域与主值范围

函数主值记号定义域主值范围反正弦若,则 反余弦若,则 反正切若,则 反余切若,则 反正割若,则 反余割若,则 一般反三角函数与主值的关系为 式中n为任意整数.

. 反三角函数的相互关系 arc sin x = arc cos x = arc tan x = arc cot x = sin x = x-x3/3!+x5/5!-...(-1)k-1*x2k-1/(2k-1)!+... (-∞

反三角函数图像

反三角函数图像与特征: :

渐近线: : 反三角函数的定义域与主值范围 若,则 若,则 若,则 若,则 若,则 若,则 一般反三角函数与主值的关系为式中n为任意数

数学术语 y作为 在 y=x对称。其 ,π/2] arcsin x x的角,该角的范围在[-π/2,π/2]区间内。【图 ⑵在[0,π]上的反函数,叫做反余弦函数。arccos x的角,该角的范围在[0,π]区间内。【图中蓝线】⑶ x在(-π/2,π/2)上的反函数,叫做反正切函数。arctan x表示一x的角,该角的范围在(-π/2,π/2)区间内。【图中绿线】注释:【图的画法根据反函数的性质即:反函数图像关于y=x对称】反三角函数主要是三个:y=arcsin(x),定义域[-1,1] ,值域[-π/2,π/2]图象用红色线条;y=arccos(x),定义域[-1,1] ,值域[0,π],图象用蓝色线条;y=arctan(x),定义域(-∞,+∞),值域(-π/2,π/2),图象用绿色线条;y=arccot(x),定义域(-∞,+∞),值域(0,π),图象无;sin(arcsin x)=x,定义域[-1,1],值域[-1,1] arcsin(-x)=-arcsinx 证明方法如下:设arcsin(x)=y,则sin(y)=x,将这两个式子代入上式即可得其他几个用类似方法可得 反三角函数其他公式:arcsin(-x)=-arcsinx arccos(-x)=π-arccosx arccot(-x)=π-arccotx arcsinx+arccosx=π/2=arctanx+arccotx sin(arcsinx)=cos(arccosx)=tan(arctanx)=cot(arccotx)=x arcsin x = x + x^3/(2*3) + (1*3)x^5/(2*4*5) + 1*3*5(x^7)/(2*4*6*7)……+(2k+1)!!*x^(2k-1)/(2k!!*(2k+1))+……(|x|<1) !!表示双阶乘arccos x = π -(x + x^3/(2*3) + (1*3)x^5/(2*4*5) + 1*3*5(x^7)/(2*4*6*7)……)(|x|<1) arctan x = x - x^3/3 + x^5/5 -…… 举例 当x∈[-π/2,π/2] 有arcsin(sinx)=x x∈[0,π],arccos(cosx)=x x∈(-π/2,π/2),arctan(tanx)=x x∈(0,π),arccot(cotx)=x x>0,arctanx=π/2-arctan1/x,arccotx类似若(arctanx+arctany)∈(-π/2,π/2),则arctanx+arctany=arctan((x+y)/(1-xy)) 例如,arcsinχ表示角α,满足α∈[-π/2,π/2]且sinα=χ;arccos(-4/5)表示角β,满足β∈[0,π]且cosβ=-4/5;arctan2表示角φ,

三角函数公式及反三角函数公式 版

同角三角函数的基本关系式 倒数关系:
tanα ·cotα=1 sinα ·cscα=1 cosα ·secα=1
三角函数公式表
商的关系:
sin tan sec
con
csc
con cot csc
sin
sec
平方关系:
sin2α+cos2α=1 1+tan2α=sec2α 1+cot2α=csc2α
(六边形记忆法:图形结构“上弦中切下割,左正右余 中间 1”;记忆方法“对角线上两个函数的积为 1;阴影 三角形上两顶点的三角函数值的平方和等于下顶点的三 角函数值的平方;任意一顶点的三角函数值等于相邻两 个顶点的三角函数值的乘积。”)
诱导公式(口诀:奇变偶不变,符号看象限。)
sin(-α)=-sinα
cos(-α)=cosα
sin(π/2-α)=cosα cos(π/2-α)=sinα tan(π/2-α)=cotα cot(π/2-α)=tanα sin(π/2+α)=cosα cos(π/2+α)=-sinα tan(π/2+α)=-cotα cot(π/2+α)=-tanα
sin(π-α)=sinα cos(π-α)=-cosα tan(π-α)=-tanα cot(π-α)=-cotα sin(π+α)=-sinα cos(π+α)=-cosα tan(π+α)=tanα cot(π+α)=cotα
两角和与差的三角函数公式
tan(-α)=-tanα sin(3π/2-α)=-cosα cos(3π/2-α)=-sinα tan(3π/2-α)=cotα cot(3π/2-α)=tanα
sin(3π/2+α)=-cosα cos(3π/2+α)=sinα tan(3π/2+α)=-cotα cot(3π/2+α)=-tanα 万能公式
sin( ) sin sin cos cos
sin( ) sin cos cos sin
cos( ) cos cos sin sin
cos( ) cos cos sin sin
tan( ) tan tan tan( ) tan tan
1 tan tan
1 tan tan
2 tan( )
sin
2
1 tan2 ( )
2
2 tan
tan
2
1 tan2 ( )
2
半角的正弦、余弦和正切公式
三角函数的降幂公式
cot(-α)=-cotα
sin(2π-α)=-sinα cos(2π-α)=cosα tan(2π-α)=-tanα cot(2π-α)=-cotα sin(2kπ+α)=sinα cos(2kπ+α)=cosα tan(2kπ+α)=tanα cot(2kπ+α)=cotα (其中 k∈Z)
1 tan2 ( )
cos
2
1 tan2 ( )
2

三角函数公式总结与推导(全)

三角函数公式总结与推导(全) 1. ①与α(0°≤α<360°)终边相同的角的集合(角α与角β的终边重合):{} Z k k ∈+?=,360|αββ ②终边在x 轴上的角的集合: { } Z k k ∈?=,180| ββ ③终边在y 轴上的角的集合:{} Z k k ∈+?=,90180| ββ ④终边在坐标轴上的角的集合:{} Z k k ∈?=,90| ββ ⑤终边在y =x 轴上的角的集合:{} Z k k ∈+?=,45180| ββ ⑥终边在x y -=轴上的角的集合:{} Z k k ∈-?=,45180| ββ ⑦若角α与角β的终边关于x 轴对称,则角α与角β的关系:βα-=k 360 ⑧若角α与角β的终边关于y 轴对称,则角α与角β的关系:βα-+= 180360k ⑨若角α与角β的终边在一条直线上,则角α与角β的关系:βα+=k 180 ⑩角α与角β的终边互相垂直,则角α与角β的关系: 90360±+=βαk 2. 角度与弧度的互换关系:360°=2π 180°=π 1°=0.01745 1=57.30°=57°18′ 注意:正角的弧度数为正数,负角的弧度数为负数,零角的弧度数为零. 、弧度与角度互换公式: 1rad =π 180°≈57.30°=57°18ˊ. 1°=180 π≈0.01745(rad ) 3、弧长公式:r l ?=||α. 扇形面积公式:211 ||22 s lr r α= =?扇形 4、三角函数:设α是一个任意角,在α的终边上任取(异于原点的)一点P (x,y )P 与原点的距离为r ,则 r y =αsin ; r x = α cos ; x y =αtan ; y x =αcot ; x r =αsec ;. y r =αcsc . 5、三角函数在各象限的符号:(一全二正弦,三切四余弦) 正切、余切 余弦、正割 正弦、余割 SIN \COS 三角函数值大小关系图1、2、3、4表示第一、二、三、四象限一半所在区域

常用反三角函数公式

常用反三角函数公式-CAL-FENGHAI.-(YICAI)-Company One1

反三角函数公式 arc sin x + arc sin y = arc sin x – arc sin y = arc cos x + arc cos y = arc cos x – arc cos y = arc tan x + arc tan y = arc tan x – arc tan y = 2 arc sin x = 2 arc cos x = 2 arc tanx = cos (n arc cos x) = 反三角函数图像与特征

反正弦曲线图像与特征反余弦曲线图像与特征 拐点(同曲线对称中心):,该点切线斜率为1 拐点(同曲线对称中心): ,该点切线斜率为-1 ? 反正切曲线图像与特征反余切曲线图像与特征 拐点(同曲线对称中心):,该点切线斜率 为1 拐点: ,该点切线斜率为- 1 渐近线: 渐近线: ? 名称反正割曲线反余割曲线

方程 图像 顶点 渐近线 反三角函数的定义域与主值范围 函数主值记号定义域主值范围 反正弦若,则 反余弦若,则 反正切若,则 反余切若,则 反正割若,则 反余割若,则 式中n为任意整数.

反三角函数的相互关系 arc sin x = arc cos x = arc tan x = arc cot x = sin x = x-x3/3!+x5/5!-...(-1)k-1*x2k-1/(2k-1)!+... (-∞= -1 And x < Then ArcSin = -Atn(Sqr(1 - x * x) / x) - 2 * Atn(1) If x >= And x <= Then ArcSin = Atn(x / Sqr(1 - x * x)) If x > And x <= 1 Then ArcSin = -Atn(Sqr(1 - x * x) / x) + 2 * Atn(1)End Function

常用反三角函数公式

精品文档 . 反三角函数公式 arc sin x + arc sin y = arc sin x – arc sin y = arc cos x + arc cos y = arc cos x – arc cos y = arc tan x + arc tan y = arc tan x – arc tan y = 2 arc sin x = 2 arc cos x = 2 arc tanx = cos (n arc cos x) =

精品文档 . 反三角函数图像与特征 反正弦曲线图像与特征 反余弦曲线图像与特征 拐点(同曲线对称中心):,该点切线斜率为1 拐点(同曲线对称中心): ,该点切线斜率为-1 反正切曲线图像与特征 反余切曲线图像与特征 拐点(同曲线对称中心):,该点切线斜率 为1 拐点: ,该点切线斜率为-1 渐近线: 渐近线:

精品文档 . 名称 反正割曲线反余割曲线 方程 图像 顶点 渐近线 反三角函数的定义域与主值范围 函数主值记号定义域主值范围 反正弦若,则 反余弦若,则 反正切若,则 反余切若,则 反正割若,则 反余割若,则 式中n为任意整数.

精品文档 . 反三角函数的相互关系 arc sin x = arc cos x = arc tan x = arc cot x = sin x = x -x 3/3!+x 5/5!-...(-1)k-1*x 2k-1/(2k-1)!+... (-∞= -1 And x < -0.5 Then ArcSin = -Atn(Sqr(1 - x * x ) / x ) - 2 * Atn(1) If x >= -0.5 And x <= 0.5 Then ArcSin = Atn(x / Sqr(1 - x * x )) If x > 0.5 And x <= 1 Then ArcSin = -Atn(Sqr(1 - x * x ) / x ) + 2 * Atn(1) End Function

相关主题