0

Are $\cos^2 \theta$ and $\cos \theta^2$ the same? I mean be it $\sin,\cos, \tan ,\cot ,\sec,\csc$. Are they same? Please help a maths noob here.

zahbaz
  • 10,441

3 Answers3

2

No, they are not the same.

When you type $\cos^2 \theta$ you actually mean $(\cos \theta)^2$.

When you type $\cos \theta^2$ you mean $\cos(\theta ^2)$.

Onil90
  • 2,703
  • Thanks now i confusion was cleared,my text book directly skipped many steps so i could barely understand,I'm just a high school entrant – Trignometry Feb 24 '16 at 09:13
  • @Trignometry Your textbook skipped many steps? I severly doubt that they skipped the step where the explained the notation $\cos^2(x)$. – gebruiker Feb 24 '16 at 09:15
  • 1
    Don't worry! It's normal to be confused at the beginning if the notation is not very clear. :) – Onil90 Feb 24 '16 at 09:16
1

The first notation is used to mean $$\cos^2 \theta = \left( \cos \theta \right)^2$$ Your second notation will usually be read as $$\cos \theta^2 = \cos \left( \theta^2 \right)$$ although it is sometimes preferred to use the notation in the right-hand side to be clear.

They are not the same since $$\left( \cos \theta \right)^2 = \cos\theta\cos\theta \ne \cos(\theta\theta) = \cos(\theta^2)$$

StackTD
  • 27,903
  • 34
  • 63
0

It's a matter of syntax.

In handwriting or literature: $\sin^{2} x \equiv (\sin x)^{2}$ and $\cos x^{2} \equiv \cos (x^{2})$;

however for computer software, say Mathematica:

Cos[x]$^2$ refers to $(\cos x)^2$ while Cos[x$^2$] refers to $\cos (x^{2})$.

Should be very careful.

Ng Chung Tak
  • 18,990