Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Q 2 . Let q be the function defined by q ( x , y ) = xycos ( 3 x 2 y 2 )

Q 2. Let q be the function defined by
q(x,y)=xycos(3x2y2)
(i) Use the Taylor series for the one-variable cosine function, cos(x), to show that the value of
q(h,k) can be approximated by
q(h,k)~~-92h5k5+hk
(ii) Show that this polynomial in h and k is exactly the two-variable order 15 Taylor polynomial
for q expanded about (0,0). Show this by directly calculating the definition of the Taylor
polynomial given by
q(h,k)~~n=0151n!(Dnq)(0,0),
where the differential operator D is given by D=hdeldelx+kdeldely.
10 for code that fulfills the requirements
5 for explanatory comments
You will not be able to carry out many of caluculcations of the partial derivatives needed for Dn in
part (ii) by hand as these expressions quickly get very complicated due to the many applications of the
product and chain rules. So instead you should do this calculation using a computer program written
in a suitable programming language. For example, use the diff command from the Matlab symbolic
toolbox to write a program to carry out the calculations and evaluations of Dnq needed for the Taylor
polynomial approximation. Include a printout of the Matlab commands and relevant results as part of
your submission and comment on the output. Alternatively you may use SageMath, Python or other
similar software for these computations.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Mobile Communications

Authors: Jochen Schiller

2nd edition

978-0321123817, 321123816, 978-8131724262

More Books

Students also viewed these Programming questions