Analyzing the Setup
In the context of JEE Advanced, a homogeneous system of linear equations is defined by the property that the constant term in each equation is zero. Given the system:
3x−y−z=0
−3x+z=0
−3x+2y+z=0
Because the constant terms are zero, the origin (0,0,0) is guaranteed to be a solution. We must determine if these planes intersect at a single point or along a common line.
The Algebraic Reduction
We begin by simplifying the system. The second equation, −3x+z=0, provides an immediate relationship:
Substituting this into the first equation, 3x−y−z=0, we obtain:
We have determined that for any point on the intersection of these planes, the y-coordinate must be zero. Our solution space is confined to the x−z plane.
To verify consistency, we substitute y=0 and z=3x into the third equation:
This confirms that the equations are linearly dependent. The solution set is a line defined by the parametric coordinates (x,0,3x).
The Sphere Constraint
We now introduce the boundary condition x2+y2+z2≤100, which represents a solid sphere of radius 10 centered at the origin. We seek integer points on our line that satisfy this inequality.
Substituting the parametric point (x,0,3x) into the inequality:
x2+02+(3x)2≤100
x2+9x2≤100
10x2≤100
Dividing by 10, we arrive at the simplified constraint:
The Final Count
We must identify all integer values of x that satisfy x2≤10. Testing the integers:
For x=0, x2=0≤10.
For x=±1, x2=1≤10.
For x=±2, x2=4≤10.
For x=±3, x2=9≤10.
If we test x=±4, we obtain x2=16, which exceeds the limit of 10. Thus, the set of possible integer values for x is {−3,−2,−1,0,1,2,3}.
Counting these values, we find there are exactly 7 such points.