Deducing Irrational Identity - a1=a2 & b1=b2?

  • Context: Graduate 
  • Thread starter Thread starter basil
  • Start date Start date
  • Tags Tags
    Identity Irrational
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
basil
Messages
8
Reaction score
0
How do you deduce that

a1 - [itex]\sqrt{N}[/itex] b1 = a2 - [itex]\sqrt{N}[/itex]b2

to be

a1=a2 and b1=b2?
 
Mathematics news on Phys.org
Matching coefficients?
 
You can't: Take N = 4, a1=5, b1=1, a2=15, and b2=6
 
daveb said:
You can't: Take N = 4, a1=5, b1=1, a2=15, and b2=6

In this case, they are only equal because N is a perfect square.

If a + b√N = c + d√N, then
a - c = (d - b)√N

Assuming a, b, c, d are integers, then (a - c) is an integer, thus for equality, (d - b)√N must be an integer. This is only true if a = c and b = d, or if √N is an integer, making N a perfect square.
 
Last edited:
Hey guys,

I see now...Thanks! Appreciate it.
 
Unit said:
Assuming a, b, c, d are integers, then (a - c) is an integer, thus for equality, (d - b)√N must be an integer. This is only true if a = c and b = d, or if √N is an integer, making N a perfect square.

You skipped a step. sqrt(N) could have been rational, with (d-b) divisible by the denominator. And so this problem is reduced to proving that sqrt(N) cannot be rational for square-free N.