Solveeit Logo

Question

Question: Find DRG of following functions (mention graphical operations (CST1) and draw graph of each step) (...

Find DRG of following functions (mention graphical operations (CST1) and draw graph of each step)

(a) f(x)=sin2xf(x) = sin^2x

(b) f(x)=sin(x1).sin(x+1)f(x) = sin(x - 1). sin(x + 1)

Answer

The DRG operations for (a) are: 1. Start with y=sinxy=sin x. 2. Replace yy by y2y^2 (squaring every ordinate). Resulting graph: y=sin2xy=sin^2x with period π\pi and range [0,1][0,1]. The DRG operations for (b) are: 1. Use the identity to convert f(x)=sin(x1)sin(x+1)f(x)=sin(x-1)sin(x+1) into f(x)=cos2cos2x2f(x)=\frac{cos2-cos2x}{2}. 2. Start with y=cos2xy=cos2x (period π\pi). 3. Multiply by 12-\frac{1}{2} and add the constant cos22\frac{cos2}{2}. Resulting graph is a cosine function modified by these transformations.

Explanation

Solution

(a) f(x)=sin2xf(x)=\sin^2x

Step 1. Start with the basic function:
Graph y=sinxy=\sin x.
Note: The sine function has period 2π2\pi and oscillates between 1-1 and 11.

Step 2. Apply the square transformation:
Replace each yy value by y2y^2.

  • Operation: sinx(sinx)2\sin x \to (\sin x)^2.
  • Effect: Negative values become positive. The new graph oscillates between 00 and 11 and its period becomes π\pi (because squaring “hides” the sign change over half the period).

Alternate Viewpoint (Using an Identity):
Rewrite

sin2x=1cos2x2.\sin^2x=\frac{1-\cos2x}{2}.

This shows the operations as:

  1. Horizontal Compression: cosxcos2x \cos x \to \cos 2x (period becomes π\pi).
  2. Reflection & Scaling: Multiply by 12-\frac{1}{2}.
  3. Vertical Shift: Add 12\frac{1}{2}.

(b) f(x)=sin(x1)sin(x+1)f(x)=\sin(x-1)\cdot \sin(x+1)

Step 1. Use a Product-to-Sum Identity:
Recall that:

sinAsinB=cos(AB)cos(A+B)2.\sin A\,\sin B = \frac{\cos(A-B)-\cos(A+B)}{2}.

Let A=x1A=x-1 and B=x+1B=x+1. Then:

AB=(x1)(x+1)=2andA+B=2x.A - B = (x-1)-(x+1) = -2\quad \text{and}\quad A+B= 2x.

Thus,

sin(x1)sin(x+1)=cos(2)cos2x2.\sin(x-1)\,\sin(x+1) = \frac{\cos(-2)-\cos2x}{2}.

Since cos(2)=cos2\cos(-2)=\cos2,

f(x)=cos2cos2x2.f(x)=\frac{\cos2-\cos2x}{2}.

Step 2. Identify the Graphical Operations:
Write the function as:

f(x)=cos2212cos2x.f(x) = \frac{\cos2}{2} - \frac{1}{2}\cos2x.

The transformation steps are:

  1. Basic Function: Begin with y=cos2xy=\cos2x (a cosine graph horizontally compressed; period π\pi).
  2. Vertical Scaling & Reflection: Multiply by 12-\frac{1}{2} to get y=12cos2xy=-\frac{1}{2}\cos2x.
  3. Vertical Translation: Shift upward by cos22\frac{\cos2}{2} (note that cos2\cos2 is simply a constant, approximately cos20.416\cos2 \approx -0.416, so the shift is by roughly 0.208-0.208; the exact value is maintained symbolically).