¿Cuál es la longitud del arco de r = 4theta en theta en [-pi / 4, pi]?

¿Cuál es la longitud del arco de r = 4theta en theta en [-pi / 4, pi]?
Anonim

Responder:

#approx 27.879 #

Explicación:

Este es un método de esquema. La molienda de algunos de los trabajos ha sido realizada por computadora.

Longitud de arco #s = int dot s dt #

y #dot s = sqrt (vec v * vec v) #

Ahora para #vec r = 4 theta hat r #

#vec v = punto r hat r + r dot theta hat theta #

# = 4 dot theta hat r + 4 theta dot theta hat theta #

# = 4 puntos theta (hat r + theta hat theta) #

Asi que #dot s = 4 dot theta sqrt (1 + theta ^ 2) #

Longitud de arco #s = 4 int_ (t_1) ^ (t_2) sqrt (1 + theta ^ 2) dot theta dt #

# = 4 int _ (- pi / 4) ^ (pi) sqrt (1 + theta ^ 2) d theta #

# = 2 theta sqrt (theta ^ 2 + 1) + sinh ^ (- 1) theta _ (- pi / 4) ^ (pi) # solución informática Ver Youtube enlazado aquí para el método.

#approx 27.879 # solución informática