Force of Gravity Virtual Lab Assignment
.docx
keyboard_arrow_up
School
Gwinnett Technical College *
*We aren’t endorsed by this school
Course
1111L
Subject
Mechanical Engineering
Date
Apr 3, 2024
Type
docx
Pages
2
Uploaded by AgentMetal9931
Force Lab Assignment
Download this file, click to Enable Editing, and complete the data tables and your responses on this file. Save the file with your data and responses and then upload this file into the assignment
dropbox.
Round all calculations to 3 decimal places
Data Table:
Trial
#
Hanging mass
(Kg)
Wagon mass
(KG)
Displacement
(m)
Time
(s)
Acceleration
(m/s
2
)
Force
(N)
1
0.025
0.050
0.500
2
0.025
0.050
1.000
3
0.025
0.100
0.500
4
0.025
0.100
1.000
5
0.025
0.200
0.500
6
0.025
0.200
1.000
7
0.050
0.050
0.500
8
0.050
0.050
1.000
9
0.050
0.100
0.500
10
0.050
0.100
1.000
11
0.050
0.200
0.500
12
0.050
0.200
1.000
13
0.100
0.050
0.500
14
0.100
0.050
1.000
15
0.100
0.100
0.500
16
0.100
0.100
1.000
17
0.100
0.200
0.500
18
0.100
0.200
1.000
Calculations:
Calculate the force needed to cause the wagon to accelerate at the acceleration rate above.
ΣF
wagon
= (m
wagon
+ m
hanging mass
) ∙ a
wagon
The Force of gravity is sometimes called “weight” and is equal to the mass of the object times the acceleration due to gravity (g = 9.80 m/s
2
). Find the weight of each hanging mass.
F
gravity
= F
wt
= m ∙ g = m ∙ 9.80 m/s
2
Weight of 0.025 Kg hanging mass = [ ]
N
Weight of 0.050 Kg hanging mass = [ ]
N Weight of 0.100 Kg hanging mass = [ ]
N
Analysis Questions
1. Should the force acting on the wagon be constant for all trials? Explain why or why not.
[ ]
2. Was the force constant for all trials? Use data to justify your answer.
[ ]
Use three data range statements
to justify each of the following relationship statements.
3. Write a relationship statement for the relationship between the displacement and the time when the hanging mass and wagon mass are constant. (For example, Trials 1&2 are one set of data)
[ ]
4. Write a relationship statement for the relationship between the wagon mass and the acceleration when the hanging mass and displacement are constant. (For example, Trials 1, 3 & 5 are one set of data)
[ ]
5. Write a relationship statement for the relationship between the hanging mass and the force when the mass of the wagon and the displacement are constant. (For example, Trials 1, 7 &13 are one set of data).
[ ]
6. Write a relationship statement for the relationship between the force acting on the wagon and
the mass of the wagon when the hanging mass and the displacement are constant. (For example, Trials 2, 4 & 6 are one set of data).
[ ]
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
- Access to all documents
- Unlimited textbook solutions
- 24/7 expert homework help
Related Questions
PART A Using the graph to the right, what would Air Pressure be (mb) at an altitude of 10 km? What is the approximate altitude where the air pressure is 400 mb?
PART B At an altitude of 0 km, what is the air pressure in mb?
arrow_forward
please answer a to g for student 3. thanks
arrow_forward
please do need answer for d e and f With value of student 4
arrow_forward
Don't Use Chat GPT Will Upvote And Give Handwritten Solution Please
arrow_forward
Create the following images in AUTOCAD using web.autocad.com (Take screenshots of your work.)
Design 3
6.50
1.50--
3.50
1.00
1.00
4.00
1.00
1.75
2.75
4.75
arrow_forward
please sovle part (I)
and give me the formulas used in excel
Try to find a result less than 50 for the question
arrow_forward
Could you please fix my code it’s supposed to look like the graph that’s on the picture. But the lines do not cross eachother at the beginning. Could you make the lines look like the lines on the graph?
Use this code in MATLAB and fix it.
% Sample data for Diesel and Petrol cars
carPosition = linspace(1, 60, 50); % Assumed positions of cars
% Define your seed here
seed = 50;
rand('seed',seed); % Set the seed for reproducibility
% Assumed CO2 emissions for Diesel and Petrol
CO2Diesel = 25 + 5*cos(carPosition/60*2*pi) + randn(1, 50)*5; % Random data for Diesel
CO2Petrol = 20 + 5*sin(carPosition/60*2*pi) + randn(1, 50)*5; % Random data for Petrol
% Fit polynomial curves with a reduced degree of 2
pDiesel = polyfit(carPosition, CO2Diesel, 2);
pPetrol = polyfit(carPosition, CO2Petrol, 2);
% Generate points for best fit lines
fitDiesel = polyval(pDiesel, carPosition);
fitPetrol = polyval(pPetrol, carPosition);
% Plotting the data
figure;
hold on;
% Plot Diesel best fit line…
arrow_forward
Hello I’m trying to make the graph that you see in the picture, I’m trying the exact copy of that graph using this code but I’m having a hard time doing that. Could you change the code so that it looks like the graph that you see on the picture using MATLAB, please send the code when you are finished.
% Sample data for Diesel and Petrol cars
carPosition = linspace(1, 60, 50); % Assumed positions of cars
% Fix the random seed for reproducibility
rng(45);
% Assumed positions of cars
CO2Diesel = 25 + 5*cos(carPosition/60*2*pi) + randn(1, 50)*5; % Random data for Diesel
CO2Petrol = 20 + 5*sin(carPosition/60*2*pi) + randn(1, 50)*5; % Random data for Petrol
% Fit polynomial curves
pDiesel = polyfit(carPosition, CO2Diesel, 3);
pPetrol = polyfit(carPosition, CO2Petrol, 3);
% Generate points for best fit lines
fitDiesel = polyval(pDiesel, carPosition);
fitPetrol = polyval(pPetrol, carPosition);
% Plotting the data
figure; hold on;
scatter(carPosition, CO2Diesel, 'o', 'MarkerEdgeColor', [1 0.5…
arrow_forward
please answer a to g. thanks
arrow_forward
Please answer question with as much detail as possible
Please Use the “NCEES FE Reference Handbook 10.0.1” which can be downloaded for Free from https://ncees.org/ as your Reference for tables and formulas
arrow_forward
A motorcyclist left from his work at 5:45 in the morning and arrived at the coffee shop 42 km away at
7:12 in the morning. What was her average speed in km/hr? Answer should be in whole number
Example:
You got it in 789 kilometer per hour.
Type it in
789 km/hr
(1 space between the number and km)
arrow_forward
Please type out and or diagram Your solution in a way that is easy to read I have bad eyesight
arrow_forward
Use MATLAB, please make sure you use the numbers on the picture to make the graph that is also on the pictures. Make an exact copy of that graph and make sure that it runs on MATLAB, please send the code and a screenshot of the graph to show that it works. I need help with this.
arrow_forward
Please write the answer in a paper and apload it because I cannot see it if you don't wrote it in a paper thank you
arrow_forward
For all the following problems,
a)
b)
4.
You need to show at least 3 iterations calculated manually with all steps.
You do not need to include the M.files for the bisection method (bisect.m) and for false position (falspos.m). You
must, however, show the command lines for the given functions with their variables and other parameters.
Zero-pressure specific heat of dry air
Mechanical engineers, as well as most other engineers, use thermodynamics extensively
in their work.
The following polynomial can be used to relate the zero-pressure specific heat of
dry air cp kJ/(kg K) to temperature (K):
11
0.99403 +1.671×10-4T + 9.7215-10-8T²-9.5838×10-
Cp
=
T3+1.9520×10-14T4
(a) Develop a plot of cp versus a range of T=0 to 1200 K.
(b) Use bisection to determine the temperature T that corresponds to a specific heat of 1.1 kJ/(kg K).
(c) What will be the value of T if you use false position method?
(d) What is the percentage error between the results of (b) and (c)?
For both methods use maximum…
arrow_forward
Please refer to the attached picturs of the problem statement. I have solved a, b, c, and g using kinematics and Newton's Second Law. I'm not sure how to answer d, e and f however. My answers are:
a) aT=v0/ts
b) ac/t=mu(g)+v0/ts
c)truck stops before crate
d) unsure
e) unsure
f) unsure
g) mu=[(aTts)2]/[2d0-2v0ts-aTts2]
mu=[aTv02]/[g(2d0aT-3v02)]
arrow_forward
Please help me with drawing.
arrow_forward
Need help with full question
arrow_forward
Row indexing: Snow fall records
stateSnowRecord contains the amount of snow fall (in cm) for various cities. Rows represent a city and columns represent the snow fall
for a given month. Assign citySnow Record with all elements of row rowNum.
Ex: If stateSnowRecord is [17.3, 20.3; 4.8, 6.2] and rowNum is 2, then citySnowRecord is [4.8, 6.2].
Function >
6 %
7 %
8
9
10
11
12
13 end
function citySnowRecord = Get CitySnowFall (stateSnowRecord, rowNum)
2% Get CitySnow Fall: Returns all snow fall values for city in row rowNum
%
4 %
Inputs: stateSnowRecord matrix of snow fall records for cities for various months
rowNum specified row of stateSnowRecord to return
stateSnowRecord = [17.3, 20.3; 4.8, 6.2]
Outputs: citySnowRecord - all snow fall values for a given city
% Assign citySnowRecord with all elements of a row rowNum.
citySnowRecord = stateSnowRecord (rowNum, :);
Code to call your function >
1 GetCitySnow Fall([17.3, 20.3; 4.8, 6.2], 2)
Previous Assessment: 1 of 2 Tests Passed (50%)
Save…
arrow_forward
THERMODYNAMICS (ALREADY ANSWERED IN BARTLEBY. PLEASE CHECK IF THEIR ANSWER IS CORRECT)
UPVOTE WILL BE GIVEN. PLEASE WRITE THE COMPLETE SOLUTIONS/DIAGRAMS LEGIBLY. NO LONG EXPLANATION NEEDED. USE 3 DECIMAL PLACES. BOX THE FINAL ANSWER.
A pump discharges into a semi spherical tank at the bottom and cylindrical on top with a radius of 2 meters, and a total tank height of 8 meters. The flow rate is 80 gallons per minute and fluid specific gravity= 1.1.
Determine the following:
A) flow rate in kg/sec and time it takes to fill the tank in hours.
B) the weight in tons of the liquid if full tank local gravity is 32.1 ft/sec squared.
C) volume of the tank in metric gallons.
D.) how many drums will be needed to transfer all of the tank contents (tank being full) to the drums?
arrow_forward
Please answer this and in full sentences. Please and thank you
arrow_forward
As an exercise, a student weighed several bunches of nails on a balance. The nails were
not all the same size. Here are the student's data:
4.
number of nails
mass in grams
82
122
208
324
435
12
20
26
Prepare a plot of these data on the grid below or on the graph paper. Use "number of
nails" as the independent variable and be certain to scale and label the axes correctly.
Scale the axes starting at the origin; 0, 0.
GO
20
向 12 円
Number of nails Cx)
2.
18
20
mass in
arrow_forward
Please show all work and highlight your answers
arrow_forward
There is a small space between the orange and purple line could you please connect the two lines together also can you please make the purple line shorter and then connect the purple line to the orange line, please take out the box that says “Diesel, petrol, Diesel best fit, petrol best fit”. Also when ever I run this code the graph shows up but there are still errors that comes up could you please fix them when you are running this on MATLAB.
Please use this code on MATLAB and fix it.
% Sample data for Diesel and Petrol cars
carPosition = linspace(1, 60, 50); % Assumed positions of cars
% Fix the random seed for reproducibility
rng(50);
% Assumed CO2 emissions for Diesel and Petrol
CO2Diesel = 25 + 5*cos(carPosition/60*2*pi) + randn(1, 50)*5; % Random data for Diesel
CO2Petrol = 20 + 5*sin(carPosition/60*2*pi) + randn(1, 50)*5; % Random data for Petrol
% Fit polynomial curves
pDiesel = polyfit(carPosition, CO2Diesel, 3);
pPetrol = polyfit(carPosition, CO2Petrol, 3);
% Generate…
arrow_forward
No need guideline answer ok. Solve both write RRL. ABOUT THESE 2 ITEMS. NOTE NO NEED EXTRA EXPLANATION ONLY NEED FOR OTH 1 PARAGRAPH EACH PUT REF END POINTS OK. DONT NEED GUIDELINE OKK. IF ANSWER GUIDELINE I WILL DISLIKE OKK
1. height of sweet potato plants;
2. programable speed of a rover: . something that says that a rover is programmed via speed, that it doesn't matter if the weight of the rover is decreasing from time to time. something that says that if you programmed a rover to go 5kph it will remain 5kph even if you put something heavy on it.
arrow_forward
My professor said that I need to use the numbers as shown on the picture and make the exact graph that is also shown on the picture. But I don’t know how to put this in to MATLAB. Please send the code that makes the graph that is shown in the picture. Make it 100% exactly the same.
arrow_forward
convert height to cm
File Edit View Insert Format Data Tools
100%
% .0 .00 123
D20
fx |
A
1
5 feet
2
11 inches
3
cm
4
The preceding image shows a Google Sheet used to convert length in feet and inches to
cm. What formula should be entered into A3 so that the correct length is computed in cm
(in cell A3)? Your answer must work with any values the user might enter in cells A1 and A2.
Choose all that apply
a) = A1*12*2.54 + A2*2.54
b) = (5*12 + 11) * 2.54
%3D
c) = B1*12*2.54 + B2*2.54
d) A1*12*2.54 + A2*2.54
e) = (A1*12 + A2) * 2.54
f) = A1*12 + A2 * 2.54
%24
田
arrow_forward
I already have the answer and provide it. Show work please
arrow_forward
QUESTION 2
Consider the following dataset and separator. What is the width of margin (distance between the two paralel lines )? Please use real numbers instead of rations. Eg, f your result is1/2,
enter 0.5
w.x+b = +1
w.x+b =0
w.x+b= -1
2.0
0.
05
VW.w
arrow_forward
Please help show me how drawing will look in isometric drawing.
arrow_forward
I’m making the graph that you see in the picture but the code that I’m using makes the line with to many curves. Could you make the lines look like the one that you see on the graph. Don’t change the color just make it with a little bit less curves like you see in the picture.
Use this code on MATLAB and fix it.
% Sample data for Diesel and Petrol cars
carPosition = linspace(1, 60, 50); % Assumed positions of cars
% Fix the random seed for reproducibility
rng(50);
% Assumed CO2 emissions for Diesel and Petrol
CO2Diesel = 25 + 5*cos(carPosition/60*2*pi) + randn(1, 50)*5; % Random data for Diesel
CO2Petrol = 20 + 5*sin(carPosition/60*2*pi) + randn(1, 50)*5; % Random data for Petrol
% Fit polynomial curves
pDiesel = polyfit(carPosition, CO2Diesel, 3);
pPetrol = polyfit(carPosition, CO2Petrol, 3);
% Generate points for best fit lines
fitDiesel = polyval(pDiesel, carPosition);
fitPetrol = polyval(pPetrol, carPosition);
% Combined best fit
combinedFit = (fitDiesel + fitPetrol) / 2;…
arrow_forward
SEE MORE QUESTIONS
Recommended textbooks for you
Elements Of Electromagnetics
Mechanical Engineering
ISBN:9780190698614
Author:Sadiku, Matthew N. O.
Publisher:Oxford University Press
Mechanics of Materials (10th Edition)
Mechanical Engineering
ISBN:9780134319650
Author:Russell C. Hibbeler
Publisher:PEARSON
Thermodynamics: An Engineering Approach
Mechanical Engineering
ISBN:9781259822674
Author:Yunus A. Cengel Dr., Michael A. Boles
Publisher:McGraw-Hill Education
Control Systems Engineering
Mechanical Engineering
ISBN:9781118170519
Author:Norman S. Nise
Publisher:WILEY
Mechanics of Materials (MindTap Course List)
Mechanical Engineering
ISBN:9781337093347
Author:Barry J. Goodno, James M. Gere
Publisher:Cengage Learning
Engineering Mechanics: Statics
Mechanical Engineering
ISBN:9781118807330
Author:James L. Meriam, L. G. Kraige, J. N. Bolton
Publisher:WILEY
Related Questions
- PART A Using the graph to the right, what would Air Pressure be (mb) at an altitude of 10 km? What is the approximate altitude where the air pressure is 400 mb? PART B At an altitude of 0 km, what is the air pressure in mb?arrow_forwardplease answer a to g for student 3. thanksarrow_forwardplease do need answer for d e and f With value of student 4arrow_forward
- Don't Use Chat GPT Will Upvote And Give Handwritten Solution Pleasearrow_forwardCreate the following images in AUTOCAD using web.autocad.com (Take screenshots of your work.) Design 3 6.50 1.50-- 3.50 1.00 1.00 4.00 1.00 1.75 2.75 4.75arrow_forwardplease sovle part (I) and give me the formulas used in excel Try to find a result less than 50 for the questionarrow_forward
- Could you please fix my code it’s supposed to look like the graph that’s on the picture. But the lines do not cross eachother at the beginning. Could you make the lines look like the lines on the graph? Use this code in MATLAB and fix it. % Sample data for Diesel and Petrol cars carPosition = linspace(1, 60, 50); % Assumed positions of cars % Define your seed here seed = 50; rand('seed',seed); % Set the seed for reproducibility % Assumed CO2 emissions for Diesel and Petrol CO2Diesel = 25 + 5*cos(carPosition/60*2*pi) + randn(1, 50)*5; % Random data for Diesel CO2Petrol = 20 + 5*sin(carPosition/60*2*pi) + randn(1, 50)*5; % Random data for Petrol % Fit polynomial curves with a reduced degree of 2 pDiesel = polyfit(carPosition, CO2Diesel, 2); pPetrol = polyfit(carPosition, CO2Petrol, 2); % Generate points for best fit lines fitDiesel = polyval(pDiesel, carPosition); fitPetrol = polyval(pPetrol, carPosition); % Plotting the data figure; hold on; % Plot Diesel best fit line…arrow_forwardHello I’m trying to make the graph that you see in the picture, I’m trying the exact copy of that graph using this code but I’m having a hard time doing that. Could you change the code so that it looks like the graph that you see on the picture using MATLAB, please send the code when you are finished. % Sample data for Diesel and Petrol cars carPosition = linspace(1, 60, 50); % Assumed positions of cars % Fix the random seed for reproducibility rng(45); % Assumed positions of cars CO2Diesel = 25 + 5*cos(carPosition/60*2*pi) + randn(1, 50)*5; % Random data for Diesel CO2Petrol = 20 + 5*sin(carPosition/60*2*pi) + randn(1, 50)*5; % Random data for Petrol % Fit polynomial curves pDiesel = polyfit(carPosition, CO2Diesel, 3); pPetrol = polyfit(carPosition, CO2Petrol, 3); % Generate points for best fit lines fitDiesel = polyval(pDiesel, carPosition); fitPetrol = polyval(pPetrol, carPosition); % Plotting the data figure; hold on; scatter(carPosition, CO2Diesel, 'o', 'MarkerEdgeColor', [1 0.5…arrow_forwardplease answer a to g. thanksarrow_forward
- Please answer question with as much detail as possible Please Use the “NCEES FE Reference Handbook 10.0.1” which can be downloaded for Free from https://ncees.org/ as your Reference for tables and formulasarrow_forwardA motorcyclist left from his work at 5:45 in the morning and arrived at the coffee shop 42 km away at 7:12 in the morning. What was her average speed in km/hr? Answer should be in whole number Example: You got it in 789 kilometer per hour. Type it in 789 km/hr (1 space between the number and km)arrow_forwardPlease type out and or diagram Your solution in a way that is easy to read I have bad eyesightarrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Elements Of ElectromagneticsMechanical EngineeringISBN:9780190698614Author:Sadiku, Matthew N. O.Publisher:Oxford University PressMechanics of Materials (10th Edition)Mechanical EngineeringISBN:9780134319650Author:Russell C. HibbelerPublisher:PEARSONThermodynamics: An Engineering ApproachMechanical EngineeringISBN:9781259822674Author:Yunus A. Cengel Dr., Michael A. BolesPublisher:McGraw-Hill Education
- Control Systems EngineeringMechanical EngineeringISBN:9781118170519Author:Norman S. NisePublisher:WILEYMechanics of Materials (MindTap Course List)Mechanical EngineeringISBN:9781337093347Author:Barry J. Goodno, James M. GerePublisher:Cengage LearningEngineering Mechanics: StaticsMechanical EngineeringISBN:9781118807330Author:James L. Meriam, L. G. Kraige, J. N. BoltonPublisher:WILEY
Elements Of Electromagnetics
Mechanical Engineering
ISBN:9780190698614
Author:Sadiku, Matthew N. O.
Publisher:Oxford University Press
Mechanics of Materials (10th Edition)
Mechanical Engineering
ISBN:9780134319650
Author:Russell C. Hibbeler
Publisher:PEARSON
Thermodynamics: An Engineering Approach
Mechanical Engineering
ISBN:9781259822674
Author:Yunus A. Cengel Dr., Michael A. Boles
Publisher:McGraw-Hill Education
Control Systems Engineering
Mechanical Engineering
ISBN:9781118170519
Author:Norman S. Nise
Publisher:WILEY
Mechanics of Materials (MindTap Course List)
Mechanical Engineering
ISBN:9781337093347
Author:Barry J. Goodno, James M. Gere
Publisher:Cengage Learning
Engineering Mechanics: Statics
Mechanical Engineering
ISBN:9781118807330
Author:James L. Meriam, L. G. Kraige, J. N. Bolton
Publisher:WILEY