Ken Monks
    Dept. of Mathematics
    University of Scranton
    Scranton, PA 18510
SITE CONTENTS
Home Page Software Courses
Publications Student Research Misc
Phone: (570) 941-6101   
Fax: (570) 941-5981   
Office: STT163-A   
Email:    monks@scranton.edu 
 

 

A Demonstration of RevSolid

A yo-yo.

Solid_Of_Rev(x^2,0,x=-1..1,XAXIS,
title=`f(x)=x², g(x)=0, a=-1, b=1`,
titlefont=[TIMES,BOLD,14],orientation=[70,70]);

[Maple Plot]

A donut.
Solid_Of_Rev(sqrt(1-x^2)+2,-sqrt(1-x^2)+2,x=-1..1,XAXIS,
scaling=CONSTRAINED,
orientation=[43,84],
title=`f(x)=sqrt(1-x²)+2, g(x)=-sqrt(1-x²)+2`,
titlefont=[TIMES,BOLD,14]);

[Maple Plot]

A triangular donut.
Solid_Of_Rev(3-abs(x),2,x=-1..1,XAXIS,
scaling=CONSTRAINED,
orientation=[50,84],
title=`f(x)=3-|x|, g(x)=2, a=-1, b=1`,

titlefont=[TIMES,BOLD,14]);

[Maple Plot]

A leaky vase.
Solid_Of_Rev(x*(x+2)*(x-2)+9,exp(x)+1,x=-2..2,XAXIS,
orientation=[50,84],
title=`f(x)=x(x+2)(x-2)+9, g(x)=exp(x)+1, a=-2, b=2`,
titlefont=[TIMES,BOLD,14]);

[Maple Plot]

A y-axis example.
Solid_Of_Rev(abs(sin(2*(x-1))/(x-1)^2)+1,-abs(sin(2*(x-1))/(x-1)^2)+1,x=2..4,YAXIS,
scaling=CONSTRAINED,
orientation=[-38,76],
title=`f(x)=|sin(2*(x-1))|/(x-1)^2+1, g(x)=-|sin(2*(x-1))|/(x-1)^2+1, a=2, b=4`,
titlefont=[TIMES,BOLD,10]);

[Maple Plot]

The same thing around the x-axis.
Solid_Of_Rev(abs(sin(2*(x-1))/(x-1)^2)+1,-abs(sin(2*(x-1))/(x-1)^2)+1,x=2..4,XAXIS,
scaling=CONSTRAINED,
orientation=[-38,76],
title=`f(x)=|sin(2*(x-1))|/(x-1)^2+1, g(x)=-|sin(2*(x-1))|/(x-1)^2+1, a=2, b=4`,
titlefont=[TIMES,BOLD,10]);

[Maple Plot]


Self Portrait

Many mathematics files on this site are in pdf format. If your browser does not display pdf files, click here for assistance.
This page was last  updated on Sunday, May 28, 2000 10:23:08 PM
. © Ken Monks