Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Given the time and velocity matrices below, solve for the K 1 and K 2 coefficients in the equaition. This is using advanced engineering analysis.

Given the time and velocity matrices below, solve for the K1and K2coefficients in the equaition. This is using advanced engineering analysis. I think the best way to solve this is to use ode45(or rk4sys)and fsolve at the same time. Use MatLab to complete this and upload your answer as a MatLab code (type the code out).
The data is from a bobled competition and given is 4 teams each doing 4 races. It is only the first 50 meters of the race. So the data is as follows:
Team (A) and Race (1)
so:
t =[A1 A2 A3 A4
B1 B2 B3 B4
C1 C2 C3 C4
D1 D2 D3 D4];
The same goes for the velocity matrix.
The time is the time it takes each team to complete 50 meters, and the velocity at that time.
So the span would be [050]
t =[
4.954.944.934.97
5.014.975.045.02
5.115.125.165.10
5.065.085.085.07];
v =[
48.8449.1649.2048.84
48.4248.8048.3348.67
48.1247.8147.7648.19
48.6148.1148.0048.10];

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

Students also viewed these Databases questions