设为首页收藏本站
欢迎加入QQ交流群:
压缩机行业论坛 压缩机行业论坛
空压机行业论坛 空压机行业论坛
搜索
查看: 1976|回复: 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编程   
6 A2 v, O  p5 m1 Z& p> syms t q& }! w0 P  I% G0 \
>> x=60*(cos(t)+t*sin(t))+ m: r$ s" u# }
; W" Z/ N. {2 o9 U" W3 M
x =3 f( y; y0 e/ ~! E# E

& P* L6 K$ |3 A) E, q* ^60*cos(t) + 60*t*sin(t)
' G* L( j- K+ H9 O9 ^$ S2 s& T / H6 v5 V' H7 N- p
>> y=60*(sin(t)-t*cos(t))4 }/ ?4 H: a( l+ q! m
/ H3 h2 i! J4 B& z( L
y =& Q; ?6 l7 E8 C+ D3 L  i; R, l- w6 g" ?

& R" m0 u! Z7 ]5 P# @5 b) Q* O, f60*sin(t) - 60*t*cos(t)5 W0 n8 ^5 f& m
7 e; w7 r6 }/ e! ^. R
>> x1=-x*cos(11/6*q)-y*sin(11/6*q)+110*cos(q)
5 V& ^( ?3 N: @0 g8 C1 b $ \0 A) h' ?( d" a8 l# f
x1 =
( \, k, e5 d( k  c' ~ ) G3 `# S9 g" Q4 G
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))# k- P' z. m' r1 E1 R8 ^
3 i$ Y0 J2 }) x0 Q0 Z; D* C
>> y1=-x*sin(11/6*q)+y*cos(11/6*q)+110*sin(q)9 C- u6 o) K( n0 R9 M8 m, t
- |, M& P9 R6 a3 y0 a
y1 =
3 z/ I" B3 d$ j; M: P
* o% L8 b! e9 ~4 e110*sin(q) + cos((11*q)/6)*(60*sin(t) - 60*t*cos(t)) - sin((11*q)/6)*(60*cos(t) + 60*t*sin(t))
* Q7 b6 H4 B& @* D: c6 g9 c
; O$ d% w& o6 ~$ Y( @: n>> diff(x1,t)  j+ Z# Y) N$ M% G

" P+ j4 u6 }3 g% u- Bans =
: D, K4 E4 c5 K/ Y3 L- p / S4 C: V5 x4 H" p
- 60*t*cos((11*q)/6)*cos(t) - 60*t*sin((11*q)/6)*sin(t)
7 Z' g7 M; @/ t3 f3 [0 B ; `! R8 |/ ~# p/ A' g% p8 C
>> diff(y1,t)" @+ j! W! o; c

: l1 N2 e- q# {( j. ^9 g0 jans =
6 p, g; _$ y+ R, u; y8 [: o2 A 8 l- v9 H7 \  C* p/ O( l* W
60*t*cos((11*q)/6)*sin(t) - 60*t*sin((11*q)/6)*cos(t)
& G1 c/ x+ K- I3 A! M
6 `' Q( U4 N; x6 z- Q+ c0 c>> diff(x1,q)
3 ^2 X( U; \# D! [- C 4 K9 o1 K" |' Y; m
ans =0 C- F- ]' ]; E; c* o6 u% `

2 l3 u' j4 B5 o2 k& E(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)- B- y" x% u' i' y% t* Y: f3 ?, ]

; y. B0 b5 q3 |4 D6 g>> diff(y1,q)1 y6 R1 ~6 U' t

* o4 d+ X( I( m' E; }" B+ x" qans =8 _' Z7 D* v5 o" [% D. K; K. w/ x

4 C) M1 ~8 K  _+ z; h! i( r110*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
: H4 V1 h! u' y5 N* q" I * p; u- e- `8 b0 `
>> 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))')
8 s, V) F: y2 ?9 \! K6 u 5 [( e; E9 `: ~& L  K
f1 =
) v. a9 Z, G) b" f* M& [$ k0 p
* J8 A6 z) U# E(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)" n5 U. [( N+ q4 }* c+ [( `

( c3 l$ O9 ^( ^! ?; A- m8 ?4 O>> simplify(f1)
) t% `( R1 L  ^0 ]9 C' z1 \
- E: P( a! k* r! S& Yans =
! N3 F. n  h( c- H5 i$ \
- u$ R: G' z" `-6600*t*(cos((5*q)/6 - t) - 1)
4 S! w8 m3 S1 N0 c! `" L. C4 T# }% j6 j9 m* m& ^
-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)      
4 p, |2 y5 w/ O3 g5 ]9 y  y1=-x*sin(11/6*q)+y*cos(11/6*q)+110*sin(q)  8 z* m% D* s8 K
化简后得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))0 [# v* q, T/ x
从方程上可以看出小齿轮的方程仍为渐开线
回复

使用道具 举报

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

    推荐主题
      热门主题

        压缩机生态圈

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

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

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

        GMT+8, 2026-6-24 04:09 , Processed in 0.166668 second(s), 23 queries .

        回顶部 安全联盟站长平台