Understanding Simplification of Arc Length Calculations

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
2 replies · 2K views
Screen
Messages
10
Reaction score
0

Homework Statement



This is probably very simple, but I'm teaching myself arc length via Paul's Online Calculus Notes and there's a simplification on the page:

eq0013MP.gif


I was wondering why the first [itex]Δx^2[/itex] was simplified to 1? I understand the other [itex]Δx^2[/itex] came out of the square root.
 
Physics news on Phys.org
What you're thinking is akin to [itex]\sqrt{a^2+b^2} = \sqrt{a^2+1}\ b[/itex], which isn't correct. You can only pull something out of a radical if it's a factor. What Paul is doing is this:
[tex]\sqrt{\Delta x^2 + [f'(x_i^*)]^2 \Delta x^2} = \sqrt{\Delta x^2(1 + [f'(x_i^*)]^2)}[/tex]Now because Δx2 is a factor under the radical, you can say
[tex]\sqrt{\Delta x^2(1 + [f'(x_i^*)]^2)} = \sqrt{\Delta x^2}\sqrt{1 + [f'(x_i^*)]^2}= \Delta x \sqrt{1 + [f'(x_i^*)]^2}[/tex]
 
vela said:
What you're thinking is akin to [itex]\sqrt{a^2+b^2} = \sqrt{a^2+1}\ b[/itex], which isn't correct. You can only pull something out of a radical if it's a factor. What Paul is doing is this:
[tex]\sqrt{\Delta x^2 + [f'(x_i^*)]^2 \Delta x^2} = \sqrt{\Delta x^2(1 + [f'(x_i^*)]^2)}[/tex]Now because Δx2 is a factor under the radical, you can say
[tex]\sqrt{\Delta x^2(1 + [f'(x_i^*)]^2)} = \sqrt{\Delta x^2}\sqrt{1 + [f'(x_i^*)]^2}= \Delta x \sqrt{1 + [f'(x_i^*)]^2}[/tex]

Oh you are completely right, sorry for such a silly question and thank you for explaining.