Trilogy of Equations

Algebra Level 3

Let a a , y y and b b be real numbers such that: a 2 2 a y + 6 a + y 2 6 y + 9 = 0 { a }^{ 2 }-2ay+6a+{ y }^{ 2 }-6y+9=0 and b 3 + b 2 = 2 { b }^{ 3 }+{ b }^{ 2 }=2 , and let A A be equal to: [ a b b + 7 8 ( a + 1 ) ( a + 2 ) ] 1 { \begin{bmatrix} a & b \\ b+\frac { 7 }{ 8 } & (a+1)(a+2) \end{bmatrix} }^{ -1 } . There is a single value of y y for which this matrix is ill-defined. This value can be expressed in the form i j \frac{i}{j} , where i i and j j are coprime natural numbers. Find i + j i+j .


The answer is 9.

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.

2 solutions

The conditions a , b , y a, b, y are real and b 3 + b 2 = 2 b^3+b^2=2 yields b = 1 b=1

Solution to the equation a 2 2 a y + 6 a + y 2 6 y + 9 = 0 a^2-2ay+6a+y^2-6y+9=0 is y = a + 3 y=a+3

A A will be ill-defined if determinant of the matrix is zero. That is,

8 a ( a + 1 ) ( a + 2 ) = 15 a = 1 2 y = 1 2 + 3 = 7 2 8a(a+1)(a+2)=15\implies a=\dfrac {1}{2}\implies y=\dfrac {1}{2}+3=\dfrac {7}{2}

So, u = 7 , v = 2 u=7,v=2 and u + v = 9 u+v=\boxed 9 .

The question has been changed. In the new version, i + j = 9 i+j=\boxed 9 .

A Former Brilliant Member - 11 months, 3 weeks ago
Tomislav Franov
Jun 24, 2020

We need to write a a in terms of y y . We can easily see that b b will be a real number, and that it is independent of y y . Let's start by solving the first equation in terms of a a . We have: a 2 2 a y + 6 a + y 2 6 y + 9 = 0 a 2 2 a ( y 3 ) + ( y 3 ) 2 = 0 ( a ( y 3 ) ) 2 = 0 a = y 3 \\ { a }^{ 2 }-2ay+6a+{ y }^{ 2 }-6y+9=0 \\ { a }^{ 2 }-2a(y-3)+{ (y-3) }^{ 2 }=0 \\ { (a-(y-3)) }^{ 2 }=0 \\ a=y-3 \\ Now let's solve for b b . b 3 + b 2 = 2 b 3 + b 2 = 1 + 1 b 3 1 + b 2 1 = 0 ( b 1 ) ( b 2 + b + 1 ) + ( b 1 ) ( b + 1 ) = 0 ( b 1 ) ( b 2 + 2 b + 2 ) = 0 \\ { b }^{ 3 }+{ b }^{ 2 }=2 \\ { b }^{ 3 }+{ b }^{ 2 }=1+1 \\ { b }^{ 3 }-1+{ b }^{ 2 }-1=0 \\ (b-1)({ b }^{ 2 }+{ b }+1)+(b-1)(b+1)=0 \\ (b-1)({ b }^{ 2 }+2b+2)=0 \\ We can easily check that the quadratic trinomial here has no real roots, and thus the only solution of this equation is b = 1 b=1 . Plugging the following values into the matrix A A , we get: [ y 3 1 15 8 ( y 2 ) ( y 1 ) ] 1 \\ { \begin{bmatrix} y-3 & 1 \\ \frac { 15 }{ 8 } & (y-2)(y-1) \end{bmatrix} }^{ -1 }\\ We know that a matrix has an inverse iff it is a square matrix and its determinant is not equal to zero. Since the existence of an inverse matrix depends on the choice of y y in this case, we will find the value for which it is nonexistent by making the determinant of the "original" matrix equal to zero. \\ Let B = A 1 B=A^{-1} . The determinant of B B is equal to: y 3 1 15 8 ( y 2 ) ( y 1 ) = ( y 3 ) ( y 2 ) ( y 1 ) 15 8 . \\ \begin{vmatrix} y-3 & 1 \\ \frac { 15 }{ 8 } & (y-2)(y-1) \end{vmatrix}=(y-3)(y-2)(y-1)-\frac { 15 }{ 8 }.\\ Now we have to solve for: ( y 3 ) ( y 2 ) ( y 1 ) 15 8 = 0. \\(y-3)(y-2)(y-1)-\frac { 15 }{ 8 }=0.\\ We will simplify this equation. Let u = y 2 u=y-2 . We have: \\ ( u 1 ) u ( u + 1 ) 15 8 = 0 (u-1)u(u+1)-\frac { 15 }{ 8 } =0\\ u 3 u 15 8 = 0 { u }^{ 3 }-u-\frac { 15 }{ 8 } =0\\ Let's try to solve this equation using the intermediate value theorem from calculus. We can take the derivative of the polynomial to find that it is monotonically increasing from negative infinity to 1 3 -\frac { 1 }{ \sqrt { 3 } } and from 1 3 \frac { 1 }{ \sqrt { 3 } } to infinity. Since the function only starts increasing indefinitely for these (positive) u u values, and we can check that its left local extreme value is still negative, we can conclude that the root of the function only exists for positive u u values. For u = 1 u=1 we get 15 8 -\frac { 15 }{ 8 } and for u = 2 u=2 we get 33 8 \frac { 33 }{ 8 } , so we can see that our desired value is between 1 1 and 2 2 . For u = 3 2 u=\frac { 3 }{ 2 } we get 0, so that is the value we were looking for. Substituting back to get y y , we get that y = 3 2 + 2 = 7 2 y=\frac { 3 }{ 2 } +2=\frac { 7 }{ 2 } , so the answer is 9.

1 pending report

Vote up reports you agree with

×

Problem Loading...

Note Loading...

Set Loading...