Simplify me

Pages: 12
√((-4)2)
√((-4)2) = ((-4)2)1/2
= -42 * 1/2
= -41
= -4
I think. It might be +4 if
√((-4)2) = ((-4)2)1/2
= 161/2
= +4

Edit: I'm gonna go with +4 actually.
Edit 2: Wolfram|Alpha agrees with me, it's +4.
Last edited on
Since the root is the most outer calculation, the power is executed first, that's why the result equals:
√(16)
If it were reversed:
√(-4)2
You'd have a little problem on representing it with a real number.

EDIT:
A more valid reasoning would be to state that the power operator is not defined to be used with a negative and a non-natural (+0) operand placed in that order. Don't currently have possibilities of cooking some impressive math expression from that, sorry.
Last edited on
Noticed it at the moment I posted it, too. Edited a bit.

EDIT:
Wolfram is pretty damn impressive.
Last edited on
the power operator is not defined to be used with a negative and a non-natural (+0) operand placed in that order.
Uhh... Exponentiation is defined for both zero exponents and bases.
You can exponentiate negatives. The way I do it is to ignore the minus sign, do the exponentiation as normal, and then add a minus sign if the exponent is an odd number:
-21 = -2
-22 = 4
-23 = -8
-24 = 16
Kyon wrote:
Wolfram is pretty damn impressive.

Wolfram|Alpha is excellent, it can do so much. Try "bacon as mass of solar system" ( http://www.wolframalpha.com/input/?i=bacon+as+mass+of+solar+system ).
Last edited on
That's a lot of bacon.
Yes, WA is cool, but not as cool as running it on your own computer.
Can you do such a thing?
Sure. CAS. Today I fed Maxima (A-(aB+C))*((D-(aB+C)))=0 (upper case are R^3 and lower case are R) and it gave me the right values for a. CASs never cease to amaze me.
Sure. CAS. Today I fed Maxima (A-(aB+C))*((D-(aB+C)))=0 (upper case are R^3 and lower case are R) and it gave me the right values for a. CASs never cease to amaze me.


I don't get it, what exactly did you do?

Anyways, this deal with the square root: both answers - sqrt(16)=+4 and -4 - are correct.

It depends on your definition of the sqrt() function.
I don't get it, what exactly did you do?
I was trying to find the two points P on the line aB+C such that the triangle APD was a right triangle.

Anyways, this deal with the square root: both answers - sqrt(16)=+4 and -4 - are correct.

It depends on your definition of the sqrt() function.
But √((x)2) = |x|
No, sqrt(z) for all z > 0 has both a positive and negative solution.

z^2 - 4 = 0
z^2 = 4
sqrt(z^2) = sqrt(4)
z = +/- 2

Which is obvious since the hyperbola must intersect the axis in two places

That's just a rephrasing of what I said.
z = +/- 2 <=> |z|=2
closed account (S6k9GNh0)
The sqrt of -4 to the power of 2 is 4 isn't it? Or is that just the dumb obvious mistake?

-4 to power of 2 equal 16.
sqrt of 16 is 4.

And isn't it the sqrt of negative numbers that have multiple solutions?
Last edited on
@computerquip,
You're right. This is how I did it:
I wrote:
√((-4)2) = ((-4)2)1/2
= 161/2
= +4
The square root of negative numbers have an imaginary solution
That's because:
√(-4) = √(i24)
Right?
It's because (4i)2 = -16
√((-4)2) = √((i24)2) = √(i442) = √(16) = 4
Pages: 12