#CALC 2
12 messages · Page 1 of 1 (latest)
only thing is that if u wanna change the variables name (which u could) u gotta adjust the range for the new variable
same way u do with integrals
if 1 <= y <= 2
u gotta plug those values on f(y) and check ur new interval for x
and calc the length of f(x)
im not sure is this is the way tho
or just integrate normally (?) not sure tho
y=t
x=t⁴/4 + 1/(8t²)
y'=1
x'=t³ - 1/(4t³)
∫√(1²+(t³-1/(4t³))²)dt = ∫√(1-½+t⁶+1/(16t⁶))dt
= ∫√((t⁶+¼)²/t⁶)dt
= ∫(t⁶+¼)/t³dt
integrated between 1 and 2 is 123/32
as I'm sure you're aware, you gotta Parameterise your function and apply:
∫√((x'(t))²+(y'(t))²)dt
@thick rock
thanks