Evaluating Inverse Trig Functions

CB1101

New member
Joined
Jun 23, 2013
Messages
26
For part of my homework, I need to evaluate arcsec(0) and arccos(sqrt(14)). I have no idea where to begin, can someone point me in the right direction?
 
For part of my homework, I need to evaluate arcsec(0) and arccos(sqrt(14)). I have no idea where to begin, can someone point me in the right direction?
An arcsec of a number is an angle such that sec(x) equals that number. So what angle x gives sec(x) = 0?

Basically the same for the arccos, what angle x gives cos(x) = 14\displaystyle \sqrt{14}?

However, I think you may have copied those wrong since there is no Real Number x such that sec(x) < 1 nor is there one such that cos(x) >1.
 
Last edited:
For part of my homework, I need to evaluate arcsec(0) and arccos(sqrt(14)). I have no idea where to begin, can someone point me in the right direction?
When you have no idea where to begin then you look at the definitions!
 

Do you know what a complex number is and how to define the cosine, for example, in terms of exponentials?

We have
cos(x)=12(eixeix)=14\displaystyle cos(x) = \frac{1}{2} (e^{i x} - e^{-ix}) = \sqrt{14}
letting u = eix and a = 14\displaystyle \sqrt{14},
this translates to
u2 - 2 a u - 1 = 0
or, using the quadratic equation,
u = a±a2+1\displaystyle a \pm \sqrt{a^2 + 1}
or,
i x = ln(u)

You can do the same sort of thing for the secant.
 
Top