Skip to content

9231 · 2.1

Hyperbolic functions — practice questions

Practice and worked examples for 9231 Hyperbolic functions. Short previews only — attempt the full question in MarkScheme against the official scheme.

Worked example 1

Prove the identity cosh2(x)sinh2(x)=1\cosh^2(x) - \sinh^2(x) = 1 from the exponential definitions of sinh(x)\sinh(x) and cosh(x)\cosh(x).

Show solution outline

We start with the left-hand side (LHS) and substitute the definitions.

LHS = cosh2(x)sinh2(x)\cosh^2(x) - \sinh^2(x)

=(ex+ex2)2(exex2)2= \left( \frac{e^x + e^{-x}}{2} \right)^2 - \left( \frac{e^x - e^{-x}}{2} \right)^2

Expand the numerators: =(ex)2+2(ex)(ex)+(ex)24(ex)22(ex)(ex)+(ex)24= \frac{(e^x)^2 + 2(e^x)(e^{-x}) + (e^{-x})^2}{4} - \frac{(e^x)^2 - 2(e^x)(e^{-x}) + (e^{-x})^2}{4}

=e2x+2e0+e2x4e2x2e0+e2x4= \frac{e^{2x} + 2e^0 + e^{-2x}}{4} - \frac{e^{2x} - 2e^0 + e^{-2x}}{4}

Since e0=1e^0 = 1: =e2x+2+e2x(e2x2+e2x)4= \frac{e^{2x} + 2 + e^{-2x} - (e^{2x} - 2 + e^{-2x})}{4}

Combine the fractions: =e2x+2+e2xe2x+2e2x4= \frac{e^{2x} + 2 + e^{-2x} - e^{2x} + 2 - e^{-2x}}{4}

Cancel terms in the numerator: =44=1= \frac{4}{4} = 1

LHS = 1 = RHS. The identity is proven.

Worked example 2

Solve the equation 3cosh(x)+2sinh(x)=43\cosh(x) + 2\sinh(x) = 4, giving your answer in an exact logarithmic form.

Show solution outline

We will use the exponential definitions for cosh(x)\cosh(x) and sinh(x)\sinh(x).

3(ex+ex2)+2(exex2)=43\left(\frac{e^x + e^{-x}}{2}\right) + 2\left(\frac{e^x - e^{-x}}{2}\right) = 4

Multiply the entire equation by 2 to clear the denominators: 3(ex+ex)+2(exex)=83(e^x + e^{-x}) + 2(e^x - e^{-x}) = 8

Expand the brackets: 3ex+3ex+2ex2ex=83e^x + 3e^{-x} + 2e^x - 2e^{-x} = 8

Collect like terms: 5ex+ex=85e^x + e^{-x} = 8

To form a quadratic, multiply by exe^x and recall that ex×ex=e0=1e^{-x} \times e^x = e^0 = 1: 5(ex)2+1=8ex5(e^x)^2 + 1 = 8e^x

Rearrange into a standard quadratic form: 5(ex)28ex+1=05(e^x)^2 - 8e^x + 1 = 0

Let u=exu = e^x. The equation becomes: 5u28u+1=05u^2 - 8u + 1 = 0

This does not factorise easily, so we use the quadratic formula: u=b±b24ac2au = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}. u=8±(8)24(5)(1)2(5)u = \frac{8 \pm \sqrt{(-8)^2 - 4(5)(1)}}{2(5)} u=8±642010u = \frac{8 \pm \sqrt{64 - 20}}{10} u=8±4410=8±21110=4±115u = \frac{8 \pm \sqrt{44}}{10} = \frac{8 \pm 2\sqrt{11}}{10} = \frac{4 \pm \sqrt{11}}{5}

Now, substitute back u=exu = e^x. We have two potential solutions: ex=4+115e^x = \frac{4 + \sqrt{11}}{5} or ex=4115e^x = \frac{4 - \sqrt{11}}{5}

Since 11\sqrt{11} is between 3 and 4 (as 32=9,42=163^2=9, 4^2=16), both numerators are positive. Therefore, both values of uu are positive and valid solutions for exe^x.

Taking the natural logarithm of both sides for each solution: x=ln(4+115)x = \ln\left(\frac{4 + \sqrt{11}}{5}\right) or x=ln(4115)x = \ln\left(\frac{4 - \sqrt{11}}{5}\right)

These are the two exact solutions.