Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask Engineering Mathematics Expert

Calculus Project - Play Ball

To be successful on your project you must:

Read and follow instructions carefully.

Review the grading rubric carefully to ensure you are familiar with the expectations for each section.

If you need clarification about any part of this project, please be sure you ask your instructor in a timely manner.

Ten percent will be deducted for each calendar day the project is submitted after the due date. A project is considered as "submitted" when it is available to the professor to view in Canvas.  No credit is given after five days late (two days late during summer and winter terms). 

After you submit your project please open it up in Canvas to ensure it is readable.

Write clearly, using appropriate terminology and accurate mathematical notation.   College-level writing is expected, as is the use of correct grammar.

If you need help with writing, feel free to use the HCC Writing Center: For further information, see the HCC Web page under the heading "Writing Center" or call the Writing Center at (443) 518-4101. PGCC students at the Laurel College Center should see the PGCC Writing Center for assistance.

Submit a neat, professional report as a PDF file.  You may create the project using your choice of word processing software.  It should be double-spaced, use a mathematical notation package, and include printouts and diagrams from your choice of graphing application, computer algebra software, and/or statistical software (as applicable). The use of appropriate technology is expected throughout the project. 

In particular, embedded "complete" graphs or charts and/or computer printouts will be expected as part of the report.  Hand-drawn graphs are not acceptable.

Hand calculations (if applicable to the project requirements) should be scanned and included as an appendix at the end of the report.

For this project group work will not be allowed. While you may get ideas from others, each student must submit their own project. 

Original work is expected.  This means that students who are repeating the course are expected to create an entirely new project using different functions.  TurnItIn will be used as a deterrent to plagiarism.

Getting help:  You may ask questions of others but your work must be your own and you must write up your own documents to be turned in.

For this project, you may consult any resource (including your instructor, tutors (LAC, HR230), classmates, or the Internet) for general help and advice provided that your write-up (computations, explanations, and embedded diagrams) are your own work. 

For example, you might watch a YouTube video on how to do a regression or have a peer show you how to make a complete graph using a different dataset (not the one in your project), then try it yourself with your data.  You might consult your textbook or your instructor about a concept, but then put the explanation into your own words.

The goal of this project is twofold.  First, the student must demonstrate competency in MATLAB programming, producing an "m" file with commands to perform the calculus and generate the graphs required for the project.  Second, the student must produce a report describing their project and their results.

In this project you will explore the concept of exit velocity as applied to hitting in baseball.  The same concept could be applied to a tennis ball, a golf ball, a cricket ball, a racquetball, etc.  It could also be applied to balls that are thrown rather than hit, such as basketball or a football, or it could be applied to balls that are kicked, such as soccer balls and footballs. 

You are to pretend that you are an engineer working for a sporting goods firm.  You have done research and have developed a new material for a baseball bat that will give a ball 10% more exit velocity than a traditional bat.  You are to write a report to your supervisor with appropriate citations.  Be sure to explain the concept of exit velocity in your report.

Your MATLAB program should graph the trajectory, as seen in the y-z plane, of the angle that clears the fence by the largest amount.  Your report should include the vector equation for the trajectory. Use MATLAB to compute the curvature, the unit tangent vector, and the unit normal vector at the moment the ball clears the fence.

You will then repeat this process using an exit speed that is 10% higher than the current speed, corresponding to use of a baseball bat made using your new material - produce a table and a graph.

Be sure to discuss the "impact" your bat might have on the game of baseball.

Your report should include all of the information you used in this project, any tables and figures you wish to include (which should be able to be reproducible using your m file), a description of the trajectories and the differences between the trajectories due to the two different bat materials, and your conclusions.  Be sure to upload your report as a PDF file (Word can "save as").  Upload your M file as is so that it can be run by your instructor.

Attachment:- Project.rar

Engineering Mathematics, Engineering

  • Category:- Engineering Mathematics
  • Reference No.:- M92060612

Have any Question? 


Related Questions in Engineering Mathematics

Assignment - lp problemsthe data for all the problems in

Assignment - LP problems The data for all the problems in this HW are included in the LP_problems_xlsx spreadsheet. Problem 1 - Cash Planning A startup investment project needs money to cover its cash flow needs. At the ...

Assignment -1 let t and or 0 1 be a boolean algebradefine

Assignment - 1. Let (T, ∧, ∨,', 0, 1) be a Boolean Algebra. Define ∗ : T × T → T and o : T × T → T as follows: x ∗ y := (x ∨ y)' x o y := (x ∧ y)' (a) Show, using the laws of Boolean Algebra, how to define x ∗ y using on ...

Clculus assignment -q1 find the total differential of w

CALCULUS ASSIGNMENT - Q1. Find the total differential of w = x 3 yz + xy + z + 3 at (x, y, z) = (1, 2, 3). Q2. Find the value of the double integral ∫∫ R (6x + 2y 2 )dA where R = {(x, y)| - 2 ≤ y ≤ 1, y 2 ≤ x ≤ 2 - y. Q3 ...

1 this problem concerns of the proof of the np-completeness

(1) This problem concerns of the proof of the NP-completeness of 300L a) Convert the formula F into a 300L graph b) Find a solution for the 300L instance of F and verify that it is a solution for F F = (Z 1 V Z 2 ) ^ (z ...

All these questions should be answered in matlab 1 generate

All these questions should be answered in MATLAB !!! 1. Generate a set of 3 random patterns of dimension 12 where each value is +1 or -1.(3 random 12*12 matrix) 2. Create a 12-unit Hopfield network (a 12x12 matrix) from ...

Numerical analysis assignment -q1 define the following

Numerical Analysis Assignment - Q1. Define the following terms: (i) Truncation error (ii) Round-off error Q2. Show that if f(x) = logx, then the condition number, c(x) = |1/logx|. Hence show that log x is ill-conditioned ...

Question a signal starts at point x as it travels to point

Question : A signal starts at point X. As it travels to point Y, it loses 8 dB. At point Y, the signal is boosted by 10 bB. As the signal travels to point Z, it loses 7 dB. The dB strength of the signal at point Z is -5 ...

Question suppose g is an undirected connected weighted

Question : Suppose G is an undirected, connected, weighted graph such that the edges in G have distinct edge weights. Show that the minimum spanning tree for G is unique.

Question suppose that g is a directed graph in class we

Question : Suppose that G is a directed graph. In class we discussed an algorithm that will determine whether a given vertex can reach every other vertex in the graph (this is the 1-to-many reachability problem). Conside ...

Q undirected vs directed connectivitya prove that in any

Q: Undirected vs. directed connectivity. (a) Prove that in any connected undirected graph G = (V, E) there is a vertex v ? V whose removal leaves G connected. (Hint: Consider the DFS search tree for G.) (b) Give an examp ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As