Which Operations Are Valid for Vectors and Scalars?

  • Thread starter vorcil
  • Start date
Yes, that is correct. But this is not the same as (a.b).c, which is a scalar dotted with a vector (undefined). In this case, you have (a.b)c, which is a scalar multiplied by a vector (defined).
  • #1
vorcil
398
0
groups: Vectors / Scalars / dosen't make sense
Which of these groups do the following belong too

1: a.b + b.c
2: a+(a.b)
3: (b.b)b+a
4: (a.b)(b.c)
5: (a.b).c

a.b + b.c is adding the dot product of two vectors, then adding them so a Scalar for the final

a+(a.b) is adding a vector to a product of two vectors so dosen't make sense e.g (1,1,1)+5

(b.b)b+a also dosen't make sense, since it is the dot product of a vector added with two added vectors e.g (b*b=5)*(2,1,0)+(1,1,1)

(a.b)(b.c) makes sense, and is a scalar, because the two dot products produce scalars which are then multiplied by each other

(a.b).c is a vector because you get a scalar from a.b then multiply each component of C to create a new vector

-

hoping someone could check for me XD thanks
 
Last edited:
Physics news on Phys.org
  • #2
really not sure about

(b.b)*(a+b)

i know a*(b+c) works
but (b.b)is a scalar not a vector so can't be the same as
(b.b)*b + (b.b)*c

could someone please clarify
 
  • #3
3: (b.b)(b+a)
is the same as
5: (a.b).c

scalar multiplied by a vector = vector
 
  • #4
lol what a stupid thread, wish I hadn't made it

- suppose i could've done the same thing on paper
 
  • #5
I'm not sure what you concluded for 3 and 5.
In your first post you have
3) (b.b)b + a
and then later you have (b.b)(b + a)
b.b is a scalar
(b.b)b is a scalar times a vector (= a vector)
(b.b)b + a is a vector + a vector, which is a vector.

(b.b)(b + a) is also a vector, but a different one from (b.b)b + a.

5) (a.b).c is not a vector. This is a scalar dotted with a vector, which is not defined. The dot product is defined only for two vectors.
 
  • #6
5) (a.b).c is not a vector. This is a scalar dotted with a vector, which is not defined. The dot product is defined only for two vectors.[/QUOTE]

But when you get the Scalar a.b, then multiply the vector c by the scalar don't you get a vector?

e.g

a=(2,2,2) b = (3,3,3) c = (4,4,4)

(a.b).c
a.b = 6 + 6 + 6 = 18

then 18 * c
18(4,4,4)
=(18*4,18*4,18*4)
=(72,72,72)
isn't that the result when you multiply a scalar be a vector?
 
  • #7
vorcil said:
5) (a.b).c is not a vector. This is a scalar dotted with a vector, which is not defined. The dot product is defined only for two vectors.

But when you get the Scalar a.b, then multiply the vector c by the scalar don't you get a vector?
[/quote]
You are confusing scalar multiplication with the dot product. I am assuming that the periods you used in (a.b).c mean "dot product." In that case you have a scalar dotted with a vector, which is undefined.

If, on the other hand, you had written (a.b)c (without the second period), then the multiplication would be scalar multiplication, which is defined for a scalar and a vector.
vorcil said:
e.g

a=(2,2,2) b = (3,3,3) c = (4,4,4)

(a.b).c
a.b = 6 + 6 + 6 = 18

then 18 * c
No, it would be 18 . c, not 18 * c. This is where you are confusing the dot product with scalar multiplication.

Dot product
Inputs: two vectors
Output: a scalar

Scalar multiplication
Inputs: a scalar and a vector
Output: a vector

Hope that's clear.
vorcil said:
18(4,4,4)
=(18*4,18*4,18*4)
=(72,72,72)
isn't that the result when you multiply a scalar be a vector?
 

What are vector and scalar quantities?

Vector quantities are physical quantities that have both magnitude (size or amount) and direction. Examples include displacement, velocity, and force. Scalar quantities, on the other hand, have only magnitude and no direction. Examples include mass, temperature, and time.

What is the difference between a vector and a scalar?

The main difference between a vector and a scalar is that a vector has both magnitude and direction, while a scalar has only magnitude. Vectors are represented by arrows, with the length of the arrow representing the magnitude and the direction of the arrow representing the direction. Scalars, on the other hand, are represented by a single number.

What are some common tests used to determine if a quantity is a vector or a scalar?

The most common tests used to determine if a quantity is a vector or a scalar include the parallelogram rule, the head-to-tail method, and the dot product. The results of these tests can determine if a quantity has both magnitude and direction (vector) or only magnitude (scalar).

How are vectors and scalars used in scientific experiments?

Vectors and scalars are used in various ways in scientific experiments. Vectors are often used to describe the motion of objects, such as in physics experiments, while scalars are used to measure quantities like temperature or mass. Both vectors and scalars are essential in understanding and analyzing the results of experiments.

What are some real-life examples of vector and scalar quantities?

Real-life examples of vector quantities include a person walking, a car driving, and a ball being thrown. Real-life examples of scalar quantities include the weight of an object, the temperature of a room, and the time it takes to complete a task. Both vectors and scalars are present in our daily lives and are used to describe and measure different physical phenomena.

Similar threads

  • Calculus
Replies
4
Views
512
  • Precalculus Mathematics Homework Help
Replies
14
Views
3K
  • General Math
Replies
8
Views
2K
  • Precalculus Mathematics Homework Help
2
Replies
57
Views
3K
  • Precalculus Mathematics Homework Help
Replies
5
Views
1K
  • Precalculus Mathematics Homework Help
Replies
21
Views
7K
  • Introductory Physics Homework Help
2
Replies
44
Views
2K
  • Linear and Abstract Algebra
Replies
33
Views
822
Replies
17
Views
511
Replies
3
Views
263
Back
Top