Secant Calculator
Calculate secant (sec) of any angle in degrees or radians. Includes the reciprocal cosine
What Is the Secant Function?
Secant (sec) is a trigonometric function defined as the reciprocal of cosine: sec(x) = 1/cos(x). While cosine measures the adjacent side divided by the hypotenuse in a right triangle, secant measures the hypotenuse divided by the adjacent side. Secant is undefined wherever cosine equals zero (at 90 degrees, 270 degrees, etc.), creating vertical asymptotes at these points. The function ranges from negative infinity to -1 and from 1 to positive infinity, never taking values between -1 and 1. Enter any angle in the calculator above to find its secant value in degrees or radians.
How to Calculate Secant?
Calculate cosine first, then take its reciprocal. sec(0) = 1/cos(0) = 1/1 = 1. sec(30) = 1/cos(30) = 1/0.8660 = 1.1547. sec(45) = 1/cos(45) = 1/0.7071 = 1.4142. sec(60) = 1/cos(60) = 1/0.5 = 2. sec(90) = 1/cos(90) = 1/0 = undefined. Most calculators do not have a dedicated secant button. Instead, calculate cosine and then press the reciprocal (1/x) key. Alternatively, enter 1 divided by cos(angle).
The Secant Graph
The secant graph consists of U-shaped curves separated by vertical asymptotes at every point where cosine equals zero (90, 270, 450 degrees, etc.). Between 0 and 90 degrees, secant starts at 1 and increases toward positive infinity. Between 90 and 270 degrees, it comes from negative infinity, reaches -1 at 180 degrees, and goes back to negative infinity. The graph has a period of 360 degrees (2pi radians), the same as cosine. Understanding the secant graph helps in calculus when evaluating integrals and limits involving secant, and in physics when analyzing wave behavior and resonance patterns.
Secant in Calculus
The derivative of secant is sec(x)tan(x). The integral of secant is ln|sec(x) + tan(x)| + C, one of the trickier standard integrals to derive. The derivative of tangent is sec²(x), making secant squared one of the most commonly encountered trigonometric expressions in calculus. Integration problems involving sec²(x) arise in area calculations, arc length computations, and differential equations. The integral of sec²(x) is tan(x) + C, which is used frequently enough that most calculus students memorize it directly rather than deriving it each time.
Secant Lines in Geometry
In geometry, a secant line intersects a circle at two points (as opposed to a tangent line, which touches at one point). This geometric concept shares the name but has a different origin than the trigonometric function. The secant-secant angle theorem states that the angle formed by two secants drawn from an external point equals half the difference of the intercepted arcs. The power of a point theorem relates the products of secant segments. These geometric applications appear in surveying, optical lens design, and any field working with circular or curved geometries.
Secant Method in Numerical Analysis
The secant method is a root-finding algorithm that approximates the derivative using two recent function evaluations rather than computing it analytically. Starting with two initial guesses, it iteratively improves the estimate using the formula x_new = x_n - f(x_n)(x_n - x_{n-1})/(f(x_n) - f(x_{n-1})). It converges faster than the bisection method but slightly slower than Newton's method, with the advantage of not requiring derivative calculations. Engineers and scientists use the secant method when the function is expensive to evaluate or its derivative is unavailable in closed form. Most numerical computing libraries include the secant method as a standard optimization tool.
Relationship to Other Trig Functions
Secant is related to cosine by reciprocal: sec(x) = 1/cos(x). The Pythagorean identity for secant states: 1 + tan²(x) = sec²(x). This identity is used extensively in trigonometric substitution during integration. Secant also connects to the other reciprocal functions: cosecant (1/sin) and cotangent (1/tan). Together, the six trigonometric functions (sin, cos, tan, csc, sec, cot) form a complete set of ratios for analyzing right triangles and periodic phenomena. While sin, cos, and tan are the primary three used in most applications, sec, csc, and cot appear regularly in calculus, physics, and advanced mathematics.
Secant in Optics
In optical lens design and atmospheric physics, the secant function describes how path length through a medium increases with angle. A light ray passing through a flat glass pane at angle theta travels a path length equal to the glass thickness times sec(theta). At 60 degrees incidence, the path is twice the thickness (sec(60) = 2). This relationship governs atmospheric extinction (why the sun appears dimmer near the horizon), satellite signal attenuation, and the design of anti-reflection coatings for optical instruments at non-normal incidence angles.
Frequently asked questions
What is sec(60)?
How do I calculate secant on a calculator?
Why is sec(90) undefined?
What is the derivative of sec(x)?
What is the Pythagorean identity for secant?
What is the secant method?
Rate This Calculator
Your feedback helps us improve our tools