Loading...

Messages

Proposals

Stuck in your homework and missing deadline? Get urgent help in $10/Page with 24 hours deadline

Get Urgent Writing Help In Your Essays, Assignments, Homeworks, Dissertation, Thesis Or Coursework & Achieve A+ Grades.

Privacy Guaranteed - 100% Plagiarism Free Writing - Free Turnitin Report - Professional And Experienced Writers - 24/7 Online Support

How to integrate in mathcad

30/11/2021 Client: muhammad11 Deadline: 2 Day

Mathcad Homework

Submit as ONE MC Worksheet on Collab. Number each problem clearly.

You may work together. It is more fun and you can actually learn more. As in any sport, watching without doing does not develop your skills, so be an active participant. As in skiing, you won’t learn if you don’t fall down. While getting started, it is easy to fall down with Mathcad. Mathcad has a good help menu, which can be brought up using the F1 special function key. Don’t forget the Quick Sheets. If you run into a continuing problem see me. But bring your computer or the problem on a jump drive. I don't debug software in the abstract.

Full credit or no credit. You have to get everything right.

If you work together, each person should submit their assignment separately. But indicate at the top of the worksheet who you worked with if it was a group effort and who the partners were.

1. For each of the two functions symbolically compute the derivative and the integral, making each a function. For f(x), on one graph plot the function, its derivative, and its integral over the range 0 to 5 in steps of 0.1. On a separate graph, do the same for f2(x).

a)

image1.wmf
f

x

(

)

exp

x

-

(

)

1

exp

x

-

2

æ

ç

è

ö

÷

ø

+

:=

b)

image2.wmf
f2

x

(

)

sin

x

-

(

)

1

exp

x

-

2

æ

ç

è

ö

÷

ø

+

:=

HINT and WARNING: While virtually every function can be differentiated in closed form, many if not most arbitrary functions cannot be integrated symbolically. That is you will not be able to get a symbolic solution. But you can still plot it. Failure to have a symbolic solution doesn’t stop Mathcad, which is as at home with numerical integration as it is with symbolic ones as long as the limits are numerical. If you have a function g(x) that will not integrate symbolically, just define the function in terms of the definite integral function on the calculus palette. For example, if you have the function x3/(sin(x)+x+1) integrated between 0 and z just fill in the blanks and you have

image3.png

where g1 is a function given by the definite integral. Even if there is no closed form for the integral (there isn’t in this case), Mathcad can evaluate the g1(z) numerically for numeric values of z. You can then plot functions like this as if they were defined in the usual way. If you get a flat line in any of your results, you are wrong. If your x axis does not span the 0 to 5, you are wrong. If you get jaggies rather than a smooth curve you are wrong. Fix it before you turn it in.

Be really careful about the minus signs in the exponentials. They should be smooth or smoothly oscillating functions that fall off to zero as you go to large positive and negative values.

2. The first three vibrational wave functions for a vibrating diatomic are given by

image4.wmf

V0

(

)

x

.

.

1

.

2

0

!

!

0

e

x

2

2

1

image5.wmf
V1

(

)

x

.

.

1

.

2

1

!

!

1

e

x

2

2

(

)

.

2

x

image6.wmf
V2

(

)

x

.

.

1

.

2

2

!

!

2

e

x

2

2

.

4

x

2

2

Plot these functions over the range -5

Show that V0 and V1 are orthogonal to each other. That is

image7.png

Obviously, you cannot integrate between –infinity to + infinity. But you can integrate over a range that covers the bulk of the function. You can check that you went far enough by integrating again over a wider range. Try a limit of 10, 100, and 10000 and see what you get.

3. A powerful way of treating complex functions is to expand them in Taylor series. Mathcad has this feature built into the Symbolic menu. Expand the function

image8.png

in a power series in x up to the 5th order term in x. Expanding in power series does not work on functions as written above. You must take only the rhs of the expression and work on it independently. To expand, highlight x, pull down the Symbolic Menu, Variable, and activate Expand to Series. You will be given the rough order of the approximation. The default is 6, which means that expansion is to the 5 (or 7) order in x. You can change this by merely over-typing the 6. Define this new function as g5(x). Repeat the expansion of g(x) to the ninth power in x and define this function as g9(x). Over the range in x of 0 to 3, plot g(x), g5(x), and g9(x) to compare how good the approximations are.

4. Integrate the following functions using the integrate from the calculus palette along with ( function (on the evaluation palette).

image9.emf

x

f

x

(

)

d

xfx()d

where f(x) is the following three functions

f(x)= exp(a x); image10.emf

x

1

2

x

.

x

2

x

12xx

2

; tan(( x+()
In each case differentitate the resultant function to show that it gives the original back. You may need to simplify to get them to look the same. NOTE: a x is the normal algebraic format and means a times x, not a variable ax.

5. Factor the following expression:

image11.wmf
6

x

5

×

y

×

15

x

4

×

y

2

×

+

8

x

4

×

y

×

-

12

x

3

×

y

3

×

-

20

x

3

×

y

2

×

-

36

x

2

×

y

4

×

-

16

x

2

×

y

3

×

+

48

x

×

y

4

×

+

This will factor down to a product of simple terms. If it doesn't you have probably misentered a term. Check them. When you put the cursor on the line, products are clearly indicated. xy is not x times y. This expression DOES factor. If yours doesn’t you have an error, most likely a coefficient.

6. Expand the following expression:

image12.wmf
x

2

y

×

+

(

)

2

3

x

×

4

-

(

)

×

x

3

y

×

-

(

)

×

7. Using Given and Find, solve the following pair of nonlinear equations:

image13.png

Are there more than one set of roots? If so, what are they? Given and Find work well. Remember you have to make guesses. If you are having a problem, see my video on Given and Find.

8. Using the polyroots function solve for the roots of the following polynomial equation:

image14.wmf

2

x

3

×

16

x

2

×

-

31

x

×

+

12

-

=0
The use of polyroots function is shown below

image15.wmf

x

2

x

-

6

-

image16.wmf

f

6

-

1

-

1

æ

ç

ç

è

ö

÷

÷

ø

:=

where this vector defines the coefficients of the equation. The solution is
image17.wmf

polyroots

f

(

)

2

-

3

æ

ç

è

ö

÷

ø

=

You create a vector of the coefficients on the polynomial starting with the constant term and work up from there. Use ctrl M or the matrix pull down menu to generate your 4x1 vector. Then use the polyroots function with the vector or coefficients as the arguments. Polyroots also give complex solutions. Try changing the -16 to -14 and you will get a real and two complex roots.

Hint: if a worksheet is not doing what it is supposed to, it may be because of cross talk with something you did above. Try copying just the problem into a new worksheet. If it works, it is cross talk. Try clearing the variables in the problem. For example to clear x for reuse use the x:=x statement.

DO NOTS:

Only work using one page on a vertical. Do not have two different pages (columns) at the same level. If you do this, I will NOT grade it but return it for resubmission.

If a plot should have three graphs on it, and you only have 1 or 2, I will return the whole assignment ungraded.

If you have jaggies, I will return it. If a curve should be a smooth well behaved function that looks like this

image18.wmf

6

-

4

-

2

-

0

2

4

6

1

-

0.5

-

0

0.5

1

sin

j

(

)

j

and you get something like there, you are seeing jaggies.

image19.png image20.png

These are unacceptable. I have a video on jaggies. Watch it if you are having a problem. If you are still having a problem then, come see me. Do NOT submit an assignment with jaggies. I will return it ungraded.

Homework is Completed By:

Writer Writer Name Amount Client Comments & Rating
Instant Homework Helper

ONLINE

Instant Homework Helper

$36

She helped me in last minute in a very reasonable price. She is a lifesaver, I got A+ grade in my homework, I will surely hire her again for my next assignments, Thumbs Up!

Order & Get This Solution Within 3 Hours in $25/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 3 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

Order & Get This Solution Within 6 Hours in $20/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 6 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

Order & Get This Solution Within 12 Hours in $15/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 12 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

6 writers have sent their proposals to do this homework:

Essay & Assignment Help
Top Class Engineers
George M.
Engineering Help
Quality Assignments
Unique Academic Solutions
Writer Writer Name Offer Chat
Essay & Assignment Help

ONLINE

Essay & Assignment Help

I will be delighted to work on your project. As an experienced writer, I can provide you top quality, well researched, concise and error-free work within your provided deadline at very reasonable prices.

$29 Chat With Writer
Top Class Engineers

ONLINE

Top Class Engineers

I am an academic and research writer with having an MBA degree in business and finance. I have written many business reports on several topics and am well aware of all academic referencing styles.

$27 Chat With Writer
George M.

ONLINE

George M.

I find your project quite stimulating and related to my profession. I can surely contribute you with your project.

$49 Chat With Writer
Engineering Help

ONLINE

Engineering Help

I am an academic and research writer with having an MBA degree in business and finance. I have written many business reports on several topics and am well aware of all academic referencing styles.

$23 Chat With Writer
Quality Assignments

ONLINE

Quality Assignments

As an experienced writer, I have extensive experience in business writing, report writing, business profile writing, writing business reports and business plans for my clients.

$45 Chat With Writer
Unique Academic Solutions

ONLINE

Unique Academic Solutions

I have worked on wide variety of research papers including; Analytical research paper, Argumentative research paper, Interpretative research, experimental research etc.

$40 Chat With Writer

Let our expert academic writers to help you in achieving a+ grades in your homework, assignment, quiz or exam.

Similar Homework Questions

Lake windermere water temperature - Is software engineering applicable when webapps are built - How to prepare 0.5 sodium hypochlorite solution - Schema diagram for restaurant management system - Models for writers 13th edition pdf - Do students get bullied when wearing school uniforms - Intentional interviewing and counseling 8th edition ebook - Veritas gmat test series - Problem Statement/ Research Questions - W2ChangedocJournal - Interview questions for forensic auditor - Primary care soap note template - CASES CASE 35 CIRQUE DU SOLEIL* The founder of Cirque du Soleil, Guy Laliberté, after see- ing the firm’s growth prospects wane in recent years, was thinking about expanding his firm in new directions. For three decades, the firm had reinvented and revolutionized the circus. From its beginning in 1984, Cirque de Soleil had thrilled over 150 million spectators with a novel show concept that was as original as it was nontraditional: an astonishing theatrical blend of circus acts and street enter- tainment, wrapped up in spectacular costumes and fairy- land sets and staged to spellbinding music and magical lighting. Cirque du Soleil’s business triumphs mirrored its high- flying aerial stunts, and it became a case study for business school journal articles on carving out unique markets. But following a recent bleak outlook report from a consultant, a spate of poorly received shows over the last few years, and a decline in profits, executives at Cirque said they were now restructuring a - Campbells cash and carry rac card - Why is it best to have six or less life-cycle phases in an epm system? - Cost of the merchandise sold schedule first-in, first-out method portable dvd players - How to make a moving ferris wheel - Social science inquiry advance and evolve over time - Access opening in primary teeth ppt - Cas 27939 60 2 - How to calculate voltmeter reading in a parallel circuit - What is a reporting application name five basic reporting operations - Jen values her time at $60 an hour - Ugly american characters - How to use wes - How to calculate productivity in nursing - War of independence 1857 pakistan studies notes - Dabbat al ard in quran - Suppose your bank honors a check - Dorma el 301 price - NR632 week 7 SR - Identify examples of loaded language and ambiguous language - Monocular used in bourne ultimatum - Sf2 polar or nonpolar - 12.2 geometric sequences evaluate homework and practice answers - Economics june 2010 mark scheme - The following information is available for lock tite company - Medicare or Medicaid - Endogeneity analysis and Compare the OLS and IV/2SLS coefficient - Provide a 50-75 word discussion reply to the following post below. - Shenzhen huawei technology co ltd - Auditing user developed applications - Sorenson goldsmith integrated budget model - Essentials of management 9th edition pdf - Cloud computing concepts technology & architecture - PYTHON: Runtime Analysis & BST - Forecasting case study new business planning - Developing person through childhood and adolescence 11th edition pdf - 10 page essay compare and contrast Missouri and us constitution - Concept of a knowledge worker - Solve 4y 1 2y 8 - Www mysciencedoodles com water cycle - Tina jones abdominal objective data - Mathematics - Step Smart Case - Cairns state high school past students - Foreign currency exchange charlottesville va - Jamestown primary source activity - Four atoms are arbitrarily labeled - Finance - Video reaction paper - Essay - Cmgttttttt - Java codes - An introduction to systems thinking barry richmond - Discussion 3 Physical Security - Applying Performance Improvement Tools - Dave's esl cafe vietnam - Extra Credit Assignment: Download and Implement Zotero - Media assignment - Cartesian equation to parametric equation calculator - ACCT105 - Pwd incorporated is an illinois corporation - Emerging Technologies - One of the major goals of reality therapy involves - Robbie macklin driving school - From bottom to top how one provider retooled its collections - Mini unit - Marketing Review - Mkt 421 week 3 - Fbi crime scene analysis - Dr anthony sasse knox - What is the oxidation number of phosphorus in - 6x tables up to 100 - La madre de marissa está muy contenta. - If you're irish come into the parlour lyrics chords - Supply chain amazon case study - Galvanizers association of australia - Avon products inc annual report 2016 - 6-10 Side PPT (Cite 2 Reference) on Trade Secret Theft Study - Lectures on urban economics brueckner exercise solutions - Academic Assistance Is Always Available - Apple inc performance in a zero sum world economy - This is america music video lyrics - Rectifier diode iv characteristics - Discussion Board-Environmental Health - The lightning tree lyrics - Kelly kinicki city on a hill - Library unimelb past exams - Double the consonant and add ed or ing