0% found this document useful (0 votes)
2 views11 pages

Maths Report

Uploaded by

vanishaojha24
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views11 pages

Maths Report

Uploaded by

vanishaojha24
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

1

TECHNO INTERNATIONAL NEWTOWN

BLOCK DG 1/1,ACTION AREA, NEWTOWN,


KOLKATA-70

TECHNICAL REPORT WRITING FOR #CA2 EXAMINTION

ON

ROLES OF BAIS IN SIMPLIFYING ENGINEERING COMPUTATIONS

MATHEMATICS-1 BSM-101

STUDENT DETAILS:-
 NAME- VANISHA OJHA
 UNIVERSITY ROLL NO - 18700124013
 STREAM- COMPUTER SCIENCE AND ENGINEERING
 SEMESTER -1
 YEAR- 2024-25
 SECTION - 3

DATE OF SUMBISSION-
2

TABLE OF CONTENTS

CONTENTS PAGE NO
1
ABSTRACT
INTRODUCTION 2-3
ANALYSIS 4-7
CONCLUSION 8
REFRENCES 9
1

ABSTARCT

Basis concept is the fundamental concept for engineering computation that includes socketing signals,
learning machines, structural analysis, and electrical engineering when talking about making complex
vectors that are either behaved or defined in a combination of basis vectors, all for the efficient
computational design workings of engineering. A Basis of a vector space can enable any member of
the vector space to be represented in reality as a linear combination of the basis vectors, thus making
simple in calculation and efficient and problem-solving. For instance, the Fourier basis in signal
processing transforms a signal from its time domain representation to its frequency domain
representation through the basis vectors; basis functions approximate solutions to partial differential
equations in finite elements; concerning dimension reduction, techniques in machine learning would
fall under basis selection, where new basis vectors are used to represent data as to reduce their
dimensionality while preserving important characteristics. Thus, the present paper gives mathematical
backgrounds about basis vectors and their applicability in the field of engineering, emphasizing
optimizing computational algorithms in engineering. So in a nutshell, pertinent choice of a basis can
bring about greater computational efficiency in engineering, minimized complexity in problem-
solving, and improved accuracy of solutions in many tasks across different fields of engineering.

1
2
INTRODUCTION

The basic concept is very much valuable for simplifying the mathematical problems considered by
different branches of engineering. The domains may be signal processing, machine learning, structural
analysis, or even circuit theory, and basis vectors help mathematically represent, transform, or
manipulate the data. A basis set comprises those vectors that span a vector space such that every
vector in that space can be expressed as a linear combination of the basis vectors. This idea, although
quite simple, has myriad applications through which the engineers and scientists work in multi-
dimensional data and that serve to optimize algorithms and solve more precise problems.Basis
originates in linear algebra: a mathematical discipline that deals with vector spaces and linear
mappings between such spaces. A basis in a vector space can be regarded as a complete direction set
in which every existing vector can be described uniquely. Such a basis is especially essential in
engineering applications where data are frequently represented in higher dimensions, e.g., by image
processing, structural dynamics, or network analysis. The selection of an appropriate basis can
significantly decrease a problem's complexity when dealing in high dimensions and enable its efficient
processing.The quality of basis selection can be assessed through such features like transformation of
data into different representations or spaces often more suitable for specific types of analysis. A good
example is how a time-domain signal can be transformed into a frequency-domain signal by using a
Fourier basis. Such a transformation allows the engineers to analyze the frequency components of a
signal as it is examined and hence performs necessary tasks like filtering, compression, and noise
reduction. The other field that relies on transformation of basis by PCA technique is basically machine
programming. By transforming the basis of the data set, PCA enables projection into low-dimensional
spaces, maintaining important features while significantly improving computational efficiencies.Basis
vectors now hold well in modal analysis in structural engineering to analyze the natural vibration
modes in a structure. The eigenvectors of the stiffness and mass matrices of the system constitute the
basis for such modes, thus allowing any kind of prediction related to dynamic response of a structure.
Basis functions in FEA are the basis functions of the approximation of solutions to complicated partial
differential equations by the subdivision of a larger domain into smaller elements, enabling a
convenient numerical solution process by transforming a highly complex continuous system into a set
of simpler linear equations.Just like importance with regard to bases finds its application in electrical
engineering, those bases find their application as orthogonal or orthonormal bases in making circuit
equations simple to solve. This is particularly true in those cases that require working with a large
system of linear equations. Projections and dot products, the two fundamental operations for many
algorithms, can thus easily be computed for orthogonal bases, such as in Fourier series or wavelet-
based analysisMoreover, there is the basis concept that is essential in optimization problems. It is this

2
3
aspect that engineers stop to minimize or maximize any function, obeying some constraints with the
restrictions. Often, by transforming the problem into another basis, one that applies better to the
internal structure of the problem, the engineer can actually ease the optimization process for a much
faster convergence. Adjustment of state-space representation is one example of this application in
control systems, where changing the basis of the system also provides better ease to analysis and
control on the part of the engineer.Even though the notion is quite abstract, it has very concrete
consequences in terms of the efficiency and accuracy of engineering computations. The right basis
may allow calculations with less computational cost, greater numerical stability, and more accuracy in
solutions to real-world problems. From image compression and data mining to network analysis,
finding the right basis could cut down the size of data that has to be stored and processed, without
losing vital information when the data was huge.An investigation into mathematical foundation related
to basis vectors and their application across different engineering avenues will be: how an appropriate
choice of basis can lead to optimized computational algorithms, simplified complex problems, and
accuracy in solutions. Hence, the purpose definitely goes in explaining and clarifying how the basis
does solve the computation in engineering so that professionals can decide for themselves with regard
to better efficiency and effectiveness of their work.

3
4

ANALYSIS

The Role of Basis in Simplifying Engineering Computation

Most engineering computations are full of voluminous data and complex problems, and many dealing
with large systems that require numerical ways of doing everything. All of this attests to the fact that
basing ideas from vector spaces has been a cornerstone in engineering. That is, through basing, an
engineer may represent some data, signals, or physical systems in a more computationally efficient
form by: transformation; increasing efficiency; reducing dimensions; and formulating problems much
more systematically over the wide spectrum in a variety of engineering fields, for example: signal
processing, structural analysis, optimization employing engineering mathematics, and machine
learning.

Thus, the evaluation analyzes the role played by basis in repressing engineering computations-the
specific applicability of the basis vectors in certain areas-to optimize problem-solving, compute-
reducing efficiency, and model-the complexities in mathematics involved.

1. Mathematical Summary: Basis in Vector Spaces

In mathematics, especially in linear algebra, a basis is defined as a set of vectors that spans a vector
space. Those vectors are linearly independent, meaning that none of them can be written as a linear
combination of the others. Any vector in turn can be construed, as it were, by means of a unique
combination of the basis vectors.

I. Basis and Dimensionality

The number of basis vectors gives the dimension of a vector space. For example, the three-
dimensional space contains the fact that any vector may be described by means of three independent
vectors. The same extension further continues to higher spaces and even includes more complex
spaces of the engineering such as the space of functions in signal processing or the space of states in
control systems.

4
5
By having the proper basis, engineers can actually reduce the dimensionality of a problem to make
calculations a bit easier. Thus for example in Principal Component Analysis (PCA), the data points are
transformed into a lower-dimensional subspace identified by the principal components, all new bases.
In other words, reduce the variables to their most essential components while still retaining most of the
valuable information.

2. Basis in Signal Processing: Time and Frequency Domains

Representing a signal through various domains enables signal processing to be much more effective in
the analysis and manipulation of signals. Such transformations convert and represent signals from one
domain to another, such as from the time to frequency domain. A time-domain signal can be
represented as a sum of sinusoidal components, Fourier analysis, or frequency decomposition.

I. Fourier Basis

A Fourier basis is thus sine and cosine in order to be able to represent any periodic signal. A Fourier
Transform takes a time function and sums it in terms of cosines and sines of the corresponding
frequencies, amplitudes, and phases for each contributing sinusoidal component. Applying Fourier
operations makes things such as filtering, compression, etc., much more straightforward compared to
the more complicated timeline applications.

Removing noise involves transforming the audio into frequency space, finding unwanted frequencies,
and applying filters, for example. Similar functions are of the JPEG compression algorithms, which
use a basis of discrete cosine transforms (DCT) to compress images by eliminating the less important
frequency components.

II. The basis for wavelet

The Fourier basis is useful while the signal is stationary, but it cannot be extended to a non-stationary
signal in which frequency components change over time. Such signals can even offer better solutions
from wavelet transforms. The wavelet basis represents signals using short, oscillating functions in both
time and frequency localization, making it therefore very useful in practical applications like seismic
signal processing or transient analysis of electrical signals.

5
6
Selecting an appropriate basis-whether Fourier or wavelet-provides engineers with more simplified
approaches for signal processing to isolate relevant features with less signal or to have better
computational efficiency.

3. Basis in Structural Engineering: Finite Element Analysis (FEA)


In structural engineering, one often solves differential equations to model stress, strain, and vibration.
Such representations usually become so complicated that it becomes difficult to find analytical
solutions to handle them. The most powerful numerical technique available for solving such kinds of
equations is Finite Element Analysis (FEA). The whole foundation relies on basis functions.

3.1 Approximation through Basis Functions


FEA describes a complex domain, such as a bridge or building, by dividing it into smaller elements,
each approximated using basis functions, usually polynomials. The basis functions represent the
displacement field or other physical quantities inside the element. Using a basis allows engineers to
approximate the answer to a continuous problem with a discrete group of equations.

For example, displacement values for dynamic modeling in structural vibration analysis may be based
on the mode shapes (eigenvectors) of the structure. These mode shapes describe how the structure will
naturally vibrate at certain frequencies. The engineer can then determine the dynamical response of the
structure to dynamic loads, such as those generated by wind or earthquake effects, without having to
solve the system entirely for each new dynamic load, by expressing the system's response as a
combination of these modes.

3.2 Dimensionality Reduction and Efficiency


However, what finite element bases lead to is a continuous system (infinite dimensions) transformed
into a finite system (discrete elements) to reduce effective dimensionality of the problem at hand. This
is in view of the fact that the solution of equations for a finite number of basis functions in the discrete
system is much simpler than solving for every point in the domain. Also, the use of for orthogonal or
specially tailored basis functions may lead to sparse system matrices, which can be more tractable
computationally.

4.Machine Learning and Data Representation: PCA and Basis in Very High Dimension
Spaces.
6
7

Most of the time, machine-learned data consists of subsets with high dimensionality; each data point is
characterized by a number of properties or variables. Dimensionality reduction techniques like
Principal Component Analysis (PCA) are founded on the notion of basis that fits into an essential
simplification of the dataset.

I. Principal Component Analysis (PCA).


PCA is meant by transforming the data into a new coordinate system defined by orthogonal vectors-
"principal components," a new basis of the data. The first principal component will give you the
direction of maximum variance, the second will be orthogonal to the first, and so forth.

7
8

CONCLUSION

Basis as an idea is the foundation against which computation is reduced through engineering
computations in all disciplines. For instance, basis vectors create small-door forms of high-
dimensional problems, offering systematic ways of representing data, for example, systems and
signals for engineers. The applications can range from signal processing, and structural analysis to
machine learning and electrical engineering.

Instead, in applications like signal processing, frequency or time-frequency domain representations


obtained by Fourier and wavelet bases transform time-domain signals into those domains. Thus,
analysis, filtering, or compression is more efficient. This is most evident in structural engineering
where the use of basis functions permits the approximation of solutions to complicated partial
differential equations in finite element analysis (FEA), very complicated computation reduction. Then
there is the application of PCA to project data in lower dimensions using a new basis in machine
learning, to mention but a few, involving increased computational efficiencies and inferred data while
maintaining the important information.

Choosing an appropriate basis in control systems, such as state-space representation, allows for the
analysis and design of dynamic systems and their controllers. Orthogonal and orthogonal normalized
bases in electrical engineering further ease the analysis of large-scale circuit systems.

The use of basis in engineering computation is ultimately a tool for optimizing algorithms, improving
accuracy, and solving engineering problems. The choice of the right basis thus improves the ways in
which engineers can model, analyze, and optimize systems-the really important aspects of modern
computation in all engineering departments.

8
9

REFERENCES

Online Resources:
Wolfram Alpha: https://www.wolframalpha.com
Math World: https://mathworld.wolfram.com

BOOKS:
Engineering Mathematics (vol.1 & vol.2)- B.K. PAL,K.DAS
Engineering Mathematics-II – Sourav Kar , Subrata Karmakar
Engineering Mathematics - Grewal,B.S.

You might also like