cosecx - cotx = y
find cosx in terms of y.
Printable View
cosecx - cotx = y
find cosx in terms of y.
csc x = 1 / sin x
cot x = cos x / sin x
Substitute and solve.
tried that already, doesnt work.
becomes (1-cosx)/sinx = y and cannot get rid of sinx.
I would have thought that
cos x = 1 - y sin x
was the solution.
but there cannot be 'x' on that side. It must be expressed in terms of y only.
cscx-cotx=y
(cscx-cotx)(cscx+cotx)=y(cscx+cotx)
csc²x-cot²x=y(cscx+cotx)
1=y(cscx+cotx)
try it from there ;)
if not i'll finish it for ya :D
cscx-cotx=y
1/sinx - cosx/sinx = y
(1 - cosx)/sinx = y
(1 - cosx)2/sin2x = y2
(1 - 2cosx + cos2x)/(1 - cos2x) = y2
cos2x(1 + y2) - 2cosx + 1 - y2 = 0
Solving for cosx:
cosx = 1 (which is the particular case x = 0)
and
cosx = (1 - y2) / (1 + y2)
thank you, thats perfect. i've been stuck on this for quite a while already.