If the range of f ( θ ) = sin ⁡ 4 θ + 3 cos ⁡ 2 θ sin ⁡ 4 θ + cos ⁡ 2 θ , θ ∈ R f(θ)= sin 4 θ+cos 2 θ sin 4 θ+3cos 2 θ ​ ,θ∈R is [ α , β ] [α,β], then the sum of the infinite G.P., whose first term is 64 64 and the common ratio is α β β α ​ , is equal to ____.

3 min read
39 views
Published June 26, 2025
Mathematics
Trigonometry
Functions & Graphs
Algebra
Sequences & Series
Infinite Geometric Progression

💡 Want to ask your own questions?

Get instant explanations with AI • Free trial

Detailed Explanation

1. Understanding the given function

The function is

f(θ)=sin4θ+3cos2θsin4θ+cos2θ,θR f(\theta)=\frac{\sin^{4}\theta+3\cos^{2}\theta}{\sin^{4}\theta+\cos^{2}\theta},\qquad \theta\in\mathbb R

Key observations:

  1. (\sin^{2}\theta) and (\cos^{2}\theta) always lie between 00 and 11 and they add up to 11.
  2. By rewriting everything in terms of just one of them, the messy trigonometric look disappears and the problem turns into an ordinary algebraic range question.

2. Converting to a single variable

Put s=sin2θ(0s1)    cos2θ=1ss = \sin^{2}\theta \quad(0 \le s \le 1) \implies \cos^{2}\theta = 1-s Then

sin4θ=(sin2θ)2=s2\sin^{4}\theta = (\sin^{2}\theta)^2 = s^{2}

Therefore

Numerator N(s)=s2+3(1s)=s23s+3,Denominator D(s)=s2+(1s)=s2s+1.\begin{aligned} \text{Numerator }N(s) &= s^{2} + 3(1-s) = s^{2}-3s+3, \\ \text{Denominator }D(s) &= s^{2} + (1-s) = s^{2}-s+1. \end{aligned}

So

f(s)=N(s)D(s)=s23s+3s2s+1,0s1. f(s)=\frac{N(s)}{D(s)}=\frac{s^{2}-3s+3}{s^{2}-s+1},\qquad 0\le s\le1.

3. Finding where the fraction is biggest and smallest

Because both numerator and denominator are smooth polynomials we can use calculus:

  1. Compute derivative:
    f(s)=2s(s2)(s2s+1)2f'(s)=\frac{2s(s-2)}{\bigl(s^{2}-s+1\bigr)^{2}}
  2. On 0<s<10<s<1, the factor ss is positive and (s2)(s-2) is negative, so f(s)<0f'(s)<0.
  3. Hence f(s)f(s) decreases steadily from s=0s=0 to s=1s=1.

Edge values give the range:

s=0:f(0)=00+300+1=3,s=1:f(1)=13+311+1=1.\begin{aligned} s=0:&\quad f(0)=\frac{0-0+3}{0-0+1}=3,\\ s=1:&\quad f(1)=\frac{1-3+3}{1-1+1}=1. \end{aligned}

Therefore α=1,  β=3and the range is [1,3].\boxed{\alpha=1,\;\beta=3}\qquad \text{and the range is }[1,3].

4. The infinite GP

Given:

  • first term (a=64)
  • common ratio (r=\dfrac{\alpha}{\beta}=\dfrac{1}{3}) (chosen because it is <1, so the GP converges)

The sum of an infinite GP is S=a1r.S=\frac{a}{1-r}. Plugging in the numbers:

S=64113=6423=64×32=96. S = \frac{64}{1-\tfrac13}=\frac{64}{\tfrac23}=64\times\frac32=96.

Hence the required value is 96.

Simple Explanation (ELI5)

What is happening here?

Think of θ\theta as a knob you can turn any amount you like.
When you turn it, two numbers – (\sin\theta) and (\cos\theta) – wiggle up and down between 1-1 and 11.
The question builds a fancy fraction with powers of those wiggles and asks “How high and how low can that fraction go?”

Once we know the lowest value (call it (\alpha)) and the highest value (call it (\beta)), we use them to make a new money-box called a geometric progression (GP):

  • first coin we drop in: 64
  • every next coin is only a fixed part of the previous coin (the common ratio).
    Here that fraction is (\dfrac{\alpha}{\beta}) – a small number because (\alpha<\beta).

Since we keep dropping smaller and smaller coins forever, the total money settles to a nice finite sum. The problem finally asks for that total.

👆 Found this helpful? Get personalized explanations for YOUR questions!

Step-by-Step Solution

Step-by-step calculation

  1. Rewrite in one variable
    s=sin2θ,  0s1,  cos2θ=1ss=\sin^{2}\theta,\;0\le s\le1,\;\cos^{2}\theta=1-s f(s)=s23s+3s2s+1f(s)=\frac{s^{2}-3s+3}{s^{2}-s+1}

  2. Find derivative
    f(s)=2s(s2)(s2s+1)2f'(s)=\frac{2s(s-2)}{(s^{2}-s+1)^{2}} On (0,1](0,1], f(s)<0    ff'(s)<0\;\Rightarrow\;f is decreasing.

  3. Evaluate at endpoints
    f(0)=3,f(1)=1f(0)=3,\qquad f(1)=1 Range=[α,β]=[1,3]  (α=1,β=3).\therefore \text{Range}=\bigl[\alpha,\,\beta\bigr]=[1,3] \;(\alpha=1,\,\beta=3).

  4. Infinite GP a=64,r=αβ=13  (r<1)a=64,\quad r=\frac{\alpha}{\beta}=\frac{1}{3}\;(\lvert r\rvert<1) Sum: S=a1r=64113=6423=96.S_{\infty}=\frac{a}{1-r}=\frac{64}{1-\tfrac{1}{3}}=\frac{64}{\tfrac{2}{3}}=96.

[\boxed{96}]

Examples

Example 1

Designing speakers: the sound intensity from multiple echoes decreases geometrically (ratio <1) and the total intensity is an infinite GP sum.

Example 2

Optics: Successive reflections in a pair of parallel mirrors diminish by a constant factor, modelled as a GP.

Example 3

Economics: Present value of an infinite stream of decreasing cash flows uses the same GP formula with r<1.

Visual Representation

References

🤔 Have Your Own Question?

Get instant AI explanations in multiple languages with diagrams, examples, and step-by-step solutions!

AI-Powered Explanations
🎯Multiple Languages
📊Interactive Diagrams

No signup required • Try 3 questions free