Login Register Sign up for the GRM e-newsletter

Login to post Forums » Off-topic discussion » Simple math question
  • JThw8

    Jan. 7, 2010 9:26 a.m. JThw8 SuperDork

    This is probably an easy one for y'all but I seem to have replaced all the math storage in my brain with obscure facts about Yugos.

    If you have a shape like the one below how do you determine the degee of taper on the sides?

  • John Brown

    Jan. 7, 2010 9:27 a.m. John Brown SuperDork

    ... Measure from 90*?

  • Dr. Hess

    Jan. 7, 2010 9:33 a.m. Dr. Hess SuperDork

    (Bottom diameter-top diameter)/2 = bottom of a right triangle. Height = left side. After that, the angle of the slope upwards from the bottom will be inverse tangent of [the height (left side, Opposite) divided by the bottom of the triangle (Adjacent) ].

    Throw us some numbers.

  • jhaas

    Jan. 7, 2010 9:35 a.m. jhaas New Reader

    diameter of the top - diameter of the bottom / 2 = x height = y

    then just use trig..

    then sin=o/h cos=a/h tan=o/a

  • John Brown

    Jan. 7, 2010 9:35 a.m. John Brown SuperDork

    http://www.analyzemath.com/Geometry/conical_frustum.html

    If you need to make a dog cone ;)

  • JThw8

    Jan. 7, 2010 9:35 a.m. JThw8 SuperDork

    Dr. Hess wrote:

    (Bottom diameter-top diameter)/2 = bottom of a right triangle. Height = left side. After that, the angle of the slope upwards from the bottom will be inverse tangent of [the height (left side, Opposite) divided by the bottom of the triangle (Adjacent) ].

    Throw us some numbers.

    I'd throw you the numbers but the part isnt here with me so I have to measure when I get home.

    Im trying to find out the required taper for a tie rod end based on the hole in the steering arm.

  • tuna55

    Jan. 7, 2010 9:36 a.m. tuna55 Reader

    Yeah - measure it. It's not hard. If you can't measure it directly for some reason, treat it as a silhouette - measure the top and bottom diameters, measure the length, whip out some trip and whammo - angle is found.

  • John Brown

    Jan. 7, 2010 9:36 a.m. John Brown SuperDork

    I am guessing tie rod end into spindle... Dill them both out and use a stepped rod into a heim end ;)

  • Dr. Hess

    Jan. 7, 2010 9:38 a.m. Dr. Hess SuperDork

    You could look it up in the book of tie rod ends at the auto parts store. I think it's a Moog book. Anyone find the online version? There's only like 2 tapers used, and most are one.

  • JThw8

    Jan. 7, 2010 9:40 a.m. JThw8 SuperDork

    John Brown wrote:

    I am guessing tie rod end into spindle... Dill them both out and use a stepped rod into a heim end ;)

    Essentially what Im trying to do :) The heim adapter comes in 7 or 10 degree so I was trying to determine if either of those were close enough to just attack it with a reamer rather than drill out the whole spindle.

    All I've found is the tapered ones, although I know the stepped ones, straight through, exist because I've seen them in projects but I cant seem to find a supplier, anyone have a source?

    Anyone ever drilled these out before? How hard is is going to be with a cheap drill press?

  • JThw8

    Jan. 7, 2010 9:42 a.m. JThw8 SuperDork

    Dr. Hess wrote:

    You could look it up in the book of tie rod ends at the auto parts store. I think it's a Moog book. Anyone find the online version? There's only like 2 tapers used, and most are one.

    Yeah, I was looking for a reference source online but so far nothing.

    Really there's only the 2? (7 and 10 Im assuming) that narrows it down. I thought there would be a greater variety.

  • 914Driver

    Jan. 7, 2010 4:47 p.m. 914Driver SuperDork

    Stand it upside down, hang a plumbob and scale it.

  • JThw8

    Jan. 7, 2010 5:29 p.m. JThw8 SuperDork

    I was able to find out through some roundabout research that it is 7 degrees.

  • 914Driver

    Jan. 7, 2010 6:28 p.m. 914Driver SuperDork

  • Gearheadotaku

    Jan. 7, 2010 7:55 p.m. Gearheadotaku HalfDork

    Math is never simple...

  • CagleRacing

    Jan. 7, 2010 8:03 p.m. CagleRacing New Reader

    914Driver wrote:

    No one can say that you didn't get this one correct!

  • GlennS

    Jan. 8, 2010 12:13 a.m. GlennS Dork

    Gearheadotaku wrote:

    Math is never simple...

    Proof that 1 + 1 = 2

    The proof starts from the Peano Postulates, which define the natural numbers N. N is the smallest set satisfying these postulates:

    P1. 1 is in N. P2. If x is in N, then its "successor" x' is in N. P3. There is no x such that x' = 1. P4. If x isn't 1, then there is a y in N such that y' = x. P5. If S is a subset of N, 1 is in S, and the implication (x in S => x' in S) holds, then S = N.

    Then you have to define addition recursively: Def: Let a and b be in N. If b = 1, then define a + b = a' (using P1 and P2). If b isn't 1, then let c' = b, with c in N (using P4), and define a + b = (a + c)'.

    Then you have to define 2: Def: 2 = 1'

    2 is in N by P1, P2, and the definition of 2.

    Theorem: 1 + 1 = 2

    Proof: Use the first part of the definition of + with a = b = 1. Then 1 + 1 = 1' = 2 Q.E.D.

    Note: There is an alternate formulation of the Peano Postulates which replaces 1 with 0 in P1, P3, P4, and P5. Then you have to change the definition of addition to this: Def: Let a and b be in N. If b = 0, then define a + b = a. If b isn't 0, then let c' = b, with c in N, and define a + b = (a + c)'.

    You also have to define 1 = 0', and 2 = 1'. Then the proof of the Theorem above is a little different:

    Proof: Use the second part of the definition of + first: 1 + 1 = (1 + 0)' Now use the first part of the definition of + on the sum in parentheses: 1 + 1 = (1)' = 1' = 2 Q.E.D.

  • mtn

    Jan. 8, 2010 1:01 a.m. mtn SuperDork

    Is it bad that I understood all of that^^?

  • wbjones

    Jan. 8, 2010 4:42 a.m. wbjones HalfDork

    basic math

 
Tire Rack- Revolutionizing Tire Buying

You'll need to log in to post.