Absolute Value Proof: Showing |a|=sqrt(a^2) and |a/b|=|a|/|b|

kittykat52688
Messages
1
Reaction score
0

Homework Statement



If a,b are real numbers and b does not equal zero show that |a|=sqrt(a^2) and |a/b|=|a|/|b|.

Homework Equations



I know that |ab|=|a||b| and a^2 = |a|^2

The Attempt at a Solution



Attempt at showing that |a|=sqrt(a^2):
|a|=sqrt(a^2)
|a|^2=(sqrt(a^2))^2
|a|^2=a^2
a^2=a^2

Not sure how to do the second part.
 
Physics news on Phys.org
kittykat52688 said:

Homework Statement



If a,b are real numbers and b does not equal zero show that |a|=sqrt(a^2) and |a/b|=|a|/|b|.

Homework Equations



I know that |ab|=|a||b| and a^2 = |a|^2
So |a| = |a/b * b| = |a/b||b|. What can you conclude about |a/b|?
kittykat52688 said:

The Attempt at a Solution



Attempt at showing that |a|=sqrt(a^2):
|a|=sqrt(a^2)
|a|^2=(sqrt(a^2))^2
|a|^2=a^2
a^2=a^2
It looks like you are assuming that |a| = sqrt(a^2) (which is what you need to prove), and concluding that a^2 equals itself.

Instead of going about it this way, I would suggest using two cases: one with a >= 0 and the other with a < 0. Can you show for each case that sqrt(a^2) = |a|?
kittykat52688 said:
Not sure how to do the second part.
 
It's reasonable to expect that the definition of the absolute value function would surface at some point.

Your first attempt is invalid because you assumed the statement that you were trying to prove. If you reversed the steps, you would have to use the square root property, and it wouldn't work.

Here's a sample of what you would do to prove that |ab| = |a|*|b|.
Case: a > 0; b > 0.
Then ab > 0 and |ab| = ab = |a|*|b|.

Case : a > 0; b < 0 (or vice versa)...
Case : a < 0; b < 0.

Give that a shot.
 
Last edited:
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top