Find arsinh(x) in terms of x

let y=arsinh(x)x=sinh(y)=(ey - e-y)/22x=e- e-y2x*ey=ey-1 (multiply byey)0=(ey)2-2xey-1This is a quadratic in ey with coefficients: a=1,b=-2x,c=-1Usinng the quadratic formula (and simplifying):e^y=x +/- sqrt(x2+1)but ey=x-sqrt(x2+1) isn't possible as ey>0 for all y.so ey=x+sqrt(x2+1)y=ln(x+sqrt(x2+1))arsinh(x)=ln(x+sqrt(x2+1)).(Note that sqrt(x) is standard notation for 'the square root of x' on computers).

JB

Related Further Mathematics A Level answers

All answers ▸

The ODE mx'' + cx' + kx = 0 is used to model a damped mass-spring system, where m is the mass, c is the damping constant and k is the spring constant. Describe and explain the behaviour of the system for the cases: (a) c^2>4mk; (b) c^2=4mk; (c) c^2<4mk.


Solve the second order differential equation d^2y/dx^2 - 4dy/dx + 5y = 15cos(x), given that when x = 0, y = 1 and when x = 0, dy/dx = 0


Find the square root of i


How do I find the vector/cross product of two three-dimensional vectors?