Laplace transforms pdf

CLICK THE LINK BELOW TO DOWNLOAD LAPLACE TRANSFORMS IMPORTANT FORMULAS IN THE FORM OF PDF

CLICK HERE

Saturday, 18 July 2015

Function to return the quotient

int divide(int a,int b)
{
int c=a/b;
if((c>=1)&&(a%b==0))
return c;
else
return -1;
}

Why DC series motors are not started with out load

If we start DC series motor with out load the speed increases which in turn  increases back EMF(proportional to speed) but due to increase in back EMF armature current decreases. Since field winding is in series the flux also decreases due to decrease in the armature current. We know that flux is inversely proportional to speed, so decrease in flux causes increase in speed. This process continues.

Theoretically speed reaches to infinity as flux tends to zero.

Practically due to high speeds the bearings,armature shaft,etc get damaged.

So keep in mind never start a DC series motor at no load.