SlideShare a Scribd company logo
1 of 30
Index
 MAXIMA AND MINIMA OF FUNCTION OF
TWO VARIABLE.
 TANGENT PLANE AND NORMAL LINE TO A
SURFACE
 TAYLOR’s EXPANSION FOR FUNCTION OF TWO
VARIABLES.
 LAGRANGE’s METHOD OF UNDETERMINED
MULTIPLES.
MAXIMA AND MINIMA OF FUNCTION OF
TWO VARIABLE
 The Function f(x,y) is maximum at (x,y) if for all
small positive or negative values of h and k; we have
 f(x+h , y+k) – f(x,y) < 0
 Similarly f(x,y) is minimum at (x,y) if for all small
positive or negative values of h and k, we have
 f(x+h , y+k) – f(x,y) > 0
 Thus ,from the defination of maximum of f(x,y) at
(x,y) we note that f(x+h , y+k) – f(x,y) preserves the
same sign for a maximum it is negative and for a
minimum it is positive
 Working rule to find maximum and minimum values
of a function f(x,y)
 (1) find ∂f/∂x and ∂f/∂y
 (2) a necessary condition for maximum or minimum
value is ∂f/∂x=0 , ∂f/∂y=0
MAXIMA AND MINIMA OF FUNCTION OF
TWO VARIABLE
 solve simultaneous equations ∂f/∂x=0 , ∂f/∂y=0
 Let (a₁,b₁) , (a₂,b₂) … be the solutions of these
equations.
 Find ∂²f/∂x²=r ,
 ∂²f/∂x ∂y=s ,
 ∂²f/∂y²=t
MAXIMA AND MINIMA OF FUNCTION OF
TWO VARIABLE
 (3) a sufficient condition for maximum or minimum
value is rt-s²>0.
 (4 a ) if r>0 or t>0 at one or more points then those are
the points of minima.
 (4 b) if r<0 or t<0 at one or more points then those
points are the points of maxima.
 (5) if rt-s²<0 ,then there are no maximum or minimum
at these points. Such points are called saddle points.
MAXIMA AND MINIMA OF FUNCTION OF
TWO VARIABLE
 (6) if rt-s²=0 nothing can be said about the maxima
or minima .it requires further investigation.
 (7) if r=0 nothing can be said about the maximum or
minima . It requires further investigation.
MAXIMA AND MINIMA OF FUNCTION OF
TWO VARIABLE
 Example
discuss the maxima and minima of
xy+27(1/x + 1/y)
∂f/∂x=y-(27/x²) ,
∂f/∂y=x-(27/y²)
For max. or min ,values we have ∂f/∂x=0 , ∂f/∂y=0.
y-(27/x²)=0…(1)
x-(27/y²)=0…(2)
Giving x=y=3
MAXIMA AND MINIMA OF FUNCTION OF
TWO VARIABLE
∂²f/∂x²=r =54/x³
∂²f/∂x ∂y=s=1 ,
∂²f/∂y²=t=27/y³
r(3,3)=3
s(3,3)=1
t(3,3)=3
rt-s²=9-1=8>o , since r,t are both >0
We get minimum value at x=y=3 which is 27.
MAXIMA AND MINIMA OF FUNCTION OF
TWO VARIABLE
TANGENT PLANE AND NORMAL LINE
 LET THE EQUATION OF THE SURFACE BE
f(x,y,z)=0
 The equation of the tangent plane at P(x₁,y₁,z₁) to
the surface is
 (x-x₁)(∂f/∂x)p + (y-y₁)(∂f/∂y)p +(z-z₁)(∂f/∂z)p=0
And the equations of the normal to the surface at
P(x₁,y₁,z₁) which is a line through P are:
 x-x₁/ (∂f/∂x)p = y-y₁/(∂f/∂y)p = z-z₁/(∂f/∂z)p
 Example
find the equations of the tangent plane and normal
to the surface z=x²+y² at the point (1,-1,2).
∂f/∂x=-2x
∂f/∂y=-2y
∂f/∂z=1
TANGENT PLANE AND NORMAL LINE
 At (1,-1,2),
∂f/∂x=-2
∂f/∂y=2
∂f/∂z=1
Therefore equation of the tangent plane at (1,-1,2) is
(x-1)(-2)+(y+1)(2)+(z-2)(1)=0
Or -2x+2+2y+2+z-2=0
Or 2x-2y-z=2
Equations of the normal are
x-1/-2 = y+1/2 = z-2/1
TANGENT PLANE AND NORMAL LINE
TAYLOR’S & MACLAURIN’S SERIES
 (Taylor’s series):-If f(x) is an infinitely
differentiable function of x which can be expanded as
a convergent power series in (x-a), then
 f(x)= f(a)+ (x-a)f’(a)/1! +(x-a)2 f’’(x)/2!+ (x-a)3
f’’’(x)/3!+……….+(x-a)n fn(a)/n!+……….
 Where a is constant.
By putting x-a=h; that is, x=a+h in equation,
we get
f(a+h)= f(a)+ h f’(a)/1!+ h2 f’’(a)/2!+
h3f’’’(a)/3!+….+hn fn(a)/n!+……
By putting a=0 in above equation, we have
f(x)=f(0)+ x f’(0)/1! +x2f’’(0)/2! +……+
xn fn(0)/n!+……
TAYLOR’S & MACLAURIN’S SERIES
 Statement of Maclaurin’s Series:-If f(x) is an
infinitely differentiable function of x which can be
expanded as a convergent power series in x ,then
 f(x)=f(0)+ x f’(0)/1! +x2f’’(0)/2! +……+ xn
fn(0)/n!+……
TAYLOR’S & MACLAURIN’S SERIES
Expansions of some standard function
 The following are some expansion of standard
treated as standard expansions,obtained with the
help of maclaurin’s series. These standard
expansions are useful in obtaining the expansion of
oher functions.
 1.Expansion of e x , e –x ,cosh(x) ,sinh(x)
 Let f(x)=e x, then f’(x)=f’’(x)=f’’’(x)=….=ex
Also, f’(0)= f’’(0)= f’’’(0)=….=1
By substituting the values of f(0),
f’(0), f’’’(0),…. In Maclaurin’s series
,We get
e x =1+ x+ x2/2!+ x3 /3!+…….
Expansions of some standard function
 Replacing x by –x, yields
e –x= 1- x+x2/2! – x3/3!+……..
 Adding e x and e –x , we obtain
Cosh(x)=( e x +e –x)/2
=1+ x2/2! + x4 /4!+……
 Again, by subtracting e x and e –x ,we obtain
Sinh(x)=(e x- e –x)/2
=x+ x3/3!+ x5/5!+……
Note The expansions of e –x, cosh(x), sinh(x) can also
be obtained by using Maclaurin’s series.
Expansions of some standard function
 Example:-
1. Expansion of tan x
Let y= f(x)= tanx,
Y1=sec2x = 1+tan2x=1+y2,
Y2=2yy1,
Y3=2y1
2+2yy2,
…… ………
……. .……..
Expansions of some standard function
Y(0)=0,
Y1(0)=1+y2(0) =1,
Y2(0)=2y(0)y1(0)=2(0)(1)=1,
Y3(0)=2y1
2(0)+ 2y(0)y2(0)
=2(1)2+2(0)(0)=2,
……… ………..
……… ………..
Expansions of some standard function
By putting these values of y(0),y1(0),y2(0),….. in
Maclaurin’s series,
Y(x)=y(0)+ xy1(0)+ x2y2(0)/2!+ x3y3(0)/3!+…….
we get,
tan x=x+x3/3+ x52/15+…….
Expansions of some standard function
LINEARIZATION
 (Linearization):-Linearization means to replace
given function of two variables. This can be achieved
by tangent plane approximation.
 The linearization of a function f(x , y) at a point
(x0,y0) where f is differentiable is the function
 L(x , y)=f(x0,y0)+ fx(x0,y0)(x –x0)+fy(x0,y0)(y-
y0)
 Which is the equation of the tangent plane to the
graph of a function f of two variables at the point
(x0,y0, f(x0,y0).
 The approximation
f(x , y)= L(x ,y )
is called the Standard Linear approximation or
Linear approximation or the tangent plane
approximation of f at (x0,y0).
LINEARIZATION
 EXAMPLE:-
 Find the linearization of f(x ,y) =X2 –xy+ (1/2) y2+
3 at the point (3, 2).
 Let us first evaluate f, f x and f y at (3 ,2).
f(3 ,2)=(3)2 -(3)(2)+(1/2)(2)2+3=8.
F x =2x- y=> (f x)(3, 2)= 2(3)-2 =4.
F y=-x+ y=> (f y) (3, 2) =-3 +2=-1.
LINEARIZATION
Using differentiable function, the required
linearization is
L(x ,y)=f(3 ,2)+ f x (3 ,2)(x -3) + f y (3,2) (y-2)
=8+ (4) (x -3)+ (-1)(y-2)
= 4x- y -2.
LINEARIZATION
To find extreme values of a function we consider a function
of three variables with one restriction.
Lagrange’s Method of Undetermined
Multipliers
REFERENCE
CALCULUS
Dr.K.R.Kachot
Mahajan publishing house
THANK YOU

More Related Content

What's hot

Concepts of Maxima And Minima
Concepts of Maxima And MinimaConcepts of Maxima And Minima
Concepts of Maxima And MinimaJitin Pillai
 
Lesson 11: Limits and Continuity
Lesson 11: Limits and ContinuityLesson 11: Limits and Continuity
Lesson 11: Limits and ContinuityMatthew Leingang
 
Maxima & Minima of Calculus
Maxima & Minima of CalculusMaxima & Minima of Calculus
Maxima & Minima of CalculusArpit Modh
 
Indefinite Integral
Indefinite IntegralIndefinite Integral
Indefinite IntegralJelaiAujero
 
Lesson 19: Maximum and Minimum Values
Lesson 19: Maximum and Minimum ValuesLesson 19: Maximum and Minimum Values
Lesson 19: Maximum and Minimum ValuesMatthew Leingang
 
C.v.n.m (m.e. 130990119004-06)
C.v.n.m (m.e. 130990119004-06)C.v.n.m (m.e. 130990119004-06)
C.v.n.m (m.e. 130990119004-06)parth98796
 
Application of derivatives 2 maxima and minima
Application of derivatives 2  maxima and minimaApplication of derivatives 2  maxima and minima
Application of derivatives 2 maxima and minimasudersana viswanathan
 
Runge Kutta Method
Runge Kutta Method Runge Kutta Method
Runge Kutta Method Bhavik Vashi
 
Partial differentiation
Partial differentiationPartial differentiation
Partial differentiationTanuj Parikh
 
Partial differentiation B tech
Partial differentiation B techPartial differentiation B tech
Partial differentiation B techRaj verma
 
IMPROPER INTEGRALS AND APPLICATION OF INTEGRATION
IMPROPER  INTEGRALS AND  APPLICATION  OF INTEGRATIONIMPROPER  INTEGRALS AND  APPLICATION  OF INTEGRATION
IMPROPER INTEGRALS AND APPLICATION OF INTEGRATIONDrazzer_Dhruv
 
Maxima & Minima for IIT JEE | askIITians
Maxima & Minima for IIT JEE | askIITiansMaxima & Minima for IIT JEE | askIITians
Maxima & Minima for IIT JEE | askIITiansaskiitian
 
Probability Density Function (PDF)
Probability Density Function (PDF)Probability Density Function (PDF)
Probability Density Function (PDF)AakankshaR
 
APPLICATION OF PARTIAL DIFFERENTIATION
APPLICATION OF PARTIAL DIFFERENTIATIONAPPLICATION OF PARTIAL DIFFERENTIATION
APPLICATION OF PARTIAL DIFFERENTIATIONDhrupal Patel
 
03 convexfunctions
03 convexfunctions03 convexfunctions
03 convexfunctionsSufyan Sahoo
 
Dobule and triple integral
Dobule and triple integralDobule and triple integral
Dobule and triple integralsonendra Gupta
 

What's hot (20)

Concepts of Maxima And Minima
Concepts of Maxima And MinimaConcepts of Maxima And Minima
Concepts of Maxima And Minima
 
Lesson 11: Limits and Continuity
Lesson 11: Limits and ContinuityLesson 11: Limits and Continuity
Lesson 11: Limits and Continuity
 
Maxima & Minima of Calculus
Maxima & Minima of CalculusMaxima & Minima of Calculus
Maxima & Minima of Calculus
 
Indefinite Integral
Indefinite IntegralIndefinite Integral
Indefinite Integral
 
Lesson 19: Maximum and Minimum Values
Lesson 19: Maximum and Minimum ValuesLesson 19: Maximum and Minimum Values
Lesson 19: Maximum and Minimum Values
 
C.v.n.m (m.e. 130990119004-06)
C.v.n.m (m.e. 130990119004-06)C.v.n.m (m.e. 130990119004-06)
C.v.n.m (m.e. 130990119004-06)
 
Application of derivatives 2 maxima and minima
Application of derivatives 2  maxima and minimaApplication of derivatives 2  maxima and minima
Application of derivatives 2 maxima and minima
 
Runge Kutta Method
Runge Kutta Method Runge Kutta Method
Runge Kutta Method
 
Partial differentiation
Partial differentiationPartial differentiation
Partial differentiation
 
Limit & continuity, B.Sc . 1 calculus , Unit - 1
Limit & continuity, B.Sc . 1 calculus , Unit - 1Limit & continuity, B.Sc . 1 calculus , Unit - 1
Limit & continuity, B.Sc . 1 calculus , Unit - 1
 
Partial differentiation B tech
Partial differentiation B techPartial differentiation B tech
Partial differentiation B tech
 
IMPROPER INTEGRALS AND APPLICATION OF INTEGRATION
IMPROPER  INTEGRALS AND  APPLICATION  OF INTEGRATIONIMPROPER  INTEGRALS AND  APPLICATION  OF INTEGRATION
IMPROPER INTEGRALS AND APPLICATION OF INTEGRATION
 
Maxima & Minima for IIT JEE | askIITians
Maxima & Minima for IIT JEE | askIITiansMaxima & Minima for IIT JEE | askIITians
Maxima & Minima for IIT JEE | askIITians
 
Probability Density Function (PDF)
Probability Density Function (PDF)Probability Density Function (PDF)
Probability Density Function (PDF)
 
APPLICATION OF PARTIAL DIFFERENTIATION
APPLICATION OF PARTIAL DIFFERENTIATIONAPPLICATION OF PARTIAL DIFFERENTIATION
APPLICATION OF PARTIAL DIFFERENTIATION
 
Differential calculus
Differential calculusDifferential calculus
Differential calculus
 
Gamma function
Gamma functionGamma function
Gamma function
 
03 convexfunctions
03 convexfunctions03 convexfunctions
03 convexfunctions
 
Functions limits and continuity
Functions limits and continuityFunctions limits and continuity
Functions limits and continuity
 
Dobule and triple integral
Dobule and triple integralDobule and triple integral
Dobule and triple integral
 

Similar to Maxima, Minima, Tangents and Series

Module 2 lesson 4 notes
Module 2 lesson 4 notesModule 2 lesson 4 notes
Module 2 lesson 4 notestoni dimella
 
LAGRANGE_MULTIPLIER.ppt
LAGRANGE_MULTIPLIER.pptLAGRANGE_MULTIPLIER.ppt
LAGRANGE_MULTIPLIER.pptMSPrasad7
 
Numarical values
Numarical valuesNumarical values
Numarical valuesAmanSaeed11
 
Numarical values highlighted
Numarical values highlightedNumarical values highlighted
Numarical values highlightedAmanSaeed11
 
maxima & Minima thoeyr&solved.Module-4pdf
maxima & Minima thoeyr&solved.Module-4pdfmaxima & Minima thoeyr&solved.Module-4pdf
maxima & Minima thoeyr&solved.Module-4pdfRajuSingh806014
 
Convexity in the Theory of the Gamma Function.pdf
Convexity in the Theory of the Gamma Function.pdfConvexity in the Theory of the Gamma Function.pdf
Convexity in the Theory of the Gamma Function.pdfPeterEsnayderBarranz
 
Maxima & Minima
Maxima & MinimaMaxima & Minima
Maxima & MinimaArun Umrao
 
Maxima & Minima of Functions - Differential Calculus by Arun Umrao
Maxima & Minima of Functions - Differential Calculus by Arun UmraoMaxima & Minima of Functions - Differential Calculus by Arun Umrao
Maxima & Minima of Functions - Differential Calculus by Arun Umraossuserd6b1fd
 
0.5.derivatives
0.5.derivatives0.5.derivatives
0.5.derivativesm2699
 
functions limits and continuity
functions limits and continuityfunctions limits and continuity
functions limits and continuityPume Ananda
 
GATE Engineering Maths : Limit, Continuity and Differentiability
GATE Engineering Maths : Limit, Continuity and DifferentiabilityGATE Engineering Maths : Limit, Continuity and Differentiability
GATE Engineering Maths : Limit, Continuity and DifferentiabilityParthDave57
 
1531 fourier series- integrals and trans
1531 fourier series- integrals and trans1531 fourier series- integrals and trans
1531 fourier series- integrals and transDr Fereidoun Dejahang
 
Quantitative Techniques random variables
Quantitative Techniques random variablesQuantitative Techniques random variables
Quantitative Techniques random variablesRohan Bhatkar
 

Similar to Maxima, Minima, Tangents and Series (20)

Fourier series
Fourier seriesFourier series
Fourier series
 
Module 2 lesson 4 notes
Module 2 lesson 4 notesModule 2 lesson 4 notes
Module 2 lesson 4 notes
 
Jacobians new
Jacobians newJacobians new
Jacobians new
 
LAGRANGE_MULTIPLIER.ppt
LAGRANGE_MULTIPLIER.pptLAGRANGE_MULTIPLIER.ppt
LAGRANGE_MULTIPLIER.ppt
 
Derivatives
DerivativesDerivatives
Derivatives
 
Numarical values
Numarical valuesNumarical values
Numarical values
 
Numarical values highlighted
Numarical values highlightedNumarical values highlighted
Numarical values highlighted
 
maxima & Minima thoeyr&solved.Module-4pdf
maxima & Minima thoeyr&solved.Module-4pdfmaxima & Minima thoeyr&solved.Module-4pdf
maxima & Minima thoeyr&solved.Module-4pdf
 
Convexity in the Theory of the Gamma Function.pdf
Convexity in the Theory of the Gamma Function.pdfConvexity in the Theory of the Gamma Function.pdf
Convexity in the Theory of the Gamma Function.pdf
 
Grph quad fncts
Grph quad fnctsGrph quad fncts
Grph quad fncts
 
Maxima & Minima
Maxima & MinimaMaxima & Minima
Maxima & Minima
 
Maxima & Minima of Functions - Differential Calculus by Arun Umrao
Maxima & Minima of Functions - Differential Calculus by Arun UmraoMaxima & Minima of Functions - Differential Calculus by Arun Umrao
Maxima & Minima of Functions - Differential Calculus by Arun Umrao
 
AEM.pptx
AEM.pptxAEM.pptx
AEM.pptx
 
0.5.derivatives
0.5.derivatives0.5.derivatives
0.5.derivatives
 
functions limits and continuity
functions limits and continuityfunctions limits and continuity
functions limits and continuity
 
Graph a function
Graph a functionGraph a function
Graph a function
 
GATE Engineering Maths : Limit, Continuity and Differentiability
GATE Engineering Maths : Limit, Continuity and DifferentiabilityGATE Engineering Maths : Limit, Continuity and Differentiability
GATE Engineering Maths : Limit, Continuity and Differentiability
 
.
..
.
 
1531 fourier series- integrals and trans
1531 fourier series- integrals and trans1531 fourier series- integrals and trans
1531 fourier series- integrals and trans
 
Quantitative Techniques random variables
Quantitative Techniques random variablesQuantitative Techniques random variables
Quantitative Techniques random variables
 

More from Dhrupal Patel

Volcanoes,Fault Zone And Earthquakes,,Seismograph,Body Waves,Features Of Volc...
Volcanoes,Fault Zone And Earthquakes,,Seismograph,Body Waves,Features Of Volc...Volcanoes,Fault Zone And Earthquakes,,Seismograph,Body Waves,Features Of Volc...
Volcanoes,Fault Zone And Earthquakes,,Seismograph,Body Waves,Features Of Volc...Dhrupal Patel
 
Classification of magnetic
Classification of magneticClassification of magnetic
Classification of magneticDhrupal Patel
 
Factors affecting acoustic of building and their remedies
Factors affecting acoustic of building and their remediesFactors affecting acoustic of building and their remedies
Factors affecting acoustic of building and their remediesDhrupal Patel
 
Nano materials & technology
Nano materials & technologyNano materials & technology
Nano materials & technologyDhrupal Patel
 
Batteries and fuel cells
Batteries and fuel cellsBatteries and fuel cells
Batteries and fuel cellsDhrupal Patel
 
Basic concept of laser physics
Basic concept of laser physicsBasic concept of laser physics
Basic concept of laser physicsDhrupal Patel
 

More from Dhrupal Patel (19)

Volcanoes,Fault Zone And Earthquakes,,Seismograph,Body Waves,Features Of Volc...
Volcanoes,Fault Zone And Earthquakes,,Seismograph,Body Waves,Features Of Volc...Volcanoes,Fault Zone And Earthquakes,,Seismograph,Body Waves,Features Of Volc...
Volcanoes,Fault Zone And Earthquakes,,Seismograph,Body Waves,Features Of Volc...
 
Gtg
GtgGtg
Gtg
 
SUCCES
SUCCESSUCCES
SUCCES
 
Bio materials
Bio materialsBio materials
Bio materials
 
Laser applications
Laser applicationsLaser applications
Laser applications
 
Classification of magnetic
Classification of magneticClassification of magnetic
Classification of magnetic
 
Ultra capacitors
Ultra capacitorsUltra capacitors
Ultra capacitors
 
Factors affecting acoustic of building and their remedies
Factors affecting acoustic of building and their remediesFactors affecting acoustic of building and their remedies
Factors affecting acoustic of building and their remedies
 
Nanophysics
NanophysicsNanophysics
Nanophysics
 
Ultrasonic
UltrasonicUltrasonic
Ultrasonic
 
Nano materials & technology
Nano materials & technologyNano materials & technology
Nano materials & technology
 
Fuel cell
Fuel cellFuel cell
Fuel cell
 
Batteries and fuel cells
Batteries and fuel cellsBatteries and fuel cells
Batteries and fuel cells
 
Basic concept of laser physics
Basic concept of laser physicsBasic concept of laser physics
Basic concept of laser physics
 
Inner product
Inner productInner product
Inner product
 
PRINTER
PRINTERPRINTER
PRINTER
 
ND YAG laser
ND YAG laserND YAG laser
ND YAG laser
 
Fuel cell
Fuel cellFuel cell
Fuel cell
 
Hydrophobic cement
Hydrophobic cementHydrophobic cement
Hydrophobic cement
 

Recently uploaded

call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxChelloAnnAsuncion2
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationAadityaSharma884161
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxLigayaBacuel1
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........LeaCamillePacle
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 

Recently uploaded (20)

call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint Presentation
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptx
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 

Maxima, Minima, Tangents and Series

  • 1. Index  MAXIMA AND MINIMA OF FUNCTION OF TWO VARIABLE.  TANGENT PLANE AND NORMAL LINE TO A SURFACE  TAYLOR’s EXPANSION FOR FUNCTION OF TWO VARIABLES.  LAGRANGE’s METHOD OF UNDETERMINED MULTIPLES.
  • 2. MAXIMA AND MINIMA OF FUNCTION OF TWO VARIABLE  The Function f(x,y) is maximum at (x,y) if for all small positive or negative values of h and k; we have  f(x+h , y+k) – f(x,y) < 0  Similarly f(x,y) is minimum at (x,y) if for all small positive or negative values of h and k, we have  f(x+h , y+k) – f(x,y) > 0
  • 3.  Thus ,from the defination of maximum of f(x,y) at (x,y) we note that f(x+h , y+k) – f(x,y) preserves the same sign for a maximum it is negative and for a minimum it is positive  Working rule to find maximum and minimum values of a function f(x,y)  (1) find ∂f/∂x and ∂f/∂y  (2) a necessary condition for maximum or minimum value is ∂f/∂x=0 , ∂f/∂y=0 MAXIMA AND MINIMA OF FUNCTION OF TWO VARIABLE
  • 4.  solve simultaneous equations ∂f/∂x=0 , ∂f/∂y=0  Let (a₁,b₁) , (a₂,b₂) … be the solutions of these equations.  Find ∂²f/∂x²=r ,  ∂²f/∂x ∂y=s ,  ∂²f/∂y²=t MAXIMA AND MINIMA OF FUNCTION OF TWO VARIABLE
  • 5.  (3) a sufficient condition for maximum or minimum value is rt-s²>0.  (4 a ) if r>0 or t>0 at one or more points then those are the points of minima.  (4 b) if r<0 or t<0 at one or more points then those points are the points of maxima.  (5) if rt-s²<0 ,then there are no maximum or minimum at these points. Such points are called saddle points. MAXIMA AND MINIMA OF FUNCTION OF TWO VARIABLE
  • 6.  (6) if rt-s²=0 nothing can be said about the maxima or minima .it requires further investigation.  (7) if r=0 nothing can be said about the maximum or minima . It requires further investigation. MAXIMA AND MINIMA OF FUNCTION OF TWO VARIABLE
  • 7.  Example discuss the maxima and minima of xy+27(1/x + 1/y) ∂f/∂x=y-(27/x²) , ∂f/∂y=x-(27/y²) For max. or min ,values we have ∂f/∂x=0 , ∂f/∂y=0. y-(27/x²)=0…(1) x-(27/y²)=0…(2) Giving x=y=3 MAXIMA AND MINIMA OF FUNCTION OF TWO VARIABLE
  • 8. ∂²f/∂x²=r =54/x³ ∂²f/∂x ∂y=s=1 , ∂²f/∂y²=t=27/y³ r(3,3)=3 s(3,3)=1 t(3,3)=3 rt-s²=9-1=8>o , since r,t are both >0 We get minimum value at x=y=3 which is 27. MAXIMA AND MINIMA OF FUNCTION OF TWO VARIABLE
  • 9. TANGENT PLANE AND NORMAL LINE  LET THE EQUATION OF THE SURFACE BE f(x,y,z)=0  The equation of the tangent plane at P(x₁,y₁,z₁) to the surface is  (x-x₁)(∂f/∂x)p + (y-y₁)(∂f/∂y)p +(z-z₁)(∂f/∂z)p=0 And the equations of the normal to the surface at P(x₁,y₁,z₁) which is a line through P are:
  • 10.  x-x₁/ (∂f/∂x)p = y-y₁/(∂f/∂y)p = z-z₁/(∂f/∂z)p  Example find the equations of the tangent plane and normal to the surface z=x²+y² at the point (1,-1,2). ∂f/∂x=-2x ∂f/∂y=-2y ∂f/∂z=1 TANGENT PLANE AND NORMAL LINE
  • 11.  At (1,-1,2), ∂f/∂x=-2 ∂f/∂y=2 ∂f/∂z=1 Therefore equation of the tangent plane at (1,-1,2) is (x-1)(-2)+(y+1)(2)+(z-2)(1)=0 Or -2x+2+2y+2+z-2=0 Or 2x-2y-z=2 Equations of the normal are x-1/-2 = y+1/2 = z-2/1 TANGENT PLANE AND NORMAL LINE
  • 12. TAYLOR’S & MACLAURIN’S SERIES  (Taylor’s series):-If f(x) is an infinitely differentiable function of x which can be expanded as a convergent power series in (x-a), then  f(x)= f(a)+ (x-a)f’(a)/1! +(x-a)2 f’’(x)/2!+ (x-a)3 f’’’(x)/3!+……….+(x-a)n fn(a)/n!+……….  Where a is constant.
  • 13. By putting x-a=h; that is, x=a+h in equation, we get f(a+h)= f(a)+ h f’(a)/1!+ h2 f’’(a)/2!+ h3f’’’(a)/3!+….+hn fn(a)/n!+…… By putting a=0 in above equation, we have f(x)=f(0)+ x f’(0)/1! +x2f’’(0)/2! +……+ xn fn(0)/n!+…… TAYLOR’S & MACLAURIN’S SERIES
  • 14.  Statement of Maclaurin’s Series:-If f(x) is an infinitely differentiable function of x which can be expanded as a convergent power series in x ,then  f(x)=f(0)+ x f’(0)/1! +x2f’’(0)/2! +……+ xn fn(0)/n!+…… TAYLOR’S & MACLAURIN’S SERIES
  • 15. Expansions of some standard function  The following are some expansion of standard treated as standard expansions,obtained with the help of maclaurin’s series. These standard expansions are useful in obtaining the expansion of oher functions.
  • 16.  1.Expansion of e x , e –x ,cosh(x) ,sinh(x)  Let f(x)=e x, then f’(x)=f’’(x)=f’’’(x)=….=ex Also, f’(0)= f’’(0)= f’’’(0)=….=1 By substituting the values of f(0), f’(0), f’’’(0),…. In Maclaurin’s series ,We get e x =1+ x+ x2/2!+ x3 /3!+……. Expansions of some standard function
  • 17.  Replacing x by –x, yields e –x= 1- x+x2/2! – x3/3!+……..  Adding e x and e –x , we obtain Cosh(x)=( e x +e –x)/2 =1+ x2/2! + x4 /4!+……  Again, by subtracting e x and e –x ,we obtain Sinh(x)=(e x- e –x)/2 =x+ x3/3!+ x5/5!+…… Note The expansions of e –x, cosh(x), sinh(x) can also be obtained by using Maclaurin’s series. Expansions of some standard function
  • 18.  Example:- 1. Expansion of tan x Let y= f(x)= tanx, Y1=sec2x = 1+tan2x=1+y2, Y2=2yy1, Y3=2y1 2+2yy2, …… ……… ……. .…….. Expansions of some standard function
  • 19. Y(0)=0, Y1(0)=1+y2(0) =1, Y2(0)=2y(0)y1(0)=2(0)(1)=1, Y3(0)=2y1 2(0)+ 2y(0)y2(0) =2(1)2+2(0)(0)=2, ……… ……….. ……… ……….. Expansions of some standard function
  • 20. By putting these values of y(0),y1(0),y2(0),….. in Maclaurin’s series, Y(x)=y(0)+ xy1(0)+ x2y2(0)/2!+ x3y3(0)/3!+……. we get, tan x=x+x3/3+ x52/15+……. Expansions of some standard function
  • 21. LINEARIZATION  (Linearization):-Linearization means to replace given function of two variables. This can be achieved by tangent plane approximation.  The linearization of a function f(x , y) at a point (x0,y0) where f is differentiable is the function  L(x , y)=f(x0,y0)+ fx(x0,y0)(x –x0)+fy(x0,y0)(y- y0)
  • 22.  Which is the equation of the tangent plane to the graph of a function f of two variables at the point (x0,y0, f(x0,y0).  The approximation f(x , y)= L(x ,y ) is called the Standard Linear approximation or Linear approximation or the tangent plane approximation of f at (x0,y0). LINEARIZATION
  • 23.  EXAMPLE:-  Find the linearization of f(x ,y) =X2 –xy+ (1/2) y2+ 3 at the point (3, 2).  Let us first evaluate f, f x and f y at (3 ,2). f(3 ,2)=(3)2 -(3)(2)+(1/2)(2)2+3=8. F x =2x- y=> (f x)(3, 2)= 2(3)-2 =4. F y=-x+ y=> (f y) (3, 2) =-3 +2=-1. LINEARIZATION
  • 24. Using differentiable function, the required linearization is L(x ,y)=f(3 ,2)+ f x (3 ,2)(x -3) + f y (3,2) (y-2) =8+ (4) (x -3)+ (-1)(y-2) = 4x- y -2. LINEARIZATION
  • 25. To find extreme values of a function we consider a function of three variables with one restriction. Lagrange’s Method of Undetermined Multipliers
  • 26.
  • 27.
  • 28.