Solving Pell Equation of Norms other than -1 and 1
People, I crossed a Pell-type equation: x^2 - 6y^2 = 3 which it has norm 3. Are there ways to solve this equation without using concepts from Abstract Algebra such as factoring in a number field or what?
This discussion board is a place to discuss our Daily Challenges and the math and science
related to those challenges. Explanations are more than just a solution — they should
explain the steps and thinking strategies that you used to obtain the solution. Comments
should further the discussion of math and science.
When posting on Brilliant:
Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.
Markdown
Appears as
*italics* or _italics_
italics
**bold** or __bold__
bold
- bulleted - list
bulleted
list
1. numbered 2. list
numbered
list
Note: you must add a full line of space before and after lists for them to show up correctly
As such, we define pair-multiplication as (a,b)⊗(c,d)=(ac+6bd,bc+ad).
3) Observe that (3,1) is a solution to x2−6y2=3.
4) Hence, solutions exist in the form of (3,1)⊗(5,2)n, where n is a non-negative integer.
For example, with n=1, we get (3,1)⊗(5,2)=(15+12,5+6)=(27,11). We can check that 272−6×112=729−726=3.
Followup question: Are there other solutions? (ignore negative values)
First find the smallest positive solution of x,y. Express it as x+6^0.5y
Then find solution of the equation x^2-6y^2=1. Express it as x+6^0.5y Multiply any of these two you get another solution. Hence obtain all solutions.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
You can read up on Pell's Equation, to understand how to generate solutions from a base case.
1) Observe that (5,2) is the first non-trivial solution to x2−6y2=1.
2) Observe that
(a2−6b2)(c2−6d2)=a2c2+36b2d2−6b2c2−6a2d2=(ac+6bd)2−6(bc+ad)2.
As such, we define pair-multiplication as (a,b)⊗(c,d)=(ac+6bd,bc+ad).
3) Observe that (3,1) is a solution to x2−6y2=3.
4) Hence, solutions exist in the form of (3,1)⊗(5,2)n, where n is a non-negative integer.
For example, with n=1, we get (3,1)⊗(5,2)=(15+12,5+6)=(27,11). We can check that 272−6×112=729−726=3.
Followup question: Are there other solutions? (ignore negative values)
Log in to reply
It's (ac+6bd,bc+ad). Fix it to avoid confusion.
You also left out an a2 in Point 2. Cheers, G.
Log in to reply
Fixed. Thanks!
@John Ashley Capellan Can you add what you learnt about Pell's Equation to the Wiki? Thanks!
First find the smallest positive solution of x,y. Express it as x+6^0.5y Then find solution of the equation x^2-6y^2=1. Express it as x+6^0.5y Multiply any of these two you get another solution. Hence obtain all solutions.
Log in to reply
Could you please explain in a bit more detail? Sorry for the trouble.
Log in to reply
You can know about my solution by searching pell fermat equation in wikipedia