Learn · A-Level Further Maths · Strand Pure
AQA-A-FMATH-H · Hyperbolic functions

Hyperbolic functions.

Written for AQA 7367 Official specification ↗ Updated 2026.07.31

HookGalileo called the hanging chain a parabola — the Gateway Arch says otherwise

In 1638 Galileo asserted that a chain hanging under its own weight takes the shape of a parabola. It looks right — and it is wrong. In 1691, responding to a challenge set in the journals, Johann Bernoulli, Leibniz and Huygens independently derived the true curve, and it is not a polynomial at all: it is \(y=a\cosh\frac{x}{a}\), built from the exponential function. The shape was christened the catenary, from the Latin for chain, and it is load-bearing fact, not curiosity: an inverted catenary carries compression purely along its own line, which is why the Gateway Arch in St Louis — \(192\) metres of stainless steel — is built to the equation \(y=693.86-68.77\cosh(0.0100x)\) in feet, an equation displayed inside the monument itself.

The functions behind that curve are the subject of this section: \(\sinh\), \(\cosh\) and \(\tanh\), the hyperbolic functions. They are combinations of \(e^x\) and \(e^{-x}\), yet they behave like eerie twins of sine and cosine — near-identical identities, near-identical calculus, with a small set of sign changes that AQA tests relentlessly. The section asks you to know their definitions and graphs, differentiate and integrate them, invert them into logarithmic forms, deploy them in the standard integrals \(\frac{1}{\sqrt{x^2+a^2}}\) and \(\frac{1}{\sqrt{x^2-a^2}}\), and prove identities from first principles. Every one of those tasks has the same escape hatch: when in doubt, write everything in exponentials — the definition is also the universal method.

ModelBuilt from exponentials, on the blueprint of trig

The definitions are the section: \(\sinh x=\frac{e^x-e^{-x}}{2}\), \(\cosh x=\frac{e^x+e^{-x}}{2}\), and \(\tanh x=\frac{\sinh x}{\cosh x}=\frac{e^{2x}-1}{e^{2x}+1}\). The graphs follow directly. \(\sinh\) is odd, passes through the origin, and grows like \(\frac{e^x}{2}\) for large \(x\): domain and range both all of \(\mathbb{R}\). \(\cosh\) is even, is the average of \(e^x\) and \(e^{-x}\), and has minimum value \(\cosh 0=1\) — its range is \(y\ge 1\), and the curve is exactly the catenary. \(\tanh\) is odd and squashed: since \(\cosh x>|\sinh x|\) everywhere, \(\tanh\) is trapped in \(-1<\tanh x<1\), rising through the origin with gradient \(1\) and flattening onto horizontal asymptotes \(y=\pm 1\). That saturating S-shape is why \(\tanh\) reappears everywhere from special relativity (velocities add via \(\tanh\)) to neural networks (an activation that caps its output).

The three reciprocals complete the family: \(\operatorname{sech}x=\frac{1}{\cosh x}\) with range \(0<y\le 1\), \(\operatorname{cosech}x=\frac{1}{\sinh x}\) undefined at \(x=0\), and \(\coth x=\frac{1}{\tanh x}\), also undefined at \(0\), with \(|\coth x|>1\). Domains and ranges are not decoration here — AQA asks for them directly, and they control which inverse functions exist and where the log forms are valid.

ModelIdentities and the hyperbola: where the name comes from

Square the definitions and subtract, and the cross terms do the work: \(\cosh^2 x-\sinh^2 x=\frac{e^{2x}+2+e^{-2x}}{4}-\frac{e^{2x}-2+e^{-2x}}{4}=1\). This is the section's Pythagoras, and it explains the name: the point \((\cos t,\sin t)\) traces the unit circle \(x^2+y^2=1\), while \((\cosh t,\sinh t)\) traces a branch of the unit hyperbola \(x^2-y^2=1\) — the same conic that appears in the further-algebra section, now parametrised. The double-angle results follow the trig blueprint: \(\sinh 2x=2\sinh x\cosh x\) exactly as in trig, and \(\cosh 2x=\cosh^2 x+\sinh^2 x=2\cosh^2 x-1=1+2\sinh^2 x\), where the middle form has a plus sign trig does not.

The sign pattern is captured by Osborn's rule: take any trig identity and flip the sign of every term containing a product of two sinhs — \(\sinh^2\), or \(\sinh A\sinh B\), including the hidden product inside \(\tanh^2=\frac{\sinh^2}{\cosh^2}\). So \(\cos^2+\sin^2=1\) becomes \(\cosh^2-\sinh^2=1\), \(1+\tan^2=\sec^2\) becomes \(1-\tanh^2=\operatorname{sech}^2\), and \(\sin 2x=2\sin x\cos x\) is untouched because it contains only one sinh factor. Osborn's rule is a memory aid, not a proof — in a 'show that' question the exponential definitions are the argument, and the rule is merely how you predict what you are about to prove.

MechanismCalculus without the sign flip

Differentiate the definitions and the exponentials shuffle: \(\frac{d}{dx}\sinh x=\cosh x\) and \(\frac{d}{dx}\cosh x=\sinh x\) — no minus sign. Where trig's derivative cycle takes four steps to return (\(\sin\to\cos\to-\sin\to-\cos\to\sin\)), the hyperbolic cycle takes two: the pair just swap. Quotient rule then gives \(\frac{d}{dx}\tanh x=\operatorname{sech}^2 x\), the exact analogue of \(\sec^2\). Reversing: \(\int\sinh x\,dx=\cosh x+c\), \(\int\cosh x\,dx=\sinh x+c\), and \(\int\tanh x\,dx=\int\frac{\sinh x}{\cosh x}\,dx=\ln(\cosh x)+c\) — a function-over-its-derivative pattern, with no modulus needed since \(\cosh x\ge 1>0\).

These feed every larger technique unchanged: chain rule (\(\frac{d}{dx}\cosh 3x=3\sinh 3x\)), product rule, parts (\(\int x\sinh x\,dx=x\cosh x-\sinh x+c\)), and the identity-then-integrate move for even powers — \(\int\cosh^2 x\,dx\) surrenders to \(\cosh^2 x=\frac{\cosh 2x+1}{2}\), mirroring how \(\cos^2\) surrenders to its double angle. The one place trig instinct actively betrays you is the sign on \(\frac{d}{dx}\cosh\): writing \(-\sinh x\) is the single most common error in the topic, and it silently wrecks every later line of a curve-sketching or arc-length part. When any doubt creeps in, differentiate the exponential form — \(\frac{e^x+e^{-x}}{2}\) visibly differentiates to \(\frac{e^x-e^{-x}}{2}\), and the question is settled in one line.

MechanismInverses and their logarithmic forms

Because \(\sinh\) is strictly increasing over all of \(\mathbb{R}\), it inverts cleanly: \(\operatorname{arsinh}x\) has domain and range \(\mathbb{R}\). \(\tanh\) inverts to \(\operatorname{artanh}x\), defined only for \(-1<x<1\) — the range of \(\tanh\) becomes the domain of its inverse. \(\cosh\) is the awkward one: it is even, so it fails to be one-to-one, and the convention is to invert only the right-hand branch, giving \(\operatorname{arcosh}x\) with domain \(x\ge 1\) and range \(y\ge 0\). That restriction is not small print — it is the fact that decides a \(\pm\) sign in the derivation below, and AQA's spec statement H4 says 'derive', so the derivation itself is examinable, not just the result.

Each inverse has a closed logarithmic form, obtained the same way every time: set \(y\) equal to the inverse, rewrite in exponentials, and solve a hidden quadratic in \(e^y\). The results: \(\operatorname{arsinh}x=\ln\big(x+\sqrt{x^2+1}\big)\), \(\operatorname{arcosh}x=\ln\big(x+\sqrt{x^2-1}\big)\) for \(x\ge 1\), and \(\operatorname{artanh}x=\frac{1}{2}\ln\frac{1+x}{1-x}\) for \(|x|<1\). These are what make 'give an exact answer' possible: a solution like \(x=\operatorname{arsinh}\frac{3}{4}\) converts to \(\ln 2\) — see the exam-technique block — and the log forms are the bridge.

Worked example

Derive the logarithmic form of \(\operatorname{arcosh}x\).

Set up: let \(y=\operatorname{arcosh}x\) with \(x\ge 1\), so \(x=\cosh y=\frac{e^y+e^{-y}}{2}\) and \(y\ge 0\). Build the quadratic: multiply by \(2e^y\): \(2xe^y=e^{2y}+1\), i.e. \[(e^y)^2-2x(e^y)+1=0.\] Solve for \(e^y\): the quadratic formula gives \(e^y=\frac{2x\pm\sqrt{4x^2-4}}{2}=x\pm\sqrt{x^2-1}\). Choose the sign: the two roots multiply to \(1\) (product of roots \(=\) constant term), so they are reciprocals — one is \(\ge 1\), the other \(\le 1\). Since \(y\ge 0\) forces \(e^y\ge 1\), we must take the plus: \(e^y=x+\sqrt{x^2-1}\). Conclude: \(\operatorname{arcosh}x=\ln\big(x+\sqrt{x^2-1}\big)\). The sign selection is where the reasoning mark lives — it is exactly the range restriction \(y\ge 0\) doing the work, and omitting the justification costs the mark even when the final line is right.

MechanismThe integrals the section was built for

The hyperbolic substitutions exist to kill square roots of quadratics. In \(\int\frac{dx}{\sqrt{x^2+a^2}}\), substitute \(x=a\sinh u\): then \(\sqrt{x^2+a^2}=\sqrt{a^2\sinh^2 u+a^2}=a\cosh u\) by the Pythagorean identity, \(dx=a\cosh u\,du\), and the integral collapses to \(\int du=u+c\). Hence \[\int\frac{dx}{\sqrt{x^2+a^2}}=\operatorname{arsinh}\frac{x}{a}+c,\qquad\int\frac{dx}{\sqrt{x^2-a^2}}=\operatorname{arcosh}\frac{x}{a}+c,\] the second via \(x=a\cosh u\). Compare the further-calculus section: \(\sqrt{a^2-x^2}\) called for a trig substitution because \(1-\sin^2=\cos^2\) kills a difference from \(a^2\). The sign pattern under the root is the dispatcher: \(a^2-x^2\) trig, \(x^2+a^2\) sinh, \(x^2-a^2\) cosh.

Exam integrals hide the pattern behind a general quadratic, and completing the square is the reveal: \(\sqrt{x^2+4x+13}=\sqrt{(x+2)^2+9}\) is a \(u^2+a^2\) with \(u=x+2\), \(a=3\). Definite versions either convert the limits into \(u\)-values or finish with the log forms for an exact answer. The same substitutions also handle \(\int\sqrt{x^2+a^2}\,dx\) and relatives — there the collapse is to \(\int a^2\cosh^2 u\,du\), dispatched by the double-angle identity, which is why the identities block is a prerequisite rather than an aside.

Worked example

Find \(\displaystyle\int\frac{dx}{\sqrt{x^2+4x+13}}\).

Complete the square: \(x^2+4x+13=(x+2)^2+9\). Recognise the form: this is \(\int\frac{du}{\sqrt{u^2+3^2}}\) with \(u=x+2\) (and \(du=dx\)), the \(\operatorname{arsinh}\) pattern. Apply it: \[\int\frac{dx}{\sqrt{(x+2)^2+9}}=\operatorname{arsinh}\Big(\frac{x+2}{3}\Big)+c.\] Exact-form version: via the log form this is \(\ln\big(x+2+\sqrt{x^2+4x+13}\big)+c'\), where the suppressed \(-\ln 3\) has been absorbed into the constant — a legitimate move worth stating explicitly if the question asked for a logarithmic answer. Check by differentiating: \(\frac{d}{dx}\operatorname{arsinh}\frac{x+2}{3}=\frac{1/3}{\sqrt{(\frac{x+2}{3})^2+1}}=\frac{1}{\sqrt{(x+2)^2+9}}\). \(\checkmark\)

CaseProof and equation questions: exponentials are the master key

AQA's H7 asks you to construct proofs involving hyperbolic functions, and the proofs come in a recognisable repertoire: verify an identity from the definitions, derive a log form (as above), or solve an equation exactly. For identities, the strategy is mechanical and reliable — replace every hyperbolic function by its exponential definition, expand, and watch the algebra close. The style requirement is direction: start from one side and work to the other, or manipulate both sides into a visibly identical expression; a proof that assumes the result and simplifies to \(0=0\) earns nothing.

Equations offer a genuine choice of route. An equation mixing \(\sinh x\) and \(\cosh x\) linearly goes straight to exponentials and becomes a quadratic in \(e^x\); an equation mixing \(\cosh 2x\) with \(\sinh x\) first uses \(\cosh 2x=1+2\sinh^2 x\) to become a quadratic in \(\sinh x\), solved and then converted by \(x=\operatorname{arsinh}s=\ln\big(s+\sqrt{s^2+1}\big)\). Two pruning rules do the tidying: \(e^x>0\) always, so negative roots for \(e^x\) are discarded with a stated reason; and \(\cosh x\ge 1\), so any root demanding \(\cosh x<1\) dies the same way. The exact answers these methods produce — clean logarithms like \(\ln 4\) — are the point: this is a non-calculator-friendly topic, and 'exact value' in the question is the instruction to travel via exponentials or log forms rather than decimals.

Worked example

Solve \(6\sinh x-2\cosh x=7\), giving an exact answer.

Exponential form: \(6\cdot\frac{e^x-e^{-x}}{2}-2\cdot\frac{e^x+e^{-x}}{2}=7\), so \(3e^x-3e^{-x}-e^x-e^{-x}=7\), i.e. \(2e^x-4e^{-x}=7\). Quadratic in \(e^x\): multiply by \(e^x\) and set \(u=e^x\): \[2u^2-7u-4=0\quad\Longrightarrow\quad(2u+1)(u-4)=0,\] so \(u=4\) or \(u=-\frac{1}{2}\). Prune: \(e^x>0\), so \(u=-\frac{1}{2}\) is rejected. Conclude: \(e^x=4\), giving \(x=\ln 4\). Verify: \(\sinh\ln 4=\frac{4-\frac{1}{4}}{2}=\frac{15}{8}\) and \(\cosh\ln 4=\frac{4+\frac{1}{4}}{2}=\frac{17}{8}\); then \(6\cdot\frac{15}{8}-2\cdot\frac{17}{8}=\frac{90-34}{8}=7\). \(\checkmark\) The rejected root and its one-line reason — '\(e^x>0\)' — carry a mark of their own.

VocabularyKey terms the mark scheme pays for

Hyperbolic sine and cosine
\(\sinh x=\frac{e^x-e^{-x}}{2}\) (odd, range \(\mathbb{R}\)) and \(\cosh x=\frac{e^x+e^{-x}}{2}\) (even, range \(y\ge 1\)) — the exponential-built twins of sine and cosine.
Catenary
The curve \(y=a\cosh\frac{x}{a}\) taken by a chain hanging under gravity — Galileo's 'parabola' corrected by Bernoulli, Leibniz and Huygens in 1691, and the shape of the Gateway Arch inverted.
tanh and its asymptotes
\(\tanh x=\frac{\sinh x}{\cosh x}\), odd, strictly increasing, trapped between horizontal asymptotes \(y=\pm 1\); its range \((-1,1)\) becomes the domain of \(\operatorname{artanh}\).
Osborn's rule
Convert a trig identity to hyperbolic form by flipping the sign of every product of two sinhs (including \(\tanh^2\)). A prediction device — proofs still run through the exponential definitions.
Pythagorean identity
\(\cosh^2 x-\sinh^2 x\equiv 1\): the reason \((\cosh t,\sinh t)\) parametrises the hyperbola \(x^2-y^2=1\), and the engine of every hyperbolic substitution.
arcosh and its branch
Inverse of \(\cosh\) restricted to \(x\ge 0\): domain \(x\ge 1\), range \(y\ge 0\). The range restriction selects the plus sign in \(\operatorname{arcosh}x=\ln\big(x+\sqrt{x^2-1}\big)\).
Logarithmic forms
\(\operatorname{arsinh}x=\ln\big(x+\sqrt{x^2+1}\big)\), \(\operatorname{arcosh}x=\ln\big(x+\sqrt{x^2-1}\big)\), \(\operatorname{artanh}x=\frac{1}{2}\ln\frac{1+x}{1-x}\) — the bridge from hyperbolic solutions to exact log answers.
Hyperbolic substitution
\(x=a\sinh u\) for \(\sqrt{x^2+a^2}\), \(x=a\cosh u\) for \(\sqrt{x^2-a^2}\) — chosen so the Pythagorean identity collapses the square root; the sign pattern under the root is the dispatcher.

TrapsMisconceptions that cost marks

“Hyperbolic calculus mirrors trig exactly, so the derivative of cosh x is minus sinh x.”
Actually: There is no minus: \(\frac{d}{dx}\cosh x=\sinh x\). The trig cycle needs four derivatives to return; the hyperbolic pair simply swap in two. One check settles any doubt: \(\frac{e^x+e^{-x}}{2}\) visibly differentiates to \(\frac{e^x-e^{-x}}{2}\).
“The quadratic in the arcosh derivation gives e^y = x ± √(x²−1), so the log form should carry a ±.”
Actually: The two roots are reciprocals, and the range restriction \(y\ge 0\) forces \(e^y\ge 1\), which selects the plus sign uniquely. The \(\pm\) is resolved, not carried — and stating why is where the reasoning mark sits.
“Since sinh and cosh grow without bound, tanh does too.”
Actually: \(\tanh=\frac{\sinh}{\cosh}\) and \(\cosh\) always narrowly outgrows \(|\sinh|\) (their difference is \(e^{-x}\)), so \(\tanh\) saturates between the asymptotes \(y=\pm 1\) and never reaches them. That bounded range is exactly why \(\operatorname{artanh}\) exists only on \(-1<x<1\).
“Osborn's rule means flipping every sign when converting a trig identity.”
Actually: Only terms containing a product of TWO sinhs flip — \(\sinh^2\), \(\sinh A\sinh B\), and the hidden \(\sinh^2\) inside \(\tanh^2\). Single-sinh terms keep their sign, which is why \(\sinh 2x=2\sinh x\cosh x\) matches trig exactly while \(1+\tan^2=\sec^2\) becomes \(1-\tanh^2=\operatorname{sech}^2\).

ExamWhat examiners want

The exponential definition is the universal fallback, and the strongest candidates reach for it early: any identity proof, any equation, any doubtful sign can be settled by writing \(\sinh\) and \(\cosh\) in terms of \(e^x\) and grinding two lines of algebra. AQA's wording matters here — statements H4 and H7 say derive and construct proofs, so the log forms and identities are not facts to quote but arguments to perform: in a derivation, the marks attach to the hidden quadratic in \(e^y\), the observation that the two roots are reciprocals, and the range-restriction sentence that picks the sign. Skipping to a memorised final line scores the answer mark and forfeits the rest.

On integrals, show the dispatcher working: complete the square in full, name the substitution (\(x+2=3\sinh u\)), and transform \(dx\) explicitly — the method marks are for the mechanism, and a correct answer with an invisible method is fragile under the smallest arithmetic slip. Expect the 'exact value' instruction and respect it: answers like \(\ln 4\) or \(\ln\big(3+\sqrt{10}\big)\) are the intended currency, and a decimal in the final line surrenders the accuracy mark. Two reasons must always be written, never implied: roots discarded because \(e^x>0\), and solutions rejected because \(\cosh x\ge 1\). Both are single-clause sentences, both carry marks, and examiners' reports single out their omission year after year. Finally, guard the one sign the whole topic turns on — differentiate \(\cosh\) to \(+\sinh\) — because in a six-mark arc-length or stationary-point chain, that minus sign is the difference between full marks and a page of consistent wrongness.

Vofti has 0 questions on AQA-A-FMATH-H — every one hook-first, every one mapped to this section of the AQA spec.

Last updated · 2026.08.09 AQA A-Level Further Maths · Spec AQA-A-FMATH-H