Chapter 1-Curves&Tangents Flashcards
Define a curve.(1)
A single continuous curve,C, is a set of points specified by two continuous functions, x(t) and y(t), of a single variable t, for some range t1<=t<=t2 (here, t1 and t2 are constants).
Pure maths version: Mapping of single real variable t wiht specific range to variables x and y so mapping R to R^2
t=curve parameter.
Natural then to talk about direction and speed as think of point r(t) moving through the curve through t as in time.
Is the modulus scalar or vector?(1)
scalar
Is the unit vector scalar or vector?(1)
vector
What does r(t) represent?(1)
The position vector with coordinates x and y.
Define a parabola in terms of x and y.(1)
y=x^2
Whats interesting about the parametric form of a curve?(1)
Not unique, a curve can be parameterised in infinite ways
What is the explicit geometric representation of the curve?(1)
If at least one of the functions x=x(t)or y=y(t) can be inverted (e.g. if we can write t=t(x)) then we can substitute into the other function and thus eliminate t. E.g. if y=y(t) and t=t(x) then y=y(t(x))≡f(x). E.g. in the Example we considered earlier, with x=t and y=t^2, we could simply write t=x, and hence y=x^2.
Note: More generally, eliminating t might result in an implicit geometric representation of the formF(x, y)=0
Give sin values for sin(x) where x=
0, pi/2, pi/ 3pi/2, 2pi.
Cos for same cos(x).(2)
Sin 0, 1, 0, -1, 0
Cos 1, 0, -1, 0, 1
What does it mean if something is piecewise smooth?(1)
Can be split into smaller smooth pieces eg square can be split into 4 “smooth” parts, useful for sectioning things that are harder to parametrise when given in implicit form.
What is the displacement vector?(1)
Thinking of t as in time, as r(t) moves along the curve by delta, the displacement is the direction of the vector from r(t) to the r(t+delta) ie r(t+delta)-r(t)
What is the velocity vector?(1)
Essentially derivative of position vector:
v= limδt→0(δx/δt,δy/δt)=(dx/dt,dy/dt)=dr/dt
Is a tangent to the curve! Denoted v(t)
Define the line element.(1)
The quantity dr=v dt is called the line element of the curve. It is an infinitesimal tangent vector of magnitude dr=|dr|=|(dx,dy)|=√(dx^2+d^2 is the modulus.
How to find the tangent to the curve if given in parametric form?(1)
Differentiate with t for x and y and then if t value given sub in.
Remember tangents can have different magnitude due to diff parameterisations BUT will all have same direction.
When are dummy integration variables used?(1)
If using the variable as the range for the integration, cannot also integrate so t goes to t’.
What is arc length?(1)
We can also define the length (fromt1)toanarbitrary intermediate point on the curve. This is the arc-length or partial length s(t),
Given by the integral between t and t1 of v(t’) dt’ where t’ is a dummy integral.