What is the minimum value of f(N)?

  • Thread starter Thread starter dedaNoe
  • Start date Start date
  • Tags Tags
    Minimum
dedaNoe
Messages
51
Reaction score
0
I have
f(N)=\sqrt{Sum(\frac{A_i}{1-N}+\frac{B_i}{N})^2}
i=1 to 3

I need such N that gives minimum for f(N)?
Thanks!
 
Last edited:
Physics news on Phys.org
f(N) = \sqrt{\sum _{i=1} ^3 \left (\frac{A_i}{1 - N} + \frac{B_i}{N} \right )^2 }

Now:

\frac{d}{dN} \left [ \sum_i g_i(N) \right ] = \sum g_i'(N)

Why is this true? Observe:

\frac{d}{dN} \left [ \sum _i g_i(N) \right ] = \frac{d}{dN}[g_1(N) + g_2(N) + g_3(N)]

\ = g_1'(N) + g_2'(N) + g_3'(N) = \sum g_i'(N)

Note, g_i(N) = \left ( \frac{A_i}{1 - N} + \frac{B_i}{N} \right )^2 and \sum _i is just a shorthand way of saying \sum _{i = 1} ^3.

Now, f(N) reaches a minimum where f'(N) is zero or undefined. I've given you a way to easily find the derivative for f(N). You can tell where it will be zero or undefined. Take all those critical values for N where f'(N) is zero or undefined, plug those values of N into f(N), and choose the least value.
 
It looks like AKG forgot to take the square root into account, but consider that when f is a minimum, f^2 is a minimum if f > 0, or a maximum if f < 0.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...

Similar threads

Back
Top