1 ) cot x * sin x = cos x
(cos x / sin x) * sin x = cos x
cos x = cos x
Answer: B ) cot x = cos x / sin x
2 ) ( sin² x + cos² x ) / cos x = sec x
1/cos x = sec x
sec x = sec x
Answer: C ) cos² x + sin² x = 1
Answer:
The frequency of the given sinusoidal graph is 4.
Step-by-step explanation:
The frequency of a sinusoidal graph is the number of cycles it completes in the interval 0 to 2π radians.
From the given sinusoidal graph it is noticed that the the graph complete its one cycle in the interval 0 to
.
If the complete its one cycle in
, then the number of cycles completed by the graph in the inteval 0 to 2π is



Therefore the frequency of the given sinusoidal graph is 4.
Answer:
recursive: f(0) = 7; f(n) = f(n-1) -8
explicit: f(n) = 7 -8n
Step-by-step explanation:
The sequence is an arithmetic sequence with first term 7 and common difference -8. Since you're numbering the terms starting with n=0, the generic case will be ...
recursive: f(0) = first term; f(n) = f(n-1) + common difference
explicit: f(n) = first term + n·(common difference)
To get the answer above, fill in the first term and common difference values.