Solveeit Logo

Question

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

Let a, b, c be positive real numbers. The following system of equations in x, y, z:- x2a2+y2b2+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

has:-

A

no solution

B

unique solution

C

infinitely many solutions

D

finitely many solutions

Answer

infinitely many solutions

Explanation

Solution

The given system of equations is:

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

Let's simplify the notation 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 real numbers, a2,b2,c2a^2, b^2, c^2 are positive. Also, x2,y2,z2x^2, y^2, z^2 are non-negative. Therefore, X0X \ge 0, Y0Y \ge 0, and Z0Z \ge 0.

The system of equations can be rewritten as:

  1. X+Y+Z=1X + Y + Z = 1
  2. X+Y+Z=1-X + Y + Z = 1

Now, we solve this system of linear equations for X,Y,ZX, Y, Z:

Step 1: Add Equation (1) and Equation (2) (X+Y+Z)+(X+Y+Z)=1+1(X + Y + Z) + (-X + Y + Z) = 1 + 1 2Y+2Z=22Y + 2Z = 2 Y+Z=1Y + Z = 1

Step 2: Subtract Equation (2) from Equation (1) (X+Y+Z)(X+Y+Z)=11(X + Y + Z) - (-X + Y + Z) = 1 - 1 X+Y+Z+XYZ=0X + Y + Z + X - Y - Z = 0 2X=02X = 0 X=0X = 0

Step 3: Substitute back the original expressions for X, Y, Z From X=0X = 0: x2a2=0    x2=0    x=0\frac{x^2}{a^2} = 0 \implies x^2 = 0 \implies x = 0

From Y+Z=1Y + Z = 1: y2b2+z2c2=1\frac{y^2}{b^2} + \frac{z^2}{c^2} = 1

So, the original system of equations simplifies to: x=0x = 0 y2b2+z2c2=1\frac{y^2}{b^2} + \frac{z^2}{c^2} = 1

Step 4: Analyze the equation y2b2+z2c2=1\frac{y^2}{b^2} + \frac{z^2}{c^2} = 1 This is the equation of an ellipse centered at the origin in the y-z plane. Since yy and zz are real variables, we need to find how many real pairs (y,z)(y, z) satisfy this equation.

We can express z2z^2 in terms of y2y^2: z2c2=1y2b2\frac{z^2}{c^2} = 1 - \frac{y^2}{b^2} z2=c2(1y2b2)z^2 = c^2 \left(1 - \frac{y^2}{b^2}\right)

For zz to be a real number, z2z^2 must be non-negative. Since c2>0c^2 > 0 (as cc is a positive real number), we must have: 1y2b201 - \frac{y^2}{b^2} \ge 0 y2b21\frac{y^2}{b^2} \le 1 y2b2y^2 \le b^2 This implies byb-b \le y \le b.

For any real value of yy in the interval [b,b][-b, b]:

  • If y(b,b)y \in (-b, b), then 1y2b2>01 - \frac{y^2}{b^2} > 0, which means z=±c1y2b2z = \pm c \sqrt{1 - \frac{y^2}{b^2}}. This gives two distinct real values for zz. Since there are infinitely many real numbers in the interval (b,b)(-b, b), there are infinitely many possible values for yy, each yielding two zz values.
  • If y=by = b or y=by = -b, then 1y2b2=01 - \frac{y^2}{b^2} = 0, which means z=0z = 0. This gives one real value for zz.

Since there are infinitely many real numbers in the interval [b,b][-b, b], there are infinitely many possible values for yy. For each such yy, there is at least one corresponding real value for zz. Therefore, there are infinitely many pairs (y,z)(y, z) that satisfy the equation y2b2+z2c2=1\frac{y^2}{b^2} + \frac{z^2}{c^2} = 1.

Since x=0x=0 is a fixed value, and there are infinitely many pairs (y,z)(y, z) satisfying the condition, the system has infinitely many solutions (x,y,z)(x, y, z).

For example, some solutions are:

  • (0,0,c)(0, 0, c)
  • (0,0,c)(0, 0, -c)
  • (0,b,0)(0, b, 0)
  • (0,b,0)(0, -b, 0)
  • (0,b/2,32c)(0, b/2, \frac{\sqrt{3}}{2}c)
  • (0,b/2,32c)(0, b/2, -\frac{\sqrt{3}}{2}c) And so on.