Functions and Their Graphs (OLevel's Pure Math)

1. Polynomial Graphs

Cubic Graphs (y=ax3+bx2+cx+d)

Cubics generally have an "S" shape. The direction depends on the coefficient a:

  • Positive a: Starts low (bottom left), ends high (top right).
  • Negative a: Starts high (top left), ends low (bottom right).

To sketch a cubic, find the y-intercept (let x=0) and the roots by factorizing the expression (let y=0).


2. Reciprocal Graphs

These graphs involve a variable in the denominator and feature asymptotes—lines that the curve approaches but never touches.

Function Shape Name Asymptotes
y=kx Rectangular Hyperbola x=0,y=0
y=kx2 "Volcano" Shape x=0,y=0

3. Graph Transformations

Given a parent function y=f(x), you can transform it using the following rules:

Transformation Effect on Graph
f(x)+a Translation by vector 0a (Vertical shift)
f(x+a) Translation by vector -a0 (Horizontal shift - opposite direction!)
af(x) Vertical stretch by scale factor a
f(ax) Horizontal stretch by scale factor 1a
-f(x) Reflection in the x-axis
f(-x) Reflection in the y-axis

4. Finding Asymptotes of Rational Functions

For a function like y=ax+bcx+d:

  • Vertical Asymptote: Set the denominator to zero and solve for x (cx+d=0).
  • Horizontal Asymptote: Look at the ratio of the leading coefficients as x (y=ac).

Worked Example: Transforming a Curve

Question: The curve C has the equation y=x2. Find the new equation after a translation of 3-2.

Solution:

  1. A horizontal shift of +3 means replacing x with (x-3).
  2. A vertical shift of -2 means subtracting 2 from the whole function.
  3. New Equation: y=(x-3)2-2

Post a Comment

Previous Post Next Post