Real numbers a and b satisfy the system of equations below:
⎩ ⎪ ⎨ ⎪ ⎧ a 2 + x 2 = 1 b 2 + y 2 = 1 a x + b y = 1
What is a 2 + b 2 ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Trig solution:
a 2 + x 2 = 1 . Choose θ such that a = cos ( θ ) , x = sin ( θ ) . (I.e. θ = ± arctan ( x / a ) .)
Similarly, choose ψ such that b = cos ( ψ ) and y = sin ( ψ ) .
Note that a x = cos ( θ ) sin ( θ ) = 2 1 sin ( 2 θ ) . Also, b y = cos ( ψ ) sin ( ψ ) = 2 1 sin ( 2 ψ )
The third equation is thus: 2 1 sin ( 2 θ ) + 2 1 sin ( 2 ψ ) = 1 . The only real solutions are when sin ( 2 θ ) = sin ( 2 ψ ) = 1 , i.e. θ , ψ ∈ { 4 π , 4 5 π } . For either choice of θ or ψ , it's true that
a 2 = ( ± 2 2 ) 2 = 2 1 , and
b 2 = ( ± 2 2 ) 2 = 2 1 .
Thus a 2 + b 2 = 1 .
Elementary solution a 2 + x 2 = 1 b 2 + y 2 = 1 2 a x + 2 b y = 2 add E q ( 1 ) + E q ( 2 ) − E q ( 3 ) you end up with ( a − x ) 2 + ( b − y ) 2 = 0 this implies that LHS is a purely positive number and the only way it can equal 0 is when x = a and b = y from there onwards realize that we have 4 variables and 4 equations. meaning a solution can be obtained.
A few points:
if you start with three equations and four variables, and then create a new equation that is a linear combination of the first three equations, you haven't really cut down the dimensionality of the solution space. You still have only three equations and four variables. (Not that this matters in the current problem.)
the real accomplishment is when you show x = a and b = y. This means that, going back to the first two equations, you really only have two equations and two variables.
still, a system isn't uniquely determined just because the number of equations is at least the number of variables. That logic only works for linear systems.
the reason this question has a unique solution is because the target function does not require exact knowledge of any of the four variables. We only need know what a^2 + b^2 is. And, indeed, using your equations x=a and y = b, and the first two given equations, we know exactly what a^2 is and exactly what b^2 is. And we know what these values are.
Problem Loading...
Note Loading...
Set Loading...
⎩ ⎪ ⎨ ⎪ ⎧ a 2 + x 2 = 1 b 2 + y 2 = 1 a x + b y = 1 . . . ( 1 ) . . . ( 2 ) . . . ( 3 )
( 1 ) + ( 2 ) + 2 × ( 3 ) : x 2 + 2 a x + a 2 + y 2 + 2 b y + b 2 ( x + a ) 2 + ( y + b ) 2 = 4 = 4 . . . ( 4 )
Equation (4) is a circle with center at C ( − a , − b ) and a radius of 2.
Similarly,
( 1 ) + ( 2 ) − 2 × ( 3 ) : x 2 − 2 a x + a 2 + y 2 − 2 b y + b 2 ( x − a ) 2 + ( y − b ) 2 = 0 = 0 . . . ( 5 )
Equation (5) is a point P ( a , b ) . To satisfy equations (4) and (5), it means P is on the circumference of the circle. That is ( x , y ) is the point P ( a , b ) or x = a and y = b . Then from ( 3 ) : a 2 + b 2 = 1 .