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.
 
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
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...
I am not an electrical engineering student, but a lowly apprentice electrician. I learn both on the job and also take classes for my apprenticeship. I recently wired my first transformer and I understand that the neutral and ground are bonded together in the transformer or in the service. What I don't understand is, if the neutral is a current carrying conductor, which is then bonded to the ground conductor, why does current only flow back to its source and not on the ground path...
Back
Top