Solving a Math Problem: ΣKQ^n & ΔQΣKnQ^(n-1)

  • Thread starter Thread starter foo9008
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 1K views
foo9008
Messages
676
Reaction score
4

Homework Statement


in the second picture (refer to the circled part) , i can understand the ΣKQ^n , but i don't understand the second one , why it will become ΔQΣKnQ^(n-1) ?

Homework Equations

The Attempt at a Solution

 

Attachments

  • 01.jpg
    01.jpg
    45.8 KB · Views: 362
  • 02.jpg
    02.jpg
    45.1 KB · Views: 388
  • 03.jpg
    03.jpg
    32.6 KB · Views: 344
Physics news on Phys.org
Can't read the exponents. Did you understand 5.13 ?
 
BvU said:
Can't read the exponents. Did you understand 5.13 ?
not really
 
It all hinges on $$\Delta Q << Q \ \ \Rightarrow \ \ (Q + \Delta Q)^2 = Q^2 + 2 Q\, \Delta Q + (\Delta Q)^2\approx Q^2 + 2 Q \Delta Q$$ which is satisfied (maybe not in the first iteration, but later on it is) -- ##\Delta Q## gets smaller and smaller if you do things right.
(I filled in n = 2 for simplicity)

You could also see this as a differentiation ( ##{dh\over dQ} = 2KQ {\rm \ \ or \ \ } \Delta h = 2 Q \Delta Q ## ) and then the method is basically the Newton method
 
BvU said:
It all hinges on $$\Delta Q << Q \ \ \Rightarrow \ \ (Q + \Delta Q)^2 = Q^2 + 2 Q\, \Delta Q + (\Delta Q)^2\approx Q^2 + 2 Q \Delta Q$$ which is satisfied (maybe not in the first iteration, but later on it is) -- ##\Delta Q## gets smaller and smaller if you do things right.
(I filled in n = 2 for simplicity)

You could also see this as a differentiation ( ##{dh\over dQ} = 2KQ {\rm \ \ or \ \ } \Delta h = 2 Q \Delta Q ## ) and then the method is basically the Newton method
removed
 
??