Solving Ax + By = Cx + Dy: A=C & B=D?

  • Thread starter Thread starter Voivode
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Voivode
Messages
19
Reaction score
0

Homework Statement


I'm in a calculus course, but this isn't really a calculus question. I was wondering if:

Ax + By = Cx + Dy

Could I say A = C and B = D?

Homework Equations


None.

The Attempt at a Solution


None.
 
Physics news on Phys.org
Voivode said:

Homework Statement


I'm in a calculus course, but this isn't really a calculus question. I was wondering if:

Ax + By = Cx + Dy

Could I say A = C and B = D?
It depends on what "=" means. In the first equation, if "=" means [itex]\equiv[/itex] (identically equal to), then yes, A = C and B = D. Here, "identically equal to" means for any choice of x and y.

On the other hand, if "=" means just plain old "equals", then no.

Here's an example. Suppose x = 3 and y = 2. Your equation is equivalent to (A - C)x = (D - B)y, so if A = 5 and C = 3, and B = 1 and D = 4, then we have (5 - 3)3 = (4 - 1)2, or 6 = 6, a true statement, but A and C aren't equal, nor are B and D.
 
Last edited:
That makes sense. Thanks.