I try to solve the following problem, which consists of 1 equation and 1 unknown. \begin{align} 2\sin(c_1\omega)+\sin(c_2\omega)=0 \end{align} Suppose $c_1$ and $c_2$ are known positive real numbers. $\omega$ is the variable which needs to be solved for. $\omega=0$ is one solution but is there a way to get a couple more solutions in the positive direction? I tried to bring it in a polynomial form. Let $\omega = \cos^{-1}(z)$, then: \begin{align} 2\sin(c_1\cos^{-1}(z))+\sin(c_2\cos^{-1}(z))=0 \end{align} If $c_1$ and $c_2$ would be just integers I could simplify it much easier but this is not the case. Is there anyway to rewrite this in a different way, and maybe extract $\omega$? Any help or hint is appreciated. Thank you.
2026-04-13 10:43:46.1776077026
Finding all solutions of $2\sin(c_1\omega)+\sin(c_2\omega)=0$ for $\omega$, when $c_1$ and $c_2$ are given positive real numbers?
62 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in TRIGONOMETRY
- Is there a trigonometric identity that implies the Riemann Hypothesis?
- Finding the value of cot 142.5°
- Using trigonometric identities to simply the following expression $\tan\frac{\pi}{5} + 2\tan\frac{2\pi}{5}+ 4\cot\frac{4\pi}{5}=\cot\frac{\pi}{5}$
- Derive the conditions $xy<1$ for $\tan^{-1}x+\tan^{-1}y=\tan^{-1}\frac{x+y}{1-xy}$ and $xy>-1$ for $\tan^{-1}x-\tan^{-1}y=\tan^{-1}\frac{x-y}{1+xy}$
- Sine of the sum of two solutions of $a\cos\theta + b \sin\theta = c$
- Tan of difference of two angles given as sum of sines and cosines
- Limit of $\sqrt x \sin(1/x)$ where $x$ approaches positive infinity
- $\int \ x\sqrt{1-x^2}\,dx$, by the substitution $x= \cos t$
- Why are extraneous solutions created here?
- I cannot solve this simple looking trigonometric question
Related Questions in CLOSED-FORM
- How can I sum the series $e^{-2}\frac{(3)^n}{n!}\sum_{k=0}^{\infty}\left ( \frac{1}{2}\right )^k\frac{1}{(k-n)!}$
- Computing $\int_0^\pi \frac{dx}{1+a^2\cos^2(x)}$
- Can one solve $ \int_{0}^\infty\frac{\sin(xb)}{x^2+a^2}dx $ using contour integration?
- Finding a closed form for a simple product
- For what value(s) of $a$ does the inequality $\prod_{i=0}^{a}(n-i) \geq a^{a+1}$ hold?
- Convergence of $\ln\frac{x}{\ln\frac{x}{\ln x...}}$
- How can one show that $\int_{0}^{1}{x\ln{x}\ln(1-x^2)\over \sqrt{1-x^2}}\mathrm dx=4-{\pi^2\over 4}-\ln{4}?$
- Exercises about closed form formula of recursive sequence.
- Simplify and determine a closed form for a nested summation
- Direction in closed form of recurrence relation
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
COMMENT.- $(1)$ Plotting the function $f(\omega)=2\sin(c_1\omega)+\sin(c_2\omega)$ with $c_1,c_2$ positive real, one can see the graphic can be very complicated. However it seems $f(\omega)$ is always periodic. It follows that if you can find out the period in each case your are done because $f(0)=0$.
Unfortunately the determination of these periods are not at all easy. For example for $(c_1,c_2)=(1.3,3.7)$ Wolfram gives the period $20\pi$ and for $(c_1,c_2)=(5.2,2.3)$ him gives the period $62.8319$ which is almost $20\pi$. I am not able to calculate these two periods and less to calculate the periods corresponding to literal values of $c_1$ and $c_2$.
$(2)$ Another way to look at this problem could be the analisis of the rational function $F(X,Y)$ defined by $$F(X;Y)= \frac{2(2X)}{X^2+1}+\frac{2Y}{Y^2+1}$$ where $X=\tan\left(\dfrac{c_1\omega}{2}\right)$ and $Y=\tan\left(\dfrac{c_2\omega}{2}\right)$.
But this is a simple COMMENT.