Roots of Roots

Algebra Level 2

Find the value of x x satisfying the equation 3 x + 5 x 2 = 3. \sqrt{ 3\sqrt{x+5} - \sqrt{x-2} } = 3.

Details and assumptions

If the square root signs are not displaying clearly for you, the equation is equivalent to

[ 3 ( x + 5 ) 1 2 ( x 2 ) 1 2 ] 1 2 = 3. [3 ( x + 5 ) ^{\frac{1}{2}} - (x-2) ^\frac{1}{2} ]^\frac{1}{2} = 3.


The answer is 11.

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.

6 solutions

Nico Puada
Dec 5, 2013

We can see that x + 5 x+5 and x 2 x-2 have a difference of 7. Since 9 and 16 are the only perfect squares with a difference of 7 and x + 5 > x 2 x+5 > x-2 , solving the equations x + 5 = 16 x+5 = 16 and x 2 = 9 x-2 = 9 gives us 11.

same

Anirudha Nayak - 7 years, 5 months ago
Fila P. Toloi
Dec 4, 2013

I used rather a brute force way

Remove the sqrt from the l.h.s

3*sqrt(x+5) - sqrt(x-2) = 9

3*sqrt(x+5) = 9 + sqrt(x-2) Rearranging

(3)^2 * (x+5) = (9 + sqrt(x-2))^2 Eliminate square root from the l.h.s term

9x + 45 = 81 + x - 2 + 18*sqrt(x-2)

8x -34 = 18*sqrt(x-2) Simplifying

4x - 17 = 9*sqrt(x-2)

(4x - 17)^2 = (9)^2 * (x-2) Eliminate square root from the r.h.s term

16x^2 -136x + 289 = 81(x-2)

16x^2 - 217x + 451 = 0 Rearrange

By finding the roots of quadratic equation will give us

x = 11 and x = 2.5625

Since ans is an integer, x = 11

please show the solution of last quadratic eqatios roots

Kirti Shukla - 7 years, 6 months ago

Log in to reply

You can use the formula

x = b ± b 2 4 a c 2 a x=\frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

for the values of a, b, and c,

a x 2 + b x + c = 0 ax^2 + bx + c = 0

Hence,

a = 16 a = 16

b = 217 b = -217

c = 451 c = 451

Substituting these values into the given formula will give us,

x = ( 217 ) ± ( 217 ) 2 4 ( 16 ) ( 451 ) 2 ( 16 ) x=\frac{-(-217) \pm \sqrt{(-217)^2 - 4(16)(451)}}{2(16)}

x = 217 ± 18225 32 x=\frac{217 \pm \sqrt{18225}}{32}

Hence, the two roots/solutions of x in the quadratic equation are:

x = 217 + 18225 32 x=\frac{217 + \sqrt{18225}}{32}

and

x = 217 18225 32 x=\frac{217 - \sqrt{18225}}{32}

where the first solution should give us an integer which is 11

There is a lazier method, which is to directly factorise the quadratic equation. It should look like this

( x 11 ) ( x + 2.5625 ) = 0 (x-11)(x+2.5625)=0

x 11 = 0 x-11=0 x = 11 x=11

Fila P. Toloi - 7 years, 6 months ago
Sean Carter
Dec 1, 2013

This one I ended up solving analytically, and I would welcome a -much- better solution if anyone has it. But, for now, I'll just explain how I got it.

So, first and foremost, I got rid of the first square root on the left side by simply squaring - leaving us with 3*sqrt(x+5) - sqrt(x-2) = 9

At this point, I attempted to see if I could get a straightforward solution, but it became very complicated very quickly, and I decided to instead give my hand at solving it analytically.

First off, we know that X is -not- going to be a big number. 3*sqrt(x+5) is going to grow much faster than sqrt(x-2), so once we start getting into bigger numbers, that sqrt(x-2) will not be able to subtract our first term to form a number as small as 9.

So, I started by restricting myself to small numbers - something definitely under 20 by my guesstimation. I then made another logical leap - in order to get a nice, round 9, the X that we use has to lead to both square-roots coming out to whole numbers. I figured it fairly unlikely that we could have the two square roots arranged in just such a way that their decimals cancel out to form a whole 9, so it was a fairly good assumption. If you comb through the numbers that will make both of those square roots a whole number under 20, the first one I found was 11 - which is our answer.

3 sqrt(11 +5) - sqrt(11-2) = 3 sqrt(16) - sqrt(9) = 3*4 - 3 = 12 - 3 = 9

Algebraic solution is fairly simple, even simpler: after you get rid of the first square root on the left side, you square both sides of the equation again. The rest is just more algebra.

Sasha Brenner Socas - 7 years, 6 months ago

Log in to reply

That's what I did initially, actually. I don't tend to like getting too deep into tedious algebra, as this seemed to be, if it can be avoided, hence why I doubled back and did the analytic solution instead. I was hoping someone might have a nice, clean algebraic solution.

Sean Carter - 7 years, 6 months ago

Log in to reply

I wish someone does. The algebra here wasn't that tedious to me, though. I usually go for the solution first and then look for prettier methods. If there actually exists a simpler way of doing this one, I'd like to know it. It's too late now, and I'm too lazy.

Sasha Brenner Socas - 7 years, 6 months ago

Log in to reply

@Sasha Brenner Socas I'll give the algebra another go in a little while, see if I can come up with an elegant solution and post it here.

Sean Carter - 7 years, 6 months ago
Test User
Jan 25, 2014

It can be noticed that because the right side of the equation is an integer, x + 5 \sqrt{x+5} and x 2 \sqrt{x-2} must also (likely) be. This implies that the square roots must be of two integers which are perfect squares exactly 7 7 apart. The only two positive integers that fit these criteria are 9 9 and 16 16 - therefore, x x must equal 11 \boxed{11} to make both square roots have integer values. Plugging in 11 11 , we find that the equation is, in fact, equal to 3 3 .

squaring both d sides we get : 3(x+5)1/2 - (x-2)1/2 = 9

by looking at above equation, i noticed that it must b like 3*4 - 3. so if we take x=11, it wil satisfy the equation. :)

I solve this problem with trial and error, but I can explain how I worked. (1) Square both sides such that 3\sqrt(x+5)-\sqrt(x-2)=9 (2) Since 9 is multiple of 3, then 3\sqrt(x+5)-\sqrt(x-2) must also be the multiple of 3 (3) It is clear that 3.4-3 = 9, so I assumed that \sqrt(x+5)=4 and \sqrt(x-2)=1. Unpredictably, I got x=11. And also, I could simply check this value

after the squaring it is clear that both the terms must be integers and then hit and trail will easily if we smartly eliminates the possibilities.

sanjay muulchandani - 7 years, 6 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...