Assistance with verifying Trig Identities, please.

Page 1 of 1 [ 6 posts ] 

Legato
Veteran
Veteran

User avatar

Joined: 17 Jan 2008
Age: 37
Gender: Male
Posts: 822

24 Feb 2009, 2:23 am

I'm pretty good at this stuff, but there is one problem I have yet to solve... For those of you that have forgotten, use algebraic methods to solve the trig identities, but each side must be worked on at one time (i.e. you cannot add to both sides, multiply both sides, or do anything like that) -- it's all about transformations of trig functions, factoring, and simplifying.

(1 - tan x) / (1 - cot x) == tan x

Can anyone help me so I can sleep? :)



Legato
Veteran
Veteran

User avatar

Joined: 17 Jan 2008
Age: 37
Gender: Male
Posts: 822

24 Feb 2009, 2:55 am

Nevermind, I figured it out finally.

(1 + tan x)
------------ == tan x
(1 + cot x)

Mult left, conjugate pair
=
(1 - cot x + tan x - (cot x)(tan x))
---------------------------------------
(1 - cot^2 x)

The mistake I made twice was, when transforming my tans\cots into sin\cos ratios, I kept -(cot x)(tan x) as -1 instead of simplifying it with the +1 already there.

Such a stupid mistake :( .... To finish:
=
(-cot x + tan x)
------------------
(1 - cot^2 x)
=
(-cos^2 x + sin^2 x)
------------------------
(sin x)(cos x)
---------------------------------------
(sin^2 x - cos^2 x)
------------------------
(sin^2 x)
=
(sin x)
-------
(cos x)
=
tan x



Last edited by Legato on 24 Feb 2009, 3:03 am, edited 3 times in total.

Dussel
Veteran
Veteran

User avatar

Joined: 19 Jan 2009
Age: 60
Gender: Male
Posts: 1,788
Location: London (UK)

24 Feb 2009, 2:56 am

let define:

tan (x) = b/a

than

cot (x) = a/b

we write:

(1 - b/a)/(1 - a/b) = ((a - b)/a)/((b - a)/b)

= (b (a - b))/(a (b - a))

= b/a ((a - b)/(b - a))

= (-b)/a = - tan (x)

You are certain there no "-" missing?



Dussel
Veteran
Veteran

User avatar

Joined: 19 Jan 2009
Age: 60
Gender: Male
Posts: 1,788
Location: London (UK)

24 Feb 2009, 3:17 am

Legato wrote:
Nevermind, I figured it out finally.

(1 + tan x)
------------ == tan x
(1 + cot x)


Different than your first term - anyway, more simple:

tan (x) = b/a

cot (x) = a/b

(1 + b/a)/(1 + a/b) = ((a + b)/a)/((b + a)/b) =

(b (a + b))/(a (b + a)) = b/a = tan (x)



whitetiger
Veteran
Veteran

User avatar

Joined: 3 Feb 2009
Age: 55
Gender: Female
Posts: 1,702
Location: Oregon

24 Feb 2009, 9:11 am

A tip:

If you need help with trig or any other subject, try brainfuse.com. I work for them and we offer homework help on every subject. You can log on from libraries and schools that have the software or write to info@brainfuse to find out how you could interact one on one with a tutor, using a whiteboard, to solve trig problems.

I don't work for their math department. I work mostly in the writing lab, helping middle and high school students with essays and research papers. Still, there are tutors that do higher math.



ruveyn
Veteran
Veteran

User avatar

Joined: 21 Sep 2008
Age: 88
Gender: Male
Posts: 31,502
Location: New Jersey

24 Feb 2009, 10:03 am

Legato wrote:
I'm pretty good at this stuff, but there is one problem I have yet to solve... For those of you that have forgotten, use algebraic methods to solve the trig identities, but each side must be worked on at one time (i.e. you cannot add to both sides, multiply both sides, or do anything like that) -- it's all about transformations of trig functions, factoring, and simplifying.

(1 - tan x) / (1 - cot x) == tan x

Can anyone help me so I can sleep? :)


Everything in Plane Trigonometry follows from the Theorem of Pythagoras.

You have a right triangle a, b, c (c is the long side). Then a^2 + b^2 = c^2.

So far so good. a^2/c^2 + b^2/c^2 = 1. Let a/c = cos x and b/c = sin x

this gives cos^2 x + sin ^2 x = 1. Now divide both sides by cos^x and get
1 + sin^2 x /cos^2 x = 1/cos^2 x. Hello! this is nothing but
1 + tan^2 x = 1/sec^2 x. You can get all the other trig identities in a similar fashion.

To get to your problem tan x = b/a

(1 -b/a)/(1 - a/b) = (a -b)/a / (b -a)/b = b/a * (a - b)/(b - a) = - tan x

Similarly
(1 + tan x) /(1 + cot x) = (1 + b/a)/(1 + a/b) = b/a * (a+b)/(b+a) = tan x

Plane Trigonometry is the child of Pythagoras.