设为首页收藏本站
欢迎加入QQ交流群:
压缩机行业论坛 压缩机行业论坛
空压机行业论坛 空压机行业论坛
搜索
查看: 1979|回复: 0
打印 上一主题 下一主题

[设计开发] 渐开线齿轮啮合方程推导

[复制链接]

11

主题

0

好友

758

积分

高中生

Rank: 4

威望
2 点
经验
572 点
积分
758
帖子
27
跳转到指定楼层
1
发表于 2015-3-27 11:36 |只看该作者 |正序浏览
设一对中心距为110的齿轮 齿数比为6:5  则大齿轮的参数方程为:x=60*(cos(t)+t*sin(t)) y=60*(sin(t)-t*cos(t))   根据啮合原理 利用matlab编程   
. k& `6 d/ T1 a" v$ n7 `> syms t q
( L% B# i- W! o% ^1 c>> x=60*(cos(t)+t*sin(t))3 H4 u/ w  }1 N2 i5 ^5 V) C" T
9 B2 `, c0 U  m# p/ l
x =
% f4 n" v! U4 A # ]5 v, t) q5 l8 l
60*cos(t) + 60*t*sin(t)# N+ {8 G0 i- H" t5 A& [. _

: |# t% k. m0 x) c! ]. C>> y=60*(sin(t)-t*cos(t))
, g: o5 \" h2 q+ K$ x! H/ |5 f6 J ( w9 e7 K0 ~: M
y =
6 {3 G% w4 W! q" @( t: J4 Z$ `
) v3 D+ P. R. w$ c  J, \  l60*sin(t) - 60*t*cos(t)
+ U3 j0 \) k7 |2 y4 I
- e* @$ P0 |# o) Q' W>> x1=-x*cos(11/6*q)-y*sin(11/6*q)+110*cos(q)4 o, n. M* t* ]2 n

- ?6 y0 O* R8 W7 Jx1 =
6 N( u. H8 D% i* z, R# ?4 m, l7 y + F: `) e/ D5 P/ I
110*cos(q) - cos((11*q)/6)*(60*cos(t) + 60*t*sin(t)) - sin((11*q)/6)*(60*sin(t) - 60*t*cos(t))
6 a- f. r' {, U 5 ?  {2 x6 E' m6 Z) G2 B9 @
>> y1=-x*sin(11/6*q)+y*cos(11/6*q)+110*sin(q)1 c; j8 j$ t/ C1 v& ?, v* ?& W- u9 P0 J

! i) g. G9 f/ D8 f& c- dy1 =# J4 H2 n& R2 l
  i# P) y- f6 F. s/ f+ h/ M0 z
110*sin(q) + cos((11*q)/6)*(60*sin(t) - 60*t*cos(t)) - sin((11*q)/6)*(60*cos(t) + 60*t*sin(t))
! t; r6 V# d" k5 }
: k) q" @$ o$ [! c! }9 p+ K>> diff(x1,t)
$ j8 b! @6 @3 D" B. a! a
8 |- S  \: k2 o9 K$ d4 Yans =
& |/ j9 ?- E1 k7 B6 a& Y/ E( K9 r % a5 @3 O0 Z1 n2 I8 Y+ J
- 60*t*cos((11*q)/6)*cos(t) - 60*t*sin((11*q)/6)*sin(t)
$ A, A! R0 E- L# V ( I1 \- R* s! V
>> diff(y1,t)
0 ^8 P7 S% k) d8 V / e  Q7 M* M, N3 S
ans =
( D- i8 H# R+ V# p4 b
2 w6 ~2 G4 F* |6 \* K: j+ |  S: o60*t*cos((11*q)/6)*sin(t) - 60*t*sin((11*q)/6)*cos(t)
; v; g* f% p5 }2 h+ J8 s ! r' @& Q# m9 I* m( X  g/ W
>> diff(x1,q)( }( R2 _, i+ H- m( r& V- `9 G

' ?& Z* d% p6 ~, v/ n4 Z) dans =1 ~1 O# {& W# g! l1 v( t" S! m# i

6 l( Y" [$ B" I1 p; W( t7 P4 L(11*sin((11*q)/6)*(60*cos(t) + 60*t*sin(t)))/6 - (11*cos((11*q)/6)*(60*sin(t) - 60*t*cos(t)))/6 - 110*sin(q)
1 S* [. x& J. c2 e9 S; r
  q) [$ p( D$ {% q3 D1 v  T>> diff(y1,q)3 c0 U( t$ H) _- O5 @

7 B* a" c# ~, Sans =
* i* [5 _6 r) X3 ]' A9 S% I 9 X: G; _6 F" c" D
110*cos(q) - (11*cos((11*q)/6)*(60*cos(t) + 60*t*sin(t)))/6 - (11*sin((11*q)/6)*(60*sin(t) - 60*t*cos(t)))/6
7 ~8 h4 X) I1 m5 O # @( q/ ?9 y2 T( ?# T9 @% G6 @+ F
>> f1=sym('(110*cos(q) - (11*cos((11*q)/6)*(60*cos(t) + 60*t*sin(t)))/6 - (11*sin((11*q)/6)*(60*sin(t) - 60*t*cos(t)))/6)*(- 60*t*cos((11*q)/6)*cos(t) - 60*t*sin((11*q)/6)*sin(t))-((11*sin((11*q)/6)*(60*cos(t) + 60*t*sin(t)))/6 - (11*cos((11*q)/6)*(60*sin(t) - 60*t*cos(t)))/6 - 110*sin(q))*(60*t*cos((11*q)/6)*sin(t) - 60*t*sin((11*q)/6)*cos(t))')
" C. J5 ^8 B/ w6 h 4 Z- n- g  x6 @7 E3 |' U5 a/ Q
f1 =
1 Y% H$ I4 f& a: ^- O. ]: w
: W, T* ~/ B3 @3 @0 C8 m$ f# o6 R(60*t*cos((11*q)/6)*cos(t) + 60*t*sin((11*q)/6)*sin(t))*((11*cos((11*q)/6)*(60*cos(t) + 60*t*sin(t)))/6 - 110*cos(q) + (11*sin((11*q)/6)*(60*sin(t) - 60*t*cos(t)))/6) + (60*t*cos((11*q)/6)*sin(t) - 60*t*sin((11*q)/6)*cos(t))*(110*sin(q) + (11*cos((11*q)/6)*(60*sin(t) - 60*t*cos(t)))/6 - (11*sin((11*q)/6)*(60*cos(t) + 60*t*sin(t)))/6), I& b2 t; E: D$ e6 W# z  e

* i& H3 F: ]9 P: f5 G>> simplify(f1)
) ?5 m! f" F/ I: x 4 Y/ v6 I$ h( d; D) f2 G& ^3 N# Q
ans =
( Y1 L/ _* E' o% l# |+ Q ' v, l+ r& @6 |; K4 D/ m% {1 b" c
-6600*t*(cos((5*q)/6 - t) - 1)& t* t0 r1 {1 c7 x
5 ~* h* u8 X" e! D3 f7 {7 t
-6600*t*(cos((5*q)/6 - t) - 1)=0     解得q=6/5*t   代入   x1=-x*cos(11/6*q)-y*sin(11/6*q)+110*cos(q)      5 E5 _# ^& T4 l7 s9 \
  y1=-x*sin(11/6*q)+y*cos(11/6*q)+110*sin(q)  4 ]) f8 ]8 `7 U$ V
化简后得X1=50*(cos(1.2*t)+1.2*t*sin(1.2*t))    y=50*(sin(1.2*t)-1.2*t*cos(1.2*t)): i$ v( ~) K, `8 p
从方程上可以看出小齿轮的方程仍为渐开线
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

    推荐主题
      热门主题

        压缩机生态圈

        压缩机网 ( 陕ICP备12001613号-6 | 网监备案号:XA11394S ) | 联系我们 | WAP

        © 2001-2026 压缩机论坛 中国通用机械工业协会 | 西安交通大学压缩机研究所

        压缩机网 ComVac 展会 《压缩机》杂志 制冷网 康沃真空网 压缩机商城

        GMT+8, 2026-6-24 10:15 , Processed in 0.171508 second(s), 25 queries .

        回顶部 安全联盟站长平台