How to use the ACOSH function
What is the ACOSH function?
The ACOSH function calculates the inverse hyperbolic cosine of a number.
What is the cosine of a number?
The cosine ratio is the adjacent side divided by the hypotenuse of a right triangle.
cosine θ = adjacent side / hypotenuse
What is the hyperbolic cosine of a number?
The hyperbolic cosine is a hyperbolic function defined as:
cosh(x) = (e^x + e^-x)/2
What are hyperbolic functions?
Hyperbolic functions are similar to ordinary trigonometric functions, but they use a different shape to define them.
Trigonometric functions use a circle, while hyperbolic functions use a hyperbola. The chart above shows a hyperbola and two asymptotes (dashed lines) where the intersection is at the center of the hyperbola.
The unit hyperbola looks like this:
It shows x2 -y2=1 and x2 -y2=-1
What is the inverse hyperbolic cosine of a number?
arccosh(x) = ln(x + √(x2 - 1))
The inverse hyperbolic cosine finds the hyperbolic whose hyperbolic cosine equals the input. It is the inverse of the hyperbolic cosine function, similar to how arccos is the inverse of regular cosine.
What is the angle θ?
The Greek letter theta (θ) is commonly used to represent an unknown angle in a right triangle. The ACOS function returns the angle θ expressed in radians.
What is a right triangle?
A right triangle is a type of triangle that contains one internal angle measuring 90 degrees or π/2 radians (a right angle).
What are radians?
Radians are a unit used to measure angles. An angle of 1 radian has an arc length equal to the circle's radius.
What is the relationship between the number pi and radians?
Radians measure angles by the length of the arc they make in a circle rather than degrees. The full circumference of any circle is 2Ï€ multiplied by the circle's radius (2Ï€r).
Since the circumference goes all the way around a circle, that means the full circle measures 2π radians. Half a circle would be π radians (half of 2π). A quarter circle is 2π/4 = π/2 radians. An eighth of a circle is 2π/8 = π/4 radians.
Excel has a function that returns the number pi:Â PI function
What is an hyperbolic arc?
A hyperbolic arc is a segment of a hyperbola analogous to a circular arc on a circle. It is a curved segment cut out from a hyperbola by two intersecting asymptotes. Defined by two hyperbola points and the curve between them. Its length can be calculated using hyperbolic trigonometric functions.
What is a hyperbolic's radius?
The radius of a hyperbola is not a well-defined term, because a hyperbola does not have the shape of a circle.
What are degrees?
Degrees are a unit used to measure angles. It is based on dividing a full circle into 360 equal parts. Degrees are divided into fractional parts like minutes and seconds for more precision.
What is the relationship between radians and degrees?
The circumference of a circle is 360 degrees or 2Ï€ radians.
360 degrees = 2Ï€ radians
which is
degrees = radians x (180 / π)
Excel has two functions for converting between radians and degrees:Â RADIANSÂ |Â DEGREES
Formula in cell C3:
Excel Function Syntax
ACOSH(number)
Arguments
number | Required. Any real number equal to or greater than 1. |
Comments
ACOSH(COSH(number)) equals number.
How to plot a hyperbolic triangle?
Functions in 'Math and trigonometry' category
The ACOSH function function is one of many functions in the 'Math and trigonometry' category.
How to comment
How to add a formula to your comment
<code>Insert your formula here.</code>
Convert less than and larger than signs
Use html character entities instead of less than and larger than signs.
< becomes < and > becomes >
How to add VBA code to your comment
[vb 1="vbnet" language=","]
Put your VBA code here.
[/vb]
How to add a picture to your comment:
Upload picture to postimage.org or imgur
Paste image link to your comment.
Contact Oscar
You can contact me through this contact form