Integrating Without a Calculator: Finding Length of Curve

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

Homework Statement


Find the length of the curve between x=0 and x=1. Note: can this be done without a calculator?

Homework Equations


y = sqrt(4-x^2)

The Attempt at a Solution



x=2sin∅
dx = 2cos∅ d∅ sqrt(4-4(sin∅)^2) ---> 2cos∅integral (0 to 1) sqrt(1+(-2sin∅)^2)

integral (0 to 1) sqrt(1+4(sin∅)^2) (How do i integrate this without using a calculator?)
 
Last edited:
Physics news on Phys.org
whatlifeforme said:

Homework Statement


Find the length of the curve. Note: can this be done without a calculator?


Homework Equations


y = sqrt(4-x^2)



The Attempt at a Solution



x=2sin∅
dx = 2cos∅ d∅


sqrt(4-4(sin∅)^2) ---> 2cos∅


integral (0 to 1) sqrt(1+(-2sin∅)^2)

integral (0 to 1) sqrt(1+4(sin∅)^2) (How do i integrate this without using a calculator?)


The length of a non-parametrized curve such as yours is given by :

##L = \int_{a}^{b} \sqrt{1 + (f')^2} dx ##

Where f' is the derivative of your function with respect to whatever variable it may be.
 
@whatlifeforme: It's too early to think about a substitution before you have the integral set up correctly, as Zondrina points out. Also, where did you get your limits of 0 to 1?
 
LCKurtz said:
@whatlifeforme: It's too early to think about a substitution before you have the integral set up correctly, as Zondrina points out. Also, where did you get your limits of 0 to 1?

sorry. it should say Find the length of the curve between x=0 and x=1. .
 
is this correct integral for arc length?

integral (0 to 1) sqrt(1+4(sin∅)^2)or does this one look correct?

integral (0 to 1) sqrt(1+1/(4*(4-x^2))either way, they both look hard to integrate.
 
whatlifeforme said:
is this correct integral for arc length?

integral (0 to 1) sqrt(1+4(sin∅)^2)


or does this one look correct?

integral (0 to 1) sqrt(1+1/(4*(4-x^2))


either way, they both look hard to integrate.


Use the formula I gave you... it really shouldn't be to difficult to compute this.
 
so starting over:
find the length of the curve from x=0 to x=1.

y=sqrt(4-x^2)

arc length formula.
[itex]\displaystyle\int_0^1 {\sqrt{1+F'(x)^2} dx}[/itex]
[itex]\frac{dy}{dx} = \frac{1}{2\sqrt{4-x^2}} * -2x[/itex]

[itex]\frac{dy^2}{dx^2} = \frac{x^2}{4-x^2}[/itex]

[itex]\displaystyle\int_0^1 {\sqrt{1+[(x^2)/(4-x^2)]} dx}[/itex]


does this look correct so far, any tips to go from here?
 
Last edited:
LCKurtz said:
Sure. What are you waiting for? Simplify it.

how? common denominator?

[itex]\displaystyle\int_0^1 {\sqrt{1+[(x^2)/(4-x^2)]} dx}[/itex]


[itex]\sqrt{\frac{4-x^2+x^2}{4-x^2}}[/itex]

[itex]\sqrt{\frac{4}{4-x^2}}[/itex]

[itex]\frac{2}{\sqrt{4-x^2}}[/itex]

[itex]2\displaystyle\int_0^1 {\frac{dx}{\sqrt{4-x^2}}}[/itex]

2arcsin(x/2)][itex]^{1}_{0}[/itex]

2(∏/6) - 2(0) = ∏/3
 
Last edited:
Use the trig substitution x=2sinθ when you get [itex]\int \frac{4}{\sqrt{4-x^2}}dx[/itex]
 
iRaid said:
Use the trig substitution x=2sinθ when you get [itex]\int \frac{4}{\sqrt{4-x^2}}dx[/itex]
that would be the same as recognizing that it is the derivative of arcsin. however, if you were to do the substitution you would still end with the values i have, correct?
 
Dick said:
Yes, but 2(∏/6) - 2(0) isn't equal to ∏/2. Typo?

sorry. fixed. it's ∏/3.
 
Dick said:
Then it's correct. Nice TeX by the way.

thanks. I'm trying to get the hang of it.
 
Well, since you already did the full problem, my idea was to use the fact that y is a circle of radius 2, centered at (0,0) , and that (1,√3) is a point corresponding to π/3 radians (easier to see after normalizing by dividing each term by 2 ), and (0,2) corresponds to π/2 radians (there is some ambiguity on wether for x=0 we choose y=2 , or y=-2 ). The length of an arc of (π/2 -π/3) radians in a circle of radius 2 is 2(π/2 -π/3) = π/3 .