Involute Function Calculator - Gear Pressure Angle Tool

Use this involute function calculator to evaluate inv(θ) = tan(θ) - θ for any angle in degrees, or invert it via Newton-Raphson to recover θ.

Updated: June 16, 2026 • Free Tool

Involute Function Calculator

Direct mode evaluates inv(θ) = tan(θ) - θ for an angle you supply. Inverse mode recovers θ from an involute value via Newton-Raphson.

In direct mode, type the angle θ in degrees between -89.99 and 89.99. In inverse mode, type a non-negative involute value up to about 65.

Results

Involute value inv(θ)
0
tan(θ) 0
Angle (degrees) 0°
Angle (radians) 0rad

What Is the Involute Function?

An involute function calculator evaluates inv(θ) = tan(θ) - θ for any real angle θ in radians and recovers θ from a known involute value through Newton-Raphson. The function bridges the base-circle angle, the pressure angle, and the operating pitch-point angle on a gear tooth.

  • Standard gear pressure angle: Compute inv(20°) or inv(14.5°) when sizing a spur or helical gear tooth at the AGMA standard pressure angles.
  • Operating pressure angle on modified gears: Solve the operating pressure angle θ_p from inv(θ_p) = inv(φ) + 2(x₁ + x₂) tan(φ) / (N₁ + N₂) on profile-shifted gear pairs.
  • Cam and spline design checks: Cross-check the involute polar angle used in cam lobe and spline tooth profiles against the same tan-minus-angle relation.

The involute of a circle is the curve traced by the end of a taut string as it is unwound, with the polar angle θ from the base circle in radians. inv(θ) = tan(θ) - θ is the canonical way to express how far that point has moved along the curve. inv(-θ) = -inv(θ) makes the function odd, so the involute on one side of a gear tooth is the mirror image of the other.

If your problem is a Bessel function J_n(x) for a cylindrical wave or heat-conduction model, Bessel function calculator runs the same single-function evaluation against an integer order and a real argument.

How the Involute Function Calculator Works

The involute function calculator runs the closed-form definition inv(θ) = tan(θ) - θ in the direct direction and Newton-Raphson in the inverse. Direct evaluation is a single tan() call; inversion uses tan²(θ) as the Newton slope and (3y)^(1/3) as the starting guess.

inv(θ) = tan(θ) - θ [θ in radians]
  • θ (theta): The angle in radians. The user surface is degrees; the calculator multiplies by π/180 before applying the formula.
  • tan(θ): The tangent of the angle, the dominant term for moderate and large θ.
  • y (inv): The involute value, a unitless number returned by the direct path and used as the entry point in the inverse path.
  • Newton step: θ_{n+1} = θ_n - (tan(θ_n) - θ_n - y) / tan²(θ_n), using d/dθ [tan(θ) - θ] = tan²(θ) as the slope.

The direct path returns inv, tan, the angle in radians, and the angle in degrees from one tan() call. The inverse path starts with the cubic estimate θ_0 = (3y)^(1/3) over the accepted non-negative y range and iterates until |Δθ| < 10⁻¹⁴ or 60 iterations.

According to Wikipedia, Involute, the involute function is defined for an angle θ (in radians) as inv(θ) = tan(θ) - θ, and it is the canonical function used to relate base-circle and pitch-circle angles in involute gear design. According to Wikipedia, Newton's method, transcendental equations of the form f(θ) = y that have a smooth derivative are typically solved with the Newton-Raphson iteration θ_{n+1} = θ_n - (f(θ_n) - y) / f'(θ_n), which converges quadratically once the initial guess is close to the root.

The polar angle θ that drives the involute function is the same angle that comes out of a polar-coordinate conversion, and cartesian to polar calculator returns that angle in degrees, radians, and quadrant label for any (x, y) point.

Key Concepts Explained

These four ideas decide whether a number that pops out of the calculator is something you can drop into a gear formula or a mistake you should chase.

Definition in radians

inv(θ) = tan(θ) - θ uses θ in radians. The user surface is degrees because gear-design tables report pressure angles that way, but the formula and the Newton iteration both run on radians internally.

Odd symmetry

inv(-θ) = -inv(θ). Tan is odd, the linear term is odd, and their difference is odd. The direct path exposes this symmetry, so entering -20° gives inv = -0.0149043840. The inverse path keeps the input non-negative and returns the principal positive θ, so the negative branch of the same relation is reached only by flipping the sign of the input angle in direct mode.

Gear geometry connection

On a profile-shifted gear pair, inv(θ_p) = inv(φ) + 2(x₁ + x₂) tan(φ) / (N₁ + N₂) lets you recover the operating pressure angle θ_p from the standard one φ.

Newton slope tan²(θ)

The derivative d/dθ [tan(θ) - θ] = sec²(θ) - 1 = tan²(θ). Using tan²(θ) as the Newton slope gives a step that does not need a secant evaluation.

A positive angle and a positive inv, a sign flip in the direct path when you flip the angle, a value that climbs steeply near 90°, and a quick Newton refinement from a cubic estimate are the four signals to check.

The same Newton pattern recovers arcsin, arccos, and arctan from their direct definitions, and Inverse trigonometric calculator evaluates them on the principal branch with one set of inputs.

How to Use This Calculator

  1. 1 Choose the mode: Pick Direct to evaluate inv(θ) for an angle, or Inverse to recover θ from an involute value. The default is Direct at 20°.
  2. 2 Enter the value: In Direct mode, type θ in degrees between -89.99 and 89.99. In Inverse mode, type a non-negative involute value up to about 65.
  3. 3 Read the involute value: The primary card shows the involute value to six decimals. In Inverse mode this also confirms the recovered θ matches the y you typed.
  4. 4 Read tan(θ) and the angle in both scales: The next three rows show tan(θ), the angle in degrees, and the angle in radians.
  5. 5 Switch mode for a round-trip check: Direct at 20° gives 0.0149043840. Inverse at 0.0149043840 should give 20.0000. That is the simplest sanity check.

A typical use: leave the mode on Direct, type 20, and read inv(20°) = 0.0149043840, tan(20°) = 0.3639702343, θ = 0.3490658504 rad = 20.0000°. Use that as the involute term in any gear-geometry formula that calls for inv(φ).

When the involute term feeds a pitch-line velocity or contact-ratio calculation, gear ratio RPM calculator turns gear ratio and input RPM into the operating speeds for the same kind of formula.

Benefits of Using This Calculator

The involute function shows up in enough places that an involute function calculator that handles both directions is useful on its own.

  • Removes hand-summation of the involute series: You no longer need to add up the terms of the small-θ series or flip through a printed table. The closed form runs in the background and the Newton path does the inversion.
  • Handles both directions from one surface: Direct and inverse share the same four result rows, so you can switch mode without reloading the page and verify a round trip in one visit.
  • Shows tan(θ) and the angle in degrees and radians: The tan(θ) row sanity-checks the sign and magnitude, the degrees row matches gear-design convention, and the radians row matches the formula.
  • Stable across the working range: The direct path uses a single tan() call and is accurate to double precision. The inverse path uses tan²(θ) as the Newton slope, which keeps the iteration stable across the AGMA pressure-angle range.

The main benefit is fast, transparent access to a function that shows up in textbooks, design codes, and machine-design software alike, without the cubic estimate or the Newton iteration on paper.

The involute is one of several transcendental curves in mechanical design, and Catenary curve calculator covers the catenary case for hanging cables and overhead transmission lines using the same single-function evaluation pattern.

Factors That Affect Your Results

A clean numerical answer can still mislead if you forget which branch of the function is in use, how the angle is measured, or where the divergence near 90° bites.

Radians vs degrees on the user surface

The formula runs on radians. The calculator always shows the radians row, but a hand calculation that uses degrees inside tan() will be off by a factor of about 57.

Distance from the 90° singularity

As θ approaches 90°, tan(θ) climbs toward +∞ and inv(θ) climbs with it. The calculator caps the input at 89.99° to keep the floating-point result finite.

Sign of the involute value in inverse mode

The inverse path accepts only non-negative involute values so the recovered θ lands on the principal branch used in gear design (0 ≤ θ < π/2 for positive involute values, and 0.0149043840 maps to 20.0000°). The odd-symmetry extension to negative y is the same curve, but it is reached only by entering a negative angle in direct mode rather than typing a negative involute value in inverse mode.

Choice of starting guess

The cubic estimate (3y)^(1/3) is the standard small-θ series approximation. For the AGMA range, the guess is within a few percent of the true θ, and Newton closes the gap in five to ten iterations.

  • The calculator evaluates the real involute function only, with θ in radians. Complex arguments, fractional orders, or non-Euclidean involutes are out of scope.
  • The Newton inversion returns the principal real branch. For involute values above about 65 the corresponding θ would be within double-precision rounding of π/2, and the calculator refuses the input rather than return a noisy answer.

According to Wikipedia, Involute gear, the most common stock involute gears are made at a 20° pressure angle, with 14½° and 25° pressure angle gears being much less common, which is why inv(20°) = 0.0149043840 and inv(14.5°) = 0.0055448 are the values most often quoted in machine-design tables.

When the same angle shows up in a logarithmic or Archimedean spiral, spiral length calculator evaluates the integral of sqrt(1 + θ²) that gives the spiral length for a given number of turns.

involute function calculator showing inv(θ) = tan(θ) - θ, gear pressure angle use, and inverse Newton-Raphson recovery of θ
involute function calculator showing inv(θ) = tan(θ) - θ, gear pressure angle use, and inverse Newton-Raphson recovery of θ

Frequently Asked Questions

Q: What is the involute function inv(θ) = tan(θ) - θ?

A: The involute function is defined as inv(θ) = tan(θ) - θ with θ in radians. It relates the base-circle angle and the operating pressure angle on an involute gear tooth, and shows up in cam and spline design.

Q: How do you calculate the involute function for a given angle?

A: Convert degrees to radians, take the tangent, and subtract the angle. For 20°: 0.3490658504 rad, tan = 0.3639702343, inv(20°) = 0.0149043840.

Q: What is the involute function used for in gear design?

A: On a gear tooth, inv(θ) connects the standard pressure angle, the operating pressure angle, the profile-shift coefficient, and the tooth count through inv(θ_p) = inv(φ) + 2(x₁ + x₂) tan(φ) / (N₁ + N₂).

Q: How do you find the angle θ when you know the involute value?

A: Use Newton-Raphson with the derivative tan²(θ). Start from θ_0 = (3y)^(1/3) and iterate θ_{n+1} = θ_n - (tan(θ_n) - θ_n - y) / tan²(θ_n) until |Δθ| &lt; 10⁻¹⁴. The calculator accepts only non-negative y in inverse mode to keep the result on the principal branch.

Q: Does the involute function use radians or degrees?

A: The formula uses radians. The calculator surface is degrees because gear-design tables report pressure angles that way, and it always shows the radians row so the two never get mixed up.

Q: What are the involute function values for common gear pressure angles?

A: For 14.5° the value is 0.0055448108, for 20° it is 0.0149043840, for 25° it is 0.0300537353, and for 28° it is 0.0436655082, the four AGMA standard pressure angles.