Solveeit Logo

Question

Question: Let a, b, c be positive numbers. The following system of equations in x, y & z: $\frac{x^2}{a^2}+\f...

Let a, b, c be positive numbers. The following system of equations in x, y & z:

x2a2+y2b2z2c2=1;x2a2y2b2+z2c2=1;x2a2+y2b2+z2c2=1\frac{x^2}{a^2}+\frac{y^2}{b^2}-\frac{z^2}{c^2}=1 ; \frac{x^2}{a^2}-\frac{y^2}{b^2}+\frac{z^2}{c^2}=1 ; -\frac{x^2}{a^2}+\frac{y^2}{b^2}+\frac{z^2}{c^2}=1

has:

A

no solution

B

unique solution

C

infinitely many solutions

D

finitely many solutions

Answer

finitely many solutions

Explanation

Solution

The given system of equations is:

  1. x2a2+y2b2z2c2=1\frac{x^2}{a^2}+\frac{y^2}{b^2}-\frac{z^2}{c^2}=1
  2. x2a2y2b2+z2c2=1\frac{x^2}{a^2}-\frac{y^2}{b^2}+\frac{z^2}{c^2}=1
  3. x2a2+y2b2+z2c2=1-\frac{x^2}{a^2}+\frac{y^2}{b^2}+\frac{z^2}{c^2}=1

Let's simplify the system by introducing new variables. Let X=x2a2X = \frac{x^2}{a^2}, Y=y2b2Y = \frac{y^2}{b^2}, and Z=z2c2Z = \frac{z^2}{c^2}. Since a,b,ca, b, c are positive numbers, a2,b2,c2a^2, b^2, c^2 are positive. Also, x2,y2,z2x^2, y^2, z^2 must be non-negative for real solutions. Therefore, X0X \ge 0, Y0Y \ge 0, Z0Z \ge 0.

The system of equations transforms into a linear system in terms of X, Y, Z: I) X+YZ=1X + Y - Z = 1 II) XY+Z=1X - Y + Z = 1 III) X+Y+Z=1-X + Y + Z = 1

Now, we solve this linear system:

  1. Add equation (I) and equation (II): (X+YZ)+(XY+Z)=1+1(X + Y - Z) + (X - Y + Z) = 1 + 1 2X=22X = 2 X=1X = 1

  2. Add equation (I) and equation (III): (X+YZ)+(X+Y+Z)=1+1(X + Y - Z) + (-X + Y + Z) = 1 + 1 2Y=22Y = 2 Y=1Y = 1

  3. Add equation (II) and equation (III): (XY+Z)+(X+Y+Z)=1+1(X - Y + Z) + (-X + Y + Z) = 1 + 1 2Z=22Z = 2 Z=1Z = 1

So, the unique solution for (X,Y,Z)(X, Y, Z) is (1,1,1)(1, 1, 1). These values satisfy the non-negativity conditions (X=10X=1 \ge 0, Y=10Y=1 \ge 0, Z=10Z=1 \ge 0).

Now, substitute back the original expressions for X, Y, Z:

  • For X: x2a2=1    x2=a2    x=±a\frac{x^2}{a^2} = 1 \implies x^2 = a^2 \implies x = \pm a

  • For Y: y2b2=1    y2=b2    y=±b\frac{y^2}{b^2} = 1 \implies y^2 = b^2 \implies y = \pm b

  • For Z: z2c2=1    z2=c2    z=±c\frac{z^2}{c^2} = 1 \implies z^2 = c^2 \implies z = \pm c

Since a,b,ca, b, c are positive numbers, a0a \ne 0, b0b \ne 0, c0c \ne 0. This means that x=±ax=\pm a gives two distinct values (aa and a-a), similarly for yy and zz.

The possible values for (x,y,z)(x, y, z) are:

  • xx can be aa or a-a (2 choices)
  • yy can be bb or b-b (2 choices)
  • zz can be cc or c-c (2 choices)

Since the choices for xx, yy, and zz are independent, the total number of distinct solutions (x,y,z)(x, y, z) is 2×2×2=82 \times 2 \times 2 = 8.

These 8 solutions are: (a,b,c)(a, b, c), (a,b,c)(a, b, -c), (a,b,c)(a, -b, c), (a,b,c)(a, -b, -c), (a,b,c)(-a, b, c), (a,b,c)(-a, b, -c), (a,b,c)(-a, -b, c), (a,b,c)(-a, -b, -c).

Since the number of solutions is 8, which is a finite number, the system has finitely many solutions.