Create a tire pressure - tire spring coefficient curve

Assignment Help Other Engineering
Reference no: EM131151390

Homework for Vehicle Dynamics class.

Problem 1

Explain what we mean by "Ride" with vehicles.

Problem 2

With the help of analytical description, show how asymmetric objects can cause moment vectors that don't align with the SAE convention axes.

Problem 3

Make an FFT on acoustic data you record with your laptop while your car is running. Show how noise level relates to RPM, gears, speed.

MIC RECORDING ON MATLAB:

Start by using the following commands to record a 5 second sample straight from matlab:

recObj = audiorecorder; disp('Start speaking.')

recordblocking(recObj, 5); % you can change the second element to however long you %want to sample, here it is turning on the mic for 5 seconds. However, you will have %to change the length of the signal once you perform a fast Fourier transform by %multiplying the length of the recording by the sampling frequency of 8000Hz. disp('End of Recording.');

y = getaudiodata(recObj);

To do a fast Fourier transform (going from the time domain to the frequency domain) on your 5 second y data use the following commands:

Freq = fft(y);

Fs = 8000; % sampling frequency

T = 1/Fs; % Sampling period

L = 40000; % Length of signal t = (0:L-1)*T; % Time vector
P2 = abs(Freq/L); P1 = P2(1:L/2+1);
P1(2:end-1) = 2*P1(2:end-1); f = Fs*(0:(L/2))/L;
plot(f,P1) title('Engine Rev Test') xlabel('f (Hz)')
ylabel('|P1(f)|')

You should obtain a plot similar to the one shown here:

What are the major frequencies?

How do these frequencies relate to human perception and what consequences do they have for the ride?

Problem 4

Implement the quarter car model in Matlab analytically. Solve the problem either numerically or analytically with Matlab. Show the natural frequencies of the system. By introducing a GUI, allow the parameters to change.

Problem 5

Describe 2-3 different types of dampers. Show illustrations, explain operation, benefits and disadvantages.

Problem 6

Find the natural frequency of the 4 different corners of your car. [Hint: by pushing it down, measuring the acceleration you can derive the displacement, from which you can reverse engineer the parameters]

Problem 7

Find the natural frequency of your spare tire or bicycle tire. [Hint: if you drop it, "free vibration" is triggered ....]

Problem 8

Test your car's suspension system. Is it underdamped, overdamped, or else? Is it time to replace them yet? Why?

Problem 9

Describe the changes in natural frequency if our spring does not have linear characteristics.

Problem 10

Create an analytical 2DOF model of the pitching and bouncing of the car. Show the motion law (x(t) and theta(t) as the solution to the Equation of motion]. [Hint: you can find derivations online to help you.]

Problem 11

Implement Problem 10 in Matlab with a GUI.

Problem 12

What sort of springs and dampers would your personal car need to get installed in order to turn it into a low rider car?

Problem 13

Experimentally determine the spring constant of your car and the damping coefficient.

Problem 14

Create a tire pressure - tire spring coefficient curve. Use your spare or bicycle tire.

Problem 15

Develop the analytical model, EOM and x(t) and theta(t) for rolling of the car. What can trigger rolling?

Problem 16

Determine the pitching natural frequency of your car. [Hint: keep braking periodically and have an observer video record the pitching of the car. Wherever it's maximum...]

Problem 17

Describe an analytical relationship between the distance of speedbumps, their geometry (length and height), the car's geometry and parameters (k,c) and how they relate to bouncing and pitching. What is causing the discomfort for humans when passing a bump?

Reference no: EM131151390

Questions Cloud

Compute the economic order quantity : For each of the following independent cases, use the equation method to compute the economic order quantity.
Define the middle east according to bernard lewis : Define the Middle East according to Bernard Lewis. Describe the Middle East Terrorism profile. Provide a synopsis of traditional Middle Eastern issues. Provide a profile of Mohammed and his teachings.
Explanation of change as either first-order or second-order : The classification and explanation of the change as either first-order or second-order. The challenges that team members felt due to the downsizing and the merger. Give two examples of each
Dimension the key seat in the shaft and the hub : Make a detailed drawing of a Woodruff key connection between a shaft and the hub of a gear The shaft has a diameter of 1.500 in. Use a no. 1210 Woodruff key. Dimension the key seat in the shaft and the hub.
Create a tire pressure - tire spring coefficient curve : Create a tire pressure - tire spring coefficient curve. Use your spare or bicycle tire - Experimentally determine the spring constant of your car and the damping coefficient
Examine the recent trend in privatizing government functions : Also examine the recent trend in privatizing government functions and discuss if it posses any dilemma for the attainment of public interest. Be sure to use relevant examples to illustrate your point.
How real-world organizations have reconciled their choices : We start by introducing the objective of governance specific to the information technology function and services. Next, we offer to you the fundamental battle in technology management-the constant tug-of-war between centralization and decentralizat..
Discuss three challenges that policy makers need to consider : Discuss three challenges that policy makers need to consider when it comes to urban growth. What particular challenges do you think the U.S. will face in the near future?
Compute the torque delivered to the shaft : Compute the torque delivered to the shaft and the tangential and radial forces exerted on the shaft by the gear

Reviews

Write a Review

Other Engineering Questions & Answers

  Characterization technology for nanomaterials

Calculate the reciprocal lattice of the body-centred cubic and Show that the reciprocal of the face-centred cubic (fcc) structure is itself a bcc structure.

  Calculate the gasoline savings

How much gasoline do vehicles with the following fuel efficiencies consume in one year? Calculate the gasoline savings, in gallons per year, created by the following two options. Show all your work, and draw boxes around your answers.

  Design and modelling of adsorption chromatography

Design and modelling of adsorption chromatography based on isotherm data

  Application of mechatronics engineering

Write an essay on Application of Mechatronics Engineering

  Growth chracteristics of the organism

To examine the relationship between fermenter design and operating conditions, oxygen transfer capability and microbial growth.

  Block diagram, system performance and responses

Questions based on Block Diagram, System Performance and Responses.

  Explain the difference in a technical performance measure

good understanding of Mil-Std-499 and Mil-Std-499A

  Electrode impedances

How did this procedure affect the signal observed from the electrode and the electrode impedances?

  Write a report on environmental companies

Write a report on environmental companies

  Scanning electron microscopy

Prepare a schematic diagram below of the major parts of the SEM

  Design a pumping and piping system

creating the pumping and piping system to supply cool water to the condenser

  A repulsive potential energy should be a positive one

Using the data provided on the webvista site in the file marked vdw.txt, try to develop a mathematical equation for the vdW potential we discussed in class, U(x), that best fits the data

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd