tg30°=? tg45°=? tg60°=? tg90°=? pascal题

www.zhiqu.org     时间: 2024-06-15

1、tan30=3分之根号3

2、tan45=1

3、tan60=根号3

4、tan90不存在

扩展资料:

几个常用公式 :

tan a=sin a/cos a

tanα=1/cotα

1、设α为任意角,终边相同的角的同一三角函数的值相等:tan(2kπ+α)=tanα

2、设α为任意角,π+α的三角函数值与α的三角函数值之间的关系:tan(π+α)=tanα

3、任意角α与 -α的三角函数值之间的关系: tan(-α)=-tanα

4、利用公式二和公式三可以得到π-α与α的三角函数值之间的关系:tan(π-α)=-tanα

5、利用公式一和公式三可以得到2π-α与α的三角函数值之间的关系:tan(2π-α)=-tanα

6、π/2±α及3π/2±α与α的三角函数值之间的关系:

tan(π/2+α)=-cotα

tan(π/2-α)=cotα

tan(3π/2+α)=-cotα

tan(3π/2-α)=cotα(以上k∈Z)

参考资料:百度百科-tan



tan30=3分之根号3
tan45=1
tan60=根号3
tan90不存在
具体的三角函数可以去http://www.math.ntnu.edu.tw/~cyc/_private/mathcomputer/teacher91/t3/trivalue.xls里或者http://www.jledu.com.cn/bksc/%CA%FD%D1%A7/%CD%AC%B2%BD%B2%CE%BF%BC%CB%D8%B2%C4/%B1%B3%BE%B0%D6%AA%CA%B6/%C8%FD%BD%C7%BA%AF%CA%FD.doc里去看

答案2楼的老兄已经告诉你了,下面是三角函数数值表下载地址:
http://www.math.ntnu.edu.tw/~cyc/_private/mathcomputer/teacher91/t3/trivalue.xls

tg30=sqrt(1/3)
tg45=1
tg60=sqrt(3)
tg90没有意义

数学课代表(pascal)~

program e1;
var m:array [1..1001] of integer;
b,n,c,l,i:longint;
o:string[1];
begin
assign(input,'description.in');
assign(output,'description.out');
reset(input);
rewrite(output);
readln(n);
while not(eoln) do {输入m}
begin
l:=l+1;
read(o);
val(o,i);
m[l]:=i;
end;
i:=m[1];
b:=1;
while (i<n) and (b<l) do
begin
b:=b+1;
i:=i*10+m[b];
end;
for c:=b+1 to l do {低精除}
begin
i:=i mod n;
i:=i*10+m[c];
end;
if i mod n=0 then writeln(n) {如果余数是0,则是最后一位同学,否则求余数}
else writeln(i mod n);
close(input);
close(output);
end.

var
xuehao,yu,shu,ying,wu,hua,he:array[1..1000]of longint;
ming:array[1..1000] of string;
n,i,j,k,t,p:longint; a:string;
begin
readln(n);
for i:=1 to n do
begin
readln(xuehao[i]);
readln(ming[i]);
read(yu[i],shu[i],ying[i],wu[i],hua[i]);
end;
for i:=1 to n do
begin
he[i]:=yu[i]+shu[i]+ying[i]+wu[i]+hua[i];
if (yu[i]<60) or ( shu[i]<60) or (ying[i]<60) or (wu[i]<60) or( hua[i]<60)
then inc(k);
end;
writeln(k);


#支畅米# 请问ctg30=? ctg45=? ctg60=? 谢谢! -
(17373189382): 根号三;一;三分之根号三.

#支畅米# tg60度等于多少tg60°=? - 作业帮
(17373189382):[答案] tg60°= sin60° / cos 60° = (√3/2) / (1/2) = √3

#支畅米# tg30度等于多少 - 作业帮
(17373189382):[答案] tg30°=sin30°/cos30°=1/2/√3/2=√3/3≈0.577

#支畅米# 2sin30度除(tg60度+tg45度)等于? -
(17373189382): 2sin30度除(tg60度+tg45度)=2*1/2÷(√3+1)=1/(√3+1)=(√3-1)/2

#支畅米# tg60度等于多少
(17373189382): tg60°= sin60° / cos 60° = (√3/2) / (1/2) = √3

#支畅米# 1+tg15°/1 - tg15°等于多少 -
(17373189382): 正切现在一般用tan表示 (1+tg15)/(1-tg15) =(tan45+tan15)/(1-tan45tan15) =tan(45+15) =tan60 =根号3 公式:tan(a+b)=(tana+tanb)/(1-tana*tanb)

#支畅米# tg30度是什么意思
(17373189382): 就是tan30°,30°的正切值,数学中表示直角三角形中30°角所对的直角边与其相邻的直角边的比值.

#支畅米# tg30°*ctg60°+cos方150°主要是后面的cos方150°怎么办 - 作业帮
(17373189382):[答案] tg30=√3/3 ctg60=√3/3 cos150=cos(180-30)=-cos30=-√3/2 cos²150=(-√3/2)²=3/4 所以原式=(√3/3)²+3/4 =1/3+3/4 =13/12

#支畅米# 求(1 - tg15°)/(√3+tg60°tg15°)
(17373189382): tan15=tan(45-30)=(tan45-tan30)/(1+tan45*tan30)=2-√3 所以,原式=√3*(1-tan15)*(1+tan15)=√3*(1-7+4√3)=12-6√3