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
Vikentia [17]
3 years ago
7

To unload a bound stack of plywood from a truck, the driver first tilts the bed of the truck and then accelerates from rest. Kno

wing that the coefficients of friction between the bottom sheet of plywood and the bed are fJK = 0.40 and fik = 0.30, determine (a) the smallest acceleration of the truck which will cause the stack of plywood to slide, (b) the acceleration of the truck which causes corner A of the stack of plywood to reach the end of the bed in 0.4 s.
Engineering
1 answer:
azamat3 years ago
6 0

Answer:

a) The truck must have an acceleration of at least 3.92 * cos(θ)^2 for the stack to start sliding.

b) a = 2.94 * cos(θ)^2 + 0.32 * L * cos(θ)

Explanation:

The stack of plywood has a certain mass. The weight will depend on that mass.

w = m * g

There will be a normal reaction between the stack and the bed of the truck, this will be:

nr = -m * g * cos(θ)

Being θ the tilt angle of the bed.

The static friction force will be:

ffs = - m * g * cos(θ) * fJK

The dynamic friction force will be:

ffd = - m * g * cos(θ) * fik

These forces would produce accelerations

affs = -g * cos(θ) * fJK

affd = -g * cos(θ) * fik

affs = -9.81 * cos(θ) * 0.4 = -3.92 * cos(θ)

affd = -9.81 * cos(θ) * 0.3 = -2.94 * cos(θ)

These accelerations oppose to movement and must be overcome by another acceleration to move the stack.

The acceleration of the truck is horizontal, the horizontal component of these friction forces is:

affs = -3.92 * cos(θ)^2

affd = -2.94 * cos(θ)^2

The truck must have an acceleration of at least 3.92 * cos(θ)^2 for the stack to start sliding.

Assuming the bed has a lenght L.

The horizontal movement will be over a distance cos(θ) * L because L is tilted.

Movement under constant acceleration:

X(t) = X0 + V0 * t + 1/2 * a * t^2

In this case X0 = 0, V0 = 0, and a will be the sum of the friction force minus the acceleration of the truck.

If we set the frame of reference with the origin on the initial position of the stack and the positive X axis pointing backwards, the acceleration of the truck will now be negative and the dynamic friction acceleration positive.

L * cos(θ) = 1/2 * (2.94 * cos(θ)^2 - a) * 0.4^2

2.94 * cos(θ)^2 - a = 2 * 0.16 * L * cos(θ)

a = 2.94 * cos(θ)^2 + 0.32 * L * cos(θ)

You might be interested in
A concrete mix design calls for 6.5 sacks of cement, a water/cement ratio of 0.45, and an air content of 2.5%. 1. Complete the m
RUDIKE [14]

Answer:

28.6 kg

Explanation:

The final weight can be calculated from the mixing data and formulae which is given as follows:

cement content = \frac{water content}{water - cement ratio}

Computing the parameters and checking the tables gives 28.6 kg.

7 0
3 years ago
Read 2 more answers
If the head loss in a 30 m of length of a 75-mm-diameter pipe is 7.6 m for a given flow rate of water, what is the total drag fo
Stolb23 [73]

Answer:

526.5 KN

Explanation:

The total head loss in a pipe is a sum of pressure head, kinetic energy head and potential energy head.

But the pipe is assumed to be horizontal and the velocity through the pipe is constant, Hence the head loss is just pressure head.

h = (P₁/ρg) - (P₂/ρg) = (P₁ - P₂)/ρg

where ρ = density of the fluid and g = acceleration due to gravity

h = ΔP/ρg

ΔP = ρgh = 1000 × 9.8 × 7.6 = 74480 Pa

Drag force over the length of the pipe = Dynamic pressure drop over the length of the pipe × Area of the pipe that the fluid is in contact with

Dynamic pressure drop over the length of the pipe = ΔP = 74480 Pa

Area of the pipe that the fluid is in contact with = 2πrL = 2π × (0.075/2) × 30 = 7.069 m²

Drag Force = 74480 × 7.069 = 526468.1 N = 526.5 KN

3 0
3 years ago
/* Function findBestVacation * duration: number of vacation days * prefs: prefs[k] indicates the rate specified for game k * pla
alexira [117]

Answer:

This is the C++ code for the above problem:

#include<bits/stdc++.h>

using namespace std;

int computeFunLevel(int start, int duration, int prefs[], int ngames, int plan[]) {

if(start + duration > 365) { //this is to check wether duration is more than total no. of vaccation days

return -1;

}

int funLevel = 0;

for(int i=start; i<start+duration; i++) { //this loop runs from starting point till

//start + duration to sum all the funlevel in plan.

funLevel = funLevel + prefs[plan[i]];

}

return funLevel;

}

int findBestVacation(int duration, int prefs[], int ngames, int plan[]) {

int max = 0, index = 0, sum = 0 ;

for(int i=1; i<11; i++){ //this loop is to run through whole plan arry

sum = 0; //sum is initialized with zero for every call in plan ,

//in this case loop should run to 366,but for example it is 11

//as my size of plan array is 11

for(int j=0; j<duration; j++) { // this loop is for that index to index+duration to calc

//fun from that index

sum = sum + prefs[plan[i]];

}

if(sum>max) { //this is to check max funlevel and update the index from which max fun can be achieved

max = sum;

index = i;

}

}

return index;

}

int main() {

int ngames = 5;

int prefs[] = { 1,2,0,5,2 };

int plan[] = { 0,2,0,3,3,4,0,1,2,3,3 };

int start = 1;

int duration = 4;

cout << computeFunLevel(start, duration, prefs, ngames, plan) << endl;

cout << computeFunLevel(start, 555, prefs, ngames, plan) << endl;

cout << findBestVacation(4, prefs, ngames, plan) << endl;

}

The screen of the program is given below.

3 0
3 years ago
Who plays blox burg???
xeze [42]

Answer:

I don't have robux

Explanation:

but i love adopt me

7 0
3 years ago
Read 2 more answers
The B-pillar may also be called the:
slega [8]

Answer:

if you're talking about the car b-post, the answer is "posts"

Explanation:

looked it up

6 0
2 years ago
Other questions:
  • A dipstick is (a direct,an indirect) measurement device
    13·1 answer
  • A 3-phase induction motor with 4 poles is being driven at 45 Hz and is running in its normal operating range. When connected to
    12·1 answer
  • Which field in a Transmission Control Protocol (TCP) header is chosen from ephemeral ports?
    11·1 answer
  • What is name for grandmother in German?
    14·1 answer
  • How many times has the ITU-R revised the CCIR 601 international standard? A. four B. five C. six D. seven
    8·1 answer
  • Witch measuring tool would be used to determine the diameter of a crankshaft journal
    5·1 answer
  • Your sprayer has a 60-foot wide boom with 36 nozzles along this 60-foot length. Your spray speed is 4.5 miles per hour and you w
    15·1 answer
  • Nothing. i have nothing to say but that. other than that im good. :))))
    14·1 answer
  • What is the width of a professional football field?.
    5·1 answer
  • which type of irrigation fluid is typically used for endoscopic procedures using monopolar electrosurgery
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!