Whole set
Given real numbers
m
,
n
,
m
=
n
and
m
2
=
n
+
2
,
n
2
=
m
+
2
,
Find the value of
m
3
−
2
m
n
+
n
3
.
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.
Wow, I never thought about doing it this way. Thanks!
Log in to reply
You’re welcome :) in fact, I never thought I could solve for m and n !
There are some typos when simplifying the polynomial. + 2 m n → − 2 m n
Subtracting the equations, m 2 n 2 m 2 − n 2 m + n = n + 2 = m + 2 = n − m = − 1
where we can divide through because m = n . If instead we add the equations, m 2 + n 2 ( m + n ) 2 − 2 m n 1 − 2 m n m n = m + n + 4 = ( m + n ) + 4 = 3 = − 1
Now, m 3 − 2 m n + n 3 = ( m + n ) ( m 2 − m n + n 2 ) − 2 m n = ( m + n ) ( ( m + n ) 2 − 3 m n ) − 2 m n = − ( 1 + 3 ) + 2 = − 2
Subtract the second equation from the first: m 2 − n 2 = n + 2 − ( m + 2 ) = n − m ( m + n ) ( m − n ) = − ( m − n ) Since m = n , m − n = 0 so it is valid to divide both sides by m − n . m + n = − 1 ⟶ = m = − 1 − n Substitute this into equation 2: n 2 = − 1 − n + 2 = 1 − n n 2 + n − 1 = 0 n = 2 − 1 ± 5 Take the positive root; it doesn't matter actually. m = − 1 − n = − 1 − 2 − 1 + 5 = 2 − 1 − 5 Now we get to evaluating m 3 − 2 m n + n 3 . First calculate the middle term. 2 m n = 2 ( − 1 + 5 ) ) ( − 1 − 5 ) = 2 1 − 5 = − 2 We can simplify m 3 + n 3 using m = − 1 − n : m 3 + n 3 = ( − 1 − n ) 3 + n 3 = ( − 1 − n ) ( 1 + 2 n + n 2 ) + n 3 = ( − 1 − 2 n − n 2 − n − 2 n 2 − n 3 ) + n 3 = − 1 − 3 n − 3 n 2 = − 3 0 ( n 2 + n − 1 ) − 4 = − 4 Therefore, m 3 − 2 m n + n 3 = − 4 − ( − 2 ) = − 2
Good job! But in fact we don’t need to find n :)
You would perhaps want to know a quicker way to find ( − 1 − n ) 3 by identity ( a + b ) 3 = a 3 + 3 a 2 b + 3 a b 2 + b 3 Which is ( − 1 − n ) 3 = ( − 1 ) 3 ( n + 1 ) 3 = − ( n 3 + 3 n 2 + 3 n + 1 ) . :)
Given
m 2 = n + 2 , n 2 = m + 2
⟹ m 2 − n 2 = n − m ⟹ ( m + n ) ( m − n ) = n − m ⟹ m + n = − 1
m 3 − 2 m n + n 3 = ( m 3 − m n ) + ( n 3 − m n ) = m ( m 2 − n ) + n ( n 2 − m ) = 2 ( m + n ) = 2 × ( − 1 ) = − 2
I see that your solution is the same as mine :) Good job!
Problem Loading...
Note Loading...
Set Loading...
First, plug m 2 = n + 2 , n 2 = m + 2 into the polynomial:
m 3 − 2 m n + n 3 = m ⋅ m 2 − 2 m n + n ⋅ n 2 = m ( n + 2 ) − 2 m n + n ( m + 2 ) = m n + 2 m − 2 m n + m n + 2 n = 2 m + 2 n = 2 ( m + n ) . Now we can try to solve for m + n .
Re-write the equations: { m 2 − n = 2 , n 2 − m = 2 . ∴ m 2 − n = n 2 − m .
∴ m 2 − n 2 = n − m .
∴ ( m − n ) ( m + n ) = n − m .
Since it is given that m = n , m − n = 0 . Therefore we can divide through by m − n .
⇒ m + n = m − n n − m = - 1 .
Therefore the original polynomial = 2 ( m + n ) = - 2 .