PROYECTO CALCULO 2

Páginas: 2 (467 palabras) Publicado: 17 de junio de 2015

Ilustración 1CON

Ilustración 2CON

Ilustración 3KLM

Ilustración 4KLM

%ECUACION DIJ
x=linspace(41.49,50,42.27)
y =0.97*x.^2-80.67*x+1673.15
plot(y)
grid on
syms x
%Volumen
syms xint(pi*(5.08-(0.97*x.^2-80.67*x+1673.15)),41.49,42.27)
format long
%GRAFICA 3D
x=linspace(41.49,50,42.27);
y=0.97*x.^2-80.67*x+1673.15
n=length(y);
[X,Y,Z]=cylinder(y,n);
surf(Z,X,Y);

xlabel('eje x')
ylabel('ejey')
zlabel('eje z')

%AED
x=linspace(36.58,41,49)
y =0.04*x.^2-2.87*x+55.24
plot(y)
grid on
syms x
%Volumen
syms x
int(pi*(5.08-(0.04*x.^2-2.87*x+55.24)),36.58,41.49)
format long
%GRAFICA 3Dx=linspace(36.58,50,41.49);
y=(0.04*x.^2-2.87*x+55.24)
n=length(y);
[X,Y,Z]=cylinder(y,n);
surf(Z,X,Y);

xlabel('eje x')
ylabel('eje y')
zlabel('eje z')

%ECUACION HGF
x=linspace(36.58,50,41.49)Y=(-0.07*x.^2+4.97*x-84.71)
plot(y)
grid on
syms x
%Volumen
syms x
int(pi*(5.08-(-0.07*x.^2+4.97*x-84.71)),36.58,41.49)
format long
%GRAFICA 3D
x=linspace(36.58,50,41.49);
y=(-0.07*x.^2+4.97*x-84.71)n=length(y);
[X,Y,Z]=cylinder(y,n);
surf(Z,X,Y);

xlabel('eje x')
ylabel('eje y')
zlabel('eje z')

%ECUACION abc
X=linspace(10.77,50,36.58)
Y= 0.0356498*x.^2-0.1*x+4.29
plot(y)
grid on
syms x
%Volumen
symsx
int(pi*(5.08-(0.0356498*x.^2-0.1*x+4.29)),10.77,36.58)
format long
%GRAFICA 3D
x=linspace(10.77,50,36.58);
y=(0.0356498*x.^2-0.1*x+4.29)
n=length(y);
[X,Y,Z]=cylinder(y,n);
surf(Z,X,Y);

xlabel('ejex')
ylabel('eje y')
zlabel('eje z')

%ecuacion CON
X=linspace(0,50,10.77)
y=0.1*x.^2-0.4*x+6.46
plot(y)
grid on
syms X
%Volumen
syms x
int(pi*(6.32-(0.1*x^2-0.4*x+6.46)),0.26,10.77)
format long
%GRAFICA 3D
x=linspace(10.77,50,36.58);
y=(0.1*x.^2-0.4*x+6.46)
n=length(y);
[X,Y,Z]=cylinder(y,n);
surf(Z,X,Y);

xlabel('eje x')
ylabel('eje y')
zlabel('eje z')


%ecuacion KLMX=linspace(0,50,10.77)
y=-0.01*x.^2+0.13*x+6.7
plot(y)
grid on
syms X
%Volumen
syms x
int(pi*(6.32-(-0.01*x.^2+0.13*x+6.7)),0.26,10.77)
format long
% GRAFICA 3D
x=linspace(0,80,10.77);
y=(-0.01*x.^2+0.13*x+6.7)...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Calculo 2 Proyecto
  • Calculo 2
  • calculo 2
  • Calculo 2
  • Calculo 2
  • calculo 2
  • Calculo 2
  • Calculo 2

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS