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
fredd [130]
2 years ago
7

A car accelerates from rest with an acceleration of 5 m/s^2. The acceleration decreases linearly with time to zero in 15 s, afte

r which the car continues with constant speed. At what time t will the car have moved 500 m from its starting point?
Engineering
1 answer:
Tpy6a [65]2 years ago
3 0

Answer: At time 18.33 seconds it will have moved 500 meters.

Explanation:

Since the acceleration of the car is a linear function of time it can be written as a function of time as

a(t)=5(1-\frac{t}{15})

a=\frac{d^{2}x}{dt^{2}}\\\\\therefore \frac{d^{2}x}{dt^{2}}=5(1-\frac{t}{15})

Integrating both sides we get

\int \frac{d^{2}x}{dt^{2}}dt=\int 5(1-\frac{t}{15})dt\\\\\frac{dx}{dt}=v=5t-\frac{5t^{2}}{30}+c

Now since car starts from rest thus at time t = 0 ; v=0 thus c=0

again integrating with respect to time we get

\int \frac{dx}{dt}dt=\int (5t-\frac{5t^{2}}{30})dt\\\\x(t)=\frac{5t^{2}}{2}-\frac{5t^{3}}{90}+D

Now let us assume that car starts from origin thus D=0

thus in the first 15 seconds it covers a distance of

x(15)=2.5\times 15^{2}-\farc{15^{3}}{18}=375m

Thus the remaining 125 meters will be covered with a constant speed of

v(15)=5\times 15-\frac{15^{2}}{6}=37.5m/s

in time equalling t_{2}=\frac{125}{37.5}=3.33seconds

Thus the total time it requires equals 15+3.33 seconds

t=18.33 seconds

You might be interested in
It is known that the connecting rod AB exerts on the crank BCa 2.5-kN force directed down andto the left along the centerline of
monitta

Answer:

M_c = 61.6 Nm

Explanation:

Given:

F_a = 2.5 KN

Find:

Determine the moment of this force about C for the two casesshown.

Solution:

- Draw horizontal and vertical vectors at point A.

- Take moments about point C as follows:

                         M_c = F_a*( 42 / 150 ) *88

                         M_c = 2.5*( 42 / 150 ) *88

                         M_c = 61.6 Nm

- We see that the vertical component of force at point A passes through C.

Hence, its moment about C is zero.

6 0
3 years ago
How do you make coke for steel?
stich3 [128]
Can you be a bit more specific plz and that will let me identify the answer
6 0
3 years ago
Write a C program that will update a bank balance. A user cannot withdraw an amount ofmoney that is more than the current balanc
GarryVolchara [31]

Answer:

Explanation:

Sample output:

BANK ACCOUT PROGRAM!

----------------------------------

Enter the old balance: 1234.50

Enter the transactions now.

Enter an F for the transaction type when you are finished.

Transaction Type (D=deposit, W=withdrawal, F=finished): D

Amount: 568.34

Transaction Type (D=deposit, W=withdrawal, F=finished): W

Amount: 25.68

Transaction Type (D=deposit, W=withdrawal, F=finished): W

Amount: 167.40

Transaction Type (D=deposit, W=withdrawal, F=finished): F

Your ending balance is $1609.76

Program is ending

Code to copy:

// include the necessary header files.

#include<stdio.h>

// Definition of the function

float withdraw(float account_balance, float withdraw_amount)

{

// Calculate the balace amount.

float balance_amount = account_balance - withdraw_amount;

// Check whether the withdraw amount

// is greater than 0 or not.

if (withdraw_amount > 0 && balance_amount >= 0)

{

// Assign value.

account_balance = balance_amount;

}

// return account_balance

return account_balance;

}

// Definition of the function deposit.

float deposit(float account_balance, float deposit_amount)

{

// Check whether the deposit amount is greater than zero

if (deposit_amount > 0)

{

// Update account balance.

account_balance = account_balance + deposit_amount;

}

// return account balance.

return account_balance;

}

int main()

{

// Declare the variables.

float account_balance;

float deposit_amount;

float withdrawl_amount;

char input;

// display the statement on console.

printf("BANK ACCOUT PROGRAM!\n");

printf("----------------------------------\n");

// prompt the user to enter the old balance.

printf("Enter the old balance: ");

// Input balance

scanf("%f", &account_balance);

// Display the statement on console.

printf("Enter the transactions now.\n");

printf("Enter an F for the transaction type when you are finished.\n");

// Start the do while loop

do

{

// prompt the user to enter transaction type.

printf("Transaction Type (D=deposit, W=withdrawal, F=finished): ");

// Input type.

scanf(" %c", &input);

// Check if the input is D

if (input == 'D')

{

// Prompt the user to input amount.

printf("Amount: ");

// input amount.

scanf("%f", &deposit_amount);

// Call to the function.

account_balance=deposit(account_balance,deposit_amount);

}

// Check if the input is W

if (input == 'W')

{

printf("Amount: ");

scanf("%f", &withdrawl_amount);

// Call to the function.

account_balance = withdraw(account_balance,withdrawl_amount);

}

// Check if the input is F

if (input == 'F')

{

// Dispplay the amount.

printf("Your ending balance is $%.2f\n", account_balance);

printf("Program is ending\n");

}

// End the while loop

} while(input != 'F');

return 0;

}

the picture uploaded below shows the program screenshot.

cheers, i hope this helps.

5 0
3 years ago
A large plate is fabricated from a steel alloy that has a plane strain fracture toughness of 55 MPa √m (50 ksi √in.). If, during
astra-53 [7]

Answer:

0.024 m = 24.07 mm

Explanation:

1) Notation

\sigma_c = tensile stress = 200 Mpa

K = plane strain fracture toughness= 55 Mpa\sqrt{m}

\lambda= length of a surface crack (Variable of interest)

2) Definition and Formulas

The Tensile strength is the ability of a material to withstand a pulling force. It is customarily measured in units (F/A), like the pressure. Is an important concept in engineering, especially in the fields of materials and structural engineering.

By definition we have the following formula for the tensile stress:

\sigma_c=\frac{K}{Y\sqrt{\pi\lambda}}   (1)

We are interested on the minimum length of a surface that will lead to a fracture, so we need to solve for \lambda

Multiplying both sides of equation (1) by Y\sqrt{\pi\lambda}

\sigma_c Y\sqrt{\pi\lambda}=K   (2)

Sequaring both sides of equation (2):

(\sigma_c Y\sqrt{\pi\lambda})^2=(K)^2  

\sigma^2_c Y^2 \pi\lambda=K^2   (3)

Dividing both sides by \sigma^2_c Y^2 \pi we got:

\lambda=\frac{1}{\pi}[\frac{K}{Y\sigma_c}]^2   (4)

Replacing the values into equation (4) we got:

\lambda=\frac{1}{\pi}[\frac{55 Mpa\sqrt{m}}{1.0(200Mpa)}]^2 =0.02407m

3) Final solution

So the minimum length of a surface crack that will lead to fracture, would be 24.07 mm or more.

7 0
3 years ago
Define factors that can change the performance of a polymer, such are additives
inna [77]

Answer:

 The performance of the polymer is basically change by the various type of factors like shape, tensile strength and color.

The polymer based products are basically influenced by the environmental factors like light, acids or alkalis chemicals, salts and also heat.

The additives is one of the type of chemical polymer which basically include polymer matrix for improving the ability of processing of the polymer. It also helps to enhance the production and requirement of the polymer products in the environment.

8 0
3 years ago
Other questions:
  • 3. Air at 1 atm and 20 0 C flows tangentially on both sides of a smooth flat plate of width W=10 ft and length L=10 ft in the di
    8·1 answer
  • A device that helps increase field worker productivity by providing reliable location and time
    13·1 answer
  • A car generator turns at 400 rpm (revolutions per minute) when the engine is idling. It has a rectangular coil with 300 turns of
    7·1 answer
  • 3. Technician A says passive permanent
    5·1 answer
  • It's in the picture please asap
    6·2 answers
  • At least 1 sources must be from an organization website (.org) and 1 source must be from and educational website .edu) Do not us
    7·1 answer
  • Ignition for heavy fuel oil?
    12·2 answers
  • A student used a 500-ml graduated cylinder to measure the volume of water in a 1-cup measure. three trials of the measurement ga
    10·1 answer
  • A master stud pattern is laid out somewhat<br> like a?
    8·1 answer
  • Dampness or moisture introduces ____ into the weld, which causes cracking when some metals are welded.
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!