HW: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
Rothsa (talk | contribs)
Jstirn (talk | contribs)
No edit summary
 
(34 intermediate revisions by 4 users not shown)
Line 1: Line 1:
*[[Signals and systems|Signals and Systems]]
For this homework assignment I wanted to try and see if I could find a correlation between a dragsters rear tire expansion in comparison to its velocity by using either the method of Laplace transform or the Fourier series. To help me with my model I will me using the Army's dragster for some of my data. If you would like to check it out you can find it at [http://www.goarmy.com/army-racing/nhra-top-fuel/dragster.html]. If you want to watch a video of dragster tires click here : http://www.youtube.com/v/V3yj_OGezWc?version=3
==An Introduction to the Fourier Transform==


Unfortunately, the Fourier Transform isn't a Transformer. If it was, you would have seen it in the movie that came out lately. [[Image:transformer_roolbar.jpg]]
<br>One way to explain a Fourier Transform is to say it's a bunch of sinusoids added to create a just about any function you want. Another way to describe it is to say it's a way of representing a function in the frequency domain instead of the time domain.
<br>For example, a square wave could be represented by:
<math>x_{\mathrm{square}}(t) = \frac{4}{\pi} \sum_{k=1}^\infty {\sin{\left ((2k-1)2\pi ft \right )}\over(2k-1)} </math>


That's alot of numbers seemingly out of the blue, at first observance. I bet your questions are:
'''Data:'''
* Outside tire diameter = 36.5" or up to 40.5" due to tire expansion


<br>
* Inside tire diameter = 16"
=== 1. Telling me the difference between a transformer and a Fourier Transform hasn't helped me finish my assignment. What else can you tell me? ===
 
Wait till Friday. That's when the deadline for this assignment is, so hopefully I'll panic before then and get something done on this page in addition to the spectacular transformers picture.
* Width of tire = 17"
<br>
 
=== 2.Can you show me some really easy plug-in formulas, so I can get my homework done faster? ===
* Air pressure in tire  = 7 psi
Yes. <br>
 
=== 3.Why would I bother getting one? I don't know what to do with it. ===
* Volume of Tire = 9.82 ft^3      **(you have to add about 1.5ft^3 to account for possible expansion)**
<br> Fourier Transforms are awesome! They allow continuous functions to be represented by ones and zeros, which means we can
 
implement functions on the computer. Fourier Transforms form the basis of signal processing. They allow us another way to transform
* Fastest quarter mile time = 4.428 sec
a math problem so it's alot easier to solve.
 
* Fastest quarter mile speed = 337.58
 
'''Equations:'''
Volume = [(pi)*(R^2)(h)-(pi)*(r)(h)]
 
y = .075/(Vmax-Vmin)    **(this is the number of inches that the tire should expand given the current velocity.)**

Latest revision as of 21:23, 31 October 2010

For this homework assignment I wanted to try and see if I could find a correlation between a dragsters rear tire expansion in comparison to its velocity by using either the method of Laplace transform or the Fourier series. To help me with my model I will me using the Army's dragster for some of my data. If you would like to check it out you can find it at [1]. If you want to watch a video of dragster tires click here : http://www.youtube.com/v/V3yj_OGezWc?version=3


Data:

  • Outside tire diameter = 36.5" or up to 40.5" due to tire expansion
  • Inside tire diameter = 16"
  • Width of tire = 17"
  • Air pressure in tire = 7 psi
  • Volume of Tire = 9.82 ft^3 **(you have to add about 1.5ft^3 to account for possible expansion)**
  • Fastest quarter mile time = 4.428 sec
  • Fastest quarter mile speed = 337.58

Equations: Volume = [(pi)*(R^2)(h)-(pi)*(r)(h)]

y = .075/(Vmax-Vmin) **(this is the number of inches that the tire should expand given the current velocity.)**