Question

Use Matlab to solve this equation for vP Without requiring manual recasting into standard quadratic form....

Use Matlab to solve this equation for vP Without requiring manual recasting into standard quadratic form. M file is good. Solve Vp, other values are known.

1/2mVa^2-(mgRe^2/Ra)=1/2mVp^2-(VpmgRe^2/RaVa)

Va=4373 Re = 6370 Ra=16000 m=18000 g=9.81

Homework Answers

Answer #1

Solution:

Matlab Script:

clear;clc
Va=4373;Re=6370;
Ra=16000;m=18000;
g=9.81;
syms Vp
eqn=0.5*m*Va^2-(m*g*Re^2/Ra)==0.5*m*Vp^2-(Vp*m*g*Re^2/(Ra*Va));
Sol=double(solve(eqn))

Output:


Sol =

1.0e+03 *

-4.3616
4.3730

Screenshot:

#please consider my effort and give me a like...thank u...

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
USING MATLAB Write a program called QuadProg that determines the roots of a quadratic equation. Use...
USING MATLAB Write a program called QuadProg that determines the roots of a quadratic equation. Use functions to implement each action. Zip you directory of *.m files into a single file and turn this in on BBLearn under Class Activities. QuadProg write a function called getInputs to get a single input value. write a function called findDiscriminant write a function called findDenominator write a function called findRoot which will be used for both roots write a function called displayResults displayResults...
Solve the equation x^2-40x+1=0 using the quadratic formula. Use five-digit decimal arithmetic to find numerical values...
Solve the equation x^2-40x+1=0 using the quadratic formula. Use five-digit decimal arithmetic to find numerical values for the roots of the equation; for example, you will need (399)^(1/2)= 19.975. Identify any loss-of-significance error that you encounter. (b) Find both roots accurately by using only five-digit decimal arithmetic.
Use Matlab to solve the following (a) Create a plot with a sphere at the center...
Use Matlab to solve the following (a) Create a plot with a sphere at the center of the graph (origin) representing the sun with a radius of 6955000 km. Make sure that the outside of the sphere is painted in ’autumn’ colors. (Hint: look up the sphere() function, the colormap() function, and the surf() function). (b) Create a variable t ranging from 0 to 2? with increments of 0.01. (c) The following Table gives you important values needed to compute...
1.) You will work with 0.10 M acetic acid and 17 M acetic acid in this...
1.) You will work with 0.10 M acetic acid and 17 M acetic acid in this experiment. What is the relationship between concentration and ionization? Explain the reason for this relationship 2.) Explain hydrolysis, i.e, what types of molecules undergo hydrolysis (be specific) and show equations for reactions of acid, base, and salt hydrolysis not used as examples in the introduction to this experiment 3.) In Part C: Hydrolysis of Salts, you will calibrate the pH probe prior to testing...
Using the model proposed by Lafley and Charan, analyze how Apigee was able to drive innovation....
Using the model proposed by Lafley and Charan, analyze how Apigee was able to drive innovation. case:    W17400 APIGEE: PEOPLE MANAGEMENT PRACTICES AND THE CHALLENGE OF GROWTH Ranjeet Nambudiri, S. Ramnarayan, and Catherine Xavier wrote this case solely to provide material for class discussion. The authors do not intend to illustrate either effective or ineffective handling of a managerial situation. The authors may have disguised certain names and other identifying information to protect confidentiality. This publication may not be...
Please answer the following Case analysis questions 1-How is New Balance performing compared to its primary...
Please answer the following Case analysis questions 1-How is New Balance performing compared to its primary rivals? How will the acquisition of Reebok by Adidas impact the structure of the athletic shoe industry? Is this likely to be favorable or unfavorable for New Balance? 2- What issues does New Balance management need to address? 3-What recommendations would you make to New Balance Management? What does New Balance need to do to continue to be successful? Should management continue to invest...