0

For years I have been wondering about something, and this is the day when the problem shall be rectified forever, by the help of you, ofcourse! :) It seems no one I ask really know the answer.

Today I came across this problem, and in it, there was an expression like this:

$$ \cdots = (1-\cos^2 \alpha)^{1/2} = \cdots = (\sin^2 \alpha)^{1/2} = ((\sin \alpha)^2)^{1/2} \stackrel{\text{?}}{=} \begin{cases} |\sin \alpha| & \text{or is this incorrect, and rather}\\\sin \alpha \end{cases} $$

Basically what I want to know is when $a \in \mathbb{C}$, under which conditions are $(a^2)^{1/2} = a$ and when is $(a^2)^{1/2} = |a|$.

Thank you for your time.

Kind regards,

Marius

Mikkel Rev
  • 1,850

2 Answers2

3

I guess you're talking about real numbers. The most common definition of $\sqrt{x}$ is:

for real $x$, $x\ge0$, $\sqrt{x}$ is the (only) real number $y$ such that $y\ge0$ and $y^2=x$.

It follows from this definition that $\sqrt{a^2}=|a|$ (try it).

Thus $\sqrt{a^2}=a$ if and only if $a\ge0$.

egreg
  • 238,574
1

The two functions $a \mapsto a^{\frac{1}{2}}$ and $a \mapsto \sqrt{a}$ are the same function : let's call it $sq$. It has a precise definition: it is the inverse function of $$[0, +\infty) \longrightarrow [0, +\infty) \qquad x \mapsto x^2$$

So $sq$ is defined on non-negative real numbers and has non-negative values. In particular for all real numbers holds $\sqrt{a^2} = |a|$.

Crostul
  • 36,738
  • 4
  • 36
  • 72