Unit 1 Calculus 2

5.0(1)
studied byStudied by 3 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/47

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

48 Terms

1
New cards

∫ tanx dx

ln|secx|

2
New cards

∫ cotx dx

ln|sinx|

3
New cards

∫ secx dx

ln|secx + tanx|

4
New cards

∫ cscx dx

-ln|cscx + cotx|

5
New cards

Domain/range restriction for sinθ = x / sin-1x = θ

interval: -π/2 ≤ θ ≤ π/2

Unit Circle: Q4 and Q1

6
New cards

Domain/range restriction for tanθ = x / tan-1x = θ

interval: -π/2 < θ < π/2

Unit Circle: Q4 and Q1

7
New cards

Domain/range restriction for cosθ = x / cos-1x = θ

interval: 0 ≤ θ ≤ π

Unit Circle: Q1 and Q2

8
New cards

Domain/range restriction for secθ = x / sec-1x = θ

interval: θ ∈ [0,π/2) U [π,3π/2)

Unit Circle: Q1 and Q3

9
New cards

How to find the exact value of an inverse function

  1. Let f-1(a) = θ, so f(θ) = a

  2. Locate θ on the Unit Circle, keeping in mind the restrictions

10
New cards

How to simplify g(f-1(a))

  1. Let f-1(a) = θ

  2. Put f(θ) = a on a right triangle

  3. Find g(θ)

* A leg can be negative depending on the quadrant of the Unit Circle, but the hypotenuse is always positive.

11
New cards

Graph of tan-1(x)

  • tan-1(0) = 0

  • tan-1(+∞) = π/2

  • tan-1(-∞) = -π/2

<ul><li><p>tan<sup>-1</sup>(0) = 0</p></li><li><p>tan<sup>-1</sup>(+∞) = π/2</p></li><li><p>tan<sup>-1</sup>(-∞) = -π/2</p></li></ul><p></p>
12
New cards

d/dx sin-1x

knowt flashcard image
13
New cards

d/dx cos-1x

knowt flashcard image
14
New cards

d/dx tan-1x

knowt flashcard image
15
New cards

d/dx cot-1x

knowt flashcard image
16
New cards

d/dx sec-1x

knowt flashcard image
17
New cards

d/dx csc-1x

knowt flashcard image
18
New cards

Deriving inverse function f-1(x) by implicit differentiation

  1. Let f-1(x) = y, so f(y) = x

  2. d/dx [f(y) = x]

  3. Solve for dy/dx

  4. Use the Pythagorean identities to get f(y)

  5. Substitute x for f(y)

  6. d/dx [f-1(x) = y] to get d/dx [f-1(x)] = dy/dx

  7. Replace dy/dx with the expression in terms of x found

19
New cards
term image

sin-1x

20
New cards
term image

tan-1x

21
New cards
term image

sec-1x

22
New cards

Integration by parts formula

indefinite integral: ∫udv = uv − ∫vdu

Tips

  • What’s easy to derive is u. What’s easy to integrate is dv.

  • Choose the x with the highest power to be u.

  • Sometimes substitution is needed to set up ∫udv.

  • If you end up with the original integral, combine them and divide everything by the coefficient.

<p>indefinite integral: ∫udv = uv − ∫vdu</p><p><u>Tips</u></p><ul><li><p>What’s easy to derive is <em>u</em>. What’s easy to integrate is <em>dv</em>.</p></li><li><p>Choose the x with the highest power to be <em>u</em>.</p></li><li><p>Sometimes substitution is needed to set up ∫udv.</p></li><li><p>If you end up with the original integral, combine them and divide everything by the coefficient.</p></li></ul><p></p>
23
New cards

∫ sinm(x)cosn(x) dx

n ≥ 1 and odd, and u-substitution does not work

  1. Factor out cosx and the remaining even cosx’s into cos2x’s

  2. Substitute cos2x = 1 − sin2x

  3. u = sinx, du = cosx dx (replaces the factored cosx)

24
New cards

∫ sinm(x)cosn(x) dx

m ≥ 1 and odd, and u-substitution does not work

  1. Factor out sinx and the remaining even sinx’s into sin2x’s

  2. Substitute sin2x = 1 − cos2x

  3. u = cosx, du = -sinx dx (replaces the factored sinx)

25
New cards

∫ sinm(x)cosn(x) dx

n and m are even, and u-substitution does not work

1. Factor into sin2x’s and cos2x’s

2. Substitute:

  • sin2x = ½ (1 − cos2x)

  • cos2x = ½ (1 + cos2x)

26
New cards

∫ tanm(x)secn(x) dx

n ≥ 2 and even, and u-substitution may not work

  1. Factor out sec2x and the remaining even secx’s into sec2x’s

  2. Substitute sec2x = tan2x + 1

  3. u = tanx, du = sec2x dx (replaces the factored sec2x)

27
New cards

∫ tanm(x)secn(x) dx

n, m ≥ 1, m is odd, and u-substitution does not work

  1. Factor out secxtanx and the remaining even tanx’s into tan2x’s

  2. Substitute tan2x = sec2x − 1

  3. u = secx, du = secxtanx dx (replaces the factored secxtanx)

28
New cards
term image
  1. Substitute x = asinθ and

    dx = acosθ dθ

    √(a2 − (asinθ)2)

    √(a2 − a2sin2θ)

  2. Factor out a2

    √(a2(1 − sin2θ))

    a√(1 − sin2θ)

  3. Substitute 1 − sin2θ = cos2θ

    a√cos2θ

    acosθ

  4. Convert from terms of θ to x using a right triangle, knowing that sinθ = x/a and θ = sin-1(x/a)

29
New cards
term image
  1. Substitute x = atanθ and

    dx = asec2θ dθ

    √((atanθ)2 + a2)

    √(a2tan2θ + a2)

  2. Factor out a2

    √(a2(tan2θ + 1))

    a√(tan2θ + 1)

  3. Substitute tan2θ + 1 = sec2θ

    a√sec2θ

    asecθ

  4. Convert from terms of θ to x using a right triangle, knowing that tanθ = x/a and θ = tan-1(x/a)

30
New cards
term image
  1. Substitute x = asecθ and

    dx = secθtanθ dθ

    √((asecθ)2 − a2)

    √(a2sec2θ − a2)

  2. Factor out a2

    √(a2(sec2θ − 1))

    a√(sec2θ − 1)

  3. Substitute sec2θ − 1 = tan2θ

    a√tan2θ

    atanθ

  4. Convert from terms of θ to x using a right triangle, knowing that secθ = x/a and θ = sec-1(x/a)

31
New cards

Complete the square formula for

x2 + bx + c

<p></p>
32
New cards

Double angle formula

sin(2x) = 2sinxcosx

33
New cards

numerator degree ≥ denominator degree

Use long division to simplify the integrand.

34
New cards

numerator degree < denominator degree

  1. Factor the denominator, if needed.

  2. Decompose the integrand into partial fractions with unknown constants for numerators.

  3. Combine fractions using a common denominator that’s the same as the original denominator.

  4. Set the new numerator equal to the original.

  5. Solve for the constants by inserting eliminatory x-values and/or creating equations from coefficients.

35
New cards

The denominator has distinct linear factors:

(a1x + b1) (a2x + b2) … (anx + bn)

* x is a linear factor

<p>* x is a linear factor</p><p></p>
36
New cards

The denominator has a repeated linear factor:

(ax + b)n

* xn is a repeated linear factor

<p>* x<sup>n</sup> is a repeated linear factor</p>
37
New cards

The denominator has a distinct irreducible factor:

ax2 + bx + c (bx may be missing because b = 0)

knowt flashcard image
38
New cards

The denominator has a repeated irreducible factor:

(ax2 + bx + c)n (bx may be missing because b = 0)

knowt flashcard image
39
New cards

How to rationalize a function with a square root containing x1 in the denominator using u-substitution

  1. Let u equal the square root

    ex. u = √x

  2. Find u2 to cancel out the radical

    u2 = (√x)2

    u2 = x

  3. Derive u2

    2u du = 1dx

  4. Substitute

40
New cards

Integral with respect to x for the area between two curves

<p></p>
41
New cards

Integral with respect to y for the area between two curves

<p></p>
42
New cards

Integral for the volume of a solid...

  • without a hole

  • revolved around a horizontal axis (y = a)

Disk method with respect to x

* One function is the axis of revolution, a.

<p>Disk method with respect to x</p><p>* One function is the axis of revolution, a.</p><p></p>
43
New cards

Integral for the volume of a solid…

  • without a hole

  • revolved around a vertical axis (x = a)

Disk method with respect to y

* One function is the axis of revolution, a.

<p>Disk method with respect to y</p><p>* One function is the axis of revolution, a.</p><p></p>
44
New cards

Integral for the volume of a solid…

  • with a hole

  • revolved around a horizontal axis (y = a)

Washer method with respect to x

* Each radius is upper − lower, where one function is the axis of rotation, a

<p>Washer method with respect to x</p><p>* Each radius is upper − lower, where one function is the axis of rotation, a</p><p></p>
45
New cards

Integral for the volume of a solid…

  • with a hole

  • revolved around a vertical axis (x = a)

Washer method with respect to y

* Each radius is right − left, where one function is the axis of rotation, a

<p>Washer method with respect to y</p><p>* Each radius is right − left, where one function is the axis of rotation, a</p><p></p>
46
New cards

L’Hôpital’s rule

Conditions: f(a)/g(a) = 0/0 or ∞/∞ (indeterminate form, NOT 1)

Tips

  • Can be performed as many times as needed and with higher-order derivatives

  • Create one fraction by taking reciprocals and substituting trig identities.

  • The limit of a constant is that very constant.

<p>Conditions: f(a)/g(a) = 0/0 or ∞/<span>∞ (indeterminate form, NOT 1)</span></p><p><u>Tips</u></p><ul><li><p>Can be performed as many times as needed and with higher-order derivatives</p></li><li><p>Create one fraction by taking reciprocals and substituting trig identities.</p></li><li><p>The limit of a constant is that very constant.</p></li></ul><p></p>
47
New cards
<p>How to break out the radicand</p>

How to break out the radicand

knowt flashcard image
48
New cards

Limit chain rule

<p></p>