Quantitative Analysis Towards Qualitative Observations

Qualitative Observation

The phenomenon which we observe but not measure leads to qualitative data.
As there is no measurement involved, which means there will be no data available in numbers. Thus there will be no fact discovery, no numerical comparisons can take place and no statistical analysis can happen.

So Qualitative approach leads to dynamic and negotiated reality where we interpret or make sense of phenomenon of what meaning we bring to us.

Consider a simple but historical experiment " Faraday’s Law of Electromagnetic Induction (EMI)"

I will not write what it is as all of us know about it but show you a simple sketch below.

In the Figure - A led will not glow at all as there is no magnet passing through the coil via pipe. In other words there is no change of magnetic flux across the coil.

In the Figure - B led will glow on for a few milliseconds as during the passage of magnet across the coil via pipe.

So the qualitative observation here is the glow of a led for few milliseconds and nothing else during the change of magnetic flux across the coil.

[center]


[/center]

Quantitative Approach

The phenomenon we observe as well as measures it in numerical form which can be classified into categories, measured in measurement units or in different rank orders etc.

The data/facts are discovered with fixed and measurable reality which can be used to construct tables and graphs of raw data.

This Statistical analysis turns data into useful information which can help us to test theory/qualitative observation/hypothesis in order to reject or support the subject.

Now again bringing back the same “Faraday’s Law of Electromagnetic induction (EMI)”

In Quantitative approach, with qualitative observation we will also get some measured data as shown below.

In Figure - C with the glow of led momentarily, we are also measuring the voltage induced across the coil due to change in magnetic flux and also plotting the graph.

So in this case we came to know that there is also a negative peak (a set of negative voltage points), now the question rises what is that and why it is there? (a very simple question probably we all know but the point here is that quantitative approach leads us to more depth of investigation).

There are more questions to arrive:

Can variation in number of turns of coil vary the induced voltage?
Can variation in speed of magnet passing through the coil vary the induced voltage?
Can Strength of magnetic field of magnet vary the induced voltage?

what all is needed to answer all the question above is to conduct this experiment via Quantitative approach.

So here the idea is to design and development of experimental platform where we can observe the phenomenon qualitatively but can also record the data quantitatively, plotting the graphs, doing mathematical analysis etc.

There are already few such platforms available in the market but here doing it again will help us to explore both subject/phenomenon concept as well as experimental /instrumentation concept open endedly with approach towards different design, more features and functionality.

With the flexibility of open hardware and software, lets design a experimental platform to record quantitative data for such experiments. Also remember as we are interested in measured data, lets make this data available for further analysis on visualisation servers, Thus making experimental platform IoT enabled.

Considering “Faraday’s law of Electromagnetic Induction (EMI) Experiment” lets pen down what all data needs to be measured and also features required for experimental platform.

Measurements Required

  1. Pole of magnet.
  2. Magnetic Field Strength of magnet
  3. Plotting the graph of induced voltage
  4. detecting the speed of magnet passing through the coil

Features

  1. Plotting graph on small TFT color screen on the platform
  2. Serial Data out for PC/Laptop interface
  3. Publishing data over IoT Servers
  4. Display of Magnet Pole, Magnet Speed through the coil, Magnetic Field Strength.

So here is the block design which I am thinking of, please also add your design points.

At first we need to develop an Arduino based mini Oscilloscope with a small display interface and a Serial interface to PC/Laptop. This it self will engage a developer deeper to the concepts of signal conditioning, which includes amplification, filtering, ADC conversion for the process to measure data. It will also rise the topics such as bandwidth, frequency, voltage and current measurements, signal to noise ratio etc.

I can imagine a complete experimental platform where it is very useful for the students to understand the Faraday’s Law EMI concept easily, publishing the data on internet and also the deep investigation and engagement required to develop such platform.

Lets discuss and develop such kind of platforms.

2 Likes

So here is one of the exploration of Faraday’s law of Electromagnetic Induction.

https://secure.hbcse.tifr.res.in/epi6/papers/Strand-3-posters/epi6_P-40_Amit%20Dhakulkar%20&%20Nagarjuna%20G.pdf

1 Like

As we initiate our Design and Development phase, the first thing we did connecting one terminal of coil to Arduino ADC pin and other to ground and wrote a simple code to read ADC value and plotted a graph using serial plotter in arduino( the coil was already made and and tested that passing of a magnet through it will glow led for few milliseconds).

What kind of Graph one expect? just check it out !

There is only positive peak but where does negative peak ? , this is not the mistake but it is absolutely Right . ### Yes Right ! But not in sense of the experiment output instead in sense of measurement done by Arduino ADC.

Now here the Investigation starts:

  • So can Arduino measure Negative voltage directly?
  • What is the voltage range of Arduino ADC which it can measure?
  • Do we need some Signal Conditioning before giving it to Arduino for the processing?

one thing if Arduino is not capable of measuring negative voltage directly then lets shift the complete cycle of waveform into the positive voltage range in such a way that reference shift from zero to + (Negative peak voltage).

So we tried to do some signal conditioning, basically level shifting (Clamping) buffering the signal through OP-AMP (a friend added for helping Arduino), lets check it out what we got in the waveform.

Again the same thing no negative peak. That mean there is something wrong we are doing in Signal Conditioning.

What you think. Are there any other ways to deal with this or lets get more deeper into the most crucial object of Signal Conditioning ie OP-AMPs.

Lets Discuss.

1 Like

Adding one more thing to this, as we are not getting any negative peak, can it be a true if we consider that the first time this experiment is conducting.

If this is false can we support the negative peak qualitatively (that is with just a led connected to the coil) ?

A very simple trick we need to do? quickly answer this.

Where is the opamp level shifter schematic?

1 Like

This will level shift an AC signal by 2.5v
It will clamp to Vcc-1.5v on the positive cycle. Input will be attenuated 50%.

2 Likes

It was puzzling to see in this paper that a thinner wire was found to produce more induced emf, against the hypothesis made by students which predicted that it’d decrease.

Ideally, induced emf should depend only upon:

strength of magnet
instantaneous velocity of magnet
distance of coil from magnet
radius of coil
number of turns

I was curious to see the functional form of this dependence. Here is an attempt to model the magnet as a dipole.

Turns out induced emf is most sensitive to the variation in radius of coil and distance from magnet. In addition, it depends linearly on no of turns, dipole moment of magnet and its velocity.

Getting data for instantaneous velocity and position of magnet can be tricky, as they behave non-linearly, in the case when magnet is dropped or shaked.

Planning to get this set up working within this week.8fbf8370-2439-4f6a-99c0-cb207029ac5c

3 Likes