How Do You Simplify Trigonometric Expressions Using Basic Identities?

AI Thread Summary
The discussion focuses on simplifying the expression (1 + cot²x) / (cot²x) using basic trigonometric identities. The initial approach involves substituting cotangent with cosine and sine, leading to a complex series of transformations. A more straightforward method is suggested, utilizing the identity 1 + cot²x = csc²x, which simplifies the expression more efficiently. Additionally, a question arises about whether sinx + cosx equals 1, which is clarified as incorrect, emphasizing the importance of understanding trigonometric identities. The conversation highlights the significance of recognizing simpler routes in solving trigonometric problems.
Jen23
Messages
12
Reaction score
0

Homework Statement


Express (1+cot^2 x) / (cot^2 x) in terms of sinx and/or cosx

Homework Equations


cot(x) = 1/tan(x)
sin^2(x) + cos^2(x) = 1

The Attempt at a Solution


I do not know if I am solving this problem correctly. Is there an easier route than the way I have solved it, if it is solved correctly?

= (1+cot^2x) / (cot^2x)
= 1+ [ (cos^2x) / (sin^2x) ] ÷ [ (cos^2x) / (sin^2x) ]
= 1 + [ (cos^2x) / (sin^2x) ] x [ (sin^2x / cos^2x) ]
= [ (sin^2x / sin^2x) + (cos^2x / sin^2x) ] x [ (sin^2x) / (cos^2x) ]
= [ (sin^2x + cos^2x) / (sin^2x) ] x [ (sin^2x )/ (cos^2x) ]
= [ 1 / sin^2x ] x [ sin^2x / cos^2x]
= sin^2x / (sin^2x)(cos^2x)
= 1 / cos^2x
 
Physics news on Phys.org
Jen23 said:

Homework Statement


Express (1+cot^2 x) / (cot^2 x) in terms of sinx and/or cosx

Homework Equations


cot(x) = 1/tan(x)
sin^2(x) + cos^2(x) = 1

The Attempt at a Solution


I do not know if I am solving this problem correctly. Is there an easier route than the way I have solved it, if it is solved correctly?

= (1+cot^2x) / (cot^2x)
= 1+ [ (cos^2x) / (sin^2x) ] ÷ [ (cos^2x) / (sin^2x) ]
= 1 + [ (cos^2x) / (sin^2x) ] x [ (sin^2x / cos^2x) ]
= [ (sin^2x / sin^2x) + (cos^2x / sin^2x) ] x [ (sin^2x) / (cos^2x) ]
= [ (sin^2x + cos^2x) / (sin^2x) ] x [ (sin^2x )/ (cos^2x) ]
= [ 1 / sin^2x ] x [ sin^2x / cos^2x]
= sin^2x / (sin^2x)(cos^2x)
= 1 / cos^2x

Looks just fine to me.
 
Jen23 said:

Homework Statement


Express (1+cot^2 x) / (cot^2 x) in terms of sinx and/or cosx

Homework Equations


cot(x) = 1/tan(x)
sin^2(x) + cos^2(x) = 1

The Attempt at a Solution


I do not know if I am solving this problem correctly. Is there an easier route than the way I have solved it, if it is solved correctly?

= (1+cot^2x) / (cot^2x)
= 1+ [ (cos^2x) / (sin^2x) ] ÷ [ (cos^2x) / (sin^2x) ]
= 1 + [ (cos^2x) / (sin^2x) ] x [ (sin^2x / cos^2x) ]
= [ (sin^2x / sin^2x) + (cos^2x / sin^2x) ] x [ (sin^2x) / (cos^2x) ]
= [ (sin^2x + cos^2x) / (sin^2x) ] x [ (sin^2x )/ (cos^2x) ]
= [ 1 / sin^2x ] x [ sin^2x / cos^2x]
= sin^2x / (sin^2x)(cos^2x)
= 1 / cos^2x

Why don't you use the fact that
$$
\frac{1 +\cot^2 x}{\cot^2 x} = \frac{1}{\cot^2 x} + 1 ?
$$
Then you can finish off the whole thing in one more line of simple algebra (plus the identity ##\cos^2 x + \sin^2 x = 1##).
 
Ray Vickson said:
Why don't you use the fact that
$$
\frac{1 +\cot^2 x}{\cot^2 x} = \frac{1}{\cot^2 x} + 1 ?
$$
Then you can finish off the whole thing in one more line of simple algebra (plus the identity ##\cos^2 x + \sin^2 x = 1##).

so if 1 / cot^2x = tan^2x = sin^2x / cos^2x

Then all we have to do is: = (sin^2x/cos^2x ) + (cos^2x/cos^2x)
=( sin^2x + cos^2x)/ cos^2x
= 1 / cos^2x

Thanks so much haha, I didn't even notice that. Also another question for proofs. We know that sin^2x + cos^2x = 1 (pythagorean identity). Can we say the same for sinx + cosx= 1? I am pretty sure not but just double checking.
 
Jen23 said:
so if 1 / cot^2x = tan^2x = sin^2x / cos^2x

Then all we have to do is: = (sin^2x/cos^2x ) + (cos^2x/cos^2x)
=( sin^2x + cos^2x)/ cos^2x
= 1 / cos^2x

Thanks so much haha, I didn't even notice that. Also another question for proofs. We know that sin^2x + cos^2x = 1 (pythagorean identity). Can we say the same for sinx + cosx= 1? I am pretty sure not but just double checking.

Absolutely not. Try it if ##x=\pi##.
 
The brackets [ ] on your second line are incorrect
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...

Similar threads

Replies
6
Views
3K
Replies
6
Views
2K
Replies
18
Views
2K
Replies
2
Views
2K
Replies
1
Views
1K
Replies
6
Views
2K
Back
Top