precalc

Exponents

Know and understand the following exponent rules:

  • xaxb=xa+bx^a \cdot x^b = x^{a+b}

  • xaxb=xab\frac{x^a}{x^b} = x^{a-b}

  • (xa)b=xab(x^a)^b = x^{ab}

  • xa=1xax^{-a} = \frac{1}{x^a}

  • x1/n=xnx^{1/n} = \sqrt[n]{x}

  • Particularly, ensure you comprehend the fractional exponent notation:
    xm/n=xmnx^{m/n} = \sqrt[n]{x^m}
    You will frequently translate roots into fractional powers in calculus. For example:

  1. x=x1/2x = x^{1/2}

  2. x=x1/2\sqrt{x} = x^{1/2}

  3. 1x=x1/2\frac{1}{\sqrt{x}} = x^{-1/2}
    This conversion significantly simplifies the differentiation process.


Factoring

You must be adept at factoring expressions such as:

  • x29=(x3)(x+3)x^2 - 9 = (x - 3)(x + 3)

  • x2+5x+6=(x+2)(x+3)x^2 + 5x + 6 = (x + 2)(x + 3)

  • x38=(x2)(x2+2x+4)x^3 - 8 = (x - 2)(x^2 + 2x + 4)
    Additionally, recognize the difference of squares identity:

  • a2b2=(ab)(a+b)a^2 - b^2 = (a - b)(a + b)

Factoring plays a fundamental role when approaching limits, helping to reveal previously hidden behaviors of functions near specific points.


Rational Expressions

Get comfortable simplifying expressions such as: x29x3\frac{x^2 - 9}{x - 3}
into x+3x + 3 for x3x \neq 3.
This skill will be crucial in solving limits efficiently.


Solving Equations

One should be proficient in solving various types of equations, including but not limited to:

  • Linear equations: e.g. 3x+7=193x + 7 = 19

  • Quadratic equations: e.g. x25x+6=0x^2 - 5x + 6 = 0

  • Systems of equations: To solve for multiple variables simultaneously.

  • Equations involving fractions: e.g. x2+3=7\frac{x}{2} + 3 = 7

  • Equations involving radicals: e.g. x+5=3\sqrt{x + 5} = 3

  • Exponential equations: e.g. 2x=162^x = 16

  • Basic logarithmic equations: e.g. ln(x)=3\ln(x) = 3
    Familiarity with these types will enhance your problem-solving capabilities.


2. Functions — THE language of calculus

Function mastery is crucial before delving into calculus. You should understand:

  • The notation of functions: e.g. f(x)=x2+3x2f(x) = x^2 + 3x - 2

  • How to substitute values: e.g. Find f(2)f(2) which equals the calculation f(2)=22+3(2)2=8f(2) = 2^2 + 3(2) - 2 = 8.
    Taking the time to fully grasp these basics sets a solid foundation for more complex topics.

Function Notation

Familiarize yourself with notation like:

  • f(a)f(a)

  • f(x+h)f(x + h)

  • f(2x)f(2x)
    And combinations such as:

  • f(x+h)f(x)f(x + h) - f(x)
    Mastering these concepts becomes pivotal when transitioning to derivatives, which fundamentally rely on function changes.

Domain and Range

Recognize domain and range restrictions:

  • For f(x)=1x3f(x) = \frac{1}{x - 3}, you cannot have x=3x = 3 because it leads to division by zero.

  • For the function f(x)=x2f(x) = \sqrt{x - 2}, the requirement of x2x \geq 2 exists to keep the outputs defined. Understanding domain and range is fundamental for analyzing function behaviors, particularly concerning continuity and differentiability.


3. Graphs

Being able to analyze graphical representations of functions is crucial. You should comprehend:

  • X-intercepts and Y-intercepts

  • Increasing and decreasing intervals

  • Local maximums and minimums

  • Overall domains and ranges

  • Characteristics such as symmetry, transformations, and discontinuities.

An understanding of these aspects helps visualize the behavior of functions and prepares you for calculus concepts where rates of change and areas are discussed in detail.


4. Transformations

Know how various transformations affect graphs:

  • Adding or subtracting values from a function shifts graphs vertically.

  • Adding to the input shifts it horizontally.

  • The negative sign reflects the graph across the axes.

  • These transformations greatly facilitate your understanding of how functions behave under different modifications, aiding derivative work and function analysis later in calculus.


5. Lines and Slopes

Understand the formula for the slope: m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}
and recognize how the equation of a line:
y=mx+by = mx + b
defines the relationship between the two variables. The slope indicates the rate of change, directly correlating with the derivative concept in calculus. For non-linear functions, slopes at various points can differ, highlighting the need for calculus to calculate instantaneous slopes.


6. Quadratics

Become very comfortable with quadratic equations modeled by y=ax2+bx+cy = ax^2 + bx + c, learning how to:

  • Factor them

  • Find their roots

  • Use the quadratic formula to solve

  • Complete the square method

  • Determine vertices and graph them.
    Quadratics form a core part of calculus, popping up in various applications.


7. Polynomials

Understand the behavior of polynomials fully. You should be able to:

  • add or subtract polynomials

  • multiply them,

  • factor them

  • find their zeros

  • analyze their graphs

  • determine their end behavior
    Some familiarity with polynomials can ease the toll of their complexity as you advance through calculus topics.


8. Rational Functions

Particularly important with limits, recognize rational functions like:
f(x)=x21x1f(x) = \frac{x^2 - 1}{x - 1}
that simplifies down to f(x)=x+1f(x) = x + 1 except at the point of simplification. Understand holes and vertical asymptotes as critical concepts when approaching graphs and limits in calculus.


9. Radicals

You need to know how to handle radical expressions:

  • Manipulate expressions such as xxx\sqrt{x} and 1x\frac{1}{\sqrt{x}}

  • Rationalizing expressions is important, as shown in translating 1x+1\frac{1}{\sqrt{x} + 1} through multiplication…
    This skill will be essential when tackling limits in calculus.


10. Absolute Value

Understand absolute value's representation: x={xif x0xif x<0|x| = \begin{cases} x & \text{if } x \ge 0 \\ -x & \text{if } x < 0 \end{cases}
and also how its graph functions. Mastery of absolute values will be significant in discussions about continuity and differentiability within calculus.


11. Exponential Functions

Grasp the fundamentals of exponential functions:
f(x)=axf(x) = a^x
Pay close attention to:

  • Graph shapes and transformations

  • Growth and decay rates

  • Basic equation-solving strategies involving exponentials.

It's essential to understand ee (approximately 2.71828), especially since it plays a pivotal role in calculus, notably with exponential growth and rates of change.


12. Logarithms

Logarithms are fundamentally important. Understand:

  • The equation logb(x)=y\log_b(x) = y is equivalent to by=xb^y = x.

  • The natural logarithm ln(x)\ln(x)
    and the critical logarithm properties:

  • ln(ab)=lna+lnb\ln(ab) = \ln a + \ln b,

  • ln(ab)=lnalnb\ln\left( \frac{a}{b} \right) = \ln a - \ln b,

  • ln(ab)=blna\ln(a^b) = b \ln a.

Make sure you recognize how logarithms and exponentials are inversely related, allowing for versatile problem-solving in calculus.


13. Trigonometry ★

A strong foundation in trigonometry is vital for success in calculus. Focus on:

  • The unit circle and sine/cosine values for common angles (e.g., 0,π6,π4,π3,π20, \frac{\pi}{6}, \frac{\pi}{4}, \frac{\pi}{3}, \frac{\pi}{2})

  • Radians vs. degrees, ensuring proficiency as calculus primarily utilizes radians.

Your cognitive grasp of these identities forms a basis for advancement into derivatives and integrals involving trigonometric functions.


14. Radians

Familiarize with the transformations, ensuring:

  • Angles translate from degrees to radians correctly as:
    180° = π\pi
    Thereby, entries such as: 90° = π2\frac{\pi}{2}, 60° = π3\frac{\pi}{3}, 45° = π4\frac{\pi}{4}, and 30° = π6\frac{\pi}{6}.
    Mastering radians is non-negotiable for significant calculus engagement.


15. The six trig functions

Familiarize yourself with the following functions:

  • sin(x),cos(x),tan(x),csc(x),sec(x),cot(x)\sin(x), \cos(x), \tan(x), \csc(x), \sec(x), \cot(x). Recognize their relationships and fundamental properties, crucial to solving trigonometric equations and identities that will arise throughout calculus.


16. Pythagorean identities

Know and understand the Pythagorean identities:
sin2(x)+cos2(x)=1\sin^2(x) + \cos^2(x) = 1
1+tan2(x)=sec2(x)1 +\tan^2(x) = \sec^2(x) 1+cot2(x)=csc2(x)1 +\cot^2(x) = \csc^2(x) These identities serve as foundational tools throughout calculus, providing critical insight into the behavior and properties of trigonometric functions.


17. Basic Trig Graphs

Recognize the graphs for:

  • y=sin(x)y = \sin(x),

  • y=cos(x)y = \cos(x),

  • y=tan(x)y = \tan(x).
    Understand their periods, zeros, maximum and minimum points, asymptotic behavior, and transformations relevant to calculus.

This knowledge is crucial for studying the changes and fluctuations inherent in calculus functions.


18. Inverse Trig Functions

Understand the inverse trig functions:
sin1(x)\sin^{-1}(x),
cos1(x)\cos^{-1}(x),
tan1(x)\tan^{-1}(x),
being careful to distinguish them from reciprocals. Remember that inverse functions allow for valuable manipulation of angles in calculus problems.


19. The biggest conceptual prerequisite: Rate of Change

Shift your thinking for calculus around rates of change. For instance:

  • A car traveling 100 miles in 2 hours has an average speed of 50 mph. Simplified, this is: Change in distanceChange in time=1002\frac{ \text{Change in distance}}{\text{Change in time}} = \frac{100}{2}
    Understanding average rates of change leads directly into calculus concepts, primarily derivatives, focusing on instantaneous rates of change without averaging.


20. Limits

While specific calculus limits are beyond the current scope, the fundamental principle is:

  • x3x \rightarrow 3 means we’re examining function behavior as xx approaches a particular value from either direction, contributing to discussions about continuity based on function definitions.

For example, simplifying:
x29x3\frac{x^2 - 9}{x - 3} to show its limit as x3x \rightarrow 3 provides deep insights into function behavior near critical points.


21. Continuity

Recognize what it means for a function to be continuous:

  • Informally, the graph should be drawable without lifting your pencil, implying fluid behavior where:
    limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a).
    Understanding continuity is vital for leveraging calculus principles effectively.


22. The Three Major Ideas of Calculus I

The following concepts structure calculus profoundly:

  1. Limits - "What happens as we approach something?"

  2. Derivatives - "How fast is something changing right now?"

  3. Integrals - "How much has accumulated over an interval?"

This framework serves as the skeleton of Calculus I and is crucial to mastering material.


23. Derivatives

Eventually, you will work with derivative expressions like: ddxxn=nxn1\frac{d}{dx} x^n = nx^{n-1}
Which conveys how to determine the slope of the original function at any point, leading into deeper understanding regarding the characteristics of functions and their changes.


24. Integrals

Conceptualize integrals as accumulation processes. For example, if a car's velocity varies over time, integration can calculate the total distance traveled. Geometrically, integrals can visually represent the area under a curve.

Explore mathematical expressions of integrals, gaining familiarity with the notation abf(x)dx\int_a^b f(x) \, dx laying groundwork for future calculus applications.


25. The Fundamental Theorem of Calculus

The link between differentiation and integration illustrates their inverse nature:

  • Differentiation dissects change, while integration accumulates it, with the Fundamental Theorem of Calculus connecting these themes, emphasizing calculus's cohesive nature versus a mere collection of disparate tricks.