Finding base circle with coordinates of two points of involute curve

Click For Summary

Discussion Overview

The discussion revolves around the challenge of determining the base circle of an involute gear using the coordinates of two points on its involute curve. Participants explore theoretical and practical approaches to this problem, including the implications of measurement errors and the relationship between the base circle and pressure angle.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant suggests that finding the base circle is theoretically possible with two involute point locations, but emphasizes the need for three points to accurately determine the center of the gear.
  • Another participant expresses the intention to find the pressure angle of the gear, indicating that knowing the base circle diameter is part of this process.
  • A method is proposed involving the measurement of two points symmetrically about the pitch circle contact, and the computation of angles and midpoints to derive the contact angle.
  • A participant shares an algorithm for calculating the base circle radius from two points, detailing the steps and equations involved, including the use of radial distances and chord calculations.
  • Concerns are raised about the potential increase in error as the distance between the measured points and the pitch circle contact increases.

Areas of Agreement / Disagreement

Participants express differing views on the feasibility and accuracy of using two points to determine the base circle, with some suggesting alternative methods and others providing detailed calculations. The discussion remains unresolved regarding the best approach to take.

Contextual Notes

Participants note the limitations of their methods, including measurement errors and the need for precise definitions of terms like the contact angle and base circle radius.

Who May Find This Useful

This discussion may be useful for individuals interested in gear design, mechanical engineering, and those looking to understand the relationship between involute curves and gear parameters.

k.udhay
Messages
167
Reaction score
13
Hi,

I have an involute gear and measured co-ordinates of two arbitrarily chosen points (on the involute portion) of a tooth. Can I find out the base circle with this information? Thanks.
 
Engineering news on Phys.org
Theoretically, yes, but only if you know two involute point locations relative to the centre of the gear.

The centre of a gear is usually hollow or inaccessible, so you will need to measure coordinates of three points, then compute a circle centre position.

The base circle is related to points on the involute by the length of base circle tangents to those points.
Because the gear contact angle is typically 15° to 20°, the two equations that must be solved involve a very long triangle. The error in your measurement is therefore doubled, (because there are two points), and then multiplied by at least 1/Sin(20°)=3. That amplifies your measurement errors by at least 6 for your base circle estimate, to which you must add your centre position error.

There are better ways of computing the base circle diameter from measurements of the pitch circle and counting the teeth. The base circle is needed to mathematically generate an involute gear tooth profile, but is irrelevant to the generation or functioning of a gear wheel.

Are you sure you want to go ahead with your error amplifying two point solution?
 
  • Like
Likes   Reactions: 1 person
Hi Baluncore,

I actually want to find out the pressure angle of the gear in my hand (standard or operating). Knowing the operating centre distances from the housing bores locations, I thought I should find base circle diameter to find the operating pressure angle. This was the intention of the activity.

If I can get either the pressure angle or base circle dia easier than the method I asked for, pl. share it. Kindly note that I don't have any dedicated gear parameters measuring machine. All I have is a CMM and some basic workshop tools. Thanks a ton!

P.s. - Out of curiosity, can you pl. share any equation available to find the base circle dia from coordinates of two points (WRT the base circle centre) of an involute? I tried deriving only to find that I am bad with it. Thanks again!
 
Measure the coordinates of two points on the involute gear face, symmetrically about the pitch circle contact.
Define a straight line through the two measured points.
Compute the midpoint of the two measured points.
Define a line through the gear wheel centre and the computed midpoint.
The angle between those two defined lines is the contact angle.

The equations for computation of base circle radius from two points on the involute will have to wait until tonight.
 
I tried this in AutoCAD with a dxf of involute generated by KISSsoft. A very good method to determine pressure angle. I think the error / approximation increases as the distance between the two points to be measured and the pitch circle contact increases?

About my originally proposed method, one of my friends has given me this hint:
http://photouploads.com/?v=gearinvolu.jpg

Thanks for your constant help, Baluncore!
 
Last edited by a moderator:
Here is my algorithm for computation of the base circle radius from two points on the involute.

Given two points A(x,y), B(x,y) on the involute and the gear wheel centre C(x,y)

Reduce all coordinates to place gear wheel centre at the origin
A = A – C
B = B – C
C = C – C

Compute the radial distance to points A and B from the gear centre
Ra = Radius(A)
Rb = Radius(B)

Select an initial estimate for the base circle radius, R, { 0 < R < Ra }

Lengths from point on involute along tangent to the base circle contact
Sa = Sqrt( Ra^2 – R^2 )
Sb = Sqrt( Rb^2 – R^2 )

By the definition of an involute as an unwinding filament we know
arc = Sa – Sb

As a filament unwinds from the base circle, it describes an involute through points A and B
Solve for the base circle tangent contact points P and Q for points A and B respectively

The intersection of two circles, (you must select the correct point from the two available)
circle centre A, radius Sa; with centre C, radius R; gives point P
circle centre B, radius Sb; with centre C, radius R; gives point Q

We now have two independent estimates for the chord based on base circle radius, R
chord1 = Radius( P – Q ) the linear distance between the two contact points on base circle
chord2 = 2 * R * Sin( 0.5 * arc / R ) the relationship between radius, arc and the chord

A search for chord1 – chord2 = 0 is easier than a solution of equations
When these two chord values are equal, we have R, the base circle radius

I have checked that it does work for real values.
 
  • Like
Likes   Reactions: 1 person
Hi Baluncore,
Thanks for your detailed explanation. And sorry for my late reply. Went out of station for some time with limited internet access.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
7K
  • · Replies 9 ·
Replies
9
Views
6K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
8
Views
5K
Replies
17
Views
8K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
0
Views
2K
  • · Replies 5 ·
Replies
5
Views
4K
Replies
1
Views
2K
Replies
3
Views
2K