Solveeit Logo

Question

Question: The difference between maximum and minimum values of $y = \sin^2x - 20(\cos x) + 1$, is...

The difference between maximum and minimum values of y=sin2x20(cosx)+1y = \sin^2x - 20(\cos x) + 1, is

Answer

40

Explanation

Solution

The given function is y=sin2x20(cosx)+1y = \sin^2x - 20(\cos x) + 1.

Step 1: Express the function in terms of a single trigonometric ratio. We know the identity sin2x=1cos2x\sin^2x = 1 - \cos^2x. Substitute this into the expression for yy: y=(1cos2x)20cosx+1y = (1 - \cos^2x) - 20\cos x + 1 y=cos2x20cosx+2y = -\cos^2x - 20\cos x + 2

Step 2: Introduce a substitution and define its domain. Let t=cosxt = \cos x. Since xx is a real number, the range of cosx\cos x is [1,1][-1, 1]. Therefore, t[1,1]t \in [-1, 1].

Now, the function becomes a quadratic function in tt: f(t)=t220t+2f(t) = -t^2 - 20t + 2

Step 3: Analyze the quadratic function over the given domain. This is a quadratic function of the form at2+bt+cat^2 + bt + c with a=1a = -1, b=20b = -20, and c=2c = 2. Since a=1a = -1 (which is negative), the parabola opens downwards, meaning its vertex represents the maximum point of the parabola.

The tt-coordinate of the vertex is given by tv=b2at_v = \frac{-b}{2a}. tv=(20)2(1)=202=10t_v = \frac{-(-20)}{2(-1)} = \frac{20}{-2} = -10

The domain for tt is [1,1][-1, 1]. The vertex tv=10t_v = -10 lies outside this domain, specifically to the left of the interval [1,1][-1, 1].

Since the parabola opens downwards and its vertex is to the left of the interval [1,1][-1, 1], the function f(t)f(t) will be strictly decreasing over the interval [1,1][-1, 1].

Step 4: Determine the maximum and minimum values of the function. Because the function is decreasing over the interval [1,1][-1, 1]: The maximum value of f(t)f(t) will occur at the left endpoint of the interval, t=1t = -1. ymax=f(1)=(1)220(1)+2y_{max} = f(-1) = -(-1)^2 - 20(-1) + 2 ymax=(1)+20+2=1+20+2=21y_{max} = -(1) + 20 + 2 = -1 + 20 + 2 = 21

The minimum value of f(t)f(t) will occur at the right endpoint of the interval, t=1t = 1. ymin=f(1)=(1)220(1)+2y_{min} = f(1) = -(1)^2 - 20(1) + 2 ymin=120+2=19y_{min} = -1 - 20 + 2 = -19

Step 5: Calculate the difference between the maximum and minimum values. Difference =ymaxymin= y_{max} - y_{min} Difference =21(19)= 21 - (-19) Difference =21+19=40= 21 + 19 = 40