Proving Infinite Solutions for sin(x)=b in R using Contradiction Method

AI Thread Summary
The discussion focuses on proving that the equation sin(x) = b has infinitely many solutions in the real numbers for every b in the interval [-1, 1]. The proof by contradiction begins by assuming a finite number of solutions, leading to the identification of a largest element k in the solution set Z. It demonstrates that adding 2π to k yields another solution, k + 2π, which contradicts the assumption of k being the largest element. This contradiction implies that the set Z cannot be finite, thus confirming the existence of infinitely many solutions. The reasoning is acknowledged as sound and elegant, inviting further comments for improvement.
madah12
Messages
326
Reaction score
1

Homework Statement


I want to practice proofs by contradiction I am trying to prove that sin(x)=b has infinite distinct solutions in R for every b in [-1,1]


Homework Equations





The Attempt at a Solution


assume it has finite amount of solutions called set Z let k be in real number belong in Z such that sin(k)=b , k >= x for every x in Z that is because if it is a finite set it must have a largest element of Z
there cannot be any x that belongs in Z such that x>k
however sin(k+2pi) = sin(k)*cos(2pi)+sin(2pi)*cos(k) = sin(k)=b
thus k+2pi is a solution therefore belongs inZ and k+2pi>k which means there is an x in the Z such that that x>k which contradicts the assumption that k is the largest element of Z
thus there is no real number k that can fulfill the condition of being the largest element in Z so Z has elements that grow without bound thus Z has infinite solution set
 
Physics news on Phys.org
madah12 said:

Homework Statement


I want to practice proofs by contradiction I am trying to prove that sin(x)=b has infinite distinct solutions in R for every b in [-1,1]

Homework Equations


The Attempt at a Solution


assume it has finite amount of solutions called set Z let k be in real number belong in Z such that sin(k)=b , k >= x for every x in Z that is because if it is a finite set it must have a largest element of Z
there cannot be any x that belongs in Z such that x>k
however sin(k+2pi) = sin(k)*cos(2pi)+sin(2pi)*cos(k) = sin(k)=b
thus k+2pi is a solution therefore belongs inZ and k+2pi>k which means there is an x in the Z such that that x>k which contradicts the assumption that k is the largest element of Z
thus there is no real number k that can fulfill the condition of being the largest element in Z so Z has elements that grow without bound thus Z has infinite solution set
Your reasoning sounds perfectly good and elegant to me.. shall wait for more comments..
 
any suggestions on how to improve it? any comment?
 
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
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top