Finding the Domain of a Trigonometric Function

AI Thread Summary
The discussion centers on finding the domain of the function f(x)=(1+cosx)/(1-cos2x). Participants explore the process of factoring the function and determining where the denominator equals zero, specifically when cos(x) equals 1 or -1. The correct approach involves recognizing that these values lead to restrictions on the domain, which excludes certain angles defined by nπ for integer n. Additionally, there is a suggestion to use the identity 1-cos²(x)=sin²(x) to simplify the function and identify where sin(x) equals zero, further clarifying the domain restrictions. Overall, the focus is on understanding the implications of trigonometric values and identities in determining the function's domain.
Astraithious
Messages
20
Reaction score
0

Homework Statement


Find the domain of this function and check with your graphing calculator:
f(x)=(1+cosx)/(1-cos2x)

Homework Equations

The Attempt at a Solution


i get to (1+cosx)/(1+cosx)(1-cosx) which is factored. so then setting each one to zero one at a time i figure out that
cosx = -1 and cosx = 1
then i get stuck from there.

here is what the page says to do Step 4
Setting each of those factors to zero, we get:

2705732cd4f64a0fb048539189f48a11.png
and
94e8342e5f0d65ecc1458a3d5f6ec48e.png

Step 5
Solving each of those, we get:

433994f5cd76da62c34aebba3cdd4860.png
and
2ea814dabad7213ec03d04641e5affda.png
, where n is an integer
Step 6
Combining those, we get:

2ea814dabad7213ec03d04641e5affda.png
, where n is an integer
Step 7
Since those values are where the denominator is zero, our domain is at every value EXCEPT those:

d94649fca4f03c2b1c9532778da0b48b.png
, where n is an integerI was hoping somebody could break down the steps after 4 , i have no clue where
433994f5cd76da62c34aebba3cdd4860.png
OR
2ea814dabad7213ec03d04641e5affda.png
come from, thank you
 
Physics news on Phys.org
Astraithious said:

Homework Statement


Find the domain of this function and check with your graphing calculator:
f(x)=(1+cosx)/(1-cos2x)

Homework Equations

The Attempt at a Solution


i get to (1+cosx)/(1+cosx)(1-cosx) which is factored. so then setting each one to zero one at a time i figure out that
cosx = -1 and cosx = 1
then i get stuck from there.

here is what the page says to doStep 4
Setting each of those factors to zero, we get:

2705732cd4f64a0fb048539189f48a11.png
and
94e8342e5f0d65ecc1458a3d5f6ec48e.png

Step 5
Solving each of those, we get:

433994f5cd76da62c34aebba3cdd4860.png
and
2ea814dabad7213ec03d04641e5affda.png
, where n is an integer
Step 6
Combining those, we get:

2ea814dabad7213ec03d04641e5affda.png
, where n is an integer
Step 7
Since those values are where the denominator is zero, our domain is at every value EXCEPT those:

d94649fca4f03c2b1c9532778da0b48b.png
, where n is an integerI was hoping somebody could break down the steps after 4 , i have no clue where
433994f5cd76da62c34aebba3cdd4860.png
OR
2ea814dabad7213ec03d04641e5affda.png
come from, thank you
You mean you don't know for which angles the cosine function is ±1 ?

Haven't you ever seen a graph of cosine (x) plotted out:


upload_2016-3-30_8-10-22.png

 
Astraithious said:

Homework Statement


Find the domain of this function and check with your graphing calculator:
f(x)=(1+cosx)/(1-cos2x)

Homework Equations

The Attempt at a Solution


i get to (1+cosx)/(1+cosx)(1-cosx) which is factored. so then setting each one to zero one at a time i figure out that
cosx = -1 and cosx = 1
then i get stuck from there.

here is what the page says to doStep 4
Setting each of those factors to zero, we get:

2705732cd4f64a0fb048539189f48a11.png
and
94e8342e5f0d65ecc1458a3d5f6ec48e.png

Step 5
Solving each of those, we get:

433994f5cd76da62c34aebba3cdd4860.png
and
2ea814dabad7213ec03d04641e5affda.png
, where n is an integer
Step 6
Combining those, we get:

2ea814dabad7213ec03d04641e5affda.png
, where n is an integer
Step 7
Since those values are where the denominator is zero, our domain is at every value EXCEPT those:

d94649fca4f03c2b1c9532778da0b48b.png
, where n is an integerI was hoping somebody could break down the steps after 4 , i have no clue where
433994f5cd76da62c34aebba3cdd4860.png
OR
2ea814dabad7213ec03d04641e5affda.png
come from, thank you

Really? You don't know what are the ##\cos## values of ##0## or or ##\pi = 180^{o}## or of ##2 \pi = 360^{o}##? You don't need a calculator to tell you those values; just draw a unit circle and use the geometric definition of ##\cos(\theta)##.
 
Cos(a) = 1
<=> Cos(a) = cos(0)
<=> a = n2π
n ∈ Z (integer numbers)

Same for cos(a) = -1

In general: cos(x) = cos(z) <=> x = z +n2π or x= -z + n2π
 
I would NOT do that factoring and canceling because \frac{1-x}{(1-x)(1+ x)} and \frac{1}{1+ x)} do NOT have the same domain. The first, \frac{1-x}{(1-x)(1+ x}, has domain "all real numbers except x= 1 and x= -1" while the second, \frac{1}{1+ x}, has domain "all real numbers except x= -1".

Instead, I would use the fact that 1- cos^2(x)= sin^2(x) so that \frac{1+ cos(x)}{1- cos^2(x)}= \frac{1+ cos(x)}{sin^2(x)}. That is defined for all x except those such that sin(x)= 0.
 
HallsofIvy said:
I would NOT do that factoring and canceling because \frac{1-x}{(1-x)(1+ x)} and \frac{1}{1+ x)} do NOT have the same domain. The first, \frac{1-x}{(1-x)(1+ x}, has domain "all real numbers except x= 1 and x= -1" while the second, \frac{1}{1+ x}, has domain "all real numbers except x= -1".

Instead, I would use the fact that 1- cos^2(x)= sin^2(x) so that \frac{1+ cos(x)}{1- cos^2(x)}= \frac{1+ cos(x)}{sin^2(x)}. That is defined for all x except those such that sin(x)= 0.

Nobody is cancelling anything in this thread.
 
HallsofIvy said:
Instead, I would use the fact that 1- cos^2(x)= sin^2(x) so that \frac{1+ cos(x)}{1- cos^2(x)}= \frac{1+ cos(x)}{sin^2(x)}. That is defined for all x except those such that sin(x)= 0.

Using this method, wouldn't that leave us with \frac{2}{0} or the indeterminate form \frac{0}{0} given x=n\pi \quad \forall \quad n \in \mathbb{Z}?

I also echo Ray Vickson's concern about remembering those trig values. It took me a while to get it, but it shouldn't be that hard to remember.
 
Back
Top