Show that 13 is the largest prime that can divide....

  • Thread starter Math100
  • Start date
  • Tags
    Prime
In summary: For instance if we take f(n) = n^3 + 2n^2 + 3n + 4 and g(n) = n^3 + n then we can ask whether the GCD is 1 or 2, or whether there are arbitrarily large common divisors. (The answer is that there are arbitrarily large common divisors.)In summary, the proof shows that the largest prime that can divide two successive integers of the form n^2+3 is 13. This is because any other prime divisor would need to divide 13, leading to a contradiction. Additionally, the proof provides a more general result, where for any prime divisor p of two successive integers of the form n^2+a and (n
  • #1
Math100
756
201
Homework Statement
Show that ## 13 ## is the largest prime that can divide two successive integers of the form ## n^{2}+3 ##.
Relevant Equations
None.
Proof:

Let ## p ## be the prime divisor of two successive integers ## n^2+3 ## and ## (n+1)^2+3 ##.
Then ## p\mid [(n+1)^2+3-(n^2+3)]\implies p\mid 2n+1 ##.
Since ## p\mid n^2+3 ## and ## p\mid 2n+1 ##,
it follows that ## p\mid a(n^2+3)+b(2n+1) ## for some ## a,b\in\mathbb{Z} ##.
Suppose ## a=4 ## and ## b=-2n ##.
Then ## p\mid 4(n^2+3)-2n(2n+1)\implies p\mid 12-2n ##.
Note that ## p\mid (12-2n)+(2n+1)\implies p\mid 13 ##.
Thus ## p\leq 13 ##.
Therefore, ## 13 ## is the largest prime that can divide two successive integers of the form ## n^2+3 ##.
 
  • Like
Likes fresh_42
Physics news on Phys.org
  • #2
Math100 said:
Proof:
Let ## p ## be the prime divisor of two successive integers ## n^2+3 ## and ## (n+1)^2+3 ##.
Then ## p\mid [(n+1)^2+3-(n^2+3)]\implies p\mid 2n+1 ##.
Since ## p\mid n^2+3 ## and ## p\mid 2n+1 ##,
it follows that ## p\mid a(n^2+3)+b(2n+1) ## for some ## a,b\in\mathbb{Z} ##.

Suppose ## a=4 ## and ## b=-2n ##.

Just because ## p\mid a(n^2+3)+b(2n+1) ## for some ## a,b\in\mathbb{Z} ## doesn't mean that this statement is true for specifically chosen pairs of values of a and b. This is the same kind of mistake you made in your previous thread.
Math100 said:
Then ## p\mid 4(n^2+3)-2n(2n+1)\implies p\mid 12-2n ##.
Note that ## p\mid (12-2n)+(2n+1)\implies p\mid 13 ##.
Thus ## p\leq 13 ##.
Therefore, ## 13 ## is the largest prime that can divide two successive integers of the form ## n^2+3 ##.
 
  • #3
Math100 said:
Homework Statement:: Show that ## 13 ## is the largest prime that can divide two successive integers of the form ## n^{2}+3 ##.
Relevant Equations:: None.

Proof:

Let ## p ## be the prime divisor of two successive integers ## n^2+3 ## and ## (n+1)^2+3 ##.
Then ## p\mid [(n+1)^2+3-(n^2+3)]\implies p\mid 2n+1 ##.
Since ## p\mid n^2+3 ## and ## p\mid 2n+1 ##,
it follows that ## p\mid a(n^2+3)+b(2n+1) ## for some ## a,b\in\mathbb{Z} ##.
... it follows that ## p\mid a(n^2+3)+b(2n+1) ## for all ## a,b\in\mathbb{Z} ## ...
Math100 said:
Suppose ## a=4 ## and ## b=-2n ##.
Then ## p\mid 4(n^2+3)-2n(2n+1)\implies p\mid 12-2n ##.
Note that ## p\mid (12-2n)+(2n+1)\implies p\mid 13 ##.
Thus ## p\leq 13 ##.
Therefore, ## 13 ## is the largest prime that can divide two successive integers of the form ## n^2+3 ##.

Nice proof, except for the minor wording error. With ##b=-2n+1## you can save a step.
 
  • Like
Likes Math100
  • #4
Why no larger than 13? Why not only 13?
 
  • Like
Likes Prof B
  • #5
Here's a better problem. Suppose ##p## divides ##n^2 + a## and ##(n+1)^2 + a##, show that ##p## divides ##4a + 1##. And that ##n = kp + 2a##, for ##k = \dots -1, 0, 1, 2, \dots##.

E.g. with ##a = 3##, ##p = 13## and ##n = 6, 19, 32 \dots##.
 
  • #6
Let ## p ## be a prime divisor of two successive integers ## n^2+3 ## and ## (n+1)^2+3 ##.

The word "the" assumes that there is only one. You won't know there is only one until you prove that it is 13.
 
  • #7
PeroK said:
Why no larger than 13? Why not only 13?
The assumption that p was prime wasn't needed. The only positive integers that can be common divisors of ##n^2+3## and ##(n+1)^2 + 3## are 13 and 1.
 
  • #8
PeroK said:
Here's a better problem. Suppose ##p## divides ##n^2 + a## and ##(n+1)^2 + a##, show that ##p## divides ##4a + 1##. And that ##n = kp + 2a##, for ##k = \dots -1, 0, 1, 2, \dots##.

E.g. with ##a = 3##, ##p = 13## and ##n = 6, 19, 32 \dots##.
Nice! You can actually take any two polynomials f(n) and g(n) and apply Euclid's algorithm to find their GCD. Then there are two cases
  1. If the GCD has degree 1 or higher then f(n) and g(n) will have arbitrarily large common factors
  2. If the GCD is a constant c then every common divisor of f(n) and g(n) must be a divisor of c
Such pairs of polynomials could be good for "prove or disprove" questions.
 
  • Like
Likes PeroK

1. What does it mean to "divide" in this context?

In mathematics, division is a mathematical operation that involves separating a quantity into equal parts or determining how many times one number is contained within another number. In this context, we are looking at the largest prime number that can evenly divide a given number.

2. How do you determine if a number is prime?

A prime number is a number that is only divisible by 1 and itself. To determine if a number is prime, we can use a variety of methods such as trial division, the Sieve of Eratosthenes, or the AKS primality test. In this case, we are looking for the largest prime number that can divide a given number, so we will use trial division.

3. Why is 13 the largest prime number that can divide the given number?

In this context, we are looking at the largest prime number that can evenly divide a given number. This means that the prime number must be a factor of the given number and it must be the largest possible factor. In this case, 13 is the largest prime number that can divide the given number because it is the largest prime number that is a factor of the given number.

4. Can any other prime numbers divide the given number?

No, 13 is the largest prime number that can divide the given number. This means that any other prime numbers will either not be a factor of the given number or will be smaller than 13. For example, if the given number is 26, the only prime numbers that can divide it are 2 and 13.

5. Are there any real-world applications for finding the largest prime number that can divide a given number?

Yes, there are many real-world applications for finding the largest prime number that can divide a given number. For example, in cryptography, finding large prime numbers is crucial for creating secure encryption algorithms. In computer science, prime numbers are used in various algorithms and data structures. Additionally, prime numbers have applications in fields such as physics, chemistry, and biology.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
3
Views
934
  • Precalculus Mathematics Homework Help
Replies
5
Views
2K
  • Precalculus Mathematics Homework Help
Replies
10
Views
800
  • Precalculus Mathematics Homework Help
Replies
9
Views
1K
  • Precalculus Mathematics Homework Help
Replies
4
Views
1K
  • Precalculus Mathematics Homework Help
Replies
2
Views
677
  • Precalculus Mathematics Homework Help
Replies
8
Views
2K
  • Precalculus Mathematics Homework Help
Replies
17
Views
2K
  • Precalculus Mathematics Homework Help
Replies
2
Views
620
  • Precalculus Mathematics Homework Help
Replies
4
Views
2K
Back
Top