Simple Line Integral becomes troublesome

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
gipc
Messages
69
Reaction score
0
I have the parametrization of C
x=9cos(t)
y=9sin(t)
z=-8t

0<=t<=10*pi

and I have to calculate [tex]\int_c[/tex] 7x^2+4y^2 -5xy

after I transform this I get
(7*81cos^2(t) +4*81sin^2(t) -5*81*cos(t)*sin(t))*sqrt(-9sin^2(t)+9cos^2(t)-8) dt from 0 to 10*pi

Now that is a monster.
What did I do wrong?
 
Physics news on Phys.org
Obtain the values of x, y, z in terms of the boundary conditions for t, i.e. t = 0 and t = [itex]10\pi[/itex]. It should be easier to solve.
 
When t= 0 x= 9, y= 0, z= 0.

When [itex]t= 10\pi[/itex], x= 9, y= 0, [itex]z= -80\pi[/itex].

I don't see how that helps at all!

gipc, you statement [itex]\int_c 7x^2+ 4y^2- 5z^2[/itex] is missing the differential. Is that with respect to dx, dy, dz, or the arclength ds, or what?

Because of the square root, I assume it is ds but it would not be what you give. it would be
[tex]\sqrt{81 sin^2(t)+ 81 cos^2(t)+ 64}dt= \sqrt{81+ 64}dt= \sqrt{145}dt[/tex]

Did you forget that [itex]sin^2(t)+ cos^2(t)= 1[/itex]?
 
yes, i did forget :)
thanks for that, that was the mistake that was holding me back