You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
The hyperbolic functions sinh, cosh and tanh are close cousins of the trigonometric functions, but built from the exponential function rather than the unit circle. They share almost all the algebraic structure of sin, cos and tan — with a handful of strategic sign changes — and they unlock a whole family of integrals and differential equations later in the course. This lesson defines them, derives the fundamental identity cosh2x−sinh2x=1, sketches the three graphs, and shows the exponential techniques that solve hyperbolic equations exactly.
Hyperbolic functions are compulsory pure content for Papers 1 and 2 of AQA 7367. This opening lesson is the foundation for everything that follows in the strand: hyperbolic identities, inverse hyperbolic functions, and their differentiation and integration. The work is largely AO1 (apply the definitions and the identity), with the proofs of the identity and the logarithmic-form derivations reaching firmly into AO2 (construct a rigorous argument). It builds directly on the exponential and logarithm work and the laws of indices from A-Level Maths. Because the hyperbolic functions reappear in almost every later calculus topic — they are the key to a large class of standard integrals — time spent making these definitions second nature pays off repeatedly. Examiners particularly favour "prove from the definitions" questions here, precisely because the proofs are short, self-contained, and a clean test of whether a candidate truly understands the exponential basis rather than merely memorising results.
The two basic hyperbolic functions are defined as the even and odd parts of ex:
sinhx=2ex−e−x,coshx=2ex+e−x
(sinh is pronounced "shine" or "sinch"; cosh rhymes with "gosh".) Their quotient defines the hyperbolic tangent:
tanhx=coshxsinhx=ex+e−xex−e−x.
The three reciprocal functions complete the family:
cosechx=sinhx1 (x=0),sechx=coshx1,cothx=sinhxcoshx (x=0).
A useful way to remember which is which: cosh takes the + sign (it is the even part of ex, so adding ex and e−x keeps it symmetric), while sinh takes the − sign (the odd part). Everything else follows from these two.
It is worth dwelling on why these particular combinations deserve names. Any function f can be split uniquely into an even part 21(f(x)+f(−x)) and an odd part 21(f(x)−f(−x)). Apply this to f(x)=ex, noting f(−x)=e−x: the even part is exactly coshx and the odd part is exactly sinhx. So ex=coshx+sinhx is nothing more than the even–odd decomposition of the exponential, which is why the hyperbolic functions inherit so much of the exponential's beautiful algebra. This single observation explains every recovery formula and every addition identity you will meet — they are all just facts about ex in disguise. The trigonometric functions are the same decomposition applied to eix, which is precisely why the two families are so closely related.
A handful of special values anchor the graphs and act as quick sanity checks. Evaluating at x=0: sinh0=21−1=0, cosh0=21+1=1, tanh0=0. The contrast with the circular functions is immediate — cos0=1 matches cosh0=1, but whereas sin and cos oscillate forever, the hyperbolic values grow without bound as x increases. The table also shows the parity at a glance: sinh(−1)=−sinh(1) (odd) while cosh(−1)=cosh(1) (even).
| x | sinhx | coshx | tanhx |
|---|---|---|---|
| 0 | 0 | 1 | 0 |
| 1 | 2e−e−1≈1.175 | 2e+e−1≈1.543 | ≈0.762 |
| −1 | ≈−1.175 | ≈1.543 | ≈−0.762 |
Adding and subtracting the two definitions gives the two recovery formulae, which are constantly useful:
coshx+sinhx=ex,coshx−sinhx=e−x.
Multiplying these two together is, incidentally, a one-line proof of the fundamental identity: (coshx+sinhx)(coshx−sinhx)=exe−x=1, i.e. cosh2x−sinh2x=1. This is a much slicker route than the brute-force squaring in §4, and it is worth having both in your toolkit — the squaring proof is what examiners usually ask for under "prove from the definitions", but the factorised version makes the structure transparent. The recovery formulae are also the key to raising hyperbolic expressions to powers, as Worked Example 3 will show, because they convert coshx±sinhx into a single exponential that obeys the ordinary index laws.
cosh2x−sinh2x=1
Proof from the definitions.
cosh2x−sinh2x=(2ex+e−x)2−(2ex−e−x)2=4e2x+2+e−2x−4e2x−2+e−2x=44=1.
This is the hyperbolic analogue of sin2x+cos2x=1, but with a minus sign — the single most important structural difference between the two families, and the source of every sign change you will meet via Osborn's rule in the next lesson. The name "hyperbolic" comes from exactly this identity: the point (cosht,sinht) satisfies X2−Y2=1 and so traces a hyperbola, just as (cost,sint) traces the unit circle X2+Y2=1.
Knowing the shapes is examinable, so internalise each one and — more importantly — how it follows from the definition, since that reasoning is what earns the marks if you are asked to justify a feature. A reliable trick for all three graphs is to think of them as combinations of the two exponential curves 21ex (rising) and 21e−x (falling): adding them gives cosh, subtracting gives sinh, and their dominance for large ∣x∣ dictates the tails.
y=sinhx. Domain R, range R; an odd function (sinh(−x)=−sinhx), so its graph has rotational symmetry about the origin. It passes through the origin like a gently stretched cubic, with gradient cosh0=1 there. For large positive x the falling term −21e−x dies away and sinhx≈21ex, so the right-hand tail climbs exponentially; by oddness the left tail plunges as −21e−x. There is no maximum or minimum — the function is strictly increasing everywhere, which is exactly why sinhx=k always has a unique solution.
y=coshx. Domain R, range [1,∞); an even function (cosh(−x)=coshx), so its graph is symmetric about the y-axis. It is a smooth U-shape with a single minimum value of 1 at x=0 (not 0 — a frequent slip), and for large ∣x∣ it grows like 21e∣x∣ on both sides. Although it superficially resembles a parabola near the bottom, it grows far faster than any polynomial. This is the catenary, the shape a uniform flexible chain takes when hung between two points under its own weight.
y=tanhx. Domain R, range the open interval (−1,1); an odd function. It is the classic S-shape (sigmoid) through the origin, with gradient sech20=1 there, flattening towards horizontal asymptotes y=±1. The asymptotes follow from the exponential form: writing tanhx=e2x+1e2x−1 (divide numerator and denominator of the definition by e−x), as x→+∞ the e2x terms dominate and the ratio →1; as x→−∞ the constant terms dominate and it →−1. It never actually attains ±1, which is why the range is open — the reason tanh is so popular as a "squashing" function in machine learning, where a bounded smooth output is wanted.
The two recurring tasks in this strand are (i) given one hyperbolic value, find the others using the fundamental identity, and (ii) solve a hyperbolic equation by going back to exponentials. The worked examples drill both.
Given sinhx=43, find coshx and tanhx.
The fundamental identity lets us find cosh from sinh without ever solving for x itself — much faster than computing x and substituting back.
cosh2x=1+sinh2x=1+169=1625 ⟹ coshx=45 (positive, since coshx≥1).
tanhx=coshxsinhx=5/43/4=53.
Mark scheme: M1 use cosh2x=1+sinh2x; A1 coshx=45 (taking the positive root with reason); A1 tanhx=53.
Show that sinhx=2 gives x=ln(2+5).
This is the archetypal "solve a hyperbolic equation" question, and the method generalises to every such problem: replace the hyperbolic function by its exponential definition, multiply through by ex to clear the negative power, and recognise the result as a quadratic in ex. Substitute the definition and clear the fraction:
2ex−e−x=2 ⟹ ex−e−x=4 ⟹ e2x−4ex−1=0(×ex).
Let u=ex>0:
u2−4u−1=0 ⟹ u=24±16+4=2±5.
Since u=ex>0 we reject 2−5<0, leaving ex=2+5, so x=ln(2+5).
Mark scheme: M1 substitute the exponential definition; M1 form the quadratic in ex; A1 ex=2+5 (rejecting the negative root with reason); A1 x=ln(2+5).
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.