Can Factorization of Integers Motivate Students in a First Number Theory Course?

AI Thread Summary
Factorization of integers is crucial in a first number theory course as it underpins the understanding of prime numbers and their applications in cryptography, particularly in securing sensitive data online. It raises important questions about the efficiency of algorithms used to determine factors of large integers, which can significantly impact computational time. The discussion highlights the relevance of factorization in real-life scenarios, such as public key cryptography, which relies on the difficulty of factoring large numbers for security. Additionally, factorization is essential for solving quadratic equations, illustrating its mathematical importance. Overall, emphasizing these applications can effectively motivate students in their study of number theory.
matqkks
Messages
280
Reaction score
5
Why is factorization of integers important on a first number theory course? Where is factorization used in real life? Are there examples which have a real impact? I am looking for examples which will motivate students.
 
Mathematics news on Phys.org
I'll take a stab.
Factorization helps determine if a given integer is prime, and one use for prime integers is in devising cryptography keys, which are used quite a bit for, among other things, encrypting sensitive data which might be swapped around on the internet. (NSA, how'm I doin' so far?)

If you have an arbitrary integer of n-digits, how long does it take to determine the factors (if any) of this integer? That's a pretty basic question for number theory to answer. Is it a couple of hours, a couple of days, a couple of years, a couple of centuries, or what? Can a better (= quicker) algorithm be devised?

http://en.wikipedia.org/wiki/Factorization
 
  • Like
Likes 1 person
Suppose we can motivate an interest in Diophantine equations. Their solution entails finding greatest common divisors. Would that also lead in a natural way to focusing on prime numbers?
 
  • Like
Likes 1 person
matqkks said:
Why is factorization of integers important on a first number theory course? Where is factorization used in real life? Are there examples which have a real impact? I am looking for examples which will motivate students.

Much of Internet security uses Public Key Cryptography, which depends on large integer factorisation. See, for example:

http://en.wikipedia.org/wiki/Public-key_cryptography
 
If you want to solve a quadratic equation by factorisation the you need to be able to factorises integers.
That is to solve

ax2 + bx + c = 0

you need to factorises a and c.
 
  • Like
Likes 1 person
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...
Thread 'Imaginary Pythagoras'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...
Back
Top