Jump to content

User talk:Pravshin90

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Hai Pravs, Welcome to wikipedia[edit]

Hello Pravallika krishna, Welcome to wikipedia. Hope that you contribute as well learn a lot from wikipedia. Enjoy wikiing

Ganeshsashank (talk) 06:48, 26 February 2010 (UTC)[reply]

Problem 4.3.5[edit]

Watch the figure. The question is

Determine the forces in each bar of the truss shown caused by lifting of 120lb load at constant velocity.

Ans) The pulley is being lifted with constant velocity. So no acceleration. Hence no net force.

Consider the FBD of pulleysystem at C. So as to lift the 120lb weight without acceleration,

But
Hence
Hence, C is acted upon by an horizontal force of 160lb.

Now consider and If and are the vertical reactions at A and D respectively and is the horizontal reaction at D, then,

Clearly

Now consider forces in bars AB,BC,CD,AC,BD be

Consider FBD of A:

After resolving force, we get....

Consider FBD of D:

After resolving, we get....

Consider FBD of B:

After Resolving, we get....

Similarly Consider FBD of C: Again resolving we get...

So, Finally we get
Member Force
AB 200lb
AC 32 lb
BC 240lb
BD 200lb
CD 32 lb


Ganeshsashank (talk) 07:34, 26 February 2010 (UTC)[reply]

C program.[edit]

  1. include<stdio.h>

main()

{

int m1,m2,m3,sum,p;
float avg,percent;
printf("Total marks per subject is 100\n");
printf("Enter three subject marks:\n");
scanf("%d%d%d",&m1,&m2,&m3);
sum=m1+m2+m3;
avg=sum/3;
percent=sum*100;
percent= percent/300;
p=percent/10;
printf("sum=%d\t Average=%f\t Percent=%f",sum,avg,percent);
switch(p)
{
case 7: printf("Person got A\n");
break;
case 8: printf("Person got A\n");
break;
case 9: printf("Person got A\n");
break;
case 6: printf("person got B\n");
break;
case 5: printf("person got C\n");
break;
case 4: printf("Person got D\n");
break;
default: printf("The person got E\n");
break;
}

}

Hey pravs, got an excellent question.Solve it.[edit]

File:Equilibrium of force-sample problem.jpg

Q). A uniform ring of mass m has a radius r carries an eccentric mass at radius b and is in equilibrium position on an incline, which makes an angle with the horizontal. If the contacting surfaces are rough enuogh to prevent slipping, write the expression for the angle which defines the equilibrium position.

Ans) Ganeshsashank (talk) 07:00, 27 February 2010 (UTC)[reply]