Calculus 1 Review
Draft Handout - Content Not Finalized
This session's content has not been finalized by your instructor. You can browse it to preview what is coming, but please do not print this session's handouts yet. Check back later and print only once this warning is gone.
By the end of this session, you will be able to:
- Review core mathematical concepts and engineering calculus prerequisites.
π Micro-Lecture
Engineering Context: Engineering Calculus II Application
In this session, we investigate the mathematical principles of Calculus 1 Review and explore how engineers apply these concepts to analyze real-world physical and structural systems.
Skill Block 1
Explanations and derivations of the core concepts.
Worked Example
Let f(x)=x2β4x+4.
(a) Find fβ²(x).
(b) Find an equation of the line tangent to the graph of f(x) at x=β1.
(c) For what value(s) of x does f(x) have a slope of 0?
(d) For what value(s) of x does f(x) have a negative instantaneous rate of change?
π‘ Reveal Worked Solution
Solution for Question 1
Here is the step-by-step breakdown for solving each part of the calculus problem based on the function:
(a) Find fβ²(x)
Concept: The first derivative represents the instantaneous rate of change or the slope of the function at any given point. To find it, we use the Power Rule (dxdβ[xn]=nxnβ1) and the Constant Rule (dxdβ[c]=0).
- Differentiate each term of the function individually:
The derivative of x2 is 2x.
The derivative of β4x is β4.
The derivative of the constant 4 is 0.
- Combine the terms to get your derivative function:
(b) Find an equation of the line tangent to the graph of f(x) at x=β1
Concept: To write the equation of a straight line, you need a point (x1β,y1β) and a slope (m). Once you have both, you plug them into the point-slope formula: yβy1β=m(xβx1β).
- Find the y-coordinate (the point): Evaluate the original function f(x) at x=β1.
This gives you the coordinate point (β1,9).
- Find the slope (m): Evaluate the derivative function fβ²(x) at x=β1.
- Construct the equation: Substitute the point (β1,9) and slope m=β6 into the point-slope form.
(c) For what value(s) of x does f(x) have a slope of 0?
Concept: Because the derivative fβ²(x) gives you the slope at any x, you can find where the slope is exactly 0 by setting the derivative equal to zero and solving for x.
- Set fβ²(x)=0:
- Isolate x:
(d) For what value(s) of x does f(x) have a negative instantaneous rate of change?
Concept: "Instantaneous rate of change" is simply another term for the derivative. For this rate to be negative, the derivative must be less than zero (fβ²(x)<0).
- Set up the inequality using your derivative:
- Solve for x:
In interval notation, the instantaneous rate of change is negative on the interval (ββ,2).
Active Practice Problem
Find the first derivative of the following functions.
(a) f(x)=x21ββ5xββ3lnx+Ο4
(b) y=xβ2x3β4x2+xβ
(c) g(x)=(x+sinx)tanx
(d) y=cos(ex)βex5
Refer to the 'Core Theory' tab or review the Worked Example demonstration for this skill.
Answer: **
Step-by-Step Execution
Here are the step-by-step solutions for finding the first derivative of each function.
(a) f(x)=x21ββ5xββ3lnx+Ο4
Step 1: Rewrite the function using exponents Before taking the derivative, convert fractions and radicals into power forms so you can easily use the Power Rule (dxdβ[xn]=nxnβ1).
Step 2: Differentiate term by term
- First term (xβ2): Bring the exponent down and subtract 1.
- Second term (β5x1/2): Bring the exponent down and multiply.
- Third term (β3lnx): The derivative of lnx is x1β.
- Fourth term (Ο4): Don't let this trap you! Even though it looks fancy, Ο4 is just a constant number, and the derivative of any constant is 0.
(b) y=xβ2x3β4x2+xβ
Step 1: Identify the rule Because we have a function divided by another function, we must use the Quotient Rule:
Let's define our components:
Top (u): x3β4x2+xβΉuβ²=3x2β8x+1
Bottom (v): xβ2βΉvβ²=1
Step 2: Apply the formula
Step 3: Expand and simplify the numerator
Expand the first part: (3x2β8x+1)(xβ2)=3x3β6x2β8x2+16x+xβ2=3x3β14x2+17xβ2
Subtract the second part: (3x3β14x2+17xβ2)β(x3β4x2+x)
Combine like terms: 2x3β10x2+16xβ2
Final Answer:
(c) g(x)=(x+sinx)tanx
Step 1: Identify the rule This is a product of two distinct functions, so we need the Product Rule:
Let's break down the pieces:
First (u): x+sinxβΉuβ²=1+cosx
Second (v): tanxβΉvβ²=sec2x
Step 2: Assemble the parts
Step 3: Optional simplification Distributing the tanx in the first block can make it look a bit cleaner since cosxβ tanx=sinx:
Final Answer:
(d) y=cos(ex)βex5
Step 1: Identify the rule Both terms involve an "inner" and "outer" function, meaning we must apply the Chain Rule:
Step 2: Handle term one (cos(ex))
Outer function is cos(blob)βΉβsin(blob)
Inner function is exβΉex
Putting it together: βsin(ex)β ex=βexsin(ex)
Step 3: Handle term two (βex5)
Outer function is eblobβΉeblob
Inner function is x5βΉ5x4
Putting it together: βex5β 5x4=β5x4ex5
Final Answer:
π Regroup 1
- Review common misconceptions and clarify key notations.
Skill Block 2
Explanations and derivations of the core concepts.
Active Practice Problem
Evaluate the following indefinite integrals.
(a) β«(x+x2ββx33β+4xβ4β)dx
(b) β«(2x+1)5x2+xβdx
π‘ Reveal Worked Solution
Before we dive in, remember the golden rule of indefinite integrals: never forget to add the constant of integration (+C) at the very end!
(a) β«(x+x2ββx33β+4xβ4β)dx
Step 1: Rewrite the terms using exponents Just like with derivatives, it is much easier to integrate fractions and roots if we convert them into standard power forms (xn).
x2β stays as 2β x1β because it follows a special rule.
βx33β becomes β3xβ3
4xβ4β becomes 4xβ1/4
Now, rewrite the whole integral:
Step 2: Integrate term-by-term We will use the Power Rule for Integration (β«xndx=n+1xn+1β) for most of these, and the Natural Log Rule (β«x1βdx=lnβ£xβ£) for the second term.
- First term (x1): Add 1 to the exponent, then divide by the new exponent.
- Second term (2β x1β): The integral of x1β is always lnβ£xβ£.
- Third term (β3xβ3): Add 1 to the exponent (β3+1=β2), then divide by β2.
- Fourth term (4xβ1/4): Add 1 to the exponent (β41β+1=43β), then divide by 43β (which is the same as multiplying by 34β).
(b) β«(2x+1)5x2+xβdx
Step 1: Identify the method (u-substitution) Notice that we have a complicated "inner" function (x2+x) sitting inside a fifth root, and its exact derivative (2x+1) is multiplying the rest of the expression. This is a textbook cue to use u-substitution.
Let's define our pieces:
Let u=x2+x
Take the derivative to find du: du=(2x+1)dx
Step 2: Substitute u and du into the integral Replace (x2+x) with u, and replace (2x+1)dx with du.
Step 3: Rewrite and integrate Convert the root into a fractional exponent so you can apply the Power Rule:
Add 1 to the exponent (51β+1=56β), and divide by 56β (multiply by 65β):
Step 4: Substitute back to the original variable (x) Replace u back with your original expression (x2+x) to finish the job.
Final Answer:
No active practice problems for this block.
π Regroup 2
- Reflect on the physical modeling applications and mathematical setups.
Skill Block 3
Explanations and derivations of the core concepts.
Active Practice Problem
Compute the following definite integrals.
(a) β«13β(3x2β41βx3)dx
(b) β«02β5x+11βdx
π‘ Reveal Worked Solution
Unlike indefinite integrals, definite integrals give us a specific numerical value (representing the net area under the curve between two boundaries) and do not need a +C at the end. We will use the Fundamental Theorem of Calculus:
where F(x) is the antiderivative.
(a) β«13β(3x2β41βx3)dx
Step 1: Find the antiderivative F(x) Integrate each term individually using the Power Rule (β«xndx=n+1xn+1β):
First term (3x2): β«3x2dx=3β 3x3β=x3
Second term (β41βx3): β«β41βx3dx=β41ββ 4x4β=β161βx4
So, our antiderivative function is:
Step 2: Evaluate at the upper limit (x=3) Plug 3 into your antiderivative:
Step 3: Evaluate at the lower limit (x=1) Plug 1 into your antiderivative:
Step 4: Subtract the lower bound value from the upper bound value (F(3)βF(1))
Simplifying the fraction gives exactly 21.
(b) β«02β5x+11βdx
Step 1: Use u-substitution to find the antiderivative Because the denominator contains a linear function (5x+1), we need to use a simple u-sub.
Let u=5x+1
Take the derivative: du=5dxβΉdx=51βdu
Step 2: Change the limits of integration to match u When dealing with definite integrals, it's easiest to convert the x-boundaries into u-boundaries using your substitution formula (u=5x+1):
Lower limit (x=0): u=5(0)+1=1
Upper limit (x=2): u=5(2)+1=11
Step 3: Rewrite and evaluate the integral in terms of u Substitute your components and the new boundaries into the integral:
The integral of u1β is lnβ£uβ£:
Step 4: Apply the boundaries
Since ln(1)=0, this simplifies beautifully:
Final Answer:
No active practice problems for this block.
π Regroup 3
- Verify calculations and mathematical reasoning.
π Synthesis Wrap-up
- Core takeaways from Session 01 and overview of homework homework assignment.