Find the arc length of the following curve from t = 1 to t = 1 , 0 0 0 , 0 0 1 :
x = 2 1 t ( cos ( ln ( t ) ) + sin ( ln ( t ) ) )
y = 2 1 t ( cos ( ln ( t ) ) − sin ( ln ( t ) ) )
Bonus: Figure out how I used a tweaked result from my solution to this problem (assuming A is instead not constant) to come up with this question.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
I wonder if y(x) expressable I'm terms of normal functions (roots, exponents, trig and log)? I got to the differential equation d x d y = y + x y − x and after a lot of wasted time I looked it up in Wolfram alpha where I didn't find what I wanted to.
Interesting supposition. That differential equation doesn't look intimidating, but, of course, looks can be deceiving. Maybe I'll take a look at it later when I finish what I'm doing now.
It's almost an exact differential equation but not quite. I was unable to crack it. I honestly doubt it is possible to represent y(x) explicitly using a finite combination of elementary functions.
Problem Loading...
Note Loading...
Set Loading...
The derivatives turn out to be quite nice expressions :) x ′ ( t ) = cos ( ln ( t ) ) , y ′ ( t ) = − sin ( ln ( t ) ) . So, the arc length is given by ∫ 1 1 0 0 0 0 0 1 [ x ′ ( t ) ] 2 + [ y ′ ( t ) ] 2 d t = ∫ 1 1 0 0 0 0 0 1 ( cos ( ln ( t ) ) ) 2 + ( − sin ( ln ( t ) ) ) 2 d t = ∫ 1 1 0 0 0 0 0 1 1 d t = 1 0 0 0 0 0 0