MHB Find all combinations of a,b,c

  • Thread starter Thread starter Albert1
  • Start date Start date
  • Tags Tags
    Combinations
AI Thread Summary
To find all combinations of integers a, b, and c such that the quadratic equation f(x) = ax^2 + bx + c has integer solutions and satisfies f(8) = 1, the equation can be rewritten as a(8^2) + b(8) + c = 1. This leads to the equation 64a + 8b + c = 1. The requirement for integer solutions implies that the discriminant b^2 - 4ac must be a perfect square. By exploring various integer values for a, b, and c, the combinations can be derived while ensuring that the conditions of the problem are met. The discussion emphasizes the importance of the discriminant in determining the nature of the roots.
Albert1
Messages
1,221
Reaction score
0
let $f(x)=ax^2+bx+c,with \,\, a\neq 0$ here $a,b,c\in Z$
if the solutions of $ax^2+bx+c=0,\,\, also \,\, \in Z$
given :$f(8)=1$
please find all combinations of $a,b,c$
 
Mathematics news on Phys.org
Albert said:
let $f(x)=ax^2+bx+c,with \,\, a\neq 0$ here $a,b,c\in Z$
if the solutions of $ax^2+bx+c=0,\,\, also \,\, \in Z$
given :$f(8)=1$
please find all combinations of $a,b,c$

let $f(x) = a (x- p)(x-q)$
$f(8) = a(8-p)(8-q) = 1$
gives 4 choices
choice 1

$ a = 1, 8-p = 1, 8-q = 1 => p=q = 7$
or $f(x) = (x-7)^2 = x^2 - 14x + 49=> a= 1, b= - 14, c= 49$

choice 2
$ a = 1, 8-p = -1, 8-q = -1 => p=q = 9$
or $f(x) = (x-9)^2 = x^2 - 18x + 81=> a= 1, b= - 18, c= 81$
choice 3

$ a = -1 , 8-p = 1, 8-q = -1 => p=7, q = 9$
or $f(x) = -(x-7)(x-9) = -x^2 + 16x -63 => a= -1, b= 16, c= -63$

choice 4 is same as choice 3 except that p and q are interchanged
hence 3 sets $(1,- 14,49),(1,- 18,81),(-1,16,-63)$
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...

Similar threads

Replies
6
Views
2K
Replies
19
Views
3K
Replies
7
Views
1K
Replies
6
Views
2K
Replies
1
Views
1K
Replies
1
Views
1K
Replies
1
Views
1K
Back
Top