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

A motor vehicle has a mass of 1.8 tonnes and its wheelbase is 3 m. The centre of gravity of the vehicle is situated in the centr

al plane 0.9 m above the ground and 1.7 m behind the front axle. When moving on the level at 90 km/h the brakes applied and it comes to a rest in a distance of 50 m.
Calculate the normal reactions at the front and rear wheels during the braking period and the least coefficient of friction required between the tyres and the road. (Assume g = 10 m/s2)
Engineering
1 answer:
seropon [69]3 years ago
3 0

Answer:

1) The normal reactions at the front wheel is 9909.375 N

The normal reactions at the rear wheel is 8090.625 N

2) The least coefficient of friction required between the tyres and the road is 0.625

Explanation:

1) The parameters given are as follows;

Speed, u = 90 km/h = 25 m/s

Distance, s it takes to come to rest = 50 m

Mass, m = 1.8 tonnes = 1,800 kg

From the equation of motion, we have;

v² - u² = 2·a·s

Where:

v = Final velocity = 0 m/s

a = acceleration

∴ 0² - 25² = 2 × a × 50

a = -6.25 m/s²

Force, F =  mass, m × a = 1,800 × (-6.25) = -11,250 N

The coefficient of friction, μ, is given as follows;

\mu =\dfrac{u^2}{2 \times g \times s} = \dfrac{25^2}{2 \times 10 \times 50} = 0.625

Weight transfer is given as follows;

W_{t}=\dfrac{0.625 \times 0.9}{3}\times \dfrac{6.25}{10}\times 18000 = 2109.375 \, N

Therefore, we have for the car at rest;

Taking moment about the Center of Gravity CG;

F_R × 1.3 = 1.7 × F_F

F_R + F_F = 18000

F_R + \dfrac{1.3 }{1.7} \times  F_R = 18000

F_R = 18000*17/30 = 10200 N

F_F = 18000 N - 10200 N = 7800 N

Hence with the weight transfer, we have;

The normal reactions at the rear wheel F_R  = 10200 N - 2109.375 N = 8090.625 N

The normal reactions at the front wheel F_F =  7800 N + 2109.375 N = 9909.375 N

2) The least coefficient of friction, μ, is given as follows;

\mu = \dfrac{F}{R} =  \dfrac{11250}{18000} = 0.625

The least coefficient of friction, μ = 0.625.

You might be interested in
One cylinder in the diesel engine of a truck has an initial volume of 650 cm3 . Air is admitted to the cylinder at 35 ∘C and a p
kupik [55]

Answer:

1) the final temperature is T2 = 876.76°C

2) the final volume is V2 = 24.14 cm³

Explanation:

We can model the gas behaviour as an ideal gas, then

P*V=n*R*T

since the gas is rapidly compressed and the thermal conductivity of a gas is low a we can assume that there is an insignificant heat transfer in that time, therefore for adiabatic conditions:

P*V^k = constant = C, k= adiabatic coefficient for air = 1.4

then the work will be

W = ∫ P dV = ∫ C*V^(-k) dV = C*[((V2^(-k+1)-V1^(-k+1)]/( -k +1) = (P2*V2 - P1*V1)/(1-k)= nR(T2-T1)/(1-k) = (P1*V1/T1)*(T2-T1)/(1-k)

W = (P1*V1/T1)*(T2-T1)/(1-k)  

T2 = (1-k)W* T1/(P1*V1) +T1

replacing values (W=-450 J since it is the work done by the gas to the piston)

T2 = (1-1.4)*(-450J) *308K/(101325 Pa*650*10^-6 m³) + 308 K= 1149.76 K = 876.76°C

the final volume is

TV^(k-1)= constant

therefore

T2/T1= (V2/V1)^(1-k)

V2 = V1* (T2/T1)^(1/(1-k)) = 650 cm³ * (1149.76K/308K)^(1/(1-1.4)) = 24.14 cm³

3 0
3 years ago
Assume a steel pipe of inner radius r1= 20 mm and outer radius r2= 25 mm, which is exposed to natural convection at h = 50 W/m2.
Mekhanik [1.2K]

Answer:

98,614.82 W/m²

Explanation:

Q = 2\pi hL(\frac{T_2-T_1}{Ln\frac{r_2}{r_1}})

Where;

Q = the amount of heat loss from the pipe

h =  the heat transfer coefficient of the pipe = 50 W/m².K

T₁ = the ambient temperature of the pipe = 30⁰C

T₂  = the outside temperature of the pipe = 100⁰C

L= the length of pipe

r₁ = inner radius of the pipe = 20mm

r₂ = outer radius of the pipe = 25mm

To determine the amount of heat loss from the pipe per unit length

From the equation above

\frac{Q}{L} = 2\pi h(\frac{T_2-T_1}{Ln\frac{r_2}{r_1}})

\frac{Q}{L} = 2\pi* 50(\frac{100-30}{Ln\frac{25}{20}})

\frac{Q}{L} = 314.159(\frac{70}{0.223})

\frac{Q}{L} = 314.159(313.901) = 98,614.82 W/m²

3 0
3 years ago
The Eads Bridge, which crosses the Mississippi River near St Louis, Missouri, was one of the first all steel bridges built in th
MrMuchimi

Answer: At 520 feet between the piers, the center arch of Eads Bridge was the longest rigid span ever built at the time of its construction (only a few suspension bridges had longer spans).

Explanation:

5 0
2 years ago
13. Write a function which is passed two strings. The function creates a new string from the two original strings by copying one
attashe74 [19]

Answer:

I am writing the code in C++. Let me know if you want the program in some other programming language.

#include <iostream>  // includes header file for input output functions

using namespace std;     //to identify objects like cin cout

string CopyStrings(string string1, string string2)  

{   string newString = "";    

   for (int loop = 0; loop < string1.length() ||  

                   loop < string2.length(); loop++)      {      

       if (loop < string1.length())  

           newString += string1[loop];          

       if (loop < string2.length())  

           newString += string2[loop];      }  

   return newString;   }  

int main()  

{   string stringA = "ace";  

   string stringB = "bdf";  

   cout << CopyStrings(stringA, stringB);   }

Output:

abcdef

Explanation:

The function CopyStrings() function takes two strings i.e. string1 and string2 as parameters to copy characters from both the string one character from each.

The newString variable stores the new string after copying characters from both strings string1 and string2.

Then the for loop starts which has a variable loop which is an index variable that traverses through both the strings stored in string1 and string2. The loop continues to execute until it moves through entire length of string1 and string2 which means it copies all the characters from both string1 and string2. length() is used here which returns length of the string1 and string2.

If statement in the for loop checks the character that loop (index) variable is pointing to is less than the string1 length which means it checks each character stored in string1. For example if string1 contains "ace" and loop variable is moving through the string and is currently at "a" then this condition is true. If the condition evaluates to true then the body of if statement is executed. The next statement stores that character a into the newString variable.

Next If statement checks character that loop variable is pointing to is less than the string2 length which means it checks each character stored in string2. For example if string2 contains "bdf" and loop variable is moving through the string and is currently at "b" then this condition is true. If the condition evaluates to true then the body of if statement is executed. The next statement stores that character b into the newString variable.

Then the second iteration starts which again first stores the next character i.e. c from string1 into newString and then stores next character i.e d from string2 into newString.

Then the third iteration starts which again first stores the next character i.e. e from string1 into newString and then stores next character i.e f from string2 into newString.

Then the loop breaks as the loop variable reaches end of both the string1 and string2.

return newString will return the copied string into the output screen which is abcdef.

The screenshot of code along with output is attached.

3 0
3 years ago
Unit for trigonometric functions is always "radian". 1. 10 points: Do NOT submit your MATLAB code for this problem (a) Given f(x
RoseWind [281]

Answer:

Below is the required code.

Explanation:

%% Newton Raphson Method

clear all;

clc;

x0=input('Initial guess:\n');

x=x0;

f=exp(-x)-sin(x)-0.2;

g=-exp(-x)-cos(x);

ep=10;

i=0;

cc=input('Condition of convergence:\n');

while ep>=cc

i=i+1;

temp=x;

x=x-(f/g);

f=exp(-x)-sin(x)-0.2;

g=-exp(-x)-cos(x);

ep=abs(x-temp);

fprintf('x = %6f and error = %6f at iteration = %2f \n',x,ep,i);

end

fprintf('The solution x = %6f \n',x);

%% End of MATLAB Program

Command Window:

(a) First Root:

Initial guess:

1.5

Condition of convergence:

0.01

x = -1.815662 and error = 3.315662 at iteration = 1.000000

x = -0.644115 and error = 1.171547 at iteration = 2.000000

x = 0.208270 and error = 0.852385 at iteration = 3.000000

x = 0.434602 and error = 0.226332 at iteration = 4.000000

x = 0.451631 and error = 0.017029 at iteration = 5.000000

x = 0.451732 and error = 0.000101 at iteration = 6.000000

The solution x = 0.451732

>>

Second Root:

Initial guess:

3.5

Condition of convergence:

0.01

x = 3.300299 and error = 0.199701 at iteration = 1.000000

x = 3.305650 and error = 0.005351 at iteration = 2.000000

The solution x = 3.305650

>>

(b) Guess x=0.5:

Initial guess:

0.5

Condition of convergence:

0.01

x = 0.450883 and error = 0.049117 at iteration = 1.000000

x = 0.451732 and error = 0.000849 at iteration = 2.000000

The solution x = 0.451732

>>

Guess x=1.75:

Initial guess:

1.75

Condition of convergence:

0.01

x = 227.641471 and error = 225.891471 at iteration = 1.000000

x = 218.000998 and error = 9.640473 at iteration = 2.000000

x = 215.771507 and error = 2.229491 at iteration = 3.000000

x = 217.692636 and error = 1.921130 at iteration = 4.000000

x = 216.703197 and error = 0.989439 at iteration = 5.000000

x = 216.970438 and error = 0.267241 at iteration = 6.000000

x = 216.971251 and error = 0.000813 at iteration = 7.000000

The solution x = 216.971251

>>

Guess x=3.0:

Initial guess:

3

Condition of convergence:

0.01

x = 3.309861 and error = 0.309861 at iteration = 1.000000

x = 3.305651 and error = 0.004210 at iteration = 2.000000

The solution x = 3.305651

>>

Guess x=4.7:

Initial guess:

4.7

Condition of convergence:

0.01

x = -1.916100 and error = 1.051861 at iteration = 240.000000

x = -0.748896 and error = 1.167204 at iteration = 241.000000

x = 0.162730 and error = 0.911626 at iteration = 242.000000

x = 0.428332 and error = 0.265602 at iteration = 243.000000

x = 0.451545 and error = 0.023212 at iteration = 244.000000

x = 0.451732 and error = 0.000187 at iteration = 245.000000

The solution x = 0.451732

>>

Explanation:

The two solutions are x =0.451732 and 3.305651 within the range 0 < x< 5.

The initial guess x = 1.75 fails to determine the solution as it's not in the range. So the solution turns to unstable with initial guess x = 1.75.

7 0
3 years ago
Other questions:
  • The pressure in an automobile tire depends on thetemperature of the air in the tire. When the air temperature is25°C, the pressu
    11·1 answer
  • Electricity is generated in two forms namely………A. Alternating current and wave form B. Alternating current and basic current C.
    7·2 answers
  • There are a number of requirements that employers must do to protect their workers from caught-in or
    12·1 answer
  • Is air conditioner a refrigerator?
    10·1 answer
  • 1. The area of the given triangle is 25 square units. What is the value of x?<br> X+2
    8·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
  • PLEASE HELP!!!!!!!!!!!!!!!!!!!!! I AM BEING TIMED!!!!!!!!!!!!!!!!!!!!!! 30 MINUTES LEFT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    7·2 answers
  • What are common names assigned to instruction addresses in a PLC program called
    8·1 answer
  • Calculate the radius of a circular orbit for which the period is 1 day​
    13·1 answer
  • Why does my delivery date keep changing on my tesla model 3
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!