ap c unit 1 1-dimension a quick review of basic kinematic variables difference in math application...

49
AP C UNIT 1 1-Dimension •A quick review of basic kinematic variables •Difference in math application towards physics •Differentiation (Calculus)

Upload: jose-gallagher

Post on 26-Mar-2015

226 views

Category:

Documents


8 download

TRANSCRIPT

Page 1: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

AP C UNIT 11-Dimension

•A quick review of basic kinematic variables

•Difference in math application towards physics

•Differentiation (Calculus)

Page 2: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

Definitions

• Distance (x)• Displacement ( ) • Speed (v)• Velocity ( )• Avg = 2 pts in time, Instantaneous = 1pt in time

x

v

Page 3: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

Definitions

• Acceleration ( ) • If v = constant, then a = ?• Velocity is maximum when acceleration is• Position is maximum when velocity is• Be careful of signs

a

zerozero

Page 4: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

Calculus vs Algebra

• In HP, all problems were solved using a constant variable in the equations.

• Graphical analysis used lines of constant slope.• In APC, it requires utilizing the tool of differential

& integral calculus to further probe physics principles where variables might be changing.

• The “down & dirty” calculus skills presented here are not meant to replace those you learned/about to learn in your calculus class. Note a mixed ability group of Calc AB and BC.

Page 5: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

Calculus – Differentiation & Slope

Last year we formulated linear regression lines of best fit, chose 2 points on the line, and determined the slope. No matter what 2 points were chosen, obviously, the slope was always the same since it was constant.

Page 6: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

But what happens when we have a non-linear function? In the graph below, the slope varies from point to point. Trying to calculate Δy/Δx from A to B we would yield a negative slope, from B to C it would yield a positive slope, and from A to C, a zero slope.

To find the slope at ‘A’, we can examine a point just above and just below ‘A’. The closer those points are to ‘A’ (and to each other), the more accurately they would describe the slope at that point.

Page 7: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

This idea is to compute the rate of change as the limiting value of the ratio of the differences Δy/Δx as Δx becomes infinitely small. It follows that this limit is the exact slope of the tangent.

Such a tiny or infinitesimal change in x and y is denoted by dx and dy, where we replace Δy/Δx with dy/dx.

Page 8: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

• Differentiating or taking the derivative, f’(x), of a function, f (x), equates to the slope of the tangent line at a point when the run is reduced to such a small value…an instantaneous point

• To find instantaneous velocity at a point in time, we use the following notation (recall Δ was for 2pts in time)

limΔt 0 dt

dx

t

x

dx is a differential distance and dt is a differential time which is a fancy way of saying very, very small. In technical terms, dx is what happens to Δx in the limit when Δx approaches zero.

instv

Page 9: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

• To find instantaneous acceleration at a point in time, we use the following notation

2

2

)(dt

xd

dt

dx

dt

d

dt

dvainst

1st derivative of velocity or 2nd derivative of displacement

Page 10: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

Calculus Rules - Differentiation(down & dirty method…your calc teacher will fill in the details)

Rule #1: Derivative of a Constant

*Derivative of a constant is zero

If f(x) = 5, then f’(x) = 0.

Rule #2: Power Rule

If f(x) = xn , then f’(x) = nxn-1.

If f(x) = 5x2 + 3, then f’(x) = 2(5x1) + 0 = 10x…using derivative of constant & power rule.

NOTE that we are just finding slopes of a tangent using these rules

Page 11: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

When a function reaches its maximum or minimum value, it must turn around where its slope = 0

Maximum and Minimum points (ie; when does max velocity occur?)

Relative maxima

relative minimum

y

x1 x2 x3 x

Thus, the derivative when evaluated at x1 , x2 ,x3 will equal zero and allows us to determine where max or min occurs.

Page 12: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

Example: f(x) = x3 – 6x2 + 9x + 1

To find max or min values, set f’(x) = 0 and solve.f’ (x) = 3x2 – 12x + 9 = 0 = 3(x2 – 4x + 3) = 0 x = 1 and x = 3 (extreme points)

This is where the extreme points are….are they a max or min?

2nd Derivative Test: To find if it’s max or min (concavity), take 2nd derivative of functionf’’(x) = 6x-12Plug in extrema value. If f’’(x) < 0, then it’s a Max If f’’(x) > 0, then it’s a Minx = 1 is max since you get -6x = 3 is min since you get +6You could also plug in values above and below the extrema values (1 & 3) into the 1st derivative to determine if slope is incr or decreasing to determine concavity.Essentially, the 2nd derivative is looking at how the 1st derivative is changing.

Page 13: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

ExampleThe position of a particle is given by:

x(t) = 7.8 + 9.2t – 2.1t3

a) Find the velocity of particle at t = 3.0s.

b) Find the maximum position of particle.

Practiceworksheet

Page 14: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

Calculus - IntegrationIntegration is the reverse of differentiation where an integral is called the anti-derivative. Much like finding the slope of the tangent line at a point for differentiation, integration is finding the area under the curve or function. Like finding area for a v-t graph which equals displacement.

Last year we only looked area for linear functions such as:

Page 15: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

However, if the function is not linear, we must use calculus. We could estimate the area by breaking the curve up into many rectangles and summing them up which can approximate the area. The more rectangles we use (smaller width), the better the estimation.

Page 16: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

Consider the function at the left where we wish to find area from A to C. The problem is that the height keeps changing as we move from A to C along the function.

In order to minimize this problem (height changing), we focus on a very small region of the graph, where the height is relatively stable. Start by picking a point x along x-axis and another point extremely close but beyond it, (x+dx). Drawing vertical lines at these two points where they meet the function yields a shaded region.

Page 17: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

If we treat this region as a rectangle, its area is equal to the height f(x) times the tiny width dx.

Obviously the shaded region isn't a rectangle, but as dx becomes smaller—as we bring the right side toward the left—the height change becomes less significant, and the region more closely resembles a rectangle.

We now just use an infinite amount of tiny rectangles and sum them up.

As dx approaches zero, this approximation becomes perfect: the height will equal f(x) on both left and right ends of rectangle…the area of the shaded region = f(x)*dx.

Page 18: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

C

A

dxxf )(

‘S’ looking symbol means to sum up

Page 19: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

Calculus Rules - IntegrationRule #1: Power Rule

Cxdxax nnan 1

1

where C is a constant and n ≠ -1

If f(x) = 6x2, then the integral of that function is:

Page 20: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

DEFINITE INTEGRALS (these integrals are evaluated between 2 values)

Consider f(x) = 4x2 + 5x + 3. Evaluate the integral between the values of 1 and 2.

For each of the following expressions determine the indefinite integral with respect to time: (a) v(t) = 6t3 − 5t(b) a(t) = 3t2 − 4t + 7(c) a(t) = 10 + t−2

(d) v(t) = 2t5 − t4/3

Page 21: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

Using the Constant, C.Acceleration of a bus is given by:

a(t) = 1.2t

a) If vbus = 5.0m/s at t = 1.0s, what is vbus at t = 2.0s?

b) If position of bus is 6.0m at t = 1.0s, find position at t = 2.0s?

Page 22: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

Constant Acceleration Eqns

v

v

t

o

dvadtdt

dva

0

atvvvvat oo

x

x

t

o

dxvdtdt

dxv

0

x

x

tt

o

x

x

t

o

o

o

dxtdtadtv

dxdtatv

00

0)(

From above

2

21 attvx o

Use substitution to get other two equations

a

vvt o

t

vva o

tvv

x o )2

(

axvv o 222

Page 23: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

Example: A car sits at a light. When light turns green, it accelerates at a constant rate of 2.5m/s2. At the moment the acceleration begins, a truck moves past the car with a uniform speed of 15m/s.

At what position beyond the starting point does the car overtake the truck?

Page 24: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

A pair of identical balls are simultaneously released on a pair of equal length tracks, A and B, as shown. Friction is minimal. Both balls reach the ends of their tracks at the samea)timeb)speedc)Both of thesed)None of these

QUESTION

Page 25: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

Graphical Analysis

i) Describes position of particle with respect to timeii) Slope (Δx/Δt) indicates the velocity of the particle (mag & dirn)

Position vs Time (x vs t):

Average Velocity (displacement/time) is slope of the secant line

Instantaneous Velocity is slope of the tangent line

Page 26: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)
Page 27: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

Velocity vs Time (v vs t):i) Describes velocity of particle with respect to timeii) Slope (Δv/Δt) indicates the acceleration of the particle (mag &

dirn)

Average Acceleration (velocity/time) is slope of the secant line

Instantaneous Acceleration is slope of the tangent line

Page 28: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

Note that particle can have negative velocity and positive acceleration

Page 29: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

Area indicates the displacement of particle

Page 30: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

Acceleration vs Time (a vs t):

i) Describes acceleration of particle with respect to time

ii) Area equates to change in velocity

Page 31: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

Sketch the x vs t, v vs t, and a vs t graphs for the diagram assuming the ball stays in contact with the surface of ramp at all times.

x v a

*Graph worksheet

Page 32: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

Freefall

Assume no air friction where acceleration due to gravity on Earth is given by a = ‘g’ = -9.8m/s2.

Objects in freefall are always accelerating downwards towards center of Earth.

Can change based on location.

In 1D, what is the value of velocity at apex of flight?

What is the value of acceleration at apex?

Page 33: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

A balloonist, riding in the basket of a hot air balloon that is rising at 10.0m/s, releases a sandbag when the balloon is 40.8m above the ground. Determine the velocity of the bag when it hits the ground.

Sketch a graph of x, v, and a vs t for motion of sandbag

Page 34: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

A model rocket is fired from rest vertically and ascends with a constant vertical acceleration of 4.0m/s2 for 6.0s. Its fuel is then exhausted and it continues as a free-fall particle. What is the total time elapsed from takeoff to striking the Earth?

Page 35: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

A. TERMS DEFINED

*SCALAR *VECTOR

22 bac

B. ADDITION / SUBTRACTION METHODS

*2 OR MORE VECTORS COMBINED YIELDS RESULTANT

*GRAPHICAL

HEAD 2 TAIL, PARALLELOGRAM

*ANALYTICAL

VECTORS

Page 36: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

*SUBTRACTION

C. COMPONENTS

aX= acosθ ay= asinθ

)( baba

22yx aaa

x

y

a

atan

Page 37: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

i

j

k

E. UNIT VECTOR

•Vector with magnitude = 1 w/ direction•Lacks dimension & unit•Purpose is to ‘point’

LABELED

ˆ = hat, replaces

jaiaa yxˆˆ

a

bthese are vector

components of and jbibb yxˆˆ

ax and ay are scalar components of a

Page 38: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

EXAMPLE

Find the vector sum,

r in unit vector notation.

a = (4.2m)

i - (1.5m)

j

b = (-1.6m)

i + (2.9m)

j

c = (-3.7m)

j

Page 39: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

jyixr ˆˆ

jyyixxrrr ˆ)(ˆ)( 121212

Find displacement of particle as it moves from

jir ˆ2ˆ31 to jir ˆ4ˆ92

.

The position of a particle that moves in both the x & y plane at the same time can be described by:

< position vector >

2-D Motion

Page 40: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

t

rvavg

Similarly, it’s velocity is described as:

jdt

dyi

dt

dx

dt

rdvinst ˆˆ

instv has a direction that is always tangent to path of

particle

2

2

dt

rd

dt

vda

Example:

jtittr ˆ)2

11(ˆ)43( 23

find instv

and insta

for arbitrary times.

It’s acceleration is described as:

Page 41: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

Projectiles

Page 42: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

Neglecting air resistance,

Horizontal velocity = constant

Vertical velocity changes

Horizontal acceleration = zero

Vertical acceleration = ‘g’

tvtvxrange oox cos

gtvgtvv ooyy sin

22

2

1sin

2

1gttvygttvyy oooyo

Page 43: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

a) Rank the paths (use only the symbols > or = , for example, a>b=c) according to time of flight, greatest first.

b) Rank the paths (use only the symbols > or = , for example, a>b=c) according to initial speed, greatest first.

Page 44: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

y

x

Derive an expression to solve for minimum initial v to just clear gap (ignoring bike width)

θ

Page 45: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

Relative VelocityUsed whenever you see “velocity relative to” or “velocity with respect to”, addition and subtraction of velocities is done so by utilizing a subscript method.

vAC = vAB + vBC

Label each object with its F.O.R.

You want the inner subscripts to match up

Switching the order of subscripts is like multiplying by negative 1 where vAB = -vBA

vAC refers to velocity of A relative to C

Page 46: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

Example: A car is moving north at 88km/h when a truck approaches it from the other direction moving at 104km/h.a) What is the truck’s velocity relative to the car?

b) What is the car’s velocity relative to truck?

c) How do relative velocities change after the pass each other?

Page 47: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

2D example:A supersonic aircraft is moving in still air with a constant velocity of . jhkmihkm ˆ)/20(ˆ)/200(

Suddenly, at t = 0 a wind gusts with a velocity of . Assuming the pilot makes no attempt to correct for wind, find plane’s displacement after 1hr relative to ground.

jthkmithkm ˆ)/30(ˆ)/20( 232

Page 48: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)

A canoe has a velocity of 0.40m/s SE relative to the Earth. The canoe is on a river flowing 0.50m/s East relative to the Earth. Find velocity of canoe relative to the river.

Page 49: AP C UNIT 1 1-Dimension A quick review of basic kinematic variables Difference in math application towards physics Differentiation (Calculus)