Find a vector tangent to the curve of intersection of two cylinders

s3a
Messages
814
Reaction score
8
I have attached both the question and the solution.

I just have questions as to why the solution is the way it is (sorry if they seem stupid but, while I get how to do it mechanically, I don't understand the fundamental reasoning as to why anything is being done):

1) Why are we taking the gradients?
2) Why are we then taking the cross product of the two gradients?

My attempt to answer these questions (I'd still appreciate confirmation for stuff that I am right about):

Gradients at a point in 3D spaces are analogous to derivatives at a point in 2D spaces but taking the gradient of a curve in 3D space yields a normal vector to a point on the curve instead of a line tangent to the curve in the 2D space scenario. I'm guessing these two gradient vectors are supposed to be perpendicular and that finding their cross product would yield a tangent vector to the intersection of the two curves but I don't get why this is so.

Any input would be GREATLY appreciated!
Thanks in advance!
 

Attachments

  • P4_Question.jpg
    P4_Question.jpg
    5.5 KB · Views: 910
  • P4_Solution.jpg
    P4_Solution.jpg
    30.8 KB · Views: 1,155
Last edited:
Physics news on Phys.org
Right as far as the gradients being normals to the surfaces. But the two normals don't have to be perpendicular. If n is a normal to surface A at point x, then n is perpendicular to every tangent vector to the surface at x. If your curve is the intersection of the two surfaces then a tangent is a tangent vector to both surfaces. Which means it is perpendicular to both normals. The cross product is a handy way to find a vector that is perpendicular to two given vectors.
 
Thanks a lot!
 
Quick question: The final answer is

T = -4i - 4j + 4k

and not

-4i - 4j - 4k

like the solution says, right? (In other words, there is a "typo", right?)
 
s3a said:
Quick question: The final answer is

T = -4i - 4j + 4k

and not

-4i - 4j - 4k

like the solution says, right? (In other words, there is a "typo", right?)

I seem to be getting -4i - 4j + 4k.
 
Thanks again for the confirmation.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top