Weird problem for finding load resistance value.

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
Vasile Ghe
Messages
2
Reaction score
0
Hello 2 all !

I am a student on electrical engineering, and i have the following problem to solve:

Homework Statement



An electrical circuit includes a dc voltage source with an internal
resistance, and a load resistance. Determine the value of the load resistance R (with a precizion of 0.1 Ω) for which the power delivered by the source will be maximum, knowing that U = 12V and rs = 2.5 Ω.


The Attempt at a Solution



If i understand the problem correctly, the maximum power transfer occurs when the load resistance value equals the internal resistance of the source.
Is this not correct ?
Why am i asked to calculate the load resistance with a precision of 0.1 Ω ?
Is there something that i am missing here ?

I am attaching the circuit schematic as a reference.

Thank you very much for taking the time to answer my question.
 

Attachments

  • circ1.jpg
    circ1.jpg
    1.9 KB · Views: 457
Physics news on Phys.org
Vasile Ghe said:
Hello 2 all !

I am a student on electrical engineering, and i have the following problem to solve:

Homework Statement



An electrical circuit includes a dc voltage source with an internal
resistance, and a load resistance. Determine the value of the load resistance R (with a precizion of 0.1 Ω) for which the power delivered by the source will be maximum, knowing that U = 12V and rs = 2.5 Ω.


The Attempt at a Solution



If i understand the problem correctly, the maximum power transfer occurs when the load resistance value equals the internal resistance of the source.
Is this not correct ?
Why am i asked to calculate the load resistance with a precision of 0.1 Ω ?
Is there something that i am missing here ?

I am attaching the circuit schematic as a reference.

Thank you very much for taking the time to answer my question.

You are correct that maximum power is transferred when the load impedance equals the complex conjugate of the source impedance (or in the case of pure resistances, when the resistances are equal).

I have no idea why they mention the 0.1 Ohm number...

Do they want you to derive the result, or just state it?
 
I guess they want me to calculate it.

I think i have to get several values for resitances and calculate power for each one and thus prove that the maximum power transfer occurs when the load resistance/impedance equals the internal resistance/impedance of the source.

The problem is that i need to do this in Scilab.

How can i do this in Scilab ?

Can you give me an example ?

Thanks
 
Vasile Ghe said:
I guess they want me to calculate it.

I think i have to get several values for resitances and calculate power for each one and thus prove that the maximum power transfer occurs when the load resistance/impedance equals the internal resistance/impedance of the source.

The problem is that i need to do this in Scilab.

How can i do this in Scilab ?

Can you give me an example ?

Thanks

You would normally show it using the traditional optimization technique from calculus (set derivative equal to zero). If you have to simulate it, just run through a range of values, or do an optimum seeking algorithm to zero in on the optimum value.