How Can You Determine Unknown Resistance in a Circuit?

  • Thread starter Thread starter ee1215
  • Start date Start date
  • Tags Tags
    Resistance
AI Thread Summary
To determine unknown resistance in a circuit, one effective method is to use a microcontroller with an on-chip ADC to measure the input voltage (Vin) when the switch is closed. The relationship between Vin and the unknown resistance (R) can be expressed as Vin = R / (R + 1000) * 5 volts, allowing for calculation of R based on measured voltage. Alternatively, Ohm's Law can be applied by measuring voltage and current to find resistance using the formula R = V/I. Kirchhoff's laws can also be utilized to analyze the circuit and solve for R by setting up voltage loops. It's advisable to explore multiple methods for accuracy and account for potential errors in measurements.
ee1215
Messages
27
Reaction score
0
If I have a circuit similar to this: http://i.imgur.com/JaUGb.png

I am reading in voltage as an input from Vin, when switch is closed, and am wanting to find out the unknown resistance R. Similar to dmm...what would be the best approach? Reading the voltage, calculate current to find R?
 
Engineering news on Phys.org
ee1215 said:
If I have a circuit similar to this: http://i.imgur.com/JaUGb.png

I am reading in voltage as an input from Vin, when switch is closed, and am wanting to find out the unknown resistance R. Similar to dmm...what would be the best approach? Reading the voltage, calculate current to find R?

Use a PIC uC with an on-chip ADC...
 
The voltage at Vin will be proportional to the resistance R.

So you can say Vin = R / (R + 1000) * 5 volts

Once you measure the value of Vin, you just put it in the above formula and work out the value of R.

For example, if the value of Vin was 3 volts, you would move the 5 volts and the (R + 1000) to the left of the equation and say 3 volts / 5 volts = 0.6

So, 0.6 * ( R +1000) = R
so 600 ohms = R - 0.6R = 0.4 R

R = 1500 ohms

Now check, 1500 / 2500 * 5 volts = 3 volts
So, the answer is right.
 
thanks vk, going to give it a try with my module.
 


There are a few different approaches you could take to find the unknown resistance in this circuit. One option would be to use Ohm's Law, which states that the voltage (V) across a resistor is equal to the current (I) multiplied by the resistance (R). In this case, you could measure the voltage (Vin) and the current (I) using a multimeter and then use those values to calculate the unknown resistance (R = V/I).

Another approach could be to use Kirchhoff's laws, which are fundamental principles in circuit analysis. Kirchhoff's Voltage Law (KVL) states that the sum of the voltages around a closed loop in a circuit is equal to zero. In this case, you could set up a loop that includes the voltage source (Vin), the unknown resistance (R), and the switch, and then use the voltage readings from the multimeter to solve for the resistance.

Alternatively, you could use the fact that the voltage across a resistor is directly proportional to the current passing through it. This means that if you measure the voltage and current at two different points in the circuit, you can calculate the resistance between those two points. For example, you could measure the voltage across the unknown resistance (Vout) and the voltage across the known resistor (R1) and then use those values to calculate the unknown resistance (R = Vout / I).

Overall, the best approach will depend on the specific details of your circuit and the equipment you have available. It may be helpful to try multiple methods and compare the results to ensure accuracy. Additionally, it is important to keep in mind any potential sources of error, such as resistance in the wires or connections, and take steps to minimize them.
 
I have recently moved into a new (rather ancient) house and had a few trips of my Residual Current breaker. I dug out my old Socket tester which tell me the three pins are correct. But then the Red warning light tells me my socket(s) fail the loop test. I never had this before but my last house had an overhead supply with no Earth from the company. The tester said "get this checked" and the man said the (high but not ridiculous) earth resistance was acceptable. I stuck a new copper earth...
Thread 'Electromagnet magnetic field issue'
Hi Guys We are a bunch a mechanical engineers trying to build a simple electromagnet. Our design is based on a very similar magnet. However, our version is about 10 times less magnetic and we are wondering why. Our coil has exactly same length, same number of layers and turns. What is possibly wrong? PIN and bracket are made of iron and are in electrical contact, exactly like the reference design. Any help will be appreciated. Thanks. edit: even same wire diameter and coil was wounded by a...
Thread 'Beauty of old electrical and measuring things, etc.'
Even as a kid, I saw beauty in old devices. That made me want to understand how they worked. I had lots of old things that I keep and now reviving. Old things need to work to see the beauty. Here's what I've done so far. Two views of the gadgets shelves and my small work space: Here's a close up look at the meters, gauges and other measuring things: This is what I think of as surface-mount electrical components and wiring. The components are very old and shows how...
Back
Top