Find the sum of all values of x which satisfy the equation x 2 + 1 + x 2 + 1 = 9 0 .
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.
Note: Avoid using "\ \" unless you know why you want to start a new line in the Latex. I've remove them and made your solution readable.
p can also be equal to -10.It doesn't affect in any way.Ultimately answer will come out to be 0.
Log in to reply
Square root is positive, so we can't have x 2 + 1 = − 1 0 . That is why he rejected p = − 1 0 < 0 .
if (a) satisfy the equation we note that (-a) satisfy the equation then the sum of all values of which satisfy the equation = 0
Lol what if there were no real solutions? You are lucky there were.
assume, x² + 1 = t² ............... =>t = 9 ............. => x = ±sqrt(80)
I think it is plain that if we have only x 2 terms in an equation it suggests if x is a root,so is -x .We needn't check for real solutions because the roots can be complex too(it hasn't been suggested anywhere that we ignore the complex roots).Hence the answer without any computation yields zero
Good observation about the symmetry of roots! That allows for a quick answer :)
I did the same thing! Did not even try solving for x.
If we take x^2 +1 to the other side and square both sides we will get a biquadratic equation .here the coefficent of x^3 is 0 so the sum of roots is 0
x 2 + 1 = n
Then,
n + n = 9 0 n = 9 0 − n n = n 2 − 1 8 0 n + 8 1 0 0 n 2 − 1 8 1 n + 8 1 0 0 = 0 ( x 2 + 1 ) 2 − 1 8 1 ( x 2 + 1 ) + 8 1 0 0 = 0 x 4 + 2 x 2 + 1 − 1 8 1 x 2 − 1 8 1 + 8 1 0 0 = 0 x 4 − 1 7 9 x 2 + 7 9 2 0 = 0
Using vieta's , we get that the sum of the roots is − 1 0 = 0
Alternatively, you could also have exploited the fact that there will be a x 4 term, but there will not be a x 3 term in the quartic.
You have to be careful with squaring an equation, as that might introduce extraneous roots, and hence you cannot apply Vieta's directly.
Problem Loading...
Note Loading...
Set Loading...
Let, x 2 + 1 = p .
Square both side, x 2 + 1 = p 2 (with p > 0 ) . substitute both equation to original problem, p + p 2 = 9 0 ⟹ p 2 + p − 9 0 = 0 ⟹ ( p + 1 0 ) ( p − 9 ) = 0 ⟹ p = 9 (because p = − 1 0 < 0 ) .
subtitute p = 9 to the second equation x 2 + 1 = 9 2 ⟹ x = ± 8 0 . sum of the roots is ( − 8 0 ) + ( 8 0 ) = 0