Calculating Cone Surface Area | Step-by-Step Guide

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
bobsmith76
Messages
336
Reaction score
0

Homework Statement

Screenshot2012-02-05at43959AM.png


I understand everything except for the part where the -1 pops out of nowhere on step 4. why? how?
 
Physics news on Phys.org
Remember that when you solve an integral, you need to take the integral of the highest value minus lowest value. So if you want to solve

[tex]\int^{b}_{a}f(x)dx[/tex]

Then you'll have

[tex]=\left[F(x)\right]^b_a[/tex]

[tex]=F(b)-F(a)[/tex]
 
the 1 is the result of substituting the lower limit of the previous step, ie x = 0, which subtracted from the upper limite of the previous step, x = 1/2

edit: oops. too late
 
thanks, I got it.