PDA

Click to See Complete Forum and Search --> : [RESOLVED] Help!


Yunie
Sep 1st, 2007, 10:25 AM
What does Ia - bI means? (Note: I <<< is a line, not I)

Thanks. :)

Logophobic
Sep 1st, 2007, 10:45 AM
|a-b|
Absolute value of (a-b)

Yunie
Sep 1st, 2007, 11:10 AM
|a-b|
Absolute value of (a-b)


So, if a = (-2,1) and b = (4,6), how do I use the 2 given values to solve by using |a-b|? Can show me the steps? Thanks. :)

Yunie
Sep 1st, 2007, 11:58 PM
Someone help me please?

krtxmrtz
Sep 3rd, 2007, 04:38 AM
Well, if a and b are vectors then |a - b| then this absolute value is to be understood as the modulus of their difference.

If a = (a1,a2) and b = (b1,b2) then,

|a - b| = Sqr{(a1 - b1)2 + (a2 - b2)2}

krtxmrtz
Sep 3rd, 2007, 04:40 AM
So, if a = (-2,1) and b = (4,6), how do I use the 2 given values to solve by using |a-b|? Can show me the steps? Thanks. :)
|a - b| = Sqr(61)

Yunie
Sep 4th, 2007, 01:28 AM
Hey thanks krtxmrtz!!! :) :thumb:

krtxmrtz
Sep 4th, 2007, 05:42 AM
Hey thanks krtxmrtz!!! :) :thumb:
No problem.
You're welcome to rate my post ;)

timeshifter
Sep 4th, 2007, 09:42 AM
So, if a = (-2,1) and b = (4,6), how do I use the 2 given values to solve by using |a-b|? Can show me the steps? Thanks. :)

If you're looking for the absolute value of the distance between the two points, then krtxmrtz's answer was indeed correct. However, if you're just looking for the new point, it's simple subtraction. (-2,1) - (4,6) = (-6, -5), and the absolute value of that would be (6,5).

Note that |a-b| is distinctly different from |a| - |b|.

Yunie
Sep 4th, 2007, 11:35 PM
No problem.
You're welcome to rate my post ;)

I have rated your post. Thanks. ;)

Yunie
Sep 4th, 2007, 11:36 PM
If you're looking for the absolute value of the distance between the two points, then krtxmrtz's answer was indeed correct. However, if you're just looking for the new point, it's simple subtraction. (-2,1) - (4,6) = (-6, -5), and the absolute value of that would be (6,5).

Note that |a-b| is distinctly different from |a| - |b|.

I see I see...Thanks for telling that. :)