Calculus III? I'm confused about vectors stuff. I'm taking cal 3. It uses vectors a lot. My teacher told me something that in cal 3, we don't this idea about slope or tangent in 3d instead we use vectors. Something like that he said. May you answer this question for me, is a vector a line? That's what I understood. I have read a lot articles.I understood that we can't use tangent lines in 3D , because they're planes in 3D which they will cut in different zones of surface. That's why we use vectors, because they look like a line on surface, not a plane. Am I right? What's parametric? What is a vector? I only know that vector has magnitud and direction. I don't find any relationship between vectors and calculus 3; surface thing.
2026-04-06 07:33:46.1775460826
Calculus 3 and vectors
306 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in CALCULUS
- Equality of Mixed Partial Derivatives - Simple proof is Confusing
- How can I prove that $\int_0^{\frac{\pi}{2}}\frac{\ln(1+\cos(\alpha)\cos(x))}{\cos(x)}dx=\frac{1}{2}\left(\frac{\pi^2}{4}-\alpha^2\right)$?
- Proving the differentiability of the following function of two variables
- If $f ◦f$ is differentiable, then $f ◦f ◦f$ is differentiable
- Calculating the radius of convergence for $\sum _{n=1}^{\infty}\frac{\left(\sqrt{ n^2+n}-\sqrt{n^2+1}\right)^n}{n^2}z^n$
- Number of roots of the e
- What are the functions satisfying $f\left(2\sum_{i=0}^{\infty}\frac{a_i}{3^i}\right)=\sum_{i=0}^{\infty}\frac{a_i}{2^i}$
- Why the derivative of $T(\gamma(s))$ is $T$ if this composition is not a linear transformation?
- How to prove $\frac 10 \notin \mathbb R $
- Proving that: $||x|^{s/2}-|y|^{s/2}|\le 2|x-y|^{s/2}$
Related Questions in MULTIVARIABLE-CALCULUS
- Equality of Mixed Partial Derivatives - Simple proof is Confusing
- $\iint_{S} F.\eta dA$ where $F = [3x^2 , y^2 , 0]$ and $S : r(u,v) = [u,v,2u+3v]$
- Proving the differentiability of the following function of two variables
- optimization with strict inequality of variables
- How to find the unit tangent vector of a curve in R^3
- Prove all tangent plane to the cone $x^2+y^2=z^2$ goes through the origin
- Holding intermediate variables constant in partial derivative chain rule
- Find the directional derivative in the point $p$ in the direction $\vec{pp'}$
- Check if $\phi$ is convex
- Define in which points function is continuous
Related Questions in VECTORS
- Proof that $\left(\vec a \times \vec b \right) \times \vec a = 0$ using index notation.
- Constrain coordinates of a point into a circle
- Why is the derivative of a vector in polar form the cross product?
- Why does AB+BC=AC when adding vectors?
- Prove if the following vectors are orthonormal set
- Stokes theorem integral, normal vector confusion
- Finding a unit vector that gives the maximum directional derivative of a vector field
- Given two non-diagonal points of a square, find the other 2 in closed form
- $dr$ in polar co-ordinates
- How to find reflection of $(a,b)$ along $y=x, y = -x$
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
It seems to me that you must accustom yourself to work with parametrical equations and make the correspondence with cartesian equations.
Let me take an example :
Consider the curve with parametric equation $M(t)=(x(t)=t,y(t)=t^2)$, where $M$ is a point (this equation could be written as the cartesian equation $y=x^2$ of a parabola). Differentiate $x$ and $y$ with respect to $t$, you get the vector $V_t=(1,2t)$ ; imagine you want the tangent line at point $M_1=(x_1=1,y_1=1)$ ; knowing that $\vec{V_1}=(1,2)$, you know that $\vec{V_1}$ is a directing vector of this line ; you will get the equation of this tangent line by writing that the current point $M=(x,y)$ of this line is such that $\vec{M_0M}=\binom{x-x_0}{y-y_0}$ is proportional (= have same direction) to vector $\vec{V_1}=(1,2)$
$$\det(\vec{M_0M},\vec{V_1})=\begin{vmatrix}(x-1) & 1\\(y-1) & 2\end{vmatrix}=0 \ \iff$$
$$(x-1)2=(y-1)1 \ \ \iff \ \ y=2x-1$$
$$\frac{y-1}{x-1}=\frac{2}{1}=2 ;$$
here you find back what you are accustomed to, i.e., thinking in terms of slopes (the slope of the tangent is its derivative, which is easy by differentiating cartesian equation $y=x^2$ with respect to $x$ to obtain $y'=2$ when $x=1$).
Now (exercise !) reparameterize the same curve by
$$(2t;4t^2)$$
and check that you get the same tangent line but with a tangent vector which will have the same direction as before but will have a different length because with this second parameterization you go faster on this curve.
Edit 1 :
For example, with the new parametrization, it takes time $t=1/2$ (half a minute) to be at point $(1,1)$ whereas before, with parameterization $(t,t^2)$, you were arriving at this point in time $t=1$ (one minute). Think to the tangent vector as the force (see Edit 2) acting on your car while driving it along this trajectory. Naturally, the force has higher intensity when you drive faster (here its intensity is multiplied by $2$).
Edit 2 : You have to take sometimes physicist glasses at first and in a second step try to see it defined in mathematical terms :
At first, a vector $\vec{V}$ can be understood intuitively as a force acting,
1) either at the origin.
2) as attached to a point A (in this case a mathematician will say it is $(A,\vec{V})$
3) As acting along a straight line "condemned to slide along this line". In this case, from the mathematician's point of view, a sliding vector is an "equivalence class" defined by:
$$(A,\vec{V}) \ \underbrace{\equiv}_{equivalent} \ (B,\vec{V}) \ \ \iff \ \ \vec{AB} \ \text{is proportional to} \ \vec{V}.$$