Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

You should be able to solve this

Name: Anonymous 2010-07-09 4:45

(sqrt((a-b)^2+(c-d)^2+(e-f)^2))^3

Name: Anonymous 2010-07-09 7:20

does sqrt = square-root?

:/

Name: Anonymous 2010-07-09 8:05

this is worse than LISP code

Name: Anonymous 2010-07-09 8:05

Not here to help you with your math homework. Go back to reddit.

Name: Anonymous 2010-07-09 10:08

(a-b)6 + (c-d)6 + (e-f)6

thats as far as I can take it

Name: Anonymous 2010-07-09 10:08

whoops change 6 to 3

Name: Anonymous 2010-07-09 14:48

(sqrt( (a-b)^2 + (c-d)^2 + (e-f)^2 ))^3
( (a-b)^2 + (c-d)^2 + (e-f)^2 )^(3/2)
(a^2 - 2ab + b^2 + c^2 - 2cd + d^2 + e^2 - 2ef + f^2)^(3/2)
... I am not cubing that.  You can't make me.

Name: Anonymous 2010-07-09 19:55

( (a-b)^2 + (c-d)^2 + (e-f)^2 )^(3/2)
( ((a-b)^2 + (c-d)^2 + (e-f)^2)((a-b)^2 + (c-d)^2 + (e-f)^2)((a-b)^2 + (c-d)^2 + (e-f)^2) )^(1/2)

-(a-b)^4 + ((a-b)(c-d))^2 + ((a-b)(e-f))^2
-((a-b)(c-d))^2 + (c-d)^4 + ((c-d)(e-f))^2
-((a-b)(e-f))^2 + ((c-d)(e-f))^2 + (e-f)^4

( ((a-b)^4 + (c-d)^4 + (e-f)^4 + 2((a-b)(c-d))^2 + 2((c-d)(e-f))^2 + 2((a-b)(e-f))^2)((a-b)^2 + (c-d)^2 + (e-f)^2) )^(1/2)

-(a-b)^6 + (a-b)^2(c-d)^4 + (a-b)^2(e-f)^4 + 2(a-b)^4(c-d)^2 + 2((a-b)(c-d)(e-f))^2 + 2(a-b)^4(e-f)^2
-(a-b)^4(c-d)^2 + (c-d)^6 + (c-d)^2(e-f)^4 + 2(a-b)^2(c-d)^4 + 2(c-d)^4(e-f)^2 + 2((a-b)(c-d)(e-f))^2
-(a-b)^4(e-f)^2 + (c-d)^4(e-f)^2 + (e-f)^6 + 2((a-b)(c-d)(e-f))^2 + 2(c-d)^2(e-f)^4 + 2(a-b)^2(e-f)^4

= ( (a-b)^6 + (c-d)^6 + (e-f)^6 + 6((a-b)(c-d)(e-f))^2 + 3(a-b)^2(c-d)^4 + 3(a-b)^2(e-f)^4 + 3(a-b)^4(e-f)^2 + 3(c-d)^2(e-f)^4 + 3(c-d)^4(e-f)^2 + 3(a-b)^4(c-d)^2 )^(1/2)

... this is not worth it.

Name: Anonymous 2010-07-09 22:51

((a-b)^2+(c-d)^2+(e-f)^2)^(3/2)
= a^2*sqrt((a-b)^2+(c-d)^2+(e-f)^2)+b^2*sqrt((a-b)^2+(c-d)^2+(e-f)^2)+c^2*sqrt((a-b)^2+(c-d)^2+(e-f)^2)+d^2*sqrt((a-b)^2+(c-d)^2+(e-f)^2)+e^2*sqrt((a-b)^2+(c-d)^2+(e-f)^2)+f^2*sqrt((a-b)^2+(c-d)^2+(e-f)^2)-2*a*b*sqrt((a-b)^2+(c-d)^2+(e-f)^2)-2*e*f sqrt((a-b)^2+(c-d)^2+(e-f)^2)-2*c*d*sqrt((a-b)^2+(c-d)^2+(e-f)^2)

Name: Anonymous 2010-07-10 3:43

>>7
How comes the power of half doesn't cancel with squared at :

( (a-b)^2 + (c-d)^2 + (e-f)^2 )^(3/2)

Name: Anonymous 2010-07-10 12:22

>>10
You can't distribute an exponent over an expression that includes addition or subtraction at the same level.  To prove that, try this:

sqrt(5-2) != sqrt(5) - sqrt(2)

You could do this only in the case of multiplication or division at the same level.  This is also the reason that you have to multiply the whole expression by itself three times (power of three).

(a-b)^2 = (a-b)(a-b) = a^2 - 2ab + b^2
(a-b)^3 = (a-b)(a-b)(a-b) = (a^2 - 2ab + b^2)(a-b) = a^3 - b^3 - 3(a^2)b + 3a(b^2)

Name: Anonymous 2010-07-11 4:34

>>1
This isn't even an equation.  What is there to solve?

Name: http://tinychat.com/8t8cw 2010-07-11 4:52


Don't change these.
Name: Email:
Entire Thread Thread List