MethodMath
Trigonometry
5 questions

Trigonometric functions, identities, equations, and applications. From the unit circle to Fourier series and wave analysis.

Login to follow

Questions about Trigonometry

ZP
Updated May 15, 2026

Question details

How to prove that a set with an associative binary operation and identity is a group?

I'm studying abstract algebra and I understand the group axioms: 1. Closure: a · b ∈ G for all a, b ∈ G 2. Associativity: (a · b) · c = a · (b · c) 3. Identity: There exists e ∈ G such that e · a = a · e = a 4. Inverses: For each a, there exists a^(-1) such that a · a^(-1) = a^(-1) · a = e But I've heard that sometimes axioms 3 and 4 can be weakened. Specifically, if we have a semigroup (closure + associativity) with a left identity and left inverses, that is sufficient for a group. Could someone prove this? Also, what is the difference between a group, a monoid, and a semigroup?

more
1316
WT
Updated May 10, 2026

Question details

How to find the number of solutions to sin x = x/10 graphically?

This is an IIT-JEE problem that has been bothering me: Find the number of solutions to the equation sin x = x/10 for x ∈ ℝ. I tried solving it analytically but it seems impossible due to the transcendental nature. My teacher suggested a graphical approach. Could someone explain how to count the intersections methodically? I know that both functions are odd, so the number of positive solutions will be symmetric to negative ones, with x = 0 always being a solution.

more
1257
MO
Updated May 4, 2026

Question details

How to compute the arc length of a parametric curve?

I am studying calculus and I need to compute the arc length of a curve defined parametrically. For a curve given by (x(t), y(t)) for a ≤ t ≤ b, the arc length formula is: L = ∫_a^b √(dx/dt\ ight)² + (dy/dt\ ight)² dt But where does this formula come from? And how do I apply it to a specific problem like finding the length of one arch of the cycloid x = t - sin t, y = 1 - cos t for 0 ≤ t ≤ 2π?

more
160