Suppose $a, b$ and $ab$ are non-square and solution exist for the above equation. One way we can solve it is by multiplying $a$ to the equation to get the Pell equation \begin{equation} (ax)^2-aby^2 = ac. \end{equation} If $(u,v)$ is the fundamental solution for the corresponding Pell equation and $(x_1,y_1)$ is a particular solution of the above equation, then all the solutions in the class of $(x_1,y_1)$ can be found by \begin{equation} (x_n+y_n\sqrt{ab}) = (x_1+y_1\sqrt{ab})(u+\sqrt{ab})^n. \end{equation} Are there any other way to find all the solutions if at all solution exist? Suppose $(u_0,v_0)$ is the fundamental solution of $ax^2-by^2 = 1$ and $(x_0,y_0)$ is a solution of $ax^2-by^2 = c,$ then I found that $(x_0\sqrt{a}+y_0\sqrt{a})(u_0\sqrt{a}+v_0\sqrt{b})^{2n}$ are also solutions but in the odd power I am getting numbers of the type $x'+y'\sqrt{ab}.$ How to obtain the solutions in this way?
2026-05-06 07:27:14.1778052434
How is the Pell-like equation $ax^2-by^2 = c$ solved?
431 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in NUMBER-THEORY
- Maximum number of guaranteed coins to get in a "30 coins in 3 boxes" puzzle
- Interesting number theoretical game
- Show that $(x,y,z)$ is a primitive Pythagorean triple then either $x$ or $y$ is divisible by $3$.
- About polynomial value being perfect power.
- Name of Theorem for Coloring of $\{1, \dots, n\}$
- Reciprocal-totient function, in term of the totient function?
- What is the smallest integer $N>2$, such that $x^5+y^5 = N$ has a rational solution?
- Integer from base 10 to base 2
- How do I show that any natural number of this expression is a natural linear combination?
- Counting the number of solutions of the congruence $x^k\equiv h$ (mod q)
Related Questions in DIOPHANTINE-EQUATIONS
- Can we find $n$ Pythagorean triples with a common leg for any $n$?
- Can we find integers $x$ and $y$ such that $f,g,h$ are strictely positive integers
- Count of possible money splits
- I'm having a problem interpreting and starting this problem with primes.
- Solution of $X^5=5 Y (Y+1)+1$ in integers.
- Solving for 4 variables using only 2 equations
- Algorithm for diophantine equation
- Find all pairs of integers (x,y) such that $x(x+1)(x^2+x+2)=2y^2$
- Sum Equals Product: A Diophantine Equation
- Diophantine equation for Multivariate Polynomial
Related Questions in PELL-TYPE-EQUATIONS
- how to geometrically explain why pell numbers close to sqrt 2
- Solutions for $65x^2-57y^2=8 \cdot 61$
- Show that $x^2-dy^2 = -2$ with $d = m^2+2$ has infinitetly many integer solutions
- Fundamental solution to specific Pell equation
- Existence of Solution to Generalized Pell's Equation
- A question about principality of ideals dividing $(p)$ in imaginary quadratic field
- How to show that $x^2 - 37y^2 =2$ does not have integer solutions
- When is there a solution to the generalized Pell's equation?
- algebra direct connect pell eqn soln $(p_{nk},q_{nk})$ with $(p_n + q_n\sqrt{D})^k$
- Fundamental Solution of Pell's Equation
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
You may also use this method:
$$ax^2-by^2=c$$
Suppose $x=y+d$ , putting this in equation we get:
$$(a-b)y^2+2ady+(ad^2-c)=0$$
We solve for y:
$$\Delta'=a^2d^2+(ad^2-c)(b-a)=ac+abd^2-bc$$
the condition for having solution in $\mathbb Z$ is:
$\Delta'=k^2$
In this case we have:
$$y=\frac{-ad\pm k}{a-b}$$
Only particular values of a, b, c give integer solutions. Some examples:
$$5x^2-7y^2=69$$
$\Delta'= k^2=(2-3)\times 69+2\times 3\times d^2$
which gives simple form of Pell like equation:
$$k^2-6d^2=-69$$
One solution to this equation is $(d, k)=(7, 15)$ which gives $(x, y)=(36, 29), (-1, 6)$.
$$23x^2-118y^2=5$$
Gives simple form $k^2-414d^2=25$
One solution to this equation is $(d, k)=(2, 41)$
which gives $(x, y)=(-1, 1), (-\frac {87}5, -\frac {77}5)$
From second solution we can derive an equation with integer solution:
$23(\frac{-77}5)^2-18(\frac{-87}5)^2=5$
$(x, y)=(\pm 77, \pm 87)$ will be the solution of this equation:
$23 x^2-18 y^2=125$