sign up I login
 advanced
refer a friend - earn nickels!!

Community Contributions - Articles by goIITians

  Back to Community Shelf like the article? email it to a friend. email this article!  
  THESE FORMULAE MIGHT INCREASE UR. PERCENTILE IN COMPETITIONS BY 1% (ONLY!!!)   Awaiting Review for Nickels
Tagged with:       [Post New]posted on 1 Oct 2007 18:10:41 IST    
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
To find the number of factors of a given number, express the number as a product of powers of prime numbers.

In this case, 48 can be written as 16 * 3 = (2
4 * 3)

Now, increment the power of each of the prime numbers by 1 and multiply the result.

In this case it will be (4 + 1)*(1 + 1) = 5 * 2 = 10 (the power of 2 is 4 and the power of 3 is 1)

Therefore, there will 10 factors including 1 and 48. Excluding, these two numbers, you will have 10 ? 2 = 8 factors.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
The sum of first n natural numbers = n (n+1)/2
The sum of squares of first n natural numbers is n (n+1)(2n+1)/6
The sum of first n even numbers= n (n+1)
 
The sum of first n odd numbers= n^2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
To find the squares of numbers near numbers of which squares are known
To find 41^2 , Add 40+41 to 1600 =1681
To find 59^2 , Subtract 60^2-(60+59) =3481
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
If an equation (i:e f(x)=0 ) contains all positive co-efficient of any powers of x , it has no positive roots then.
eg: x^4+3x^2+2x+6=0 has no positive roots .
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
For an equation f(x)=0 , the maximum number of positive roots it can have is the number of sign changes in f(x) ; and the maximum number of negative roots it can have is the number of sign changes in f(-x) .
Hence the remaining are the minimum number of imaginary roots of the equation(Since we also know that the index of the maximum power of x is the number of roots of an equation.)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

For a cubic equation ax^3+bx^2+cx+d=o

sum of the roots = - b/a
sum of the product of the roots taken two at a time = c/a
product of the roots = -d/a
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
For a biquadratic equation ax^4+bx^3+cx^2+dx+e = 0

sum of the roots = - b/a
sum of the product of the roots taken three at a time = c/a
sum of the product of the roots taken two at a time = -d/a
product of the roots = e/a
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
If for two numbers x+y=k(=constant), then their PRODUCT is MAXIMUM if
x=y(=k/2). The maximum product is then (k^2)/4
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
If for two numbers x*y=k(=constant), then their SUM is MINIMUM if
x=y(=root(k)). The minimum sum is then 2*root(k) .
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
x| + |y| >= |x+y| (|| stands for absolute value or modulus )
(Useful in solving some inequations)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Product of any two numbers = Product of their HCF and LCM .
Hence product of two numbers = LCM of the numbers if they are prime to each other
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
For any regular polygon , the sum of the exterior angles is equal to 360 degrees
hence measure of any external angle is equal to 360/n. ( where n is the number of sides)
For any regular polygon , the sum of interior angles =(n-2)180 degrees
 
So measure of one angle in
 
Square                    =90
Pentagon                =108
Hexagon                 =120
Heptagon                =128.5
Octagon                  =135
Nonagon                 =140
Decagon                  = 144

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
If any parallelogram can be inscribed in a circle , it must be a rectangle.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++

If a trapezium can be inscribed in a circle it must be an isosceles trapezium (i:e oblique sides equal).
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

For an isosceles trapezium , sum of a pair of opposite sides is equal in length to the sum of the other pair of opposite sides .(i:e AB+CD = AD+BC , taken in order) .
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Area of a regular hexagon : root(3)*3/2*(side)*(side)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
For any 2 numbers a>b

a>AM>GM>HM>b (where AM, GM ,HM stand for arithmetic, geometric , harmonic menasa respectively)

(GM)^2 = AM * HM
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

For three positive numbers a, b ,c

(a+b+c) * (1/a+1/b+1/c)>=9
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Some pythagorean triplets:

3,4,5 (3^2=4+5)
5,12,13 (5^2=12+13)
7,24,25 (7^2=24+25)
8,15,17 (8^2 / 2 = 15+17 )
9,40,41 (9^2=40+41)
11,60,61 (11^2=60+61)
12,35,37 (12^2 / 2 = 35+37)
16,63,65 (16^2 /2 = 63+65)
20,21,29(EXCEPTION)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Appolonius theorem could be applied to the 4 triangles formed in a parallelogram.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Area of a trapezium = 1/2 * (sum of parallel sids) * height = median * height
where median is the line joining the midpoints of the oblique sides.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

when a three digit number is reversed and the difference of these two numbers is taken , the middle number is always 9 and the sum of the other two numbers is always 9 .
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ANy function of the type y=f(x)=(ax-b)/(bx-a) is always of the form x=f(y) .
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
     NOT COPY PASTED--SELF WRITTEN--TOOK AROUND 1 HOUR!!!!
 
PLS. DO COMMENT(WHETHER BAD OR GOOD)............................REST UR. WISH!!!!
THANKYOU
About the Author:
v_gurucharan (283)

Blazing goIITian

Olaaa!! Perrrfect answer. 47  [71 rates]

v_gurucharan's Avatar

total posts: 460    
online Offline
 this article: 19 points  (with Olaaa!! Perrrfect answer.   in 5 votes )   [?]
 
You have to be logged on to rate
  
v_gurucharan
v_gurucharan is offline comment by v_gurucharan    (posted on 1 Oct 2007 18:23:19 IST)
U MAY KNOW MANY------BUT STILLL WATCH OUT ---MAY BE THERE IS SOMETHING U MIGHT NOT KNOW AND
YES, UR. OWN SHORT CUTS/FORMULAE R WELCOMED............
v_gurucharan
v_gurucharan is offline comment by v_gurucharan    (posted on 2 Oct 2007 00:42:35 IST)
no comments???????
did't like it????????
or
did'nt understand it??????????????
b_srikalyan009
b_srikalyan009 is offline comment by b_srikalyan009    (posted on 2 Oct 2007 12:23:51 IST)
this font is too small to read try changing it
v_gurucharan
v_gurucharan is offline comment by v_gurucharan    (posted on 3 Oct 2007 15:14:16 IST)
thankyou b_srikalyan009 ,
i think its quite readable now..................
devashree410 is offline comment by devashree410    (posted on 5 Dec 2007 17:26:44 IST)
nice.vry useful
rockey
rockey is offline comment by rockey    (posted on 5 Dec 2007 21:17:20 IST)
GOOD.PYTHAGOREAN TRIPLETS & 3 DIGIT NUMBERS ARE NOT EXPLAINED PROPERLY
tarinbansal
tarinbansal is offline comment by tarinbansal    (posted on 5 Dec 2007 22:39:36 IST)
You said that-If any parallelogram can be inscribed in a circle , it must be a rectangle
But square can also be incsribed in a circle and its a parellelogram too.
tka
tka is offline comment by tka    (posted on 3 Jan 2008 16:39:59 IST)
oye square is a kind of rectange too.
tarinbansal
tarinbansal is offline comment by tarinbansal    (posted on 3 Jan 2008 17:40:44 IST)
No. U can't say that square is a type of rectangle. U must say that square and rectangle both r types of parellelograms.
Go to:   

 Aakash Institute IIT/ AIEEE/ Medical Crash Course
Name  
E-mail  
Phone  
Mobile  
** Hurry. Exclusive goIIT Offer. Limited Seats Only!
available in: New Delhi, Amritsar, Bhatinda, Bokaro, Chandigarj, Dehradun, Guwhati, Hyderabad, Indore, Jaipur, Kanpur, Karnal, Kolkata, Kota, Lucknow, Ludhiana, Mumbai, Noida, Patiala, Patna, Pune, Ranchi, Varanasi
Top Offers for goIITians
Correspondence Courses
Brilliant Tutorials
Narayana Institute
Aakash Institute
Classroom/Crash Courses
Aakash-IITJEE : AIEEE
Aakash-IITJEE : DCE
Aakash-IITJEE : MHTCET
Aakash Institute : AIPMT
Online Test Series
Brilliant Tutorials
Narayana Institute
Aakash Institute
Mahesh Tutorials
AMITY      Sri Chaitanya