You are on page 1of 2

Dinamica de Estructuras

Segundo Semestre 2016

Tarea #1

a)
b)
c)
d)

a)
b)
c)
d)

a)

Trigonometry (Assume A and B are constants)

sin( A + B ) = ?
cos( A + B ) = ?

1
(sin( A + B ) x sin( A B ) x )
2
1
Show cos Ax cos Bx = (cos( A + B ) x + cos( A B ) x )
2

Show cos Ax sin Bx =

Differentiation (Assume k is a constant integer)

d
xe kx = ?
dx
d
(sin kx cos kx ) = ?
dx
d sin kx
=?

dx x
ln(sin x )
lim
=?
x
0 ln(sin x )
Integration (Assume A, B, C and k are constant integers)

A sin( kx)dx = ?

b)
c)
d)
e)

x sin( kx)dx = ?
x cos( kx)dx = ?
sin( Ax ) sin B(C x)dx = ?

sin( Ax) cos( Bx)dx = ?

a)

Ordinary Differential Equations (ODE)


Solve:

d2y
dy
+c
+ ky = 0
2
dx
dx

Assume c=0.5, k=0.5, m=0.5, y(0)=1,

dy
(0) = 0
dx

b)

Solve:

d2y
dy
+c
+ ky = sin x
dx 2
dx

Assume c=0.5, k=0.5, m=0.5, y(0)=1,


5

a)

b)

c)

Linear Algebra

1 0.5 1 1
3 0 .2 2 0 = ?


2 0.2 3 1
1 0.5 1 1
{0 1 1}3 0.2 2 0 = ?
2 0.2 3 1
Fill in the vectors:

1 0.5 1 1

3 0.2 2 0 = 1

2 0.2 3 1

d)

dy
(0) = 0
dx

+ 0



+ 1

Solve for x, y and z:

1 0 .5 1 1
1
3 0 .2 2 x = z 0


1
2 0.2 3 y

6

Solve the following using MATLAB (Please provide your MATLAB code)
Given:

1 5 4
1 0 0

A = 2 7 8 B = 0 4 2 C = [1 3 3] D = [4 7 9 3 12 11 2 8 8]
3 2 5
0 2 9
a)
b)
c)
d)
e)

Compute the mean of D


Compute the inverse of A and of B
Compute the transpose of [A+B]
Compute the determinate of A
Plot 3.5 sin(1.6 x ) for (-5 < x < +5)

You might also like