Finding the minimum value that an expression can take.

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
10 replies · 3K views
HuaYongLi
Messages
16
Reaction score
0
I've recently come across a http://technologyinterface.nmsu.edu/Spring08/" for why power is maximised in a component when its resistance [tex]R_L[/tex] equals the internal resistance [tex]R[/tex].
But in part (5) of method 1, we need to find the minimum non-negative value that the expression [tex]k+k^-^1[/tex] can take. For this they use the inequality [tex](k-1)^2 \geq 0[/tex] and then expand it to [tex]k^2-2k+1 \geq 0[/tex] which is then in turn divided by [tex]k[/tex] and rearranged to get [tex]k+k^-^1 \geq 2[/tex]
The problem I have grasping is the part where they come up with the inequality to solve this problem. This is a step I have never come across, and I was wondering if this method had a name.

Thanks
 
Last edited by a moderator:
Mathematics news on Phys.org
HuaYongLi said:
I've recently come across a http://technologyinterface.nmsu.edu/Spring08/" for why power is maximised in a component when its resistance [tex]R_L[/tex] equals the internal resistance [tex]R[/tex].
But in part (5) of method 1, we need to find the minimum non-negative value that the expression [tex]k+k^-^1[/tex] can take. For this they use the inequality [tex](k-1)^2 \geq 0[/tex] and then expand it to [tex]k^2-2k+1 \geq 0[/tex] which is then in turn divided by [tex]k[/tex] and rearranged to get [tex]k+k^-^1 \geq 2[/tex]
The problem I have grasping is the part where they come up with the inequality to solve this problem. This is a step I have never come across, and I was wondering if this method had a name.

Thanks
If you're asking where the initial inequality comes from, any real number squared is always greater than or equal to zero. That's the reason for saying [itex](k-1)^2 \geq 0[/itex].
 
Last edited by a moderator:
Yes, but is this a matter of just thinking of a quadratic inequality that when manipulated will give desired terms k and 1/k?
 
HuaYongLi said:
Yes, but is this a matter of just thinking of a quadratic inequality that when manipulated will give desired terms k and 1/k?

The last two replies seem to make it as clear as possible. It is a trivial derivation. What don't you get?
 
I know the inequality can be used to find the minimum and how to manipulate it. My problem is how to actually come up with an inequality that will be of use in the first place, say I have [tex](k-2)^{2}\geq0[/tex] - it's not going to be useful for our purposes when manipulated. Well, obviously one can see that the first (k-1) inequality will be the one to choose. I want to know whether this can be generalised for any quadratic inequality where you want to find not just x is more than/less than a; but x and another non constant term.
It just seems to me that some steps are being skipped in the paper.
 
Thank you, I've gotten what I need to know.