Tuesday, June 18, 2013

Q13/058) For what values of b do the equation 1988x^2+bx+8891=0 and 8891x^2+bx+1988=0 have a common root?



we are given
 1988x^2+bx+8891=0 .. (1)
8891x^2+bx+1988=0.. (2)
We can eliminate x^2 from both to get
8891(1988x2+bx+8891) – 1988(8891x2+bx+1988) = 0

Or bx(8891-1988) = 1988^2- 9981 => bx = - (8891 + 1988)  = - 10879 ..3

Subtracting  2nd one from 1st we get (1988-8891) x^2 + (8891 – 1988) = 0 or x^2 = 1 +> x = 1 or – 1

From (3) if x = 1 then b = - 10879 and if x = - 1 then b = 10879


Saturday, June 15, 2013

Q13/057) How many ordered pairs of integers (a,b) satisfy (1/a) + (1/b)= (1/6)



1/a + 1/b = 1/6
=> 6 * (b + a) = ab
=> 6b + 6a = ab
=> 6b = ab - 6a
=> a = 6b / (b - 6) = a So a, b and b-6 cannot be zero ( b-6 = 0 => b = 6 and a = infinite
letting b - 6 = u
we get a = 6 * (u + 6) / (u)
=> a = 6u/u + 36/u = a
=> a =6 + 36/u and b = u + 6
for a to be integer u has to be  integer and factor or 36 so we get the values as
u = 36( b = 42, a = 7), u = 18( b = 24, a =8  ), u = 12 ( b= 18, a = 9), u = 9( b= 15, a= 10), u = 6 ( b = 12, a = 12)
u = 4( b = 10, a = 15),u =3( b = 9, a = 18), u = 2( b= 8,  a = 24),u = 1 ( b = 7, a = 42)
u = -1 ( b = 5, a = - 30) ,u = -2 ( b = 4, a = - 12),u = -3 ( b = 3, a = - 6),u = - 4 ( b = 2, a = - 3),u = - 6( b = 0, a 0) inadmissible,u = - 9( b= -3, a = 2),u =- 12(b = 0 6, a = 3),u = - 18( b= - 12, a = 4),u = 36 (b = - 30, a= 6)
the above are solution there are 17 of them

Q13/056) Find Integer value of (a,b) which satisfy 4^a+4a^2+4=b^2



We have LHS is multiple of 4 so RHS must be multiple of 4 or b must be even and > 2^ a

For solution to exist we must have

 4^a+4a^2+4 >= (2^a + 2)^2

Or  4^a+4a^2+4 >= 4^a + 2^(a+2) + 4

Or 4a^2 >= 4 * 2^a or a^2 >=2^ a

We see from it a <= 4. SO we need to try for

A = 0 => b^2 = 5 no solution

A= 1 => b^2 = 2 no solution

A =2 => b = 6

A = 3=> b^2 = 64 + 36 +4 no solution

A= 4=> b^2 = 256+ 64 + 4 = 324 or b = 18

So solution set (2,6) and (4,18)

Wednesday, June 12, 2013

Q13/055) Let a,b,c be roots of equation x^3−6x^2+kx+k=0 and (a−1)^3+(b−2)^3+(c−3)^3=0. Find a, b, c and k.



We have sum of the roots
a+b+c = 6

so (a + b+ c- 6) = 0
or (a-1)+(b-2)+(c-3) = 0

so (a-1)^3 + (b-2)^3 + (c-3)^3= 3(a-1)(b-2)(c-3) ( as x+ y + z = 0 => x^3+y^3 + z^3 = 3xyz

so 3(a-1)(b-2)(c-3) = 0 => a= 1 or b= 2 or c = 3

f(x) = x^36x^2+kx+k

  taking  1 as a root we get

f(x)=  1-6+ k+ k = 0 or k = 5/2

so we get x^3-6x^2 + 5/2 x + 5/2 = 0

or 2x^3 – 12x^2 + 5 x + 5 = 0

factoring we get (x-1)(2x^2 – 10 x - 5) = 0

we can solve (2x^2 – 10 x - 5)= 0 to get (10+/-(140))/4 so b = (5+ √35)/2 and c = (5+ √35)/2 or b = (5-  √35)/2 and c = (5+ √35)/2  


similarly other 4 set of roots can be found

Q13/054) prove that:sin5x-2sinx(cos2x+cos4x) = sin x



we have 2 sin A cos B = sin ( A + B ) + sin (A- B) ..1

Putting A = x and B = 2x we get

2 sin x cos 2x = sin 3x – sin x ..2

Putting A = x and B = 4x we get

2 sin x cos 4x = sin 5x – sin 3x ..3

Add (2) and (3) to get 2 sin x cos 2x + 2 sin x cos 4x = sin 5x – sin x

Or sin 5x – (2 sin x cos 2x + 2 sin x cos 4x)= sin x
Or sin 5x – 2 sin x (cos 2x + cos 4x)= sin x

Proved

Thursday, June 6, 2013

Q13/053) If the (m+1)th,(n+1)th,& (r+1)the terms of an A.P r in G.P & m,n,r are in H.P .Show that the ratio of the common difference to the first term in the A.P is -2/n.



Let 1st term be a and common difference be t
(m+1)st term = a + mt
(n+1) st term = a + nt
(r+1s)st term = a + rt
As they are in GP
So (a+ mt)(a+rt) = (a+nt)^2
=> a^2 + a (m+r) t + mrt^2 = a^2 + 2ant + n^2 t^2
=> a (m+r) t + mrt^2 = 2ant + n^2 t^2
 => a (m+r)  + mrt  = 2an  + n^2 t
=> a(m+r -2n) = t(n^2- mr)
=>t/a = (n^2 – mr)/(m+r -2n) ..(1)

As m .n and r are in HP 1/m + 1/r = 2/n ot (m+r ) = 2mr/n

So m+r – 2n = (2mr/n- 2n) = 2/n(rm-n^2) …(2)

From (1) and (2) we get the result

Q13/052) x,y are negative integers given : y=10x/(100−x) find all the possible solutions of y



y(100-x) = 10 x
or xy + 10x - 100y = 0
or x(y+10) - 100(y+10) = - 1000
or (x-100)( y+ 10) = - 1000 ..1

y < 0 so y + 10 < 10
x < 0 so x - 100 < -100

- 1000 = 1 * (- 1000) => y = - 9 , x = -900
similarly you can find other solutions
= 2 * (-500) => y = - 8, x = - 400
= 5 * (-200) => y = -5
= 4 * (-250) => y = - 6
= 8 * (-125) => y = -2

y + 10 has to be positive(as x-100) is –ve  and < 10 so these are only solutions