Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PLEASE I JUST NEED THE BY HAND CALCULATION OF FUNCTIONS USING NEWTONS METHOD, INTERPOLATION, OR BISECTION Assume that the floor is the x - axis

PLEASE I JUST NEED THE BY HAND CALCULATION OF FUNCTIONS USING NEWTONS METHOD, INTERPOLATION, OR BISECTION
Assume that the floor is the x-axis and the y-axis is at the centre of the door
(see figure above).
The arcade is given by the polynomial function.
arc()=0
81
62
43
2+0+1+2+3
where the coefficients, 0,1,... are the digits of your student ID.(exp:
ID=153310, then ()=
85
63
43
2+12)
Required work:
You need to find the coordinate of the contact Arcade-Door points, such
that the door is the largest possible (in term of surface, the maximum
surface). Note that the problem is symmetric, you need to find only one
contact point (between 0 and 1) and to other one is simply the negative
value.
You need to consider 4 cases: 2 rectangle doors and two square shaped
doors.
For each case you change the arcade equation by considering the ID
digits of each group member. If you are less then 4 students in the
group just permute the digits.
You need to plot in your OCTAVE/MATLAB code the arcade and the
door (use the plotting command for the doors: Rectangle (position,
[x_pos, y_pos, door_width, door_hight],linewidth, value)
x_pos, y_pos: are the left-bottom position of the door.Assume that the floor is the x-axis and the y-axis is at the centre of the door
(see figure above).
The arcade is given by the polynomial function.
arc(x)=-a0x8-a1x6-a2x4-a3x2+a0+a1+a2+a3
where the coefficients, a0,a1,dots are the digits of your student ID.(exp:
ID =153310, then {:arc(x)=-x8-5x6-3x4-3x2+12)
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

Step: 3

blur-text-image

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

Modern Database Management

Authors: Jeff Hoffer, Ramesh Venkataraman, Heikki Topi

13th Edition Global Edition

1292263350, 978-1292263359

More Books

Students also viewed these Databases questions

Question

Explain the concept of employment at will.

Answered: 1 week ago

Question

Discuss compensation for sales representatives.

Answered: 1 week ago

Question

Explain termination of employment.

Answered: 1 week ago