SlideShare une entreprise Scribd logo
1  sur  16
Télécharger pour lire hors ligne
Absolute Value in Algebra
Absolute Value means ...
... how far a number is from zero:

"6" is 6 away from zero,
and "−6" is also 6 away from zero.
So the absolute value of 6 is 6,
and the absolute value of −6 is also 6

Absolute Value Symbol
To show you want the absolute value of something, you put "|" marks either
side (called "bars"), like these examples:

|−5| = 5

|7| = 7

The "|" can be found just above the enter key on most keyboards.

More Formal
So, when a number is positive or zero we leave it alone, when it is negative we
change it to positive.
This can all be written like this:

Which says the absolute value of x equals:




x when x is greater than zero
0 when x equals 0
−x when x is less than zero (this "flips" the number back to positive)
Example: what is |−17| ?
Well, it is less than zero, so we need to calculate "−x":
− ( −17 ) = 17
(Because two minuses make a plus)

Useful Properties
Here are some properties of absolute values that can be useful:

|a| ≥ 0 always!
That makes sense ... |a| can never be less than zero.

|a| = √(a2)
Squaring a makes it positive or zero (for a as a Real Number). Then
taking the square root will "undo" the squaring, but leave it positive or
zero.

|a × b| = |a| × |b|
Means these are the same:


the absolute value of (a times b), and



(the absolute value of a) times (the absolute value of b).

Which can also be useful when solving

|u| = a is the same as u = ±a and vice versa
Which is often the key to solving most absolute value questions.

Example: solve |x+2|=5
Using "|u| = a is the same as u = ±a":
this:
is the same as this:

|x+2|=5
x+2 = ±5

Which will have two solutions:
x+2 = −5

x+2 = +5

x = −7

x=3

Graphically
Let us graph that example:

|x+2| = 5
It is easier to graph if you have an "=0" equation, so subtract 5 from both
sides:

|x+2| − 5 = 0
And here is the plot of |x+2|−5, but just for fun let's make the graph by
shifting it around:
then shift it left to make
it|x+2|

Start with |x|

then shift it down to make
it|x+2|-5

And you can see the two solutions: −7 or +3.

Absolute Value Inequalities
Mixing Absolute Values and Inequalites needs a little care!
There are 4 inequalities:

<

≤

less than

less than
or equal to

>
greater than

≥
greater than
or equal to

Less Than, Less Than or Equal To
With "<" and "≤" you get one interval centered on zero:

Example: Solve |x| < 3
This means the distance from x to zero must be less than 3:

Everything in between (but not including) -3 and 3
It can be rewritten as:

−3 < x < 3
And as an interval it can be written as:

(−3, 3)

The same thing works for "Less Than or Equal To":

Example: Solve |x| ≤ 3
Everything in between and including -3 and 3
It can be rewritten as:

−3 ≤ x ≤ 3
And as an interval it can be written as:

[−3, 3]

How about a bigger example?

Example: Solve |3x-6| ≤ 12
Rewrite it as:

−12 ≤ 3x−6 ≤ 12
Add 6:

−6 ≤ 3x ≤ 18
Lastly, multiply by (1/3). Because you are multiplying by a positive
number, the inequalities will not change:

−2 ≤ x ≤ 6
Done!
And as an interval it can be written as:

Greater Than, Greater Than or Equal To
This is different ... you get two separate intervals:

Example: Solve |x| > 3
It looks like this:

Up to -3 or from 3 onwards

[−2, 6]
It can be rewritten as

x < −3

or

As an interval it can be written as:

x>3
(−∞, −3) U (3, +∞)

Careful! Do not write it as

−3 > x > 3
"x" cannot be less than -3 and greater than 3 at the same time
It is really:

x < −3

or

x>3

"x" is less than −3 or greater than 3

The same thing works for "Greater Than or Equal To":

Example: Solve |x| ≥ 3
Can be rewritten as

x ≤ −3

or

As an interval it can be written as:

x≥3
(−∞, −3] U [3, +∞)

Limits (An Introduction)

Approaching
Sometimes you can't work something out directly ... but you can see what it
should be as you get closer and closer!
Let's use this function as an example:

(x2-1)/(x-1)
And let's work it out for x=1:
(12-1)/(1-1) = (1-1)/(1-1) = 0/0
Now 0/0 is a difficulty! We don't really know the value of 0/0, so we need
another way of answering this.
So instead of trying to work it out for x=1 let's try approaching it closer and
closer:
x

(x2-1)/(x-1)

0.5

1.50000

0.9

1.90000

0.99

1.99000

0.999

1.99900

0.9999

1.99990

0.99999

1.99999

...

...

Now we can see that as x gets close to 1, then (x2-1)/(x-1) gets close to 2
We are now faced with an interesting situation:



When x=1 we don't know the answer (it is indeterminate)
But we can see that it is going to be 2

We want to give the answer "2" but can't, so instead mathematicians say
exactly what is going on by using the special word "limit"

The limit of (x2-1)/(x-1) as x approaches 1 is 2
And it is written in symbols as:
Right Hand Limit
x

(x2-1)/(x-1)

1.5

2.50000

1.1

2.10000

1.01

2.01000

1.001

2.00100

1.0001

2.00010

1.00001

2.00001

x

(x2-1)/(x-1)

0.5

1.50000

0.9

1.90000

0.99

1.99000

0.999

1.99900

0.9999

1.99990

0.99999

1.99999

...

...

Left Hand Limit

Continuous Functions

Example: f(x) = (x2-1)/(x-1) for all Real Numbers

The function is undefined when x=1:
(x2-1)/(x-1) = (12-1)/(1-1) = 0/0
So it is not a continuous function
Let us change the domain:

Example: g(x) = (x2-1)/(x-1) over the interval x<1
Almost the same function, but now it is over an interval that
does not include x=1.
So now it is a continuous function (does not include the "hole")

Introduction to Differentiation
It is all about calculating the Derivatives!

Introduction to Derivatives
It is all about slope!

Slope
=

Change in Y
Change in X

You can find an average slope between two points.
We will use the slope formula:

Slope =

Change in Y
Change in X

=

Δy
Δx

To find the derivative of a function y = f(x)
And follow these steps:

· Fill in this slope formula:

Δy
=

Δx

f(x+Δx) f(x)
Δx

· Simplify it as best you can,
· Then make Δx shrink
towards zero.

Example: the function f(x) = x2
We know f(x) = x2, and can calculate f(x+Δx) :
Start with: f(x+Δx) = (x+Δx)2
Expand (x + Δx)2: f(x+Δx) = x2 + 2x Δx + (Δx)2

x2 + 2x Δx + (Δx)2 - x2

f(x+Δx) - f(x)
Fill in the slope formula:

=
Δx

Δx
2x Δx + (Δx)2

Simplify (x2 and -x2 cancel):

=
Δx

Simplify more (divide through by Δx):

= 2x + Δx
And then as Δx heads towards 0 we get:

= 2x

Result: the derivative of x2 is 2x

Derivative Rules
Common Functions

Function

Derivative

c

0

x

1

Square

x2

2x

Square Root

√x

(½)x-½

Exponential

ex

ex

ax

ax(ln a)

ln(x)

1/x

loga(x)

1 / (x ln(a))

sin(x)

cos(x)

cos(x)

-sin(x)

tan(x)

sec2(x)

sin-1(x)

1/√(1-x2)

Constant

Logarithms

Trigonometry (x is in radians)
tan-1(x)

1/(1+x2)

Function

Derivative

Multiplication by constant

cf

cf’

Power Rule

xn

nxn-1

Sum Rule

f+g

f’ + g’

Difference Rule

f-g

f’ - g’

Product Rule

fg

f g’ + f’ g

Quotient Rule

f/g

(f’ g - g’ f )/g2

Reciprocal Rule

1/f

-f’/f2

Chain Rule
(as "Composition of Functions")

fºg

(f’ º g) × g’

Chain Rule (in a different form)

f(g(x))

f’(g(x))g’(x)

Rules

Power Rule
Example: What is

x3 ?

The question is asking "what is the derivative of x3?"
We can use the Power Rule, where n=3:

xn = nxn-1
x3 = 3x3-1 = 3x2
Example: What is

(1/x) ?

1/x is also x-1
We can use the Power Rule, where n=-1:

xn = nxn-1
x-1 = -1x-1-1 = -x-2

Multiplication by constant
Example: What is

5x3 ?
the derivative of cf = cf’
the derivative of 5f = 5f’

We know (from the Power Rule):

x3 = 3x3-1 = 3x2
So:

5x3 = 5

x3 = 5 × 3x2 = 15x2

Sum Rule
Example: What is the derivative of x2+x3 ?
The Sum Rule says:

the derivative of f + g = f’ + g’
So we can work out each derivative separately and then add them.
Using the Power Rule:


x2 = 2x



x3 = 3x2
And so:

the derivative of x2 + x3 = 2x + 3x2
Difference Rule
It doesn't have to be x, we can differentiate with respect to, for example, v:

Example: What is

(v3-v4) ?

The Difference Rule says

the derivative of f - g = f’ - g’
So we can work out each derivative separately and then subtract them.
Using the Power Rule:


v3 = 3v2



v4 = 4v3
And so:

the derivative of v3 - v4 = 3v2 - 4v3

Sum, Difference, Constant Multiplication And Power Rules
Example: What is

(5z2 + z3 - 7z4) ?

Using the Power Rule:


z2 = 2z



z3 = 3z2



z4 = 4z3
And so:

(5z2 + z3 - 7z4) = 5 × 2z + 3z2 - 7 × 4z3 = 10z + 3z2 - 28z3

Reciprocal Rule
Example: What is

(1/x) ?

The Reciprocal Rule says:

the derivative of 1/f = -f’/f2
With f(x)= x, we know that f’(x) = 1
So:

the derivative of 1/x = -1/x2
Which is the same result we got above using the Power Rule.

Chain Rule
Example: What is

(5x-2)3 ?

The Chain Rule says:

the derivative of f(g(x)) = f’(g(x))g’(x)
(5x-2) is made up of g3 and 5x-2:
3




f(g) = g3
g(x) = 5x-2

The individual derivatives are:



f'(g) = 3g2 (by the Power Rule)
g'(x) = 5

So:

(5x-2)3 = 3g(x)2 × 5 = 15(5x-2)2

Transcendental Function
Value is never ending cannot be calculated in a finite number of
steps

Example: What is

sin(x2) ?

sin(x2) is made up of sin() and x2:



f(g) = sin(g)
g(x) = x2
The Chain Rule says:

the derivative of f(g(x)) = f'(g(x))g'(x)
The individual derivatives are:



f'(g) = cos(g)
g'(x) = 2x
So:

sin(x2) = cos(g(x)) × 2x = 2x cos(x2)

Contenu connexe

Tendances

Module 2 polynomial functions
Module 2   polynomial functionsModule 2   polynomial functions
Module 2 polynomial functionsdionesioable
 
Lesson 11: Implicit Differentiation
Lesson 11: Implicit DifferentiationLesson 11: Implicit Differentiation
Lesson 11: Implicit DifferentiationMatthew Leingang
 
Polynomials Grade 10
Polynomials Grade 10Polynomials Grade 10
Polynomials Grade 10ingroy
 
Dividing Polynomials Slide Share
Dividing Polynomials Slide ShareDividing Polynomials Slide Share
Dividing Polynomials Slide ShareKristen T
 
Simultaneous equations - Vedic Maths Training Classes Pune - Bhushan 9370571465
Simultaneous equations - Vedic Maths Training Classes Pune - Bhushan 9370571465Simultaneous equations - Vedic Maths Training Classes Pune - Bhushan 9370571465
Simultaneous equations - Vedic Maths Training Classes Pune - Bhushan 9370571465Bhushan Kulkarni
 
Simultaneous equations
Simultaneous equations Simultaneous equations
Simultaneous equations fisayo omoniyi
 
Differentiation index problems
Differentiation index problemsDifferentiation index problems
Differentiation index problemsShaun Wilson
 
Ecuaciones de primer grado
Ecuaciones de primer gradoEcuaciones de primer grado
Ecuaciones de primer gradoPamela2306
 
Solving quadratic equations
Solving quadratic equationsSolving quadratic equations
Solving quadratic equationskbrach
 
Factoring quadratic expressions
Factoring quadratic expressionsFactoring quadratic expressions
Factoring quadratic expressionsAlicia Jane
 
Sulalgtrig7e Isg 1 4
Sulalgtrig7e Isg 1 4Sulalgtrig7e Isg 1 4
Sulalgtrig7e Isg 1 4Joseph Eulo
 

Tendances (20)

Module 2 polynomial functions
Module 2   polynomial functionsModule 2   polynomial functions
Module 2 polynomial functions
 
Sect4 2
Sect4 2Sect4 2
Sect4 2
 
Lesson 11: Implicit Differentiation
Lesson 11: Implicit DifferentiationLesson 11: Implicit Differentiation
Lesson 11: Implicit Differentiation
 
Sect4 1
Sect4 1Sect4 1
Sect4 1
 
Ch05 5
Ch05 5Ch05 5
Ch05 5
 
Simultaneous equation
Simultaneous equationSimultaneous equation
Simultaneous equation
 
Branch&bound at
Branch&bound atBranch&bound at
Branch&bound at
 
Polynomials Grade 10
Polynomials Grade 10Polynomials Grade 10
Polynomials Grade 10
 
Polynomials
PolynomialsPolynomials
Polynomials
 
Dividing Polynomials Slide Share
Dividing Polynomials Slide ShareDividing Polynomials Slide Share
Dividing Polynomials Slide Share
 
Simultaneous equations - Vedic Maths Training Classes Pune - Bhushan 9370571465
Simultaneous equations - Vedic Maths Training Classes Pune - Bhushan 9370571465Simultaneous equations - Vedic Maths Training Classes Pune - Bhushan 9370571465
Simultaneous equations - Vedic Maths Training Classes Pune - Bhushan 9370571465
 
Simultaneous equations
Simultaneous equations Simultaneous equations
Simultaneous equations
 
Algebraic Expression
Algebraic ExpressionAlgebraic Expression
Algebraic Expression
 
Chapter 2(limits)
Chapter 2(limits)Chapter 2(limits)
Chapter 2(limits)
 
Differentiation index problems
Differentiation index problemsDifferentiation index problems
Differentiation index problems
 
Polynomial 
Polynomial Polynomial 
Polynomial 
 
Ecuaciones de primer grado
Ecuaciones de primer gradoEcuaciones de primer grado
Ecuaciones de primer grado
 
Solving quadratic equations
Solving quadratic equationsSolving quadratic equations
Solving quadratic equations
 
Factoring quadratic expressions
Factoring quadratic expressionsFactoring quadratic expressions
Factoring quadratic expressions
 
Sulalgtrig7e Isg 1 4
Sulalgtrig7e Isg 1 4Sulalgtrig7e Isg 1 4
Sulalgtrig7e Isg 1 4
 

En vedette

Concepts of Maxima And Minima
Concepts of Maxima And MinimaConcepts of Maxima And Minima
Concepts of Maxima And MinimaJitin Pillai
 
Maxima and minima 01
Maxima and minima 01Maxima and minima 01
Maxima and minima 01physics101
 
Increasing decreasing functions
Increasing decreasing functionsIncreasing decreasing functions
Increasing decreasing functionsShaun Wilson
 
Limits and their applications
Limits and their applicationsLimits and their applications
Limits and their applicationsHaroun Elmir
 
Different types of functions
Different types of functionsDifferent types of functions
Different types of functionsKatrina Young
 
Limits and continuity powerpoint
Limits and continuity powerpointLimits and continuity powerpoint
Limits and continuity powerpointcanalculus
 
Increasing and decreasing functions ap calc sec 3.3
Increasing and decreasing functions ap calc sec 3.3Increasing and decreasing functions ap calc sec 3.3
Increasing and decreasing functions ap calc sec 3.3Ron Eick
 

En vedette (8)

Concepts of Maxima And Minima
Concepts of Maxima And MinimaConcepts of Maxima And Minima
Concepts of Maxima And Minima
 
Maxima and minima 01
Maxima and minima 01Maxima and minima 01
Maxima and minima 01
 
Increasing decreasing functions
Increasing decreasing functionsIncreasing decreasing functions
Increasing decreasing functions
 
Maxima and minima
Maxima and minimaMaxima and minima
Maxima and minima
 
Limits and their applications
Limits and their applicationsLimits and their applications
Limits and their applications
 
Different types of functions
Different types of functionsDifferent types of functions
Different types of functions
 
Limits and continuity powerpoint
Limits and continuity powerpointLimits and continuity powerpoint
Limits and continuity powerpoint
 
Increasing and decreasing functions ap calc sec 3.3
Increasing and decreasing functions ap calc sec 3.3Increasing and decreasing functions ap calc sec 3.3
Increasing and decreasing functions ap calc sec 3.3
 

Similaire à Math lecture 9 (Absolute Value in Algebra)

Maths Revision - GCSE And Additional Notes
Maths Revision - GCSE And Additional NotesMaths Revision - GCSE And Additional Notes
Maths Revision - GCSE And Additional NotesKatie B
 
Tricks to remember the quadratic equation.ACTION RESEARCH ON MATHS
Tricks to remember the quadratic equation.ACTION RESEARCH ON MATHSTricks to remember the quadratic equation.ACTION RESEARCH ON MATHS
Tricks to remember the quadratic equation.ACTION RESEARCH ON MATHSangelbindusingh
 
Resolver inecuaciones 2009.pdf
Resolver inecuaciones 2009.pdfResolver inecuaciones 2009.pdf
Resolver inecuaciones 2009.pdfedwinllantoy2
 
Factoring polynomials
Factoring polynomialsFactoring polynomials
Factoring polynomialsArvy Crescini
 
Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1Brit4
 
Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1Harsh Arora
 
Quadratic Equation
Quadratic EquationQuadratic Equation
Quadratic Equationkusharma
 
quadratic equations.pptx
quadratic equations.pptxquadratic equations.pptx
quadratic equations.pptxKirtiChauhan62
 
Analytic Geometry Period 1
Analytic Geometry Period 1Analytic Geometry Period 1
Analytic Geometry Period 1ingroy
 
Calculus 08 techniques_of_integration
Calculus 08 techniques_of_integrationCalculus 08 techniques_of_integration
Calculus 08 techniques_of_integrationtutulk
 
Introduction to calculus
Introduction to calculusIntroduction to calculus
Introduction to calculussheetslibrary
 

Similaire à Math lecture 9 (Absolute Value in Algebra) (20)

Jackson d.e.v.
Jackson d.e.v.Jackson d.e.v.
Jackson d.e.v.
 
Maths Revision - GCSE And Additional Notes
Maths Revision - GCSE And Additional NotesMaths Revision - GCSE And Additional Notes
Maths Revision - GCSE And Additional Notes
 
Tricks to remember the quadratic equation.ACTION RESEARCH ON MATHS
Tricks to remember the quadratic equation.ACTION RESEARCH ON MATHSTricks to remember the quadratic equation.ACTION RESEARCH ON MATHS
Tricks to remember the quadratic equation.ACTION RESEARCH ON MATHS
 
Quadratic equations
Quadratic equationsQuadratic equations
Quadratic equations
 
0010 chapter iii
0010 chapter iii0010 chapter iii
0010 chapter iii
 
Resolver inecuaciones 2009.pdf
Resolver inecuaciones 2009.pdfResolver inecuaciones 2009.pdf
Resolver inecuaciones 2009.pdf
 
Calculus Assignment Help
Calculus Assignment HelpCalculus Assignment Help
Calculus Assignment Help
 
Algebra
AlgebraAlgebra
Algebra
 
Algebra part 2
Algebra part 2Algebra part 2
Algebra part 2
 
Factoring polynomials
Factoring polynomialsFactoring polynomials
Factoring polynomials
 
Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1
 
Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1
 
Quadratic Equation
Quadratic EquationQuadratic Equation
Quadratic Equation
 
Calculus Homework Help
Calculus Homework HelpCalculus Homework Help
Calculus Homework Help
 
inequalities
 inequalities inequalities
inequalities
 
quadratic equations.pptx
quadratic equations.pptxquadratic equations.pptx
quadratic equations.pptx
 
Analytic Geometry Period 1
Analytic Geometry Period 1Analytic Geometry Period 1
Analytic Geometry Period 1
 
Calculus 08 techniques_of_integration
Calculus 08 techniques_of_integrationCalculus 08 techniques_of_integration
Calculus 08 techniques_of_integration
 
Quadraticequation
QuadraticequationQuadraticequation
Quadraticequation
 
Introduction to calculus
Introduction to calculusIntroduction to calculus
Introduction to calculus
 

Plus de Osama Zahid

Various Casting Techniques
Various Casting TechniquesVarious Casting Techniques
Various Casting TechniquesOsama Zahid
 
Basic rope work & restraining of animals
Basic rope work & restraining of animalsBasic rope work & restraining of animals
Basic rope work & restraining of animalsOsama Zahid
 
Restraining of Animals
Restraining of AnimalsRestraining of Animals
Restraining of AnimalsOsama Zahid
 
Ticks (Soft and Hard)
Ticks (Soft and Hard)Ticks (Soft and Hard)
Ticks (Soft and Hard)Osama Zahid
 
Cyclorrapha by shoaib
Cyclorrapha by shoaibCyclorrapha by shoaib
Cyclorrapha by shoaibOsama Zahid
 
Ticks identification
Ticks identificationTicks identification
Ticks identificationOsama Zahid
 
Butterfly by asad aslam
Butterfly by asad aslamButterfly by asad aslam
Butterfly by asad aslamOsama Zahid
 
Ixodes (Hard Ticks)
Ixodes (Hard Ticks)Ixodes (Hard Ticks)
Ixodes (Hard Ticks)Osama Zahid
 
Brachycera by maham
Brachycera by mahamBrachycera by maham
Brachycera by mahamOsama Zahid
 
Hyalomma (Ticks)
Hyalomma (Ticks)Hyalomma (Ticks)
Hyalomma (Ticks)Osama Zahid
 
Brachycera by 17 , 18 ,30
Brachycera by 17 , 18 ,30Brachycera by 17 , 18 ,30
Brachycera by 17 , 18 ,30Osama Zahid
 
Fleas by jalees mirza
Fleas by jalees mirzaFleas by jalees mirza
Fleas by jalees mirzaOsama Zahid
 
Amblyomma variegatum (Ticks)
Amblyomma variegatum (Ticks)Amblyomma variegatum (Ticks)
Amblyomma variegatum (Ticks)Osama Zahid
 
Amblyomma (Ticks)
Amblyomma (Ticks)Amblyomma (Ticks)
Amblyomma (Ticks)Osama Zahid
 
Drug Dosage Forms
Drug Dosage FormsDrug Dosage Forms
Drug Dosage FormsOsama Zahid
 
Factors Affecting the Productivity of Small Ruminants
Factors Affecting the Productivity of Small RuminantsFactors Affecting the Productivity of Small Ruminants
Factors Affecting the Productivity of Small RuminantsOsama Zahid
 

Plus de Osama Zahid (20)

Various Casting Techniques
Various Casting TechniquesVarious Casting Techniques
Various Casting Techniques
 
Basic rope work & restraining of animals
Basic rope work & restraining of animalsBasic rope work & restraining of animals
Basic rope work & restraining of animals
 
Restraining of Animals
Restraining of AnimalsRestraining of Animals
Restraining of Animals
 
Ticks (Soft and Hard)
Ticks (Soft and Hard)Ticks (Soft and Hard)
Ticks (Soft and Hard)
 
Cyclorrapha by shoaib
Cyclorrapha by shoaibCyclorrapha by shoaib
Cyclorrapha by shoaib
 
Ticks identification
Ticks identificationTicks identification
Ticks identification
 
Butterfly by asad aslam
Butterfly by asad aslamButterfly by asad aslam
Butterfly by asad aslam
 
Soft ticks
Soft ticksSoft ticks
Soft ticks
 
Ixodes (Hard Ticks)
Ixodes (Hard Ticks)Ixodes (Hard Ticks)
Ixodes (Hard Ticks)
 
Brachycera by maham
Brachycera by mahamBrachycera by maham
Brachycera by maham
 
Hyalomma (Ticks)
Hyalomma (Ticks)Hyalomma (Ticks)
Hyalomma (Ticks)
 
Brachycera by 17 , 18 ,30
Brachycera by 17 , 18 ,30Brachycera by 17 , 18 ,30
Brachycera by 17 , 18 ,30
 
Fleas by jalees mirza
Fleas by jalees mirzaFleas by jalees mirza
Fleas by jalees mirza
 
Flea lecture
Flea lectureFlea lecture
Flea lecture
 
Amblyomma variegatum (Ticks)
Amblyomma variegatum (Ticks)Amblyomma variegatum (Ticks)
Amblyomma variegatum (Ticks)
 
Bugs
BugsBugs
Bugs
 
Amblyomma (Ticks)
Amblyomma (Ticks)Amblyomma (Ticks)
Amblyomma (Ticks)
 
Drug Dosage Forms
Drug Dosage FormsDrug Dosage Forms
Drug Dosage Forms
 
Factors Affecting the Productivity of Small Ruminants
Factors Affecting the Productivity of Small RuminantsFactors Affecting the Productivity of Small Ruminants
Factors Affecting the Productivity of Small Ruminants
 
Helminthology
HelminthologyHelminthology
Helminthology
 

Dernier

Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...PsychoTech Services
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 

Dernier (20)

Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 

Math lecture 9 (Absolute Value in Algebra)

  • 1. Absolute Value in Algebra Absolute Value means ... ... how far a number is from zero: "6" is 6 away from zero, and "−6" is also 6 away from zero. So the absolute value of 6 is 6, and the absolute value of −6 is also 6 Absolute Value Symbol To show you want the absolute value of something, you put "|" marks either side (called "bars"), like these examples: |−5| = 5 |7| = 7 The "|" can be found just above the enter key on most keyboards. More Formal So, when a number is positive or zero we leave it alone, when it is negative we change it to positive.
  • 2. This can all be written like this: Which says the absolute value of x equals:    x when x is greater than zero 0 when x equals 0 −x when x is less than zero (this "flips" the number back to positive) Example: what is |−17| ? Well, it is less than zero, so we need to calculate "−x": − ( −17 ) = 17 (Because two minuses make a plus) Useful Properties Here are some properties of absolute values that can be useful: |a| ≥ 0 always! That makes sense ... |a| can never be less than zero. |a| = √(a2) Squaring a makes it positive or zero (for a as a Real Number). Then taking the square root will "undo" the squaring, but leave it positive or zero. |a × b| = |a| × |b|
  • 3. Means these are the same:  the absolute value of (a times b), and  (the absolute value of a) times (the absolute value of b). Which can also be useful when solving |u| = a is the same as u = ±a and vice versa Which is often the key to solving most absolute value questions. Example: solve |x+2|=5 Using "|u| = a is the same as u = ±a": this: is the same as this: |x+2|=5 x+2 = ±5 Which will have two solutions: x+2 = −5 x+2 = +5 x = −7 x=3 Graphically Let us graph that example: |x+2| = 5 It is easier to graph if you have an "=0" equation, so subtract 5 from both sides: |x+2| − 5 = 0 And here is the plot of |x+2|−5, but just for fun let's make the graph by shifting it around:
  • 4. then shift it left to make it|x+2| Start with |x| then shift it down to make it|x+2|-5 And you can see the two solutions: −7 or +3. Absolute Value Inequalities Mixing Absolute Values and Inequalites needs a little care! There are 4 inequalities: < ≤ less than less than or equal to > greater than ≥ greater than or equal to Less Than, Less Than or Equal To With "<" and "≤" you get one interval centered on zero: Example: Solve |x| < 3 This means the distance from x to zero must be less than 3: Everything in between (but not including) -3 and 3
  • 5. It can be rewritten as: −3 < x < 3 And as an interval it can be written as: (−3, 3) The same thing works for "Less Than or Equal To": Example: Solve |x| ≤ 3 Everything in between and including -3 and 3 It can be rewritten as: −3 ≤ x ≤ 3 And as an interval it can be written as: [−3, 3] How about a bigger example? Example: Solve |3x-6| ≤ 12 Rewrite it as: −12 ≤ 3x−6 ≤ 12 Add 6: −6 ≤ 3x ≤ 18 Lastly, multiply by (1/3). Because you are multiplying by a positive number, the inequalities will not change: −2 ≤ x ≤ 6 Done! And as an interval it can be written as: Greater Than, Greater Than or Equal To This is different ... you get two separate intervals: Example: Solve |x| > 3 It looks like this: Up to -3 or from 3 onwards [−2, 6]
  • 6. It can be rewritten as x < −3 or As an interval it can be written as: x>3 (−∞, −3) U (3, +∞) Careful! Do not write it as −3 > x > 3 "x" cannot be less than -3 and greater than 3 at the same time It is really: x < −3 or x>3 "x" is less than −3 or greater than 3 The same thing works for "Greater Than or Equal To": Example: Solve |x| ≥ 3 Can be rewritten as x ≤ −3 or As an interval it can be written as: x≥3 (−∞, −3] U [3, +∞) Limits (An Introduction) Approaching Sometimes you can't work something out directly ... but you can see what it should be as you get closer and closer! Let's use this function as an example: (x2-1)/(x-1) And let's work it out for x=1:
  • 7. (12-1)/(1-1) = (1-1)/(1-1) = 0/0 Now 0/0 is a difficulty! We don't really know the value of 0/0, so we need another way of answering this. So instead of trying to work it out for x=1 let's try approaching it closer and closer: x (x2-1)/(x-1) 0.5 1.50000 0.9 1.90000 0.99 1.99000 0.999 1.99900 0.9999 1.99990 0.99999 1.99999 ... ... Now we can see that as x gets close to 1, then (x2-1)/(x-1) gets close to 2 We are now faced with an interesting situation:   When x=1 we don't know the answer (it is indeterminate) But we can see that it is going to be 2 We want to give the answer "2" but can't, so instead mathematicians say exactly what is going on by using the special word "limit" The limit of (x2-1)/(x-1) as x approaches 1 is 2 And it is written in symbols as:
  • 8. Right Hand Limit x (x2-1)/(x-1) 1.5 2.50000 1.1 2.10000 1.01 2.01000 1.001 2.00100 1.0001 2.00010 1.00001 2.00001 x (x2-1)/(x-1) 0.5 1.50000 0.9 1.90000 0.99 1.99000 0.999 1.99900 0.9999 1.99990 0.99999 1.99999 ... ... Left Hand Limit Continuous Functions Example: f(x) = (x2-1)/(x-1) for all Real Numbers The function is undefined when x=1: (x2-1)/(x-1) = (12-1)/(1-1) = 0/0 So it is not a continuous function
  • 9. Let us change the domain: Example: g(x) = (x2-1)/(x-1) over the interval x<1 Almost the same function, but now it is over an interval that does not include x=1. So now it is a continuous function (does not include the "hole") Introduction to Differentiation It is all about calculating the Derivatives! Introduction to Derivatives It is all about slope! Slope = Change in Y Change in X You can find an average slope between two points.
  • 10. We will use the slope formula: Slope = Change in Y Change in X = Δy Δx To find the derivative of a function y = f(x) And follow these steps: · Fill in this slope formula: Δy = Δx f(x+Δx) f(x) Δx · Simplify it as best you can, · Then make Δx shrink towards zero. Example: the function f(x) = x2 We know f(x) = x2, and can calculate f(x+Δx) : Start with: f(x+Δx) = (x+Δx)2 Expand (x + Δx)2: f(x+Δx) = x2 + 2x Δx + (Δx)2 x2 + 2x Δx + (Δx)2 - x2 f(x+Δx) - f(x) Fill in the slope formula: = Δx Δx 2x Δx + (Δx)2 Simplify (x2 and -x2 cancel): = Δx Simplify more (divide through by Δx): = 2x + Δx
  • 11. And then as Δx heads towards 0 we get: = 2x Result: the derivative of x2 is 2x Derivative Rules Common Functions Function Derivative c 0 x 1 Square x2 2x Square Root √x (½)x-½ Exponential ex ex ax ax(ln a) ln(x) 1/x loga(x) 1 / (x ln(a)) sin(x) cos(x) cos(x) -sin(x) tan(x) sec2(x) sin-1(x) 1/√(1-x2) Constant Logarithms Trigonometry (x is in radians)
  • 12. tan-1(x) 1/(1+x2) Function Derivative Multiplication by constant cf cf’ Power Rule xn nxn-1 Sum Rule f+g f’ + g’ Difference Rule f-g f’ - g’ Product Rule fg f g’ + f’ g Quotient Rule f/g (f’ g - g’ f )/g2 Reciprocal Rule 1/f -f’/f2 Chain Rule (as "Composition of Functions") fºg (f’ º g) × g’ Chain Rule (in a different form) f(g(x)) f’(g(x))g’(x) Rules Power Rule Example: What is x3 ? The question is asking "what is the derivative of x3?" We can use the Power Rule, where n=3: xn = nxn-1 x3 = 3x3-1 = 3x2
  • 13. Example: What is (1/x) ? 1/x is also x-1 We can use the Power Rule, where n=-1: xn = nxn-1 x-1 = -1x-1-1 = -x-2 Multiplication by constant Example: What is 5x3 ? the derivative of cf = cf’ the derivative of 5f = 5f’ We know (from the Power Rule): x3 = 3x3-1 = 3x2 So: 5x3 = 5 x3 = 5 × 3x2 = 15x2 Sum Rule Example: What is the derivative of x2+x3 ? The Sum Rule says: the derivative of f + g = f’ + g’ So we can work out each derivative separately and then add them. Using the Power Rule:  x2 = 2x  x3 = 3x2 And so: the derivative of x2 + x3 = 2x + 3x2
  • 14. Difference Rule It doesn't have to be x, we can differentiate with respect to, for example, v: Example: What is (v3-v4) ? The Difference Rule says the derivative of f - g = f’ - g’ So we can work out each derivative separately and then subtract them. Using the Power Rule:  v3 = 3v2  v4 = 4v3 And so: the derivative of v3 - v4 = 3v2 - 4v3 Sum, Difference, Constant Multiplication And Power Rules Example: What is (5z2 + z3 - 7z4) ? Using the Power Rule:  z2 = 2z  z3 = 3z2  z4 = 4z3 And so: (5z2 + z3 - 7z4) = 5 × 2z + 3z2 - 7 × 4z3 = 10z + 3z2 - 28z3 Reciprocal Rule Example: What is (1/x) ? The Reciprocal Rule says: the derivative of 1/f = -f’/f2 With f(x)= x, we know that f’(x) = 1
  • 15. So: the derivative of 1/x = -1/x2 Which is the same result we got above using the Power Rule. Chain Rule Example: What is (5x-2)3 ? The Chain Rule says: the derivative of f(g(x)) = f’(g(x))g’(x) (5x-2) is made up of g3 and 5x-2: 3   f(g) = g3 g(x) = 5x-2 The individual derivatives are:   f'(g) = 3g2 (by the Power Rule) g'(x) = 5 So: (5x-2)3 = 3g(x)2 × 5 = 15(5x-2)2 Transcendental Function Value is never ending cannot be calculated in a finite number of steps Example: What is sin(x2) ? sin(x2) is made up of sin() and x2:   f(g) = sin(g) g(x) = x2 The Chain Rule says: the derivative of f(g(x)) = f'(g(x))g'(x)
  • 16. The individual derivatives are:   f'(g) = cos(g) g'(x) = 2x So: sin(x2) = cos(g(x)) × 2x = 2x cos(x2)