[FP2] Solve: 3 cosh x - 4 sinh x = 7

First write cosh and sinh as exponentials, from their respective definitions:sinh x = 1/2 (e - e-x)cosh x = 1/2 (e + e-x​)So: 3 * 1/2 (e + e-x​) - 4 * 1/2 (e - e-x) = 7Multiply by 2: 3 * (e + e-x​) - 4 * (e - e-x) = 14Expanding gives: 3 * e + 3 * e-x  - 4 * e+ 4 * e-x = 14Collecting terms: -ex + 7 * e-x = 14So:  ex - 7 * e-x + 14 = 0Since ex is not 0, we can multiply by it:ex * ex - 7 * e-x *e+ 14 * ex = 0e2x - 7 + 14 * ex = 0This is a quadratic in ex, and we can use the quadratic formula to obtain:ex = -7 +- 2 root 14But ex > 0, so we discount the negative root:ex = -7 + 2 root 14x = ln ( -7 + 2 root 14)Which can easily be checked with a calculator.

WU

Related Maths A Level answers

All answers ▸

What are differences between speed and velocity, velocity and speed and acceleration?


How do I integrate tan^2 x?


The graph above shows the line y = 3*x^2. Find the area beneath the graph from y = 0 to y = 5.


Why is the derivative of x^n, nx^(n-1)?