1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
slava [35]
3 years ago
14

Problem 34.3 The elevation of the end of the steel beam supported by a concrete floor is adjusted by means of the steel wedges E

and F. The base plate CD has been welded to the lower flange of the beam, and the end reaction of the beam is known to be 100 kN. The coefficient of static friction is 0.30 between two steel surfaces and 0.60 between steel and concrete. If the horizontal motion of the beam is prevented by the force Q, determine (a) the force P required to raise the beam, (b) the corresponding force Q.

Engineering
1 answer:
Natasha2012 [34]3 years ago
3 0

The image is missing, so i have attached it.

Answer:

A) P = 65.11 KN

B) Q = 30 KN

Explanation:

We are given;

The end reaction of the beam; F = 100KN

Coefficient of static friction between two steel surfaces;μ_ss = 0.3

Coefficient of static friction between steel and concrete;μ_sc = 0.6

So, F1 = μ_ss•F =0.3 x 100 = 30 KN

F2 = μ_ss•N_EF = 0.3N_EF

From the screen shot, we see that the angle is 12°

Sum of forces in the Y-direction gives;

F2•sin12 - N_EF•cos12 + 100 = 0

Rearranging gives;

N_EF•cos12 - F2•sin12 = 100

Let's put 0.3N_EF for F2 to give;

N_EF•cos12 - 0.3N_EF•sin12 = 100

Thus;

N_EF(0.9158) - 0.1247 = 100

N_EF(0.9781) = 100 + 0.1247

N_EF = 100.1247/0.9158

N_EF = 109.33 KN

Thus, F2 = 0.3N_EF = 0.3 x 109.33 = 32.8 KN

Wedge will move if;

P = (F1 + F2cos12 + N_EFsin12)

Thus;

P = 10 + (32.8 x 0.9781) + (109.33 x 0.2079)

P ≥ 65.11 KN

B) For static equilibrium, Q = F1

Thus, Q = 30 KN

You might be interested in
What is the function rule for the line? f(x)=−32x−2f(x)=−23x−2f(x)=32x−2f(x)=−32x+2A coordinate grid with x and y axis ranging f
murzikaleks [220]

Answer:

f(x)=23x−2

Explanation:

still trying to figure that out

7 0
3 years ago
Technician A says that ultraviolet light is bright, and very hot. Technician B says that ear protection does not need to be used
-Dominant- [34]

Answer:

a. technician a only

Explanation:

I took that worksheet

3 0
3 years ago
An excavation is at risk for cave-in and water accumulation because of the excess soil that has accumulated. What type of excava
s344n2d4d5 [400]

Answer:

Among the different types of excavation protection system, as a way of preventing accidents against cave-ins, the sloping involves cutting back the trench wall at an angle inclined away from the excavation. Shoring requires installing aluminum hydraulic or other types of supports to prevent soil movement and cave-ins. Shielding protects workers by using trench boxes or other types of supports to prevent soil cave-ins (OSHA). In addition, the regulations do not allow employees to work on excavations where there is an accumulation of water. If this occurs, water on the site must be constantly removed by suitable equipment preventing water from accumulating. The entry of surface water into the excavations must also be prevented by means of diversion ditches, dam, or other suitable means.  

Explanation:

3 0
3 years ago
For this problem, you may not look at any other code or pseudo-code (even if it is on the internet), other than what is on our w
sergiy2304 [10]

Answer:

(a)

(i) pseudo code :-

current = i

// assuming parent of root is -1

while A[parent] < A[current] && parent != -1 do,

if A[parent] < A[current] // if current element is bigger than parent then shift it up

swap(A[current],A[parent])

current = parent

(ii) In heap we create a complete binary tree which has height of log(n). In shift up we will take maximum steps equal to the height of tree so number of comparison will be in term of O(log(n))

(b)

(i) There are two cases while comparing with grandparent. If grandparent is less than current node then surely parent node also will be less than current node so swap current node with parent and then swap parent node with grandparent.

If above condition is not true then we will check for parent node and if it is less than current node then swap these.

pseudo code :-

current = i

// assuming parent of root is -1

parent is parent node of current node

while A[parent] < A[current] && parent != -1 do,

if A[grandparent] < A[current] // if current element is bigger than parent then shift it up

swap(A[current],A[parent])

swap(A[grandparent],A[parent])

current = grandparent

else if A[parent] < A[current]

swap(A[parent],A[current])

current = parent

(ii) Here we are skipping the one level so max we can make our comparison half from last approach, that would be (height/2)

so order would be log(n)/2

(iii) C++ code :-

#include<bits/stdc++.h>

using namespace std;

// function to return index of parent node

int parent(int i)

{

if(i == 0)

return -1;

return (i-1)/2;

}

// function to return index of grandparent node

int grandparent(int i)

{

int p = parent(i);

if(p == -1)

return -1;

else

return parent(p);

}

void shift_up(int A[], int n, int ind)

{

int curr = ind-1; // because array is 0-indexed

while(parent(curr) != -1 && A[parent(curr)] < A[curr])

{

int g = grandparent(curr);

int p = parent(curr);

if(g != -1 && A[g] < A[curr])

{

swap(A[curr],A[p]);

swap(A[p],A[g]);

curr = g;

}

else if(A[p] < A[curr])

{

swap(A[p],A[curr]);

curr = p;

}

}

}

int main()

{

int n;

cout<<"enter the number of elements :-\n";

cin>>n;

int A[n];

cout<<"enter the elements of array :-\n";

for(int i=0;i<n;i++)

cin>>A[i];

int ind;

cout<<"enter the index value :- \n";

cin>>ind;

shift_up(A,n,ind);

cout<<"array after shift up :-\n";

for(int i=0;i<n;i++)

cout<<A[i]<<" ";

cout<<endl;

}

Explanation:

8 0
3 years ago
How to write the name (ELAF ADNAN) by using G-codes in milling machine ?? Please help
mel-nik [20]

Answer:

Simple G Code Example Mill - This is a very simple G code example for beginner level ... Run the program on your cnc machine (Safety first, keep a professional around). ... This G code program example don't use Tool radius compensation ...

Explanation:

3 0
3 years ago
Other questions:
  • What is productivity as it relates to labor?
    11·1 answer
  • What kind of energy transformation happens when a boy uses energy from a sandwich to run a race​
    11·2 answers
  • Light energy produces the only voltage in a solar cell. (a)-True(T) (b)- false(F)
    9·1 answer
  • HELP PLEASE<br> this is for drivers ed btw
    5·1 answer
  • Fuel Combustion and CO2 Sequestration [2016 Midterm Problem] Long-term storage of carbon dioxide in underground aquifers or old
    5·1 answer
  • "It is better to be a human being dissatisfied than a pig satisfied; better to be Socrates dissatisfied than a fool satisfied. A
    7·1 answer
  • A car is traveling at 50 ft/s when the driver notices a stop sign 100 ft ahead and steps on the brake. Assuming that the deceler
    6·1 answer
  • Water at 20◦C is pumped through 1000 ft of 0.425 ft diameter pipe at a volumetric flowrate of 1 ft3/s through a cast iron pipe t
    14·1 answer
  • A gas turbine receives a mixture having the following molar analysis: 10% CO2, 19% H2O, 71% N2 at 720 K, 0.35 MPa and a volumetr
    5·1 answer
  • How to plot 0.45 gradation chart for sieve analysis ?
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!