lesson 19: curve sketching

185
. . . . . . Section 4.4 Curve Sketching V63.0121.006/016, Calculus I New York University April 1, 2010

Upload: matthew-leingang

Post on 01-Jul-2015

1.399 views

Category:

Education


2 download

TRANSCRIPT

Page 1: Lesson 19: Curve Sketching

. . . . . .

Section 4.4Curve Sketching

V63.0121.006/016, Calculus I

New York University

April 1, 2010

Page 2: Lesson 19: Curve Sketching

. . . . . .

Second-chance Midterm: Tomorrow in Recitation

I 12 free-response questions, no multiple choiceI Covers all sections so far, through todayI Your score on this exam will replace your midterm score

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 2 / 47

Page 3: Lesson 19: Curve Sketching

. . . . . .

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 3 / 47

Page 4: Lesson 19: Curve Sketching

. . . . . .

Quiz 3 tomorrow in recitation

I Section 2.6: implicit differentiationI Section 2.8: linear approximation and differentialsI Section 3.1: exponential functionsI Section 3.2: logarithmsI Section 3.3: derivatives of logarithmic and exponential functionsI Section 3.4: exponential growth and decayI Section 3.5: inverse trigonometric functions

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 4 / 47

Page 5: Lesson 19: Curve Sketching

. . . . . .

Outline

The Procedure

Simple examplesA cubic functionA quartic function

More ExamplesPoints of nondifferentiabilityHorizontal asymptotesVertical asymptotesTrigonometric and polynomial togetherLogarithmic

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 5 / 47

Page 6: Lesson 19: Curve Sketching

. . . . . .

Objective

Given a function, graph itcompletely, indicating

I zeroesI asymptotes if applicableI critical pointsI local/global max/minI inflection points

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 6 / 47

Page 7: Lesson 19: Curve Sketching

. . . . . .

Objective

Given a function, graph itcompletely, indicating

I zeroesI asymptotes if applicableI critical pointsI local/global max/minI inflection points

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 6 / 47

Page 8: Lesson 19: Curve Sketching

. . . . . .

The Increasing/Decreasing Test

Theorem (The Increasing/Decreasing Test)

If f′ > 0 on (a,b), then f is increasing on (a,b). If f′ < 0 on (a,b), then fis decreasing on (a,b).

Example

Here f(x) = x3 + x2, and f′(x) = 3x2 + 2x.

.

.f(x).f′(x)

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 7 / 47

Page 9: Lesson 19: Curve Sketching

. . . . . .

Testing for Concavity

Theorem (Concavity Test)

If f′′(x) > 0 for all x in (a,b), then the graph of f is concave upward on(a,b) If f′′(x) < 0 for all x in (a,b), then the graph of f is concavedownward on (a,b).

Example

Here f(x) = x3 + x2, f′(x) = 3x2 + 2x, and f′′(x) = 6x+ 2.

.

.f(x).f′(x).f′′(x)

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 8 / 47

Page 10: Lesson 19: Curve Sketching

. . . . . .

Graphing Checklist

To graph a function f, follow this plan:0. Find when f is positive, negative, zero,

not defined.1. Find f′ and form its sign chart. Conclude

information about increasing/decreasingand local max/min.

2. Find f′′ and form its sign chart. Concludeconcave up/concave down and inflection.

3. Put together a big chart to assemblemonotonicity and concavity data

4. Graph!

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 9 / 47

Page 11: Lesson 19: Curve Sketching

. . . . . .

Outline

The Procedure

Simple examplesA cubic functionA quartic function

More ExamplesPoints of nondifferentiabilityHorizontal asymptotesVertical asymptotesTrigonometric and polynomial togetherLogarithmic

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 10 / 47

Page 12: Lesson 19: Curve Sketching

. . . . . .

Graphing a cubic

Example

Graph f(x) = 2x3 − 3x2 − 12x.

(Step 0) First, let’s find the zeros. We can at least factor out one powerof x:

f(x) = x(2x2 − 3x− 12)

so f(0) = 0. The other factor is a quadratic, so we the other two rootsare

x =3±

√32 − 4(2)(−12)

4=

3±√105

4It’s OK to skip this step for now since the roots are so complicated.

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 11 / 47

Page 13: Lesson 19: Curve Sketching

. . . . . .

Graphing a cubic

Example

Graph f(x) = 2x3 − 3x2 − 12x.

(Step 0) First, let’s find the zeros. We can at least factor out one powerof x:

f(x) = x(2x2 − 3x− 12)

so f(0) = 0. The other factor is a quadratic, so we the other two rootsare

x =3±

√32 − 4(2)(−12)

4=

3±√105

4It’s OK to skip this step for now since the roots are so complicated.

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 11 / 47

Page 14: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

f(x) = 2x3 − 3x2 − 12x

=⇒ f′(x) = 6x2 − 6x− 12 = 6(x+ 1)(x− 2)

We can form a sign chart from this:

.

.x− 2..2

.− .− .+

.x+ 1..−1

.+.+.−

.f′(x)

.f(x)..2

..−1

.+ .− .+.↗ .↘ .↗.max .min

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 12 / 47

Page 15: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

f(x) = 2x3 − 3x2 − 12x

=⇒ f′(x) = 6x2 − 6x− 12 = 6(x+ 1)(x− 2)

We can form a sign chart from this:

. .x− 2..2

.− .− .+

.x+ 1..−1

.+.+.−

.f′(x)

.f(x)..2

..−1

.+ .− .+.↗ .↘ .↗.max .min

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 12 / 47

Page 16: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

f(x) = 2x3 − 3x2 − 12x

=⇒ f′(x) = 6x2 − 6x− 12 = 6(x+ 1)(x− 2)

We can form a sign chart from this:

. .x− 2..2

.− .− .+

.x+ 1..−1

.+.+.−

.f′(x)

.f(x)..2

..−1

.+ .− .+.↗ .↘ .↗.max .min

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 12 / 47

Page 17: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

f(x) = 2x3 − 3x2 − 12x

=⇒ f′(x) = 6x2 − 6x− 12 = 6(x+ 1)(x− 2)

We can form a sign chart from this:

. .x− 2..2

.− .− .+

.x+ 1..−1

.+.+.−

.f′(x)

.f(x)..2

..−1

.+ .− .+.↗ .↘ .↗.max .min

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 12 / 47

Page 18: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

f(x) = 2x3 − 3x2 − 12x

=⇒ f′(x) = 6x2 − 6x− 12 = 6(x+ 1)(x− 2)

We can form a sign chart from this:

. .x− 2..2

.− .− .+

.x+ 1..−1

.+.+.−

.f′(x)

.f(x)..2

..−1

.+

.− .+.↗ .↘ .↗.max .min

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 12 / 47

Page 19: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

f(x) = 2x3 − 3x2 − 12x

=⇒ f′(x) = 6x2 − 6x− 12 = 6(x+ 1)(x− 2)

We can form a sign chart from this:

. .x− 2..2

.− .− .+

.x+ 1..−1

.+.+.−

.f′(x)

.f(x)..2

..−1

.+ .−

.+.↗ .↘ .↗.max .min

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 12 / 47

Page 20: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

f(x) = 2x3 − 3x2 − 12x

=⇒ f′(x) = 6x2 − 6x− 12 = 6(x+ 1)(x− 2)

We can form a sign chart from this:

. .x− 2..2

.− .− .+

.x+ 1..−1

.+.+.−

.f′(x)

.f(x)..2

..−1

.+ .− .+

.↗ .↘ .↗.max .min

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 12 / 47

Page 21: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

f(x) = 2x3 − 3x2 − 12x

=⇒ f′(x) = 6x2 − 6x− 12 = 6(x+ 1)(x− 2)

We can form a sign chart from this:

. .x− 2..2

.− .− .+

.x+ 1..−1

.+.+.−

.f′(x)

.f(x)..2

..−1

.+ .− .+.↗

.↘ .↗.max .min

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 12 / 47

Page 22: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

f(x) = 2x3 − 3x2 − 12x

=⇒ f′(x) = 6x2 − 6x− 12 = 6(x+ 1)(x− 2)

We can form a sign chart from this:

. .x− 2..2

.− .− .+

.x+ 1..−1

.+.+.−

.f′(x)

.f(x)..2

..−1

.+ .− .+.↗ .↘

.↗.max .min

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 12 / 47

Page 23: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

f(x) = 2x3 − 3x2 − 12x

=⇒ f′(x) = 6x2 − 6x− 12 = 6(x+ 1)(x− 2)

We can form a sign chart from this:

. .x− 2..2

.− .− .+

.x+ 1..−1

.+.+.−

.f′(x)

.f(x)..2

..−1

.+ .− .+.↗ .↘ .↗

.max .min

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 12 / 47

Page 24: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

f(x) = 2x3 − 3x2 − 12x

=⇒ f′(x) = 6x2 − 6x− 12 = 6(x+ 1)(x− 2)

We can form a sign chart from this:

. .x− 2..2

.− .− .+

.x+ 1..−1

.+.+.−

.f′(x)

.f(x)..2

..−1

.+ .− .+.↗ .↘ .↗.max

.min

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 12 / 47

Page 25: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

f(x) = 2x3 − 3x2 − 12x

=⇒ f′(x) = 6x2 − 6x− 12 = 6(x+ 1)(x− 2)

We can form a sign chart from this:

. .x− 2..2

.− .− .+

.x+ 1..−1

.+.+.−

.f′(x)

.f(x)..2

..−1

.+ .− .+.↗ .↘ .↗.max .min

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 12 / 47

Page 26: Lesson 19: Curve Sketching

. . . . . .

Step 2: Concavity

f′(x) = 6x2 − 6x− 12=⇒ f′′(x) = 12x− 6 = 6(2x− 1)

Another sign chart: .

.f′′(x)

.f(x).

.1/2.−− .++.⌢ .⌣

.IP

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 13 / 47

Page 27: Lesson 19: Curve Sketching

. . . . . .

Step 2: Concavity

f′(x) = 6x2 − 6x− 12=⇒ f′′(x) = 12x− 6 = 6(2x− 1)

Another sign chart: .

.f′′(x)

.f(x).

.1/2

.−− .++.⌢ .⌣

.IP

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 13 / 47

Page 28: Lesson 19: Curve Sketching

. . . . . .

Step 2: Concavity

f′(x) = 6x2 − 6x− 12=⇒ f′′(x) = 12x− 6 = 6(2x− 1)

Another sign chart: .

.f′′(x)

.f(x).

.1/2.−−

.++.⌢ .⌣

.IP

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 13 / 47

Page 29: Lesson 19: Curve Sketching

. . . . . .

Step 2: Concavity

f′(x) = 6x2 − 6x− 12=⇒ f′′(x) = 12x− 6 = 6(2x− 1)

Another sign chart: .

.f′′(x)

.f(x).

.1/2.−− .++

.⌢ .⌣.IP

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 13 / 47

Page 30: Lesson 19: Curve Sketching

. . . . . .

Step 2: Concavity

f′(x) = 6x2 − 6x− 12=⇒ f′′(x) = 12x− 6 = 6(2x− 1)

Another sign chart: .

.f′′(x)

.f(x).

.1/2.−− .++.⌢

.⌣.IP

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 13 / 47

Page 31: Lesson 19: Curve Sketching

. . . . . .

Step 2: Concavity

f′(x) = 6x2 − 6x− 12=⇒ f′′(x) = 12x− 6 = 6(2x− 1)

Another sign chart: .

.f′′(x)

.f(x).

.1/2.−− .++.⌢ .⌣

.IP

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 13 / 47

Page 32: Lesson 19: Curve Sketching

. . . . . .

Step 2: Concavity

f′(x) = 6x2 − 6x− 12=⇒ f′′(x) = 12x− 6 = 6(2x− 1)

Another sign chart: .

.f′′(x)

.f(x).

.1/2.−− .++.⌢ .⌣

.IP

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 13 / 47

Page 33: Lesson 19: Curve Sketching

. . . . . .

Step 3: One sign chart to rule them all

Remember, f(x) = 2x3 − 3x2 − 12x.

.

.f′(x)

.monotonicity.

.−1..2

.+.↗

.−.↘

.−.↘

.+.↗

.f′′(x)

.concavity.

.1/2.−−.⌢

.−−.⌢

.++.⌣

.++.⌣

.f(x)

.shape of f.

.−1.7

.max

..2

.−20

.min

..1/2

.−61/2

.IP

." . . . "

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 14 / 47

Page 34: Lesson 19: Curve Sketching

. . . . . .

Step 3: One sign chart to rule them all

Remember, f(x) = 2x3 − 3x2 − 12x.

. .f′(x)

.monotonicity.

.−1..2

.+.↗

.−.↘

.−.↘

.+.↗

.f′′(x)

.concavity.

.1/2.−−.⌢

.−−.⌢

.++.⌣

.++.⌣

.f(x)

.shape of f.

.−1.7

.max

..2

.−20

.min

..1/2

.−61/2

.IP

." . . . "

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 14 / 47

Page 35: Lesson 19: Curve Sketching

. . . . . .

Step 3: One sign chart to rule them all

Remember, f(x) = 2x3 − 3x2 − 12x.

. .f′(x)

.monotonicity.

.−1..2

.+.↗

.−.↘

.−.↘

.+.↗

.f′′(x)

.concavity.

.1/2.−−.⌢

.−−.⌢

.++.⌣

.++.⌣

.f(x)

.shape of f.

.−1.7

.max

..2

.−20

.min

..1/2

.−61/2

.IP

." . . . "

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 14 / 47

Page 36: Lesson 19: Curve Sketching

. . . . . .

Step 3: One sign chart to rule them all

Remember, f(x) = 2x3 − 3x2 − 12x.

. .f′(x)

.monotonicity.

.−1..2

.+.↗

.−.↘

.−.↘

.+.↗

.f′′(x)

.concavity.

.1/2.−−.⌢

.−−.⌢

.++.⌣

.++.⌣

.f(x)

.shape of f.

.−1.7

.max

..2

.−20

.min

..1/2

.−61/2

.IP

." . . . "

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 14 / 47

Page 37: Lesson 19: Curve Sketching

. . . . . .

Combinations of monotonicity and concavity

.

.I.II

.III .IV

.decreasing,concavedown

.increasing,concavedown

.decreasing,concave up

.increasing,concave up

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 15 / 47

Page 38: Lesson 19: Curve Sketching

. . . . . .

Combinations of monotonicity and concavity

.

.I.II

.III .IV

.decreasing,concavedown

.increasing,concavedown

.decreasing,concave up

.increasing,concave up

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 15 / 47

Page 39: Lesson 19: Curve Sketching

. . . . . .

Combinations of monotonicity and concavity

.

.I.II

.III .IV

.decreasing,concavedown

.increasing,concavedown

.decreasing,concave up

.increasing,concave up

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 15 / 47

Page 40: Lesson 19: Curve Sketching

. . . . . .

Combinations of monotonicity and concavity

.

.I.II

.III .IV

.decreasing,concavedown

.increasing,concavedown

.decreasing,concave up

.increasing,concave up

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 15 / 47

Page 41: Lesson 19: Curve Sketching

. . . . . .

Combinations of monotonicity and concavity

.

.I.II

.III .IV

.decreasing,concavedown

.increasing,concavedown

.decreasing,concave up

.increasing,concave up

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 15 / 47

Page 42: Lesson 19: Curve Sketching

. . . . . .

Step 3: One sign chart to rule them all

Remember, f(x) = 2x3 − 3x2 − 12x.

. .f′(x)

.monotonicity.

.−1..2

.+.↗

.−.↘

.−.↘

.+.↗

.f′′(x)

.concavity.

.1/2.−−.⌢

.−−.⌢

.++.⌣

.++.⌣

.f(x)

.shape of f.

.−1.7

.max

..2

.−20

.min

..1/2

.−61/2

.IP."

. . . "

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 16 / 47

Page 43: Lesson 19: Curve Sketching

. . . . . .

Step 3: One sign chart to rule them all

Remember, f(x) = 2x3 − 3x2 − 12x.

. .f′(x)

.monotonicity.

.−1..2

.+.↗

.−.↘

.−.↘

.+.↗

.f′′(x)

.concavity.

.1/2.−−.⌢

.−−.⌢

.++.⌣

.++.⌣

.f(x)

.shape of f.

.−1.7

.max

..2

.−20

.min

..1/2

.−61/2

.IP." .

. . "

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 16 / 47

Page 44: Lesson 19: Curve Sketching

. . . . . .

Step 3: One sign chart to rule them all

Remember, f(x) = 2x3 − 3x2 − 12x.

. .f′(x)

.monotonicity.

.−1..2

.+.↗

.−.↘

.−.↘

.+.↗

.f′′(x)

.concavity.

.1/2.−−.⌢

.−−.⌢

.++.⌣

.++.⌣

.f(x)

.shape of f.

.−1.7

.max

..2

.−20

.min

..1/2

.−61/2

.IP." . .

. "

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 16 / 47

Page 45: Lesson 19: Curve Sketching

. . . . . .

Step 3: One sign chart to rule them all

Remember, f(x) = 2x3 − 3x2 − 12x.

. .f′(x)

.monotonicity.

.−1..2

.+.↗

.−.↘

.−.↘

.+.↗

.f′′(x)

.concavity.

.1/2.−−.⌢

.−−.⌢

.++.⌣

.++.⌣

.f(x)

.shape of f.

.−1.7

.max

..2

.−20

.min

..1/2

.−61/2

.IP." . . . "

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 16 / 47

Page 46: Lesson 19: Curve Sketching

. . . . . .

Step 4: Graph

.

.f(x) = 2x3 − 3x2 − 12x

.x

.f(x)

.f(x)

.shape of f.

.−1.7

.max

..2

.−20

.min

..1/2

.−61/2

.IP." . . . "

..(3−

√105

4 ,0) .

.(−1,7)

..(0,0)

..(1/2,−61/2)

..(2,−20)

..(3+

√105

4 ,0)

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 17 / 47

Page 47: Lesson 19: Curve Sketching

. . . . . .

Step 4: Graph

.

.f(x) = 2x3 − 3x2 − 12x

.x

.f(x)

.f(x)

.shape of f.

.−1.7

.max

..2

.−20

.min

..1/2

.−61/2

.IP." . . . "

..(3−

√105

4 ,0) .

.(−1,7)

..(0,0)

..(1/2,−61/2)

..(2,−20)

..(3+

√105

4 ,0)

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 17 / 47

Page 48: Lesson 19: Curve Sketching

. . . . . .

Step 4: Graph

.

.f(x) = 2x3 − 3x2 − 12x

.x

.f(x)

.f(x)

.shape of f.

.−1.7

.max

..2

.−20

.min

..1/2

.−61/2

.IP." . . . "

..(3−

√105

4 ,0) .

.(−1,7)

..(0,0)

..(1/2,−61/2)

..(2,−20)

..(3+

√105

4 ,0)

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 17 / 47

Page 49: Lesson 19: Curve Sketching

. . . . . .

Step 4: Graph

.

.f(x) = 2x3 − 3x2 − 12x

.x

.f(x)

.f(x)

.shape of f.

.−1.7

.max

..2

.−20

.min

..1/2

.−61/2

.IP." . . . "

..(3−

√105

4 ,0) .

.(−1,7)

..(0,0)

..(1/2,−61/2)

..(2,−20)

..(3+

√105

4 ,0)

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 17 / 47

Page 50: Lesson 19: Curve Sketching

. . . . . .

Step 4: Graph

.

.f(x) = 2x3 − 3x2 − 12x

.x

.f(x)

.f(x)

.shape of f.

.−1.7

.max

..2

.−20

.min

..1/2

.−61/2

.IP." . . . "

..(3−

√105

4 ,0) .

.(−1,7)

..(0,0)

..(1/2,−61/2)

..(2,−20)

..(3+

√105

4 ,0)

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 17 / 47

Page 51: Lesson 19: Curve Sketching

. . . . . .

Graphing a quartic

Example

Graph f(x) = x4 − 4x3 + 10

(Step 0) We know f(0) = 10 and limx→±∞

f(x) = +∞. Not too many otherpoints on the graph are evident.

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 18 / 47

Page 52: Lesson 19: Curve Sketching

. . . . . .

Graphing a quartic

Example

Graph f(x) = x4 − 4x3 + 10

(Step 0) We know f(0) = 10 and limx→±∞

f(x) = +∞. Not too many otherpoints on the graph are evident.

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 18 / 47

Page 53: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

f(x) = x4 − 4x3 + 10

=⇒ f′(x) = 4x3 − 12x2 = 4x2(x− 3)

We make its sign chart.

.

.4x2..0.0.+ .+ .+

.(x− 3)..3.0

.− .− .+

.f′(x)

.f(x)..3.0.

.0

.0

.− .− .+.↘ .↘ .↗

.min

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 19 / 47

Page 54: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

f(x) = x4 − 4x3 + 10

=⇒ f′(x) = 4x3 − 12x2 = 4x2(x− 3)

We make its sign chart.

.

.4x2..0.0.+ .+ .+

.(x− 3)..3.0

.− .− .+

.f′(x)

.f(x)..3.0.

.0

.0

.− .− .+.↘ .↘ .↗

.min

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 19 / 47

Page 55: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

f(x) = x4 − 4x3 + 10

=⇒ f′(x) = 4x3 − 12x2 = 4x2(x− 3)

We make its sign chart.

. .4x2..0.0

.+ .+ .+

.(x− 3)..3.0

.− .− .+

.f′(x)

.f(x)..3.0.

.0

.0

.− .− .+.↘ .↘ .↗

.min

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 19 / 47

Page 56: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

f(x) = x4 − 4x3 + 10

=⇒ f′(x) = 4x3 − 12x2 = 4x2(x− 3)

We make its sign chart.

. .4x2..0.0.+

.+ .+

.(x− 3)..3.0

.− .− .+

.f′(x)

.f(x)..3.0.

.0

.0

.− .− .+.↘ .↘ .↗

.min

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 19 / 47

Page 57: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

f(x) = x4 − 4x3 + 10

=⇒ f′(x) = 4x3 − 12x2 = 4x2(x− 3)

We make its sign chart.

. .4x2..0.0.+ .+

.+

.(x− 3)..3.0

.− .− .+

.f′(x)

.f(x)..3.0.

.0

.0

.− .− .+.↘ .↘ .↗

.min

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 19 / 47

Page 58: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

f(x) = x4 − 4x3 + 10

=⇒ f′(x) = 4x3 − 12x2 = 4x2(x− 3)

We make its sign chart.

. .4x2..0.0.+ .+ .+

.(x− 3)..3.0

.− .− .+

.f′(x)

.f(x)..3.0.

.0

.0

.− .− .+.↘ .↘ .↗

.min

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 19 / 47

Page 59: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

f(x) = x4 − 4x3 + 10

=⇒ f′(x) = 4x3 − 12x2 = 4x2(x− 3)

We make its sign chart.

. .4x2..0.0.+ .+ .+

.(x− 3)..3.0

.− .− .+

.f′(x)

.f(x)..3.0.

.0

.0

.− .− .+.↘ .↘ .↗

.min

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 19 / 47

Page 60: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

f(x) = x4 − 4x3 + 10

=⇒ f′(x) = 4x3 − 12x2 = 4x2(x− 3)

We make its sign chart.

. .4x2..0.0.+ .+ .+

.(x− 3)..3.0.−

.− .+

.f′(x)

.f(x)..3.0.

.0

.0

.− .− .+.↘ .↘ .↗

.min

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 19 / 47

Page 61: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

f(x) = x4 − 4x3 + 10

=⇒ f′(x) = 4x3 − 12x2 = 4x2(x− 3)

We make its sign chart.

. .4x2..0.0.+ .+ .+

.(x− 3)..3.0.− .−

.+

.f′(x)

.f(x)..3.0.

.0

.0

.− .− .+.↘ .↘ .↗

.min

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 19 / 47

Page 62: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

f(x) = x4 − 4x3 + 10

=⇒ f′(x) = 4x3 − 12x2 = 4x2(x− 3)

We make its sign chart.

. .4x2..0.0.+ .+ .+

.(x− 3)..3.0.− .− .+

.f′(x)

.f(x)..3.0.

.0

.0

.− .− .+.↘ .↘ .↗

.min

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 19 / 47

Page 63: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

f(x) = x4 − 4x3 + 10

=⇒ f′(x) = 4x3 − 12x2 = 4x2(x− 3)

We make its sign chart.

. .4x2..0.0.+ .+ .+

.(x− 3)..3.0.− .− .+

.f′(x)

.f(x)..3.0.

.0

.0

.− .− .+.↘ .↘ .↗

.min

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 19 / 47

Page 64: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

f(x) = x4 − 4x3 + 10

=⇒ f′(x) = 4x3 − 12x2 = 4x2(x− 3)

We make its sign chart.

. .4x2..0.0.+ .+ .+

.(x− 3)..3.0.− .− .+

.f′(x)

.f(x)..3.0.

.0

.0.−

.− .+.↘ .↘ .↗

.min

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 19 / 47

Page 65: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

f(x) = x4 − 4x3 + 10

=⇒ f′(x) = 4x3 − 12x2 = 4x2(x− 3)

We make its sign chart.

. .4x2..0.0.+ .+ .+

.(x− 3)..3.0.− .− .+

.f′(x)

.f(x)..3.0.

.0

.0.− .−

.+.↘ .↘ .↗

.min

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 19 / 47

Page 66: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

f(x) = x4 − 4x3 + 10

=⇒ f′(x) = 4x3 − 12x2 = 4x2(x− 3)

We make its sign chart.

. .4x2..0.0.+ .+ .+

.(x− 3)..3.0.− .− .+

.f′(x)

.f(x)..3.0.

.0

.0.− .− .+

.↘ .↘ .↗.min

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 19 / 47

Page 67: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

f(x) = x4 − 4x3 + 10

=⇒ f′(x) = 4x3 − 12x2 = 4x2(x− 3)

We make its sign chart.

. .4x2..0.0.+ .+ .+

.(x− 3)..3.0.− .− .+

.f′(x)

.f(x)..3.0.

.0

.0.− .− .+.↘

.↘ .↗.min

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 19 / 47

Page 68: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

f(x) = x4 − 4x3 + 10

=⇒ f′(x) = 4x3 − 12x2 = 4x2(x− 3)

We make its sign chart.

. .4x2..0.0.+ .+ .+

.(x− 3)..3.0.− .− .+

.f′(x)

.f(x)..3.0.

.0

.0.− .− .+.↘ .↘

.↗.min

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 19 / 47

Page 69: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

f(x) = x4 − 4x3 + 10

=⇒ f′(x) = 4x3 − 12x2 = 4x2(x− 3)

We make its sign chart.

. .4x2..0.0.+ .+ .+

.(x− 3)..3.0.− .− .+

.f′(x)

.f(x)..3.0.

.0

.0.− .− .+.↘ .↘ .↗

.min

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 19 / 47

Page 70: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

f(x) = x4 − 4x3 + 10

=⇒ f′(x) = 4x3 − 12x2 = 4x2(x− 3)

We make its sign chart.

. .4x2..0.0.+ .+ .+

.(x− 3)..3.0.− .− .+

.f′(x)

.f(x)..3.0.

.0

.0.− .− .+.↘ .↘ .↗

.min

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 19 / 47

Page 71: Lesson 19: Curve Sketching

. . . . . .

Step 2: Concavity

f′(x) = 4x3 − 12x2

=⇒ f′′(x) = 12x2 − 24x = 12x(x− 2)

Here is its sign chart:

.

.12x..0.0

.− .+ .+

.x− 2..2.0.− .− .+

.f′′(x)

.f(x)..0.0 .

.2

.0.++ .−− .++.⌣ .⌢ .⌣

.IP .IP

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 20 / 47

Page 72: Lesson 19: Curve Sketching

. . . . . .

Step 2: Concavity

f′(x) = 4x3 − 12x2

=⇒ f′′(x) = 12x2 − 24x = 12x(x− 2)

Here is its sign chart:

.

.12x..0.0.−

.+ .+

.x− 2..2.0.− .− .+

.f′′(x)

.f(x)..0.0 .

.2

.0.++ .−− .++.⌣ .⌢ .⌣

.IP .IP

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 20 / 47

Page 73: Lesson 19: Curve Sketching

. . . . . .

Step 2: Concavity

f′(x) = 4x3 − 12x2

=⇒ f′′(x) = 12x2 − 24x = 12x(x− 2)

Here is its sign chart:

. .12x..0.0.− .+

.+

.x− 2..2.0.− .− .+

.f′′(x)

.f(x)..0.0 .

.2

.0.++ .−− .++.⌣ .⌢ .⌣

.IP .IP

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 20 / 47

Page 74: Lesson 19: Curve Sketching

. . . . . .

Step 2: Concavity

f′(x) = 4x3 − 12x2

=⇒ f′′(x) = 12x2 − 24x = 12x(x− 2)

Here is its sign chart:

. .12x..0.0.− .+ .+

.x− 2..2.0

.− .− .+

.f′′(x)

.f(x)..0.0 .

.2

.0.++ .−− .++.⌣ .⌢ .⌣

.IP .IP

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 20 / 47

Page 75: Lesson 19: Curve Sketching

. . . . . .

Step 2: Concavity

f′(x) = 4x3 − 12x2

=⇒ f′′(x) = 12x2 − 24x = 12x(x− 2)

Here is its sign chart:

. .12x..0.0.− .+ .+

.x− 2..2.0

.− .− .+

.f′′(x)

.f(x)..0.0 .

.2

.0.++ .−− .++.⌣ .⌢ .⌣

.IP .IP

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 20 / 47

Page 76: Lesson 19: Curve Sketching

. . . . . .

Step 2: Concavity

f′(x) = 4x3 − 12x2

=⇒ f′′(x) = 12x2 − 24x = 12x(x− 2)

Here is its sign chart:

. .12x..0.0.− .+ .+

.x− 2..2.0.−

.− .+

.f′′(x)

.f(x)..0.0 .

.2

.0.++ .−− .++.⌣ .⌢ .⌣

.IP .IP

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 20 / 47

Page 77: Lesson 19: Curve Sketching

. . . . . .

Step 2: Concavity

f′(x) = 4x3 − 12x2

=⇒ f′′(x) = 12x2 − 24x = 12x(x− 2)

Here is its sign chart:

. .12x..0.0.− .+ .+

.x− 2..2.0.− .−

.+

.f′′(x)

.f(x)..0.0 .

.2

.0.++ .−− .++.⌣ .⌢ .⌣

.IP .IP

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 20 / 47

Page 78: Lesson 19: Curve Sketching

. . . . . .

Step 2: Concavity

f′(x) = 4x3 − 12x2

=⇒ f′′(x) = 12x2 − 24x = 12x(x− 2)

Here is its sign chart:

. .12x..0.0.− .+ .+

.x− 2..2.0.− .− .+

.f′′(x)

.f(x)..0.0 .

.2

.0.++ .−− .++.⌣ .⌢ .⌣

.IP .IP

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 20 / 47

Page 79: Lesson 19: Curve Sketching

. . . . . .

Step 2: Concavity

f′(x) = 4x3 − 12x2

=⇒ f′′(x) = 12x2 − 24x = 12x(x− 2)

Here is its sign chart:

. .12x..0.0.− .+ .+

.x− 2..2.0.− .− .+

.f′′(x)

.f(x)..0.0 .

.2

.0

.++ .−− .++.⌣ .⌢ .⌣

.IP .IP

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 20 / 47

Page 80: Lesson 19: Curve Sketching

. . . . . .

Step 2: Concavity

f′(x) = 4x3 − 12x2

=⇒ f′′(x) = 12x2 − 24x = 12x(x− 2)

Here is its sign chart:

. .12x..0.0.− .+ .+

.x− 2..2.0.− .− .+

.f′′(x)

.f(x)..0.0 .

.2

.0.++

.−− .++.⌣ .⌢ .⌣

.IP .IP

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 20 / 47

Page 81: Lesson 19: Curve Sketching

. . . . . .

Step 2: Concavity

f′(x) = 4x3 − 12x2

=⇒ f′′(x) = 12x2 − 24x = 12x(x− 2)

Here is its sign chart:

. .12x..0.0.− .+ .+

.x− 2..2.0.− .− .+

.f′′(x)

.f(x)..0.0 .

.2

.0.++ .−−

.++.⌣ .⌢ .⌣

.IP .IP

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 20 / 47

Page 82: Lesson 19: Curve Sketching

. . . . . .

Step 2: Concavity

f′(x) = 4x3 − 12x2

=⇒ f′′(x) = 12x2 − 24x = 12x(x− 2)

Here is its sign chart:

. .12x..0.0.− .+ .+

.x− 2..2.0.− .− .+

.f′′(x)

.f(x)..0.0 .

.2

.0.++ .−− .++

.⌣ .⌢ .⌣.IP .IP

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 20 / 47

Page 83: Lesson 19: Curve Sketching

. . . . . .

Step 2: Concavity

f′(x) = 4x3 − 12x2

=⇒ f′′(x) = 12x2 − 24x = 12x(x− 2)

Here is its sign chart:

. .12x..0.0.− .+ .+

.x− 2..2.0.− .− .+

.f′′(x)

.f(x)..0.0 .

.2

.0.++ .−− .++.⌣

.⌢ .⌣.IP .IP

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 20 / 47

Page 84: Lesson 19: Curve Sketching

. . . . . .

Step 2: Concavity

f′(x) = 4x3 − 12x2

=⇒ f′′(x) = 12x2 − 24x = 12x(x− 2)

Here is its sign chart:

. .12x..0.0.− .+ .+

.x− 2..2.0.− .− .+

.f′′(x)

.f(x)..0.0 .

.2

.0.++ .−− .++.⌣ .⌢

.⌣.IP .IP

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 20 / 47

Page 85: Lesson 19: Curve Sketching

. . . . . .

Step 2: Concavity

f′(x) = 4x3 − 12x2

=⇒ f′′(x) = 12x2 − 24x = 12x(x− 2)

Here is its sign chart:

. .12x..0.0.− .+ .+

.x− 2..2.0.− .− .+

.f′′(x)

.f(x)..0.0 .

.2

.0.++ .−− .++.⌣ .⌢ .⌣

.IP .IP

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 20 / 47

Page 86: Lesson 19: Curve Sketching

. . . . . .

Step 2: Concavity

f′(x) = 4x3 − 12x2

=⇒ f′′(x) = 12x2 − 24x = 12x(x− 2)

Here is its sign chart:

. .12x..0.0.− .+ .+

.x− 2..2.0.− .− .+

.f′′(x)

.f(x)..0.0 .

.2

.0.++ .−− .++.⌣ .⌢ .⌣

.IP

.IP

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 20 / 47

Page 87: Lesson 19: Curve Sketching

. . . . . .

Step 2: Concavity

f′(x) = 4x3 − 12x2

=⇒ f′′(x) = 12x2 − 24x = 12x(x− 2)

Here is its sign chart:

. .12x..0.0.− .+ .+

.x− 2..2.0.− .− .+

.f′′(x)

.f(x)..0.0 .

.2

.0.++ .−− .++.⌣ .⌢ .⌣

.IP .IP

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 20 / 47

Page 88: Lesson 19: Curve Sketching

. . . . . .

Step 3: Grand Unified Sign Chart

Remember, f(x) = x4 − 4x3 + 10.

.

.f′(x)

.monotonicity..3.0.

.0

.0.−.↘

.−.↘

.−.↘

.+.↗

.f′′(x)

.concavity..0.0 .

.2

.0.++.⌣

.−−.⌢

.++.⌣

.++.⌣

.f(x)

.shape..0.10

.IP

..2.−6

.IP

..3

.−17

.min

. . . . "

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 21 / 47

Page 89: Lesson 19: Curve Sketching

. . . . . .

Step 3: Grand Unified Sign Chart

Remember, f(x) = x4 − 4x3 + 10.

.

.f′(x)

.monotonicity..3.0.

.0

.0.−.↘

.−.↘

.−.↘

.+.↗

.f′′(x)

.concavity..0.0 .

.2

.0.++.⌣

.−−.⌢

.++.⌣

.++.⌣

.f(x)

.shape..0.10

.IP

..2.−6

.IP

..3

.−17

.min.

. . . "

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 21 / 47

Page 90: Lesson 19: Curve Sketching

. . . . . .

Step 3: Grand Unified Sign Chart

Remember, f(x) = x4 − 4x3 + 10.

.

.f′(x)

.monotonicity..3.0.

.0

.0.−.↘

.−.↘

.−.↘

.+.↗

.f′′(x)

.concavity..0.0 .

.2

.0.++.⌣

.−−.⌢

.++.⌣

.++.⌣

.f(x)

.shape..0.10

.IP

..2.−6

.IP

..3

.−17

.min. .

. . "

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 21 / 47

Page 91: Lesson 19: Curve Sketching

. . . . . .

Step 3: Grand Unified Sign Chart

Remember, f(x) = x4 − 4x3 + 10.

.

.f′(x)

.monotonicity..3.0.

.0

.0.−.↘

.−.↘

.−.↘

.+.↗

.f′′(x)

.concavity..0.0 .

.2

.0.++.⌣

.−−.⌢

.++.⌣

.++.⌣

.f(x)

.shape..0.10

.IP

..2.−6

.IP

..3

.−17

.min. . .

. "

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 21 / 47

Page 92: Lesson 19: Curve Sketching

. . . . . .

Step 3: Grand Unified Sign Chart

Remember, f(x) = x4 − 4x3 + 10.

.

.f′(x)

.monotonicity..3.0.

.0

.0.−.↘

.−.↘

.−.↘

.+.↗

.f′′(x)

.concavity..0.0 .

.2

.0.++.⌣

.−−.⌢

.++.⌣

.++.⌣

.f(x)

.shape..0.10

.IP

..2.−6

.IP

..3

.−17

.min. . . . "

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 21 / 47

Page 93: Lesson 19: Curve Sketching

. . . . . .

Step 4: Graph

.

.f(x) = x4 − 4x3 + 10

.x

.y

.f(x)

.shape..0.10

.IP

..2.−6

.IP

..3

.−17

.min. . . . "

..(0,10)

..(2,−6) .

.(3,−17)

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 22 / 47

Page 94: Lesson 19: Curve Sketching

. . . . . .

Step 4: Graph

.

.f(x) = x4 − 4x3 + 10

.x

.y

.f(x)

.shape..0.10

.IP

..2.−6

.IP

..3

.−17

.min. . . . "

..(0,10)

..(2,−6) .

.(3,−17)

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 22 / 47

Page 95: Lesson 19: Curve Sketching

. . . . . .

Step 4: Graph

.

.f(x) = x4 − 4x3 + 10

.x

.y

.f(x)

.shape..0.10

.IP

..2.−6

.IP

..3

.−17

.min. . . . "

..(0,10)

..(2,−6) .

.(3,−17)

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 22 / 47

Page 96: Lesson 19: Curve Sketching

. . . . . .

Step 4: Graph

.

.f(x) = x4 − 4x3 + 10

.x

.y

.f(x)

.shape..0.10

.IP

..2.−6

.IP

..3

.−17

.min. . . . "

..(0,10)

..(2,−6) .

.(3,−17)

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 22 / 47

Page 97: Lesson 19: Curve Sketching

. . . . . .

Step 4: Graph

.

.f(x) = x4 − 4x3 + 10

.x

.y

.f(x)

.shape..0.10

.IP

..2.−6

.IP

..3

.−17

.min. . . . "

..(0,10)

..(2,−6) .

.(3,−17)

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 22 / 47

Page 98: Lesson 19: Curve Sketching

. . . . . .

Outline

The Procedure

Simple examplesA cubic functionA quartic function

More ExamplesPoints of nondifferentiabilityHorizontal asymptotesVertical asymptotesTrigonometric and polynomial togetherLogarithmic

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 23 / 47

Page 99: Lesson 19: Curve Sketching

. . . . . .

Example

Graph f(x) = x+√

|x|

This function looks strange because of the absolute value. Butwhenever we become nervous, we can just take cases.

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 24 / 47

Page 100: Lesson 19: Curve Sketching

. . . . . .

Example

Graph f(x) = x+√

|x|

This function looks strange because of the absolute value. Butwhenever we become nervous, we can just take cases.

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 24 / 47

Page 101: Lesson 19: Curve Sketching

. . . . . .

Step 0: Finding Zeroes

f(x) = x+√

|x|I First, look at f by itself. We can tell that f(0) = 0 and that f(x) > 0 if

x is positive.

I Are there negative numbers which are zeroes for f?

x+√−x = 0

√−x = −x

−x = x2

x2 + x = 0

The only solutions are x = 0 and x = −1

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 25 / 47

Page 102: Lesson 19: Curve Sketching

. . . . . .

Step 0: Finding Zeroes

f(x) = x+√

|x|I First, look at f by itself. We can tell that f(0) = 0 and that f(x) > 0 if

x is positive.I Are there negative numbers which are zeroes for f?

x+√−x = 0

√−x = −x

−x = x2

x2 + x = 0

The only solutions are x = 0 and x = −1

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 25 / 47

Page 103: Lesson 19: Curve Sketching

. . . . . .

Step 0: Finding Zeroes

f(x) = x+√

|x|I First, look at f by itself. We can tell that f(0) = 0 and that f(x) > 0 if

x is positive.I Are there negative numbers which are zeroes for f?

x+√−x = 0

√−x = −x

−x = x2

x2 + x = 0

The only solutions are x = 0 and x = −1

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 25 / 47

Page 104: Lesson 19: Curve Sketching

. . . . . .

Step 0: Asymptotic behavior

f(x) = x+√

|x|I lim

x→∞f(x) = ∞, because both terms tend to ∞.

I limx→−∞

f(x) is indeterminate of the form −∞+∞. It’s the same aslim

y→+∞(−y+

√y)

limy→+∞

(−y+√y) = lim

y→∞(√y− y) ·

√y+ y√y+ y

= limy→∞

y− y2√y+ y

= −∞

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 26 / 47

Page 105: Lesson 19: Curve Sketching

. . . . . .

Step 0: Asymptotic behavior

f(x) = x+√

|x|I lim

x→∞f(x) = ∞, because both terms tend to ∞.

I limx→−∞

f(x) is indeterminate of the form −∞+∞. It’s the same aslim

y→+∞(−y+

√y)

limy→+∞

(−y+√y) = lim

y→∞(√y− y) ·

√y+ y√y+ y

= limy→∞

y− y2√y+ y

= −∞

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 26 / 47

Page 106: Lesson 19: Curve Sketching

. . . . . .

Step 0: Asymptotic behavior

f(x) = x+√

|x|I lim

x→∞f(x) = ∞, because both terms tend to ∞.

I limx→−∞

f(x) is indeterminate of the form −∞+∞. It’s the same aslim

y→+∞(−y+

√y)

limy→+∞

(−y+√y) = lim

y→∞(√y− y) ·

√y+ y√y+ y

= limy→∞

y− y2√y+ y

= −∞

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 26 / 47

Page 107: Lesson 19: Curve Sketching

. . . . . .

Step 1: The derivative

Remember, f(x) = x+√

|x|.To find f′, first assume x > 0. Then

f′(x) =ddx

(x+

√x)= 1+

12√x

NoticeI f′(x) > 0 when x > 0 (so no critical points here)I lim

x→0+f′(x) = ∞ (so 0 is a critical point)

I limx→∞

f′(x) = 1 (so the graph is asymptotic to a line of slope 1)

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 27 / 47

Page 108: Lesson 19: Curve Sketching

. . . . . .

Step 1: The derivative

Remember, f(x) = x+√

|x|.To find f′, first assume x > 0. Then

f′(x) =ddx

(x+

√x)= 1+

12√x

NoticeI f′(x) > 0 when x > 0 (so no critical points here)

I limx→0+

f′(x) = ∞ (so 0 is a critical point)

I limx→∞

f′(x) = 1 (so the graph is asymptotic to a line of slope 1)

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 27 / 47

Page 109: Lesson 19: Curve Sketching

. . . . . .

Step 1: The derivative

Remember, f(x) = x+√

|x|.To find f′, first assume x > 0. Then

f′(x) =ddx

(x+

√x)= 1+

12√x

NoticeI f′(x) > 0 when x > 0 (so no critical points here)I lim

x→0+f′(x) = ∞ (so 0 is a critical point)

I limx→∞

f′(x) = 1 (so the graph is asymptotic to a line of slope 1)

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 27 / 47

Page 110: Lesson 19: Curve Sketching

. . . . . .

Step 1: The derivative

Remember, f(x) = x+√

|x|.To find f′, first assume x > 0. Then

f′(x) =ddx

(x+

√x)= 1+

12√x

NoticeI f′(x) > 0 when x > 0 (so no critical points here)I lim

x→0+f′(x) = ∞ (so 0 is a critical point)

I limx→∞

f′(x) = 1 (so the graph is asymptotic to a line of slope 1)

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 27 / 47

Page 111: Lesson 19: Curve Sketching

. . . . . .

Step 1: The derivative

Remember, f(x) = x+√

|x|.If x is negative, we have

f′(x) =ddx

(x+

√−x

)= 1− 1

2√−x

NoticeI lim

x→0−f′(x) = −∞ (other side of the critical point)

I limx→−∞

f′(x) = 1 (asymptotic to a line of slope 1)

I f′(x) = 0 when

1− 12√−x

= 0 =⇒√−x =

12

=⇒ −x =14

=⇒ x = −14

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 28 / 47

Page 112: Lesson 19: Curve Sketching

. . . . . .

Step 1: The derivative

Remember, f(x) = x+√

|x|.If x is negative, we have

f′(x) =ddx

(x+

√−x

)= 1− 1

2√−x

NoticeI lim

x→0−f′(x) = −∞ (other side of the critical point)

I limx→−∞

f′(x) = 1 (asymptotic to a line of slope 1)

I f′(x) = 0 when

1− 12√−x

= 0 =⇒√−x =

12

=⇒ −x =14

=⇒ x = −14

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 28 / 47

Page 113: Lesson 19: Curve Sketching

. . . . . .

Step 1: The derivative

Remember, f(x) = x+√

|x|.If x is negative, we have

f′(x) =ddx

(x+

√−x

)= 1− 1

2√−x

NoticeI lim

x→0−f′(x) = −∞ (other side of the critical point)

I limx→−∞

f′(x) = 1 (asymptotic to a line of slope 1)

I f′(x) = 0 when

1− 12√−x

= 0 =⇒√−x =

12

=⇒ −x =14

=⇒ x = −14

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 28 / 47

Page 114: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

f′(x) =

1+

12√x

if x > 0

1− 12√−x

if x < 0

We can’t make a multi-factor sign chart because of the absolute value,but we can test points in between critical points.

. .f′(x)

.f(x).

.−14

.0 ..0

.∓∞

.+ .− .+.↗ .↘ .↗. max. min

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 29 / 47

Page 115: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

f′(x) =

1+

12√x

if x > 0

1− 12√−x

if x < 0

We can’t make a multi-factor sign chart because of the absolute value,but we can test points in between critical points.

. .f′(x)

.f(x).

.−14

.0 ..0

.∓∞.+

.− .+.↗ .↘ .↗. max. min

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 29 / 47

Page 116: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

f′(x) =

1+

12√x

if x > 0

1− 12√−x

if x < 0

We can’t make a multi-factor sign chart because of the absolute value,but we can test points in between critical points.

. .f′(x)

.f(x).

.−14

.0 ..0

.∓∞.+ .−

.+.↗ .↘ .↗. max. min

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 29 / 47

Page 117: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

f′(x) =

1+

12√x

if x > 0

1− 12√−x

if x < 0

We can’t make a multi-factor sign chart because of the absolute value,but we can test points in between critical points.

. .f′(x)

.f(x).

.−14

.0 ..0

.∓∞.+ .− .+

.↗ .↘ .↗. max. min

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 29 / 47

Page 118: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

f′(x) =

1+

12√x

if x > 0

1− 12√−x

if x < 0

We can’t make a multi-factor sign chart because of the absolute value,but we can test points in between critical points.

. .f′(x)

.f(x).

.−14

.0 ..0

.∓∞.+ .− .+.↗

.↘ .↗. max. min

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 29 / 47

Page 119: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

f′(x) =

1+

12√x

if x > 0

1− 12√−x

if x < 0

We can’t make a multi-factor sign chart because of the absolute value,but we can test points in between critical points.

. .f′(x)

.f(x).

.−14

.0 ..0

.∓∞.+ .− .+.↗ .↘

.↗. max. min

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 29 / 47

Page 120: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

f′(x) =

1+

12√x

if x > 0

1− 12√−x

if x < 0

We can’t make a multi-factor sign chart because of the absolute value,but we can test points in between critical points.

. .f′(x)

.f(x).

.−14

.0 ..0

.∓∞.+ .− .+.↗ .↘ .↗

. max. min

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 29 / 47

Page 121: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

f′(x) =

1+

12√x

if x > 0

1− 12√−x

if x < 0

We can’t make a multi-factor sign chart because of the absolute value,but we can test points in between critical points.

. .f′(x)

.f(x).

.−14

.0 ..0

.∓∞.+ .− .+.↗ .↘ .↗. max

.min

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 29 / 47

Page 122: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

f′(x) =

1+

12√x

if x > 0

1− 12√−x

if x < 0

We can’t make a multi-factor sign chart because of the absolute value,but we can test points in between critical points.

. .f′(x)

.f(x).

.−14

.0 ..0

.∓∞.+ .− .+.↗ .↘ .↗. max. min

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 29 / 47

Page 123: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

f′(x) =

1+

12√x

if x > 0

1− 12√−x

if x < 0

We can’t make a multi-factor sign chart because of the absolute value,but we can test points in between critical points.

. .f′(x)

.f(x).

.−14

.0 ..0

.∓∞.+ .− .+.↗ .↘ .↗. max. min

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 29 / 47

Page 124: Lesson 19: Curve Sketching

. . . . . .

Step 2: Concavity

I If x > 0, then

f′′(x) =ddx

(1+

12x−1/2

)= −1

4x−3/2

This is negative whenever x > 0.

I If x < 0, then

f′′(x) =ddx

(1− 1

2(−x)−1/2

)= −1

4(−x)−3/2

which is also always negative for negative x.

I In other words, f′′(x) = −14|x|−3/2.

Here is the sign chart:

. .f′′(x)

.f(x)..0

.−∞.−−.⌢

.

..−−.⌢

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 30 / 47

Page 125: Lesson 19: Curve Sketching

. . . . . .

Step 2: Concavity

I If x > 0, then

f′′(x) =ddx

(1+

12x−1/2

)= −1

4x−3/2

This is negative whenever x > 0.I If x < 0, then

f′′(x) =ddx

(1− 1

2(−x)−1/2

)= −1

4(−x)−3/2

which is also always negative for negative x.

I In other words, f′′(x) = −14|x|−3/2.

Here is the sign chart:

. .f′′(x)

.f(x)..0

.−∞.−−.⌢

.

..−−.⌢

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 30 / 47

Page 126: Lesson 19: Curve Sketching

. . . . . .

Step 2: Concavity

I If x > 0, then

f′′(x) =ddx

(1+

12x−1/2

)= −1

4x−3/2

This is negative whenever x > 0.I If x < 0, then

f′′(x) =ddx

(1− 1

2(−x)−1/2

)= −1

4(−x)−3/2

which is also always negative for negative x.

I In other words, f′′(x) = −14|x|−3/2.

Here is the sign chart:

. .f′′(x)

.f(x)..0

.−∞.−−.⌢

.

..−−.⌢

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 30 / 47

Page 127: Lesson 19: Curve Sketching

. . . . . .

Step 2: Concavity

I If x > 0, then

f′′(x) =ddx

(1+

12x−1/2

)= −1

4x−3/2

This is negative whenever x > 0.I If x < 0, then

f′′(x) =ddx

(1− 1

2(−x)−1/2

)= −1

4(−x)−3/2

which is also always negative for negative x.

I In other words, f′′(x) = −14|x|−3/2.

Here is the sign chart:

. .f′′(x)

.f(x)..0

.−∞.−−.⌢

.

..−−.⌢

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 30 / 47

Page 128: Lesson 19: Curve Sketching

. . . . . .

Step 3: Synthesis

Now we can put these things together.

f(x) = x+√

|x|

. .f′(x)

.monotonicity.

.−14

.0 ..0

.∓∞.+1.↗

.+.↗

.−.↘

.+.↗

.+1.↗.f′′(x)

.concavity..0

.−∞.−−.⌢

.−−.⌢

.−−.⌢

.−∞.⌢

.−∞.⌢.f(x)

.shape.

.−1.0

. zero

..−1

4

.14

. max

..0.0

.min

.−∞ .+∞

." ." . ."

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 31 / 47

Page 129: Lesson 19: Curve Sketching

. . . . . .

Step 3: Synthesis

Now we can put these things together.

f(x) = x+√

|x|

. .f′(x)

.monotonicity.

.−14

.0 ..0

.∓∞.+1.↗

.+.↗

.−.↘

.+.↗

.+1.↗.f′′(x)

.concavity..0

.−∞.−−.⌢

.−−.⌢

.−−.⌢

.−∞.⌢

.−∞.⌢.f(x)

.shape.

.−1.0

. zero

..−1

4

.14

. max

..0.0

.min

.−∞ .+∞."

." . ."

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 31 / 47

Page 130: Lesson 19: Curve Sketching

. . . . . .

Step 3: Synthesis

Now we can put these things together.

f(x) = x+√

|x|

. .f′(x)

.monotonicity.

.−14

.0 ..0

.∓∞.+1.↗

.+.↗

.−.↘

.+.↗

.+1.↗.f′′(x)

.concavity..0

.−∞.−−.⌢

.−−.⌢

.−−.⌢

.−∞.⌢

.−∞.⌢.f(x)

.shape.

.−1.0

. zero

..−1

4

.14

. max

..0.0

.min

.−∞ .+∞." ."

. ."

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 31 / 47

Page 131: Lesson 19: Curve Sketching

. . . . . .

Step 3: Synthesis

Now we can put these things together.

f(x) = x+√

|x|

. .f′(x)

.monotonicity.

.−14

.0 ..0

.∓∞.+1.↗

.+.↗

.−.↘

.+.↗

.+1.↗.f′′(x)

.concavity..0

.−∞.−−.⌢

.−−.⌢

.−−.⌢

.−∞.⌢

.−∞.⌢.f(x)

.shape.

.−1.0

. zero

..−1

4

.14

. max

..0.0

.min

.−∞ .+∞." ." .

."

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 31 / 47

Page 132: Lesson 19: Curve Sketching

. . . . . .

Step 3: Synthesis

Now we can put these things together.

f(x) = x+√

|x|

. .f′(x)

.monotonicity.

.−14

.0 ..0

.∓∞.+1.↗

.+.↗

.−.↘

.+.↗

.+1.↗.f′′(x)

.concavity..0

.−∞.−−.⌢

.−−.⌢

.−−.⌢

.−∞.⌢

.−∞.⌢.f(x)

.shape.

.−1.0

. zero

..−1

4

.14

. max

..0.0

.min

.−∞ .+∞." ." . ."

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 31 / 47

Page 133: Lesson 19: Curve Sketching

. . . . . .

Step 3: Synthesis

Now we can put these things together.

f(x) = x+√

|x|

. .f′(x)

.monotonicity.

.−14

.0 ..0

.∓∞.+1.↗

.+.↗

.−.↘

.+.↗

.+1.↗.f′′(x)

.concavity..0

.−∞.−−.⌢

.−−.⌢

.−−.⌢

.−∞.⌢

.−∞.⌢.f(x)

.shape.

.−1.0

. zero

..−1

4

.14

. max

..0.0

.min

.−∞ .+∞." ." . ."

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 31 / 47

Page 134: Lesson 19: Curve Sketching

. . . . . .

Graph

f(x) = x+√

|x|

.

.f(x)

.shape.

.−1.0

. zero

.−∞ .+∞..−1

4

.14

. max

.−∞ .+∞..0.0

.min

.−∞ .+∞." ." . ."

.x

.f(x)

..(−1,0) .

.(−14 ,

14)

..(0,0)

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 32 / 47

Page 135: Lesson 19: Curve Sketching

. . . . . .

Graph

f(x) = x+√

|x|

.

.f(x)

.shape.

.−1.0

. zero

.−∞ .+∞..−1

4

.14

. max

.−∞ .+∞..0.0

.min

.−∞ .+∞." ." . ."

.x

.f(x)

..(−1,0) .

.(−14 ,

14)

..(0,0)

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 32 / 47

Page 136: Lesson 19: Curve Sketching

. . . . . .

Graph

f(x) = x+√

|x|

.

.f(x)

.shape.

.−1.0

. zero

.−∞ .+∞..−1

4

.14

. max

.−∞ .+∞..0.0

.min

.−∞ .+∞." ." . ."

.x

.f(x)

..(−1,0) .

.(−14 ,

14)

..(0,0)

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 32 / 47

Page 137: Lesson 19: Curve Sketching

. . . . . .

Graph

f(x) = x+√

|x|

.

.f(x)

.shape.

.−1.0

. zero

.−∞ .+∞..−1

4

.14

. max

.−∞ .+∞..0.0

.min

.−∞ .+∞." ." . ."

.x

.f(x)

..(−1,0) .

.(−14 ,

14)

..(0,0)

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 32 / 47

Page 138: Lesson 19: Curve Sketching

. . . . . .

Graph

f(x) = x+√

|x|

.

.f(x)

.shape.

.−1.0

. zero

.−∞ .+∞..−1

4

.14

. max

.−∞ .+∞..0.0

.min

.−∞ .+∞." ." . ."

.x

.f(x)

..(−1,0) .

.(−14 ,

14)

..(0,0)

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 32 / 47

Page 139: Lesson 19: Curve Sketching

. . . . . .

Example

Graph f(x) = xe−x2

Before taking derivatives, we notice that f is odd, that f(0) = 0, andlim

x→∞f(x) = 0

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 33 / 47

Page 140: Lesson 19: Curve Sketching

. . . . . .

Example

Graph f(x) = xe−x2

Before taking derivatives, we notice that f is odd, that f(0) = 0, andlim

x→∞f(x) = 0

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 33 / 47

Page 141: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

If f(x) = xe−x2 , then

f′(x) = 1 · e−x2 + xe−x2(−2x) =(1− 2x2

)e−x2

=(1−

√2x

)(1+

√2x

)e−x2

The factor e−x2 is always positive so it doesn’t figure into the sign off′(x). So our sign chart looks like this:

. .1−√2x.

.√

1/2

.0.+ .+ .−

.1+√2x.

.−√

1/2

.0.− .+ .+

.f′(x)

.f(x).

.−√

1/2

.0

.min

..√

1/2

.0

. max

.−.↘

.+.↗

.−.↘

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 34 / 47

Page 142: Lesson 19: Curve Sketching

. . . . . .

Step 2: Concavity

If f′(x) = (1− 2x2)e−x2 , we know

f′′(x) = (−4x)e−x2 + (1− 2x2)e−x2(−2x) =(4x3 − 6x

)e−x2

= 2x(2x2 − 3)e−x2

. .2x..0.0.− .− .+ .+

.√2x−

√3.

.√

3/2

.0.− .− .− .+

.√2x+

√3.

.−√

3/2

.0.− .+ .+ .+

.f′′(x)

.f(x).

.−√

3/2

.0

.IP

..0.0

.IP

..√

3/2

.0

.IP

.−−.⌢

.++.⌣

.−−.⌢

.++.⌣

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 35 / 47

Page 143: Lesson 19: Curve Sketching

. . . . . .

Step 3: Synthesis

f(x) = xe−x2

. .f′(x)

.monotonicity.

.−√

1/2

.0 ..√

1/2

.0.−.↘

.−.↘

.+.↗

.+.↗

.−.↘

.−.↘

.f′′(x)

.concavity.

.−√

3/2

.0 ..0.0 .

.√

3/2

.0.−−.⌢

.++.⌣

.++.⌣

.−−.⌢

.−−.⌢

.++.⌣

.f(x)

.shape.

.−√

1/2

.− 1√2e

.min

..√

1/2

. 1√2e

. max

..−√

3/2

.−√

32e3

.IP

..0.0

.IP

..√

3/2

.√

32e3

.IP

. . . " ." . .

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 36 / 47

Page 144: Lesson 19: Curve Sketching

. . . . . .

Step 4: Graph

.

.x

.f(x)

.f(x) = xe−x2

..(−√

1/2,− 1√2e

)

..(√

1/2, 1√2e

)

.

.(−√

3/2,−√

32e3

)..(0,0)

..(√

3/2,√

32e3

)

.f(x)

.shape.

.−√

1/2

.− 1√2e

.min

..√

1/2

. 1√2e

. max

..−√

3/2

.−√

32e3

.IP

..0.0

.IP

..√

3/2

.√

32e3

.IP

. . . " ." . .

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 37 / 47

Page 145: Lesson 19: Curve Sketching

. . . . . .

Example

Graph f(x) =1x+

1x2

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 38 / 47

Page 146: Lesson 19: Curve Sketching

. . . . . .

Step 0

Find when f is positive, negative, zero, not defined.

We need to factor f:

f(x) =1x+

1x2

=x+ 1x2

.

This means f is 0 at −1 and has trouble at 0. In fact,

limx→0

x+ 1x2

= ∞,

so x = 0 is a vertical asymptote of the graph. We can make a signchart as follows:

. .x+ 1..0.−1

.− .+

.x2..0.0

.+ .+

.f(x)..∞.0

..0.−1

.− .+ .+

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 39 / 47

Page 147: Lesson 19: Curve Sketching

. . . . . .

Step 0

Find when f is positive, negative, zero, not defined. We need to factor f:

f(x) =1x+

1x2

=x+ 1x2

.

This means f is 0 at −1 and has trouble at 0. In fact,

limx→0

x+ 1x2

= ∞,

so x = 0 is a vertical asymptote of the graph.

We can make a signchart as follows:

. .x+ 1..0.−1

.− .+

.x2..0.0

.+ .+

.f(x)..∞.0

..0.−1

.− .+ .+

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 39 / 47

Page 148: Lesson 19: Curve Sketching

. . . . . .

Step 0

Find when f is positive, negative, zero, not defined. We need to factor f:

f(x) =1x+

1x2

=x+ 1x2

.

This means f is 0 at −1 and has trouble at 0. In fact,

limx→0

x+ 1x2

= ∞,

so x = 0 is a vertical asymptote of the graph. We can make a signchart as follows:

. .x+ 1..0.−1

.− .+

.x2..0.0

.+ .+

.f(x)..∞.0

..0.−1

.− .+ .+

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 39 / 47

Page 149: Lesson 19: Curve Sketching

. . . . . .

Step 0, continued

For horizontal asymptotes, notice that

limx→∞

x+ 1x2

= 0,

so y = 0 is a horizontal asymptote of the graph. The same is true at−∞.

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 40 / 47

Page 150: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

We havef′(x) = − 1

x2− 2

x3= −x+ 2

x3.

The critical points are x = −2 and x = 0. We have the following signchart:

. .−(x+ 2)..0.−2

.+ .−

.x3..0.0

.− .+

.f′(x)

.f(x)..∞.0

..0.−2

.− .+ .−.↘ .↗ .↘

.min .VA

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 41 / 47

Page 151: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

We havef′(x) = − 1

x2− 2

x3= −x+ 2

x3.

The critical points are x = −2 and x = 0. We have the following signchart:

. .−(x+ 2)..0.−2

.+ .−

.x3..0.0

.− .+

.f′(x)

.f(x)..∞.0

..0.−2

.− .+ .−.↘ .↗ .↘

.min .VA

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 41 / 47

Page 152: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

We havef′(x) = − 1

x2− 2

x3= −x+ 2

x3.

The critical points are x = −2 and x = 0. We have the following signchart:

. .−(x+ 2)..0.−2

.+ .−

.x3..0.0

.− .+

.f′(x)

.f(x)..∞.0

..0.−2

.− .+ .−

.↘ .↗ .↘.min .VA

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 41 / 47

Page 153: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

We havef′(x) = − 1

x2− 2

x3= −x+ 2

x3.

The critical points are x = −2 and x = 0. We have the following signchart:

. .−(x+ 2)..0.−2

.+ .−

.x3..0.0

.− .+

.f′(x)

.f(x)..∞.0

..0.−2

.− .+ .−.↘

.↗ .↘.min .VA

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 41 / 47

Page 154: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

We havef′(x) = − 1

x2− 2

x3= −x+ 2

x3.

The critical points are x = −2 and x = 0. We have the following signchart:

. .−(x+ 2)..0.−2

.+ .−

.x3..0.0

.− .+

.f′(x)

.f(x)..∞.0

..0.−2

.− .+ .−.↘ .↗

.↘.min .VA

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 41 / 47

Page 155: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

We havef′(x) = − 1

x2− 2

x3= −x+ 2

x3.

The critical points are x = −2 and x = 0. We have the following signchart:

. .−(x+ 2)..0.−2

.+ .−

.x3..0.0

.− .+

.f′(x)

.f(x)..∞.0

..0.−2

.− .+ .−.↘ .↗ .↘

.min .VA

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 41 / 47

Page 156: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

We havef′(x) = − 1

x2− 2

x3= −x+ 2

x3.

The critical points are x = −2 and x = 0. We have the following signchart:

. .−(x+ 2)..0.−2

.+ .−

.x3..0.0

.− .+

.f′(x)

.f(x)..∞.0

..0.−2

.− .+ .−.↘ .↗ .↘

.min

.VA

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 41 / 47

Page 157: Lesson 19: Curve Sketching

. . . . . .

Step 1: Monotonicity

We havef′(x) = − 1

x2− 2

x3= −x+ 2

x3.

The critical points are x = −2 and x = 0. We have the following signchart:

. .−(x+ 2)..0.−2

.+ .−

.x3..0.0

.− .+

.f′(x)

.f(x)..∞.0

..0.−2

.− .+ .−.↘ .↗ .↘

.min .VA

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 41 / 47

Page 158: Lesson 19: Curve Sketching

. . . . . .

Step 2: Concavity

We havef′′(x) =

2x3

+6x4

=2(x+ 3)

x4.

The critical points of f′ are −3 and 0. Sign chart:

. .(x+ 3)..0.−3

.− .+

.x4..0.0

.+ .+

.f′′(x)

.f(x)..∞.0

..0.−3

.−− .++ .++.⌢ .⌣ .⌣

.IP .VA

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 42 / 47

Page 159: Lesson 19: Curve Sketching

. . . . . .

Step 2: Concavity

We havef′′(x) =

2x3

+6x4

=2(x+ 3)

x4.

The critical points of f′ are −3 and 0. Sign chart:

. .(x+ 3)..0.−3

.− .+

.x4..0.0

.+ .+

.f′′(x)

.f(x)..∞.0

..0.−3

.−− .++ .++.⌢ .⌣ .⌣

.IP .VA

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 42 / 47

Page 160: Lesson 19: Curve Sketching

. . . . . .

Step 2: Concavity

We havef′′(x) =

2x3

+6x4

=2(x+ 3)

x4.

The critical points of f′ are −3 and 0. Sign chart:

. .(x+ 3)..0.−3

.− .+

.x4..0.0

.+ .+

.f′′(x)

.f(x)..∞.0

..0.−3

.−−

.++ .++.⌢ .⌣ .⌣

.IP .VA

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 42 / 47

Page 161: Lesson 19: Curve Sketching

. . . . . .

Step 2: Concavity

We havef′′(x) =

2x3

+6x4

=2(x+ 3)

x4.

The critical points of f′ are −3 and 0. Sign chart:

. .(x+ 3)..0.−3

.− .+

.x4..0.0

.+ .+

.f′′(x)

.f(x)..∞.0

..0.−3

.−− .++

.++.⌢ .⌣ .⌣

.IP .VA

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 42 / 47

Page 162: Lesson 19: Curve Sketching

. . . . . .

Step 2: Concavity

We havef′′(x) =

2x3

+6x4

=2(x+ 3)

x4.

The critical points of f′ are −3 and 0. Sign chart:

. .(x+ 3)..0.−3

.− .+

.x4..0.0

.+ .+

.f′′(x)

.f(x)..∞.0

..0.−3

.−− .++ .++

.⌢ .⌣ .⌣.IP .VA

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 42 / 47

Page 163: Lesson 19: Curve Sketching

. . . . . .

Step 2: Concavity

We havef′′(x) =

2x3

+6x4

=2(x+ 3)

x4.

The critical points of f′ are −3 and 0. Sign chart:

. .(x+ 3)..0.−3

.− .+

.x4..0.0

.+ .+

.f′′(x)

.f(x)..∞.0

..0.−3

.−− .++ .++.⌢

.⌣ .⌣.IP .VA

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 42 / 47

Page 164: Lesson 19: Curve Sketching

. . . . . .

Step 2: Concavity

We havef′′(x) =

2x3

+6x4

=2(x+ 3)

x4.

The critical points of f′ are −3 and 0. Sign chart:

. .(x+ 3)..0.−3

.− .+

.x4..0.0

.+ .+

.f′′(x)

.f(x)..∞.0

..0.−3

.−− .++ .++.⌢ .⌣

.⌣.IP .VA

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 42 / 47

Page 165: Lesson 19: Curve Sketching

. . . . . .

Step 2: Concavity

We havef′′(x) =

2x3

+6x4

=2(x+ 3)

x4.

The critical points of f′ are −3 and 0. Sign chart:

. .(x+ 3)..0.−3

.− .+

.x4..0.0

.+ .+

.f′′(x)

.f(x)..∞.0

..0.−3

.−− .++ .++.⌢ .⌣ .⌣

.IP .VA

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 42 / 47

Page 166: Lesson 19: Curve Sketching

. . . . . .

Step 2: Concavity

We havef′′(x) =

2x3

+6x4

=2(x+ 3)

x4.

The critical points of f′ are −3 and 0. Sign chart:

. .(x+ 3)..0.−3

.− .+

.x4..0.0

.+ .+

.f′′(x)

.f(x)..∞.0

..0.−3

.−− .++ .++.⌢ .⌣ .⌣

.IP

.VA

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 42 / 47

Page 167: Lesson 19: Curve Sketching

. . . . . .

Step 2: Concavity

We havef′′(x) =

2x3

+6x4

=2(x+ 3)

x4.

The critical points of f′ are −3 and 0. Sign chart:

. .(x+ 3)..0.−3

.− .+

.x4..0.0

.+ .+

.f′′(x)

.f(x)..∞.0

..0.−3

.−− .++ .++.⌢ .⌣ .⌣

.IP .VA

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 42 / 47

Page 168: Lesson 19: Curve Sketching

. . . . . .

Step 3: Synthesis

.

.f′

.monotonicity..∞.0

..0.−2

.− .+ .−.↘ .↗ .↘

.f′′

.concavity..∞.0

..0.−3

.−− .++ .++.⌢ .⌣ .⌣

.f

.shape of f..∞.0

..0.−1

..−2

.−1/4..−3

.−2/9

.−∞.0

.∞.0

.− .+ .+

.HA . .IP . .min . " .0 . " .VA . .HA

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 43 / 47

Page 169: Lesson 19: Curve Sketching

. . . . . .

Step 3: Synthesis

.

.f′

.monotonicity..∞.0

..0.−2

.− .+ .−.↘ .↗ .↘

.f′′

.concavity..∞.0

..0.−3

.−− .++ .++.⌢ .⌣ .⌣

.f

.shape of f..∞.0

..0.−1

..−2

.−1/4..−3

.−2/9

.−∞.0

.∞.0

.− .+ .+.HA

. .IP . .min . " .0 . " .VA . .HA

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 43 / 47

Page 170: Lesson 19: Curve Sketching

. . . . . .

Step 3: Synthesis

.

.f′

.monotonicity..∞.0

..0.−2

.− .+ .−.↘ .↗ .↘

.f′′

.concavity..∞.0

..0.−3

.−− .++ .++.⌢ .⌣ .⌣

.f

.shape of f..∞.0

..0.−1

..−2

.−1/4..−3

.−2/9

.−∞.0

.∞.0

.− .+ .+.HA .

.IP . .min . " .0 . " .VA . .HA

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 43 / 47

Page 171: Lesson 19: Curve Sketching

. . . . . .

Step 3: Synthesis

.

.f′

.monotonicity..∞.0

..0.−2

.− .+ .−.↘ .↗ .↘

.f′′

.concavity..∞.0

..0.−3

.−− .++ .++.⌢ .⌣ .⌣

.f

.shape of f..∞.0

..0.−1

..−2

.−1/4..−3

.−2/9

.−∞.0

.∞.0

.− .+ .+.HA . .IP

. .min . " .0 . " .VA . .HA

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 43 / 47

Page 172: Lesson 19: Curve Sketching

. . . . . .

Step 3: Synthesis

.

.f′

.monotonicity..∞.0

..0.−2

.− .+ .−.↘ .↗ .↘

.f′′

.concavity..∞.0

..0.−3

.−− .++ .++.⌢ .⌣ .⌣

.f

.shape of f..∞.0

..0.−1

..−2

.−1/4..−3

.−2/9

.−∞.0

.∞.0

.− .+ .+.HA . .IP .

.min . " .0 . " .VA . .HA

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 43 / 47

Page 173: Lesson 19: Curve Sketching

. . . . . .

Step 3: Synthesis

.

.f′

.monotonicity..∞.0

..0.−2

.− .+ .−.↘ .↗ .↘

.f′′

.concavity..∞.0

..0.−3

.−− .++ .++.⌢ .⌣ .⌣

.f

.shape of f..∞.0

..0.−1

..−2

.−1/4..−3

.−2/9

.−∞.0

.∞.0

.− .+ .+.HA . .IP . .min

. " .0 . " .VA . .HA

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 43 / 47

Page 174: Lesson 19: Curve Sketching

. . . . . .

Step 3: Synthesis

.

.f′

.monotonicity..∞.0

..0.−2

.− .+ .−.↘ .↗ .↘

.f′′

.concavity..∞.0

..0.−3

.−− .++ .++.⌢ .⌣ .⌣

.f

.shape of f..∞.0

..0.−1

..−2

.−1/4..−3

.−2/9

.−∞.0

.∞.0

.− .+ .+.HA . .IP . .min . "

.0 . " .VA . .HA

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 43 / 47

Page 175: Lesson 19: Curve Sketching

. . . . . .

Step 3: Synthesis

.

.f′

.monotonicity..∞.0

..0.−2

.− .+ .−.↘ .↗ .↘

.f′′

.concavity..∞.0

..0.−3

.−− .++ .++.⌢ .⌣ .⌣

.f

.shape of f..∞.0

..0.−1

..−2

.−1/4..−3

.−2/9

.−∞.0

.∞.0

.− .+ .+.HA . .IP . .min . " .0

. " .VA . .HA

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 43 / 47

Page 176: Lesson 19: Curve Sketching

. . . . . .

Step 3: Synthesis

.

.f′

.monotonicity..∞.0

..0.−2

.− .+ .−.↘ .↗ .↘

.f′′

.concavity..∞.0

..0.−3

.−− .++ .++.⌢ .⌣ .⌣

.f

.shape of f..∞.0

..0.−1

..−2

.−1/4..−3

.−2/9

.−∞.0

.∞.0

.− .+ .+.HA . .IP . .min . " .0 . "

.VA . .HA

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 43 / 47

Page 177: Lesson 19: Curve Sketching

. . . . . .

Step 3: Synthesis

.

.f′

.monotonicity..∞.0

..0.−2

.− .+ .−.↘ .↗ .↘

.f′′

.concavity..∞.0

..0.−3

.−− .++ .++.⌢ .⌣ .⌣

.f

.shape of f..∞.0

..0.−1

..−2

.−1/4..−3

.−2/9

.−∞.0

.∞.0

.− .+ .+.HA . .IP . .min . " .0 . " .VA

. .HA

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 43 / 47

Page 178: Lesson 19: Curve Sketching

. . . . . .

Step 3: Synthesis

.

.f′

.monotonicity..∞.0

..0.−2

.− .+ .−.↘ .↗ .↘

.f′′

.concavity..∞.0

..0.−3

.−− .++ .++.⌢ .⌣ .⌣

.f

.shape of f..∞.0

..0.−1

..−2

.−1/4..−3

.−2/9

.−∞.0

.∞.0

.− .+ .+.HA . .IP . .min . " .0 . " .VA .

.HA

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 43 / 47

Page 179: Lesson 19: Curve Sketching

. . . . . .

Step 3: Synthesis

.

.f′

.monotonicity..∞.0

..0.−2

.− .+ .−.↘ .↗ .↘

.f′′

.concavity..∞.0

..0.−3

.−− .++ .++.⌢ .⌣ .⌣

.f

.shape of f..∞.0

..0.−1

..−2

.−1/4..−3

.−2/9

.−∞.0

.∞.0

.− .+ .+.HA . .IP . .min . " .0 . " .VA . .HA

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 43 / 47

Page 180: Lesson 19: Curve Sketching

. . . . . .

Step 4: Graph

. .x

.y

..(−3,−2/9)

..(−2,−1/4)

.f

.shape of f..∞.0

..0.−1

..−2

.−1/4..−3

.−2/9

.−∞.0

.∞.0

.− .+ .+.HA . .IP . .min . " .0 . ".VA . .HA

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 44 / 47

Page 181: Lesson 19: Curve Sketching

. . . . . .

ProblemGraph f(x) = cos x− x

. .x

.y

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 45 / 47

Page 182: Lesson 19: Curve Sketching

. . . . . .

ProblemGraph f(x) = cos x− x

. .x

.y

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 45 / 47

Page 183: Lesson 19: Curve Sketching

. . . . . .

ProblemGraph f(x) = x ln x2

. .x

.y

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 46 / 47

Page 184: Lesson 19: Curve Sketching

. . . . . .

ProblemGraph f(x) = x ln x2

. .x

.y

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 46 / 47

Page 185: Lesson 19: Curve Sketching

. . . . . .

Graphing Checklist

To graph a function f, follow this plan:0. Find when f is positive, negative, zero,

not defined.1. Find f′ and form its sign chart. Conclude

information about increasing/decreasingand local max/min.

2. Find f′′ and form its sign chart. Concludeconcave up/concave down and inflection.

3. Put together a big chart to assemblemonotonicity and concavity data

4. Graph!

V63.0121, Calculus I (NYU) Section 4.4 Curve Sketching April 1, 2010 47 / 47