One last optimization problems

  • Thread starter Thread starter physicsed
  • Start date Start date
  • Tags Tags
    Optimization
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
22 replies · 3K views
physicsed
Messages
52
Reaction score
0
[SOLVED] one last optimization problems

Homework Statement



find two positive numbers such that the sum of the number and its reciprocal is as small as possible.

Homework Equations



x+(1/x) = s

f' =1 + ln x

The Attempt at a Solution



lost
 
Physics news on Phys.org
you've got it right so far. What happens to the derivative when something is at a minimum or a maximum?
 
1 + ln x =0
-1 = ln x

thats about all i can do
 
did you say there that
d/dx (1/x) = ln (x)?
 
physicsed ... you took the antiderivative ...
 
you have to take the derivative, not the integral
 
do u want me to use the quo rule for 1/x which is -1/x^2?
 
that is the correct answer, but you don't have to use the quotient rule to find it...
1/x = x^(-1) ... d/dx (1/x) = (-1)x^(-2) = -(1/x^2)
 
thats what i got to so far
(x^2 + 1)/ x

[tex]0=({{2x^2}-{x^2}+{1}})/{x^2}[/tex]

which is undifined...
NO answer
 
Last edited:
physicsed said:
thats what i got to so far
(x^2 + 1)/ x

[tex]0=({{2x^2}-{x^2}+{1}})/{x^2}[/tex]

which is undifined...
NO answer
You are missing ( ) in that. The derivative of (x2+ 1)/x, using the quotient rule, is
[tex]\frac{(x^2+ 1)'(x)- (x^2+ 1)(x)'}{x^2}= \frac{(2x)- (x^2+1)}{x^2}= \frac{x^2- 1}{x^2}= 0[/itex]<br /> when x= 1 or -1.<br /> <br /> Although it would be simpler, as others have pointed out, to write the function as x+ x<sup>-1</sup> so its derivative is 1- x<sup>-1</sup> which is 0 when x= 1 or -1.[/tex]
 
whaaat
 
Last edited:
HallsofIvy said:
You are missing ( ) in that. The derivative of (x2+ 1)/x, using the quotient rule, is
[tex]\frac{(x^2+ 1)'(x)- (x^2+ 1)(x)'}{x^2}= \frac{(2x)- (x^2+1)}{x^2}= \frac{x^2- 1}{x^2}= 0[/itex]<br /> when x= 1 or -1.<br /> <br /> Although it would be simpler, as others have pointed out, to write the function as x+ x<sup>-1</sup> so its derivative is 1- x<sup>-1</sup> which is 0 when x= 1 or -1.[/tex]
[tex] <br /> <br /> <br /> [tex]\frac{(2x)- (x^2+1)}{x^2}= \frac{x^2- 1}{x^2}[/tex]<br /> <br /> how are those equal?[/tex]
 
Last edited:
A slight mistake there (probably a typo), it should be:
[tex]\frac{(2x^2)- (x^2+1)}{x^2}= \frac{x^2- 1}{x^2}[/tex]

[tex](\frac{d}{dx}(x^2+1)) (x) = (2x)(x) = 2x^2[/tex]
 
Last edited:
As I said, HallsOfIvy made a little mistake (typo probably) in the calculation of the derivative.
He forgot to multiply the derivative of (x^2 + 1) with x.
 
No.

You're answer was:
[tex]\frac{2x^2 - x^2 + 1}{x^2} = 0[/tex] which indeed does not have a solution.

The correct answer however should be:
[tex]\frac{2x^2 - (x^2 + 1)}{x^2} = 0[/tex] (there is one very important difference!)
 
[tex] \frac{2x^2- (x^2+ 1)}{x^2}= \frac{x^2-1}{x^2}[/tex]

how are they equall?
 
(Is the forum messing up or are we just posting too fast?? :P)

[tex]\frac{2x^2 - (x^2 + 1)}{x^2} = \frac{2x^2 - x^2 - 1}{x^2} = \frac{x^2 - 1}{x^2}[/tex]

[tex]\frac{x^2 - 1}{x^2} = 0 \ \rightarrow \ x^2 - 1 = 0 \ \rightarrow \ x = \pm \sqrt(1) = \pm 1[/tex]
 
Last edited:
[tex] 2x^2 - x^2 - 1 = x^2 - 1[/tex]

it might sound childish, but how is that equal?

you can't factor anything or simplify it
 
Surely you can substract [tex]1x^2[/tex] from [tex]2x^2[/tex]?

[tex]2x^2 - x^2 = (2-1)x^2 = 1x^2 = x^2[/tex]. I can't write it out any more than that.
 
No problem, it happens ;)