Find out the largest torque, C/C++ Programming

Assignment Help:

Find out the largest torque:

A flat belt is taken in use to transmit torque from pulley A to pulley B as shown in figure given below. The radius of each pulley is 50mm and coefficient of friction is 0.3. Find out the largest torque that can be transmitted if the allowable belt tension is 3KN.

Sol: Radius of each pulley = 50mm, R1 = R2  = 50mm

R1 = Radius of driver = 50mm

R2 = Radius of driven = 50mm

θ = Angle of contact= 1800 = p,

µ = Coefficient of friction = 0.3

568_Find out the largest torque.png

T1 = Allowable tension = 3KN 

T1  greater than T2

Using relation T1/T2  = eµθ

By putting all the value,

3/T2  = e(0.3)(p)

On solving T2  = 1.169KN                                                                       .......ANS

Since Radius of both pulley is same;

So, Torque exerted on both the pulley is same and

= (T1-T2).R1  = (T1-T2).R2

By putting all the value we get,

(3 - 1.169) X 50 = 91.55 KN-mm                                                    .......ANS

 


Related Discussions:- Find out the largest torque

Decode the Code, Smugglers are becoming very smart day by day. Now they hav...

Smugglers are becoming very smart day by day. Now they have developed a new technique of sending their messages from one smuggler to another. In their new technology, they are send

Change to palindrome, A palindrome is a string that reads the same from the...

A palindrome is a string that reads the same from the both the ends. Given a string S convert it to a palindrome by doing character replacement. Your takes is to convert S to palin

#padovan string in c, #write a program that counts the number of occurances...

#write a program that counts the number of occurances of the string in the n-th padovan string p(n)

Call by reference, Call by reference: Arguments to a function can be pa...

Call by reference: Arguments to a function can be passed in two way; one by call by value and other by call by reference.  Call by value is passed either through a constant

C program for removing specified charecter , #include stdio.h> #include ...

#include stdio.h> #include conio.h> #include string.h>   void del(char[],char *); main() {           char str[30],ch,*pp;           clrscr();           p

Class & objects, how objects are initialized dynamically?

how objects are initialized dynamically?

Boardcoloring, color representation 0,1,2,3,4,5,6,7,.......

color representation 0,1,2,3,4,5,6,7,.......

How do you know that your class requires virtual destructor, How do you kn...

How do you know that your class requires a virtual destructor? A: If at least your class has one virtual function, you must make a destructor for this class virtual. It will let

Calculate the discharge by c program, #include stdio.h #include math.h ...

#include stdio.h #include math.h float discharge(float,float); void main()   {   char prompt;      float time,out,cr;   cr = 100e-6;   for (time = 0;time   {   /* call th

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd