Finding sum of roots of trigonometric equation

AI Thread Summary
The discussion focuses on finding the sum of all solutions to the trigonometric equation tan²(33x) = cos(2x) - 1 within the interval [0, 314]. The correct answer is determined to be 4950π, derived from recognizing that the left-hand side is non-negative while the right-hand side simplifies to a sum of squares. The participants explore various transformations and identities, ultimately concluding that the solutions can be expressed as multiples of π. The final result is confirmed through a summation of the series of solutions.
Priyadarshi Raj
Messages
8
Reaction score
1

Homework Statement


Question:
Sum of all the solutions of the equation: ##tan^2 (33x) = cos(2x)-1## which lie in the interval ## [0, 314] ## is:
(a) 5050 π
(b) 4950 π
(c) 5151 π
(d) none of these

The correct answer is: (b) 4950 π

Homework Equations


## cos(2x) = 2cos^2(x) -1 ##

The Attempt at a Solution


##tan^2 (33x) = cos(2x)-1##
⇒ ##tan^2 (33x) = 2cos^2(x)-2##
⇒ ##\frac{sin^2 (33x)}{cos^2(33x)} = 2(cos^2 (x) -1)##
⇒ ##sin^2 (33x) = 2cos^2(x)cos^2(33x) - 2cos^2 (33x)##
⇒ ##1 - cos^2(33x)= 2cos^2(x)cos^2(33x) - 2cos^2 (33x)##
⇒ ##2cos^2(x)cos^2(33x) - cos^2 (33x) - 1 = 0##

And I end up making it more complex. It'b be great if I could convert the ##33x## to something smaller.

Please help.
 
Physics news on Phys.org
The trick here, I believe, is to realize that reduction of the 33x is probably not a feasible option at all - so what you want to get in the end is not a quadratic or polynomial equation, but a simple product of trigonometric functions being equal to a nice number.

So the hint is to use the trigonometric identity \sec^2 33x = 1 + \tan^2 33x and keep the \cos 2x term as it is.

Edit: I realized a much much simpler method. Note that the LHS is \geq 0. How about the RHS? This gives you the answer rightaway.
 
  • Like
Likes Samy_A and member 587159
Priyadarshi Raj said:

Homework Statement


Question:
Sum of all the solutions of the equation: ##tan^2 (33x) = cos(2x)-1## which lie in the interval ## [0, 314] ## is:
(a) 5050 π
(b) 4950 π
(c) 5151 π
(d) none of these

The correct answer is: (b) 4950 π

Homework Equations


## cos(2x) = 2cos^2(x) -1 ##

The Attempt at a Solution


##tan^2 (33x) = cos(2x)-1##
⇒ ##tan^2 (33x) = 2cos^2(x)-2##
⇒ ##\frac{sin^2 (33x)}{cos^2(33x)} = 2(cos^2 (x) -1)##
⇒ ##sin^2 (33x) = 2cos^2(x)cos^2(33x) - 2cos^2 (33x)##
⇒ ##1 - cos^2(33x)= 2cos^2(x)cos^2(33x) - 2cos^2 (33x)##
⇒ ##2cos^2(x)cos^2(33x) - cos^2 (33x) - 1 = 0##

And I end up making it more complex. It'b be great if I could convert the ##33x## to something smaller.

Please help.

Since ##\cos(2x)-1 = \cos^2(x) - \sin^2(x)-1 = 1-2 \sin^2(x)-1 = -2 \sin^2(x)##, your equation becomes ##\tan^2(33x) + 2 \sin^2(x) = 0##. When can a sum of squares equal zero?
 
In both the ways I get the solutions as: ## \pi, 2\pi, 3\pi ... ##

So the required sum is ## = \pi + 2\pi + 3\pi +... + 99\pi = 4950\pi ##

Thanks everyone.
 
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