Y2, C11 - Integration Flashcards

1
Q

Integral of x^n

A

(1 / n+1) * x^n+1 + c

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Integral of e^x

A

e^x + c

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Integral of 1 / x

A

ln(x) + c

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Integral of cosx

A

sinx + c

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Integral of sinx

A

-cosx + c

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Integral of sec^2(x)

A

tanx + c

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Integral of cosecx * cotx

A

-cosecx + c

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Integral of cosec^2(x)

A

-cotx + c

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Integral of secxtanx

A

secx + c

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Integrate f’(ax + b) dx

A

1/a f(ax + b) + C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Integrate (10x + 11)^12

A

(1/130)(10x + 11)^13 + C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Integrate sin(3x)cos(3x)

A

1/2 sin(6x) = sin3xcos3x
Therefore ans = -1/12 cos6x + C
OR
ans = 1/6 * sin^2(3x) + C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the steps of the reverse chain rule

A

1) Consider some expression that will differentiate to something similar to it
2) Differentiate and then scale for any difference

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

When integrating, what should you try if the bottom fraction differentiates to give the top fraction

A

Try ln of the bottom

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

When differentiating sin or sec with exponents, what happens to the exponent (power)

A

sin –> power decreases
sec –> power stays the same

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are the steps for integration by substitution

A

1) Using substitution, work out x and dx (or variant)
2) Substitute these into expression
3) Integrate simplified expression
4) Write answer in terms of x

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What can you do if you have a constant factor within an integral

A

Take it out to the front

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What are sensible substitutions to use

A

Expressions inside roots, powers, or the denominator of a fraction

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What are the steps for definite integration by parts

A

1) Using substitution, work out x and dx (or variant)
2) Substitute these into expression
3) Integrate simplified expression
4) Write answer in terms of x
Ex) Change limits to match the ‘dx’ part (make the limits u limits)

20
Q

What is the formula for integration by parts

A

int(u * dv/dx) dx = uv - int(v * du/dx) dx
OR
int(u * v’) dx = uv - int(v * u’) dx

21
Q

When would you use integration by parts

A

When integrating a product

22
Q

Using the ‘LIATE’ list, choose ‘u’ to be the function which comes first in the list, what is the list

A

L - logarithmic function
I - inverse trig function
A - algebraic function
T - trig function
E - exponential function

23
Q

How would you integrate algebraic fractions

A

Using partial fractions

24
Q

How would you integrate 2 / (x^2 - 1) dx

A

Using partial fractions
= lnl (x-1)/(x+1) l + c

25
How to integrate top-heavy algebraic fractions
Algebraic long division Then integrate using partial fractions
26
When working out the area between curves, how do you deal with the integral of f(x) and the integral of g(x)
Combine the integrals when subtracting f(x) from g(x) = integral from b to a of (f(x) - g(x)) dx
27
What are possible techniques of integration
Substitution Int. by parts (ln take priority) Reverse chain rule Impartial fractions Standard results Use trig identities Polynomial division Split the numerator
28
What does integration by parts usually look like
Integration with products
29
What technique would you use to integrate ln(x)
Integration by parts
30
What is the formula for the area of a trapezium
1/2 (a + b)h
31
When would the trapezium be an overestimate
When f(x) is convex (bends upwards)
32
When would the trapezium rule be an underestimate
When f(x) is concave (bends downwards
33
When is f(x) convex
When f''(x) > 0
34
When if f(x) concave
f''(x) < 0
35
What is the formula for integrating using the trapezium rule
integral from b to a of (y) dx = h/2 (y1 + 2(y2 + ... + yn-1) + yn) Where h = width of each trapezium The middle trapeziums are double (y2 + ... + yn-1) The end values are only used once (y1 and yn)
36
What is the formula for percentage error
(change / original) * 100 = ((New - actual) / actual) * 100
37
What is the equation for parametric integration
int (y) dx = int(y * (dx/dt)) dt
38
What happens to the limits of parametric integration
The limits must be changed to be in terms of t Change the x values to t values
39
What are the steps for parametric integration
1) Find dx / dt 2) Change limits 3) Sub into formula 4) Integrate
40
Find the general solution to dy/dx = xy + y
dy/dx = xy + y dy/dx = y(x+1) 1/y * dy/dx = x+1 int(1/y) dy = int(x+1) dx lnlyl = 1/2 * x^2 + x + c y = e^0.5x^2 + x + c y = Ae^0.5x^2 + x Where A = e^c
41
What makes a general solution to a parametric equation 'general'
The unknown constant A or c or k
42
What should you do when you have lots of ln's
Combine them into one ln
43
When integrating differential equations, what should you do to the constant of integration if you have ln on the RHS
Make the constant of integration lnlkl or lnlAl
44
How do you know when to use the reverse chain rule
When the numerator is the derivative of the denominator When one factor of a product expression is related to the derivative of the other
45
When can you split the numerator
When there is a single term in the denominator
46
When you seen an integration, what is the order of methods you should try?
1) Standard result (scaling?) 2) Manipulate to standard result (expand brackets / trig identities) 3) Reverse chain rule (is numerator derivative of denominator, is one factor related to the derivative of the other) FRACTIONAL EXPRESSIONS 4a) Split numerator (single term in denominator) 4b) Partial fractions (does denominator factorise) 4c) Algebraic division (is fraction improper) PRODUCT EXPRESSIONS 4) Integration by parts (for u, choose ln term, then polynomial) 5) Substitution (LAST RESORT)