Was ist die Bogenlänge von r = 4theta auf Theta in [-pi / 4, pi]?

Was ist die Bogenlänge von r = 4theta auf Theta in [-pi / 4, pi]?
Anonim

Antworten:

#approx 27.879 #

Erläuterung:

Dies ist eine Gliederungsmethode. Ein Teil der Arbeit wurde mit dem Computer erledigt.

Bogenlänge #s = int dot s dt #

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

Jetzt für #vec r = 4 theta hat r #

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

# = 4 Punkt Theta hat r + 4 Theta Punkt Theta Hut Theta #

# = 4 Punkt Theta (hat r + Theta hat Theta) #

So #dot s = 4-Punkt-Theta-Quadrat (1 + Theta ^ 2) #

Bogenlänge #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² (theta ^ 2 + 1) + sinh ^ (- 1) theta _ (- pi / 4) ^ (pi) # Computerlösung. Siehe Youtube hier für die Methode

#approx 27.879 # Computerlösung