Integrating Without a Calculator: Finding Length of Curve

Click For Summary

Homework Help Overview

The discussion revolves around finding the length of the curve defined by the equation y = sqrt(4 - x^2) between the limits x = 0 and x = 1. Participants are exploring whether this can be accomplished without the use of a calculator.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the setup of the integral for arc length, questioning the correctness of different integral forms. There are attempts to clarify the limits of integration and the use of trigonometric substitution. Some participants express uncertainty about the integration process itself.

Discussion Status

The conversation is ongoing, with participants providing guidance on setting up the integral and suggesting simplifications. There is a mix of interpretations regarding the integral forms and the approach to solving the problem, but no consensus has been reached yet.

Contextual Notes

Some participants question the limits of integration and the assumptions made about the function's behavior. There is also mention of the challenge of integrating certain forms without a calculator, indicating a potential constraint in the problem-solving process.

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.
 
hi whatlifeforme! :smile:

i haven't followed what you've done

start again, writing everything out carefully :wink:
 
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:
Sure. What are you waiting for? Simplify it.
 
  • #10
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:
  • #11
Use the trig substitution x=2sinθ when you get [itex]\int \frac{4}{\sqrt{4-x^2}}dx[/itex]
 
  • #12
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?
 
  • #13
Yes, but 2(∏/6) - 2(0) isn't equal to ∏/2. Typo?
 
  • #14
How about squaring both sides of the original :

y=[itex]{\sqrt{4-x^2}}[/itex] to see what curve y is ?
 
  • #15
Dick said:
Yes, but 2(∏/6) - 2(0) isn't equal to ∏/2. Typo?

sorry. fixed. it's ∏/3.
 
  • #16
whatlifeforme said:
sorry. fixed. it's ∏/3.

Then it's correct. Nice TeX by the way.
 
  • #17
Dick said:
Then it's correct. Nice TeX by the way.

thanks. I'm trying to get the hang of it.
 
  • #18
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 .
 
  • #19
Bacle2 said:
How about squaring both sides of the original :

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


to see what curve y is ?

:biggrin:
 

Similar threads

  • · Replies 105 ·
4
Replies
105
Views
11K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
Replies
4
Views
3K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
Replies
2
Views
3K
Replies
3
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 9 ·
Replies
9
Views
1K