Exploring Multiplication: What is it Exactly?

In summary, multiplication can be defined as a binary operator on a field, satisfying certain properties such as closure and associativity. It can be understood in the context of the definition of a field and can be represented by a map from natural numbers to real numbers. In basic terms, multiplication can be thought of as repeated addition, and for irrational numbers, it can be defined using infinite sequences of rational numbers that converge to the respective irrational number.
  • #1
anantchowdhary
372
0
How do we define multiplication

i mean..like if we have sqrt3*sqrt2

We can't say it is adding sqrt3 sqrt2 times...

so wat is multiplication exactly

thanks
 
Mathematics news on Phys.org
  • #2
I think that it's best understood in the context of the definition of a field. It's a binary operator on F such that (1) there exists an identity 1 such that 1*a = a for all a in F (and the multiplicative identity is not equal to the additive identity 0), (2) has closure that is if a,b in F, then ab in F, and (3) associativity (ab)c = a(bc) for all a,b,c in F. Have I missed anything?

You usually use a map from \phi: N to R defined by \phi(1) = 1 and \phi(n+1) = \phi(n) + 1 to flesh it out.
 
  • #3
er...thnks..for the reply..but is there any way to explain it in a very basic way..i mean.im at high school
 
  • #4
Hopefully you have taken Geometry for this explanation.

Draw an isosceles right triangle with legs of length 1.
The hypotenuse is now sqrt(2)

You now have a line segment of length sqrt(2)

If you draw a line segment of length 1 perpendicular to the endpoint of that line segment, you can form a right triangle with a side of length 1 and another of length sqrt (2). The hypotenuse of that triangle is sqrt (3).

You have now constructed two linesegments, one of length sqrt(2) and another of length sqrt (3). If you takes those line segments you can make a rectangle of base sqrt(2) and height of sqrt(3). Of course you know that the area of a rectangle is base times height. The area of the rectangle you constructed is a representation of what multiplication actually is.
 
  • #5
anantchowdhary said:
er...thnks..for the reply..but is there any way to explain it in a very basic way..i mean.im at high school

Oh... wait, why are you worried about it if you're in high school? Alright I'll try something else.

Alright integers-- you multiply n by m by adding n m times or vica versa.

Alright rational numbers-- if p and q are rational numbers there are smallest integers n,m, r and s such that p=n/m and q=r/s. Define pq by nr/ms, where you compute nr and ms by the method outlined above.

Alright algebraic irrational numbers-- you can define these types of numbers as the smallest real number that's bigger than some set of rational numbers. And you can define multiplication using that.

Let me just do it by example [tex]\sqrt{2}[/tex] is the smallest real number such that it's bigger than all rational numbers p such that [tex]p^2 < 2[/tex]. Similarly you can define [tex]\sqrt{3}[/tex] as the smallest real number such that it's bigger than all rational numbers q such that [tex]q^2 < 3[/tex]. If you take any p that satisfies the first inequality and multiply it by any q that satisfies the second inequality you will have a new number [tex]r=pq < 6[/tex]. You now have a way to define the multiplication of those two irrational numbers-- it's the smallest real number that's still bigger than all of those r's.
 
  • #6
DavidWhitbeck said:
Oh... wait, why are you worried about it if you're in high school? Alright I'll try something else.
Well..i just wantd to know so i thought i would ask


hmm...i don't quiteunderstand...if we multiply using your method..then arent we using conventional rules...i mean..the same as for integer multiplication...then how do we know this applies for irrational numbers also..I know it does but is there any way to PROVE it

thnx again
 
  • #7
1. Define multiplication by integers- that's the part you accept, right?

2. Define multiplication by numbers of the form 1/n, n a non-zero integer. m*1/n is the number x, such that nx= m. It's not to difficult to show that such a thing exists and is unique (i.e. that "multiplication by 1/n is well-defined).

3. Define multiplication by numbers of the form m/n, m an integer, n a non-zero integer, that is, all rational numbers, by x*(m/n)= (x*m)*(1/n).

4. Finally, define multiplication by irrational numbers in the following way: If x is irrational number, then there exist a sequence {an} or rational numbers that converge to x. xb= lim (anb). Again, it is possible to show that sequence always converges.

That last is the one that will give you [itex]\sqrt{3}*\sqrt{2}[/itex]. There exist a sequence of rational numbers {an} that converges to [itex]\sqrt{3}[/itex] and a sequence of rational numbers {bn} that converges to [itex]\sqrt{2}[/itex]. [itex]\sqrt{3}*\sqrt{2}[/itex] is defined as lim (anbn).

The fact that [itex]\sqrt{3}[/itex] can be represented by the infinite decimal number 1.73205... means that {1, 1.7, 1.73, 1.732, 1.7320, 1.73205, ...} is an infinite sequence of rational numbers (each is a terminating decimal) which converges to [itex]\sqrt{3}[/itex]. Similarly, [itex]\sqrt{2}[/itex] can be represented by the infinite decimal number 1.414213... so that {1, 1.4, 1.41, 1.414, 1.4142, 1.41421, 1.414213, ...} is a sequence of rational numbers converging to [itex]\sqrt{2}[/itex]. That gives a proof that we can multiply irrational numbers "digit by digit".
 
  • #8
anantchowdhary said:
Well..i just wantd to know so i thought i would askhmm...i don't quiteunderstand...if we multiply using your method..then arent we using conventional rules...i mean..the same as for integer multiplication...then how do we know this applies for irrational numbers also..I know it does but is there any way to PROVE it

thnx again

What DavidWhitbeck is doing is defining each real number as a particular set of rational numbers (this is the construction of the real numbers via Dedekind Cuts). After you've defined what it means to multiply rational numbers together, you can define what it means to multiply these sets of rational numbers together, and if you do it right, it satisfies all of the properties of the real numbers.

Halls of Ivy is doing something essentially the same, but instead of a specific set of rational numbers, he is instead constructing the real numbers out of the rationals by taking a sequence of rational numbers that converges to the real number. You can them define multiplication of real numbers as just multiplying the 2 sequences term by term. (This is the construction of real numbers as Cauchy sequences)

Both of these constructions are fine. What they do is prove that there are mathematical objects that do act like the real numbers and it gives formal definitions to what it means to multiply them, add them, etc.

---

If all you wanted was an intuitive understanding of what it means to multiply 2 real numbers together, then you can just look at geometry: The area of a rectangle gives a good application for multiplying two non-negative real numbers together, and you can use this as a model for what it means to multiply 2 non-negative real numbers (For most of high school and certainly in most of your engineering and physics classes in college, you will essentially use this or some variation as your definition of what it means to multiply 2 real numbers together)
 
Last edited:
  • #9
Thanks a lot to all
 

1. What is multiplication?

Multiplication is a mathematical operation that involves combining equal groups or quantities to find a total. It is represented by the symbol "x" or "*", and is often used to find the product of two or more numbers.

2. What are the basic principles of multiplication?

The basic principles of multiplication include the commutative property, which states that the order of the numbers being multiplied does not change the result, and the distributive property, which states that multiplying a number by a sum is the same as multiplying each addend by the number and then adding the products.

3. How is multiplication related to addition and subtraction?

Multiplication is closely related to addition and subtraction. Addition can be seen as repeated counting, while multiplication can be seen as repeated addition. Subtraction is the inverse operation of addition, and division is the inverse operation of multiplication.

4. What are some real-life applications of multiplication?

Multiplication is used in many real-life situations, such as calculating the total cost of multiple items at a store, determining the number of items in a certain number of groups, and finding the area of a rectangular space. It is also used in more complex fields such as physics, engineering, and economics.

5. How can I improve my skills in multiplication?

One way to improve your skills in multiplication is to practice regularly, using different methods such as mental math, flashcards, and worksheets. You can also try learning tricks and mnemonic devices to help you remember multiplication facts. Additionally, understanding the basic principles and properties of multiplication can also improve your skills in this operation.

Similar threads

Replies
4
Views
1K
Replies
1
Views
180
  • General Math
Replies
4
Views
184
Replies
3
Views
1K
  • General Math
Replies
2
Views
2K
Replies
3
Views
241
Replies
8
Views
1K
  • General Math
2
Replies
50
Views
3K
Replies
1
Views
517
  • Quantum Physics
Replies
3
Views
1K
Back
Top