<?xml version="1.0" encoding="UTF-8"?>
<CourseUnit xmlns="http://www.manchester.ac.uk/CUICourseUnitDetails" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.manchester.ac.uk/CUICourseUnitDetails.xsd">
  <UnitCode Applicant="Y" Label="Unit code" Student="Y">
    <Code>MATH19872</Code>
  </UnitCode>
  <UnitTitle Applicant="Y" Label="Unit title" Student="Y">
    <Title>Mathematics 0D2</Title>
  </UnitTitle>
  <MaxUnits Applicant="Y" Label="Credit rating" Student="Y">
    <Units>10</Units>
  </MaxUnits>
  <TeachingPeriods Applicant="Y" Label="Teaching period(s)" Student="Y">
    <Period>Semester 2</Period>
  </TeachingPeriods>
  <AcademicCareer Applicant="Y" Label="Academic career" Student="Y">
    <Value>Undergraduate</Value>
  </AcademicCareer>
  <UnitLevel Applicant="Y" Label="Unit level" Student="Y">
    <Level>Level 1</Level>
  </UnitLevel>
  <StaffList Applicant="Y" Label="Teaching staff" RoleLabel="Course Unit Role" Student="Y">
    <StaffMember>
      <Name>Yanghong Huang</Name>
      <Role>Unit coordinator</Role>
    </StaffMember>
  </StaffList>
  <OfferedBy Applicant="Y" Label="Offered by" Student="Y">
    <OrganisationList>
      <Organisation>
        <OrgName>Department of Mathematics</OrgName>
      </Organisation>
    </OrganisationList>
    <GroupList>
      <Group>
        <GroupName></GroupName>
      </Group>
    </GroupList>
    <FheqLevels>
      <FheqLevel>
        <LevelNumber>1</LevelNumber>
        <LevelName>FHEQ level (Framework for Higher Education Qualifications) ' First part HE study/Bachelors ' </LevelName>
      </FheqLevel>
    </FheqLevels>
    <Ects>
      <MaxUnits>European Credit Transfer &amp; Accumulation System Rating :   5.0</MaxUnits>
    </Ects>
  </OfferedBy>
  <MarketingOverview Applicant="Y" Label="Marketing Course unit overview" Student="">
    <Content></Content>
  </MarketingOverview>
  <UnitOverview Applicant="" Label="Course unit overview" Student="Y">
    <Content></Content>
  </UnitOverview>
  <Aims Applicant="Y" Label="Aims" Student="Y">
    <Content>&lt;p&gt;The course unit aims to provide a basic course in various mathematical topics to students in Foundation Year.&lt;/p&gt;</Content>
  </Aims>
  <LearningOutcomes Applicant="Y" Label="Learning outcomes" Student="Y">
    <Content>&lt;p&gt;On completion of the course the successful student will be able to:&lt;br /&gt;&lt;br /&gt;- Calculate interpolating functions and values using linear and quadratic interpolation formulae and their inverses&lt;br /&gt;&lt;br /&gt;- Select and apply numerical differentiation formulae to approximate derivatives, and discuss the accuracy of these approximations.&lt;br /&gt;&lt;br /&gt;- Approximate integrals using the trapezium rule and Simpson&amp;#39;s rule, and discuss the accuracy of these approximations.&lt;br /&gt;&lt;br /&gt;- For each of circles centred on the origin, circles passing through the origin, straight lines, Archimedes and logarithmic spirals, ellipses, cardioids:&lt;br /&gt;&amp;nbsp;--Given a curve represented by a written description, a polar-coordinate formula or a sketch, recall or derive the other two representations of the curve.&lt;br /&gt;&amp;nbsp;--Recall how each of the parameters of the polar form of each curve relate to the characteristics of the plotted shape.&lt;br /&gt;&amp;nbsp;--Scale and rotate the shape by multiplying the radius value and adding a constant to theta, respectively.&lt;br /&gt;&amp;nbsp;--Convert between polar and Cartesian representations (points, lines, circles and ellipses only).&lt;br /&gt;&lt;br /&gt;- Calculate the intersection points of polar curves, and use given intersection points to infer properties of the curves&lt;br /&gt;&lt;br /&gt;- Recall the definitions of a root and the residual function.&lt;br /&gt;&lt;br /&gt;- Apply the bisection method, the rule of false position and the Newton-Raphson method to solve scalar equations. For each method, explain the situations under which a root will be found and identify suitable initial values / intervals.&lt;br /&gt;&lt;br /&gt;-Evaluate geometric integrals: the area inside a polar curve or between two polar curves; the volume of revolution of a curve (or between two curves) given in Cartesian form rotated about the x-axis; the volume of revolution of a curve rotated about the y-axis; the surface area of revolution of a curve given in Cartesian form about the x-axis; the arc-length of a curve given in either polar or Cartesian coordinates.&lt;br /&gt;&lt;br /&gt;- Evaluate recurrence relations given a recurrence and initial term(s), and in simple cases evaluate later terms by identifying patterns in the sequence.&lt;br /&gt;&lt;br /&gt;- Derive and apply reduction formulae to evaluate definite and indefinite integrals.&lt;br /&gt;&lt;br /&gt;- Use the Mathematica language to achieve the above outcomes, including use of variables, functions and polar and Cartesian plots.&lt;/p&gt;</Content>
  </LearningOutcomes>
  <Knowledge Applicant="Y" Label="Knowledge and understanding" Student="Y">
    <Content></Content>
  </Knowledge>
  <IntellectualSkills Applicant="Y" Label="Intellectual skills" Student="Y">
    <Content></Content>
  </IntellectualSkills>
  <PracticalSkills Applicant="Y" Label="Practical skills" Student="Y">
    <Content></Content>
  </PracticalSkills>
  <TransferableSkills Applicant="Y" Label="Transferable skills and personal qualities" Student="Y">
    <Content></Content>
  </TransferableSkills>
  <EmployabilitySkillsList Applicant="Y" Label="Employability skills" Student="Y">
    <Skill>
      <SkillId></SkillId>
      <SkillDescription></SkillDescription>
    </Skill>
  </EmployabilitySkillsList>
  <Syllabus Applicant="Y" Label="Syllabus" Student="Y">
    <Content>&lt;p&gt;2: Numerical Interpolation: Linear Interpolation, Quadratic Interpolation.&lt;/p&gt;&lt;p&gt;1: Numerical Differentiation&lt;/p&gt;&lt;p&gt;2: Numerical Integration: The Trapezoidal Rule, Simpson&amp;#39;s Rule.&lt;/p&gt;&lt;p&gt;3: Polar Coordinates: Polar coordinates of points. Polar coordinates of lines and curves. Points of intersection of polar curves&lt;/p&gt;&lt;p&gt;3: Numerical Solution of Equations: Bisection Method, Rule of False Position, Newton-Raphson method&lt;/p&gt;&lt;p&gt;3: Areas, lengths and volumes: Area inside a polar Curve, Volume of Solid of Revolution, Arc Length, Surface Area of Solid of Revolution&lt;/p&gt;&lt;p&gt;3: Recurrence Relations and Reduction Formulae: Recurrance relations, Reduction formulae [f(x)]^n with limits, reduction formulae x^n * f(x) with limits, reduction formulae without limits.&lt;/p&gt;&lt;p&gt;5: Mathematica: General introduction, application to topics in syllabus.&lt;/p&gt;</Content>
  </Syllabus>
  <TeachingMethods Applicant="Y" Label="Teaching and learning methods" Student="Y">
    <Content></Content>
  </TeachingMethods>
  <AssessmentMethods Applicant="Y" Label="Assessment methods" Student="Y">
    <IntroText> </IntroText>
    <Method>
      <MethodId>0</MethodId>
      <MethodName>Other</MethodName>
      <MethodWeight>20%</MethodWeight>
    </Method>
    <Method>
      <MethodId>1</MethodId>
      <MethodName>Written exam</MethodName>
      <MethodWeight>80%</MethodWeight>
    </Method>
    <OtherDescription>&lt;p&gt;Coursework (Computerised Assignment) (week 7) Weighting within unit 10%&lt;/p&gt;&lt;p&gt;Mathematica Test (week 10 unless the project is submitted in week 10, in which case, the 0D2 coursework would be submitted in week 11.) Weighting within unit 10%&lt;/p&gt;&lt;p&gt;Examination (semester 2) Weighting within unit 80%&lt;/p&gt;</OtherDescription>
  </AssessmentMethods>
  <FeedbackMethods Applicant="Y" Label="Feedback methods" Student="Y">
    <Content></Content>
  </FeedbackMethods>
  <RequirementsList Applicant="Y" Label="Pre/co-requisites" Student="Y">
    <Requirement>
      <UnitCode></UnitCode>
      <UnitTitle></UnitTitle>
      <RequirementType></RequirementType>
      <Description></Description>
    </Requirement>
    <AdditionalRequirement></AdditionalRequirement>
  </RequirementsList>
  <AcademicPrograms Applicant="Y" Label="Academic programmes" Student="Y">
    <AcademicProgram>
      <Program>BEng(Hons) Eng w a Int FY</Program>
      <Plan>BEng(Hons) Eng w a Int FY</Plan>
      <Level>Foundation</Level>
      <Requirement>Recommended</Requirement>
    </AcademicProgram>
    <AcademicProgram>
      <Program>BEng(Hons) Eng w a Int FY</Program>
      <Plan>Mech Eng with an Int FY</Plan>
      <Level>Foundation</Level>
      <Requirement>Mandatory</Requirement>
    </AcademicProgram>
    <AcademicProgram>
      <Program>BEng(Hons) Eng w a Int FY</Program>
      <Plan>Aero Eng with an Int FY</Plan>
      <Level>Foundation</Level>
      <Requirement>Mandatory</Requirement>
    </AcademicProgram>
    <AcademicProgram>
      <Program>BEng(Hons) Eng w a Int FY</Program>
      <Plan>Civ Eng with an Int FY</Plan>
      <Level>Foundation</Level>
      <Requirement>Mandatory</Requirement>
    </AcademicProgram>
    <AcademicProgram>
      <Program>BEng(Hons) Eng w a Int FY</Program>
      <Plan>EEM Eng with an Int FY</Plan>
      <Level>Foundation</Level>
      <Requirement>Mandatory</Requirement>
    </AcademicProgram>
    <AcademicProgram>
      <Program>BEng(Hons) Eng w a Int FY</Program>
      <Plan>Comp Sci with an Int FY</Plan>
      <Level>Foundation</Level>
      <Requirement>Mandatory</Requirement>
    </AcademicProgram>
    <AcademicProgram>
      <Program>BSc(Hons) Science w a Int FY</Program>
      <Plan>BSc(Hons) Science w a Int FY</Plan>
      <Level>Foundation</Level>
      <Requirement>Recommended</Requirement>
    </AcademicProgram>
    <AcademicProgram>
      <Program>BSc(Hons) Science w a Int FY</Program>
      <Plan>Maths With an Int FY</Plan>
      <Level>Foundation</Level>
      <Requirement>Mandatory</Requirement>
    </AcademicProgram>
  </AcademicPrograms>
  <FreeChoice Applicant="Y" Label="Available as a free choice unit?" Student="Y">
    <Content>N</Content>
  </FreeChoice>
  <Accreditation Applicant="Y" Label="Accreditation" Student="Y">
    <Content></Content>
  </Accreditation>
  <RecommendedReading Applicant="Y" Label="Recommended reading" Student="Y">
    <Content>&lt;p&gt;CROFT, A &amp;amp; DAVISON, R. 2010. Foundation Maths (5th ed.) Pearson Education, Harlow. (ISBN9780273730767)&lt;/p&gt;&lt;p&gt;BOSTOCK, L., &amp;amp; CHANDLER, S. 1981. Mathematics - the core course for A-level. Thornes, Cheltenham. (ISBN0859503062)&lt;/p&gt;&lt;p&gt;BOSTOCK, L., &amp;amp; CHANDLER, S. 1994. Core Maths for A-level (2nd ed.). Thornes, Cheltenham. (ISBN9780748717798)&lt;/p&gt;&lt;p&gt;STROUD, K.A, 2007. Engineering mathematics (6th ed.) Palgrave Macmillan, Baisingstoke. (ISBN9781403942463 / ISBN1403942463)&lt;/p&gt;&lt;p&gt;JAMES, G. 2001. Modern engineering mathematics (3rd ed.). Prentice Hall, Harlow. (ISBN0130183199 / ISBN9780130183194)&lt;/p&gt;&lt;p&gt;COOMBES, K. 1998. The Mathematica primer. Cambridge University Press, Cambridge. (ISBN0521631300 / ISBN0521637155&amp;nbsp; / ISBN9780521631303 / ISBN9780521637152)&lt;/p&gt;</Content>
  </RecommendedReading>
  <StudyHours Applicant="Y" Label="Study hours" Student="Y">
    <IntroText> </IntroText>
    <ScheduledHours Applicant="Y" Label="Scheduled activity hours" Student="Y">
      <ActivityHours>
        <ActivityType>Lectures</ActivityType>
        <Hours>24</Hours>
      </ActivityHours>
      <ActivityHours>
        <ActivityType>Tutorials</ActivityType>
        <Hours>12</Hours>
      </ActivityHours>
    </ScheduledHours>
    <PlacementHours Applicant="Y" Label="Placement hours" Student="Y">
      <ActivityHours>
        <ActivityType></ActivityType>
        <Hours>0</Hours>
      </ActivityHours>
    </PlacementHours>
    <TotalHours Applicant="Y" Label="Independent study hours" Student="Y">
      <Hours>64</Hours>
    </TotalHours>
  </StudyHours>
  <Notes Applicant="Y" Label="Additional notes" Student="Y">
    <Content>&lt;p&gt;This course unit detail provides the framework for delivery in 20/21 and may be subject to change due to any additional Covid-19 impact.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please see Blackboard / course unit related emails for any further updates&lt;/p&gt;</Content>
  </Notes>
</CourseUnit>
