Chapter 3 - Curve Sketching 1 Flashcards
Rational Functions, Polar Coordinates, and Conic Sections... try to be rational with this one.
How do you find the roots of a graph in the form y = (ax+b)/(cx+d)? e.g, where the curve crosses the x axis?
To find the roots of a graph in the form y = (ax+b)/(cx+d), you set y to 0, and calculate the values for x.
How do you find the y-intercepts of a graph in the form y = (ax+b)/(cx+d)? e.g, where the curve crosses the y axis?
To find the y-intercepts of a graph in the form y=(ax+b)/(cx+d), you set x to 0, and calculate the values for y.
How do you find the vertical asymptote of a graph in the form y = (ax+b)/(cx+d)?
To find the vertical asymptote of a graph in the form y=(ax+b)/(cx+d), you set the denominator to 0.
How do you find the horizontal asymptote of a graph in the form y = (ax+b)/(cx+d)?
To find the horizontal asymptote of a graph in the form y=(ax+b)/(cx+d), you consider large values x, for which y tends towards a value.
How do you find the roots of a graph in the form y = (ax² + bx + c)/(dx²+ex + f)? e.g, where the curve crosses the x axis?
To find the roots of a graph in the form y = (ax² + bx + c)/(dx²+ex + f), you set y to 0, and calculate the values for x.
How do you find the y-intercepts of a graph in the form y = (ax² + bx + c)/(dx²+ex + f)? e.g, where the curve crosses the y axis?
To find the y-intercepts of a graph in the form y = (ax²+ bx + c)/(dx²+ex + f), you set x to 0, and calculate the values for y.
How do you find the horizontal asymptote of a graph in the form y = (ax² + bx + c)/(dx²+ex + f)?
To find the horizontal asymptote of a graph in the form y = (ax² + bx + c)/(dx²+ex + f), you consider large values x, for which y tends towards a value.
How do you find the vertical asymptote of a graph in the form y = (ax² + bx + c)/(dx²+ex + f)?
To find the vertical asymptote of a graph in the form y = (ax² + bx + c)/(dx²+ex + f), you set the denominator to 0.
Define Polar Coordinates.
A point on a region, P, can be defined as (x,y), in Cartesian format.
The polar coordinates of a point, P, are defined as the distance from the origin, r, and the counterclockwise angle from the positive real axis, theta. (r, θ).
The conditions are:
r ≥ 0, and 0 ≤ θ < 2π
How do you convert Polar to Cartesian coordinates, and vice versa?
Cartesian Coordinates are (x,y), and Polar Coordinates are (r,θ)
To convert from Polar to Cartesian:
x = r cos(θ) y = r sin(θ)
To convert from Cartesian to Polar:
r² = x² + y² tan(θ) = y/x
What is the equation of a parabola?
The equation y = k(x-h)² + c describes a parabola with its vertex at (h,c)
The equation x = k(y-h)² + c describes a parabola with its vertex at (c,h)
What is the equation of an ellipse?
The equation of an ellipse, centred at the origin is:
(x-h)²/(a²) + (y-k)²/(b²) = 1, where the ellipse will be centred on the point (h,k), with radius of a in the x-direction and b in the y-direction.
What is the equation of a hyperbola?
The equation of the form (x-h)²/(a²) - (y-k)²/(b²) = 1 describes a hyperbola centred on (h,k) with asymptotes y = (±b/a)(x-h)+k, roots (h±a,0), and y intercepts are found when x is set to 0.
What equation describes a rectangular hyperbola?
An equation of the form (x-h)(y-k) = c² describes a rectangular hyperbola centred on (h,k) with asymptotes x = h, and y = k.
Define sinh x, cosh x and tanh x as exponentials.
sinh x = (eˣ - e⁻ˣ)/2
cosh x = (eˣ + e⁻ˣ)/2
tanh x = sinh x / cosh x = (eˣ - e⁻ˣ)/(eˣ + e⁻ˣ)