Why Does a' * a' = a'? Explained!

  • Thread starter Thread starter magnifik
  • Start date Start date
magnifik
Messages
350
Reaction score
0
why does a' * a' = a' ??

this isn't a homework problem, but i am just wondering why because i used this to simplify another boolean equation. oh, and what's the difference between a' * a' and (a')' ? how do you even get (a')'?? confused :\
 
Physics news on Phys.org
Every element in a Boolean algebra is idempotent: xx = x for every x.

a'a' is the product of a' with itself; (a')' = a is a complemented twice. Complement twice is the identity (complement is an involution).
 
Make a truth table to see why.
X can equal only 1 or 0 thus the truth table for x*x is below :
--------
x x x*x
0 0 0
1 1 1
-------

As you see if X = 0, then X*X = 0 = X, and if X = 1, then X*X = 1 = X. Thus X*X = X
 
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