Notes, summaries, assignments, exams, and problems for Design and Engineering

Sort by
Subject
Level

Understanding Motor Task Mechanisms and Learning

Classified in Design and Engineering

Written on in English with a size of 2.5 KB

Motor Task Mechanisms and Their Role in Learning

1. Decision Mechanism: The decision mechanism involves choosing or selecting responses for action. Some tasks, like the high jump, have a minimal decision component, while others have a complex and critical decision-making process for successful execution.

2. Motor Task Components: All motor tasks involve an execution mechanism. However, not all have significant perceptual (information about the environment) or decision (choice possibilities) components. Motor tasks should be analyzed based on their learning requirements.

3. Sequential Mechanisms: Motor tasks involve a sequence of mechanisms:

  • Decision Mechanism
  • Perceptual Mechanism
  • Execution Mechanism

4. Feedback Loops: Welford's simplified feedback

... Continue reading "Understanding Motor Task Mechanisms and Learning" »

Axis Translation and Rotation: Simplifying Conic Equations

Classified in Design and Engineering

Written on in English with a size of 9.41 KB

Translation of Axis

When you need to simplify equations, mainly the conics (circumference, parabola, ellipse, and hyperbola), you need to create a pair of coordinate axes parallel to the originals. This enables working with equations more simply.

This creation of axes is known as parallel translation of axes and consists of moving one or both axes so that the origin moves to a new position, and the axes are parallel to the original.

In the following figure, you can see how you can translate the equations of the curves from one Cartesian plane x and y to a Cartesian plane x’ and y’.

e12-2.jpg

The new origin O’ is defined, and the axes x’ and y’ are parallel to the original axes x and y, so that for a point P(x,y) you have P(x’,y’). With this,... Continue reading "Axis Translation and Rotation: Simplifying Conic Equations" »

Fiber Optic Splicing Techniques: Mechanical vs Fusion Methods

Classified in Design and Engineering

Written on in English with a size of 2.16 KB

Fiber Optic Joints

Because a single coil of fiber optic cable rarely exceeds 2 km in length, while the distance between repeaters or central offices can reach 30 to 40 km, joints are required between sections and at connection points.

Manual or Mechanical Joints

Mechanical connections can be permanent or temporary, often used for testing purposes. These produce higher attenuation, typically ranging from 0.20 to 1 dB.

  • They are often filled with index-matching gel to improve light continuity.
  • They may consist of cylinders with a central hole or trays secured with keys to house the fibers.

Preparation process:

  1. Remove approximately 3 cm of the fiber coating.
  2. Clean the fiber thoroughly with isopropyl alcohol.
  3. Perform a perfectly straight cut of 5 to 6 mm
... Continue reading "Fiber Optic Splicing Techniques: Mechanical vs Fusion Methods" »

Software Development Life Cycle: Phases and Best Practices

Classified in Design and Engineering

Written on in English with a size of 2.19 KB

Feasibility Study

This phase includes a brief description of the proposed system and its features, along with an analysis of business requirements. It defines the organization of the development team, assigns responsibilities, estimates costs, sets tentative planning and delivery dates, and evaluates system benefits.

Analysis

This stage focuses on capturing requirements, including an analysis of the current system and new user needs. It covers:

  • System description
  • Data requirements
  • Telecommunications requirements
  • Hardware requirements
  • Integration test plan

Design

A detailed description of the system architecture, including:

  • Programs, reusable modules, and objects
  • Files, databases, and transactions
  • Data dictionary and procedures
  • System load and response times
  • Human
... Continue reading "Software Development Life Cycle: Phases and Best Practices" »

Optimization Methods: Linear Programming and Project Analysis

Classified in Design and Engineering

Written on in English with a size of 4.06 KB

Operations Research and Linear Programming Fundamentals

  • Operations Research (OR) Systems: Exact methods, heuristics, deterministic methods, and probabilistic models.
  • Linear Programming (LP) Introduction:
    • Elements of the linear model.
    • Feasible region (or possible region).
    • Feasible solutions and LP assumptions.

Simplex Method and Duality

LP Certainty Programming and Geometry

  • Isostability line and Iso-cost line.
  • Possible cases of optimal solutions.
  • Heuristic algorithms versus exact algorithms.
  • Convex sets and their properties.
  • Basic canonical form of the system.

Solutions and Simplex Basics

  • Non-basic and basic variables.
  • Fundamental Simplex Theorems (First and Second).
  • Properties of extreme points of the feasible region.
  • Detection of non-optimal, feasible, and
... Continue reading "Optimization Methods: Linear Programming and Project Analysis" »

Fundamentals of Analog-to-Digital Signal Processing

Classified in Design and Engineering

Written on in English with a size of 2.74 KB

Analog Signal Conversion Process

The analog signal must be captured by a sensor, which converts it into an analog electrical signal. Subsequently, an Analog-to-Digital Converter (ADC) transforms this signal into a sequence of bits.

Advantages and Disadvantages of Digital Signals

Digital signals have a number of advantages over analog:

  • They are easier to expand.
  • Systems can be applied to reduce the incidence of errors during handling or copying.
  • They allow for more varied, simpler, and stacking treatment processes.

Conversely, digitalization requires a greater amount of digital information to achieve quality comparable to the original analog signal. Furthermore, some technical aspects of analog-to-digital conversion and transmission require a high... Continue reading "Fundamentals of Analog-to-Digital Signal Processing" »

Precision Measurement and Calibration Fundamentals

Classified in Design and Engineering

Written on in English with a size of 2.08 KB

Calibration Fundamentals

To ensure accurate measurements, measuring instruments must be contrasted against approved standards. This process is known as calibration.

Common Measuring Tools

  • Ruler: A tool for taking measurements where physical divisions and subdivisions represent actual units of length on a scale.
  • Caliper: A delicate precision instrument that requires careful handling to maintain accuracy.

Using a Caliper Correctly

When using a caliper, ensure the legs maintain firm contact with the part being measured. Use the fixed leg as a reference point and move the mobile leg until contact is achieved. Always ensure the rule of the gauge is aligned with the surfaces being measured.

Types of Caliper Measurements

  • Exterior and interior dimensions
  • Heights
  • Collars
... Continue reading "Precision Measurement and Calibration Fundamentals" »

Aircraft systems

Classified in Design and Engineering

Written on in English with a size of 3.63 KB

robot origin comes from the Czech word robota, meaning ue worker. Current robots can say q infacia are in the robot are its desarrollo.Un PROGRAMDIR to do a task could not be used for any other different. Of time, it is expected q acer can each q should perform tasks and program for the q agan. a robot has q capture information from their environment and as a function of q receives data, perform some action as respuesta.La difference a robot and a mechanism is the mechanism q repetitive work, regardless of the conditions in your entorno.Los robots only react when changes occur in their vicinity. the function of control-system is to detect a condition of the environment: light, temperature , touch, humidity, etc.., and q values function detects... Continue reading "Aircraft systems" »

Software Design Patterns: Classification, Benefits, and Application Challenges

Classified in Design and Engineering

Written on in English with a size of 3.23 KB

Software Patterns: Context and Problem Solving

Identifying Patterns for the Right Choice

The process of identifying patterns for the right choice requires:

  • Observation: Finding similarities.
  • Abstraction: Discovering the essence of the problem and ruling out irrelevant details.

The Statistical Nature of Pattern Use

  • Identifying patterns is an empirical process.
  • Patterns, in isolation, do not solve all possible problems.
  • A well-chosen collection of patterns can characterize a large percentage of problems.

Benefits of Using Software Patterns

Patterns enable traceability (from code to design, and design analysis):

  • Facilitate maintenance.
  • Can be used in cascade (Delta effect).
  • Provide a common vocabulary for developers.
  • Are communication tools in developer-user
... Continue reading "Software Design Patterns: Classification, Benefits, and Application Challenges" »

Construction Technical Standards: Drainage, Electrical, and Fire Safety

Classified in Design and Engineering

Written on in English with a size of 3.15 KB

Pipeline Materials for Water Disposal Facilities

Identify suitable pipeline materials for water disposal facilities under Section HS-5 Drainage CTE DB Health. Briefly comment on the most appropriate applications for each:

  • Cast Iron Pipe: Most used for water supply networks. Features bell socket joints with a rubber gasket.
  • PVC Plastic Pipes: Widespread in residential sanitation networks. Utilizes bell socket joints with a rubber gasket or bonded joints.
  • Polypropylene Pipes: Plastic pipes increasingly used in plumbing. Features pressure joints.
  • Stoneware Pipes: Capable of supporting very aggressive waters. In short lengths, they are joined by bell-shaped plugs and rubber gaskets. Widely used in external networks, particularly for household connections.
... Continue reading "Construction Technical Standards: Drainage, Electrical, and Fire Safety" »