Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
We're given vector function r(t)= t i - t^2 j - t^3 k, how woud u lfind [r'(1)] X [r''(1)] . (cross product) ?
these are the possible answers to choose from.....
6 i - 6 j + 2 k
6 i + 6 j - 2 k
12 i - 16 j + 6 k
18 i - 36 j + 4 k
24 i - 96 j + 18 k
24 i - 64 j + 48 k
or none of these
2 Answers
- Anonymous1 decade agoFavorite Answer
r(t) = (t, -t^2, -t^3)
r'(t) = (1 -2t, -3t^2)
r''(t) = (0, -2, -6t)
r'(1) = (1, -2, -3)
r''(1) = (0, -2, -6)
r'(1) x r"(1) = det( (i, j, k) (1, - 2, -3)(0, -2, -6) )
= 6i +6j - 2k.
- civil_av8rLv 71 decade ago
r' = i - 2t j - 3t^2 k
r'' = 0 i - 2 j - 6 t k
r'(1) = i - 2 j - 3 k
r''(1) = 0 i - 2 j - 6 k
Cross product
a à b = (a2b3 â a3b2) i + (a3b1 â a1b3) j + (a1b2 â a2b1) k = (a2b3 â a3b2, a3b1 â a1b3, a1b2 â a2b1)
(1,-2,-3)X(0,-2,-6) = ((-6*-2)-(-3*-2)) i + ((-3*0) - (1*-6)) j + ((1*-2)-(-2*0)) k = (12-6)i + (0+6)j + (-2-0)k
= 6i + 6j -2k