



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The solutions to maple assignment problems focusing on calculating functions, identifying local extrema, and determining absolute maxima and minima.
Typology: Assignments
1 / 6
This page cannot be seen from the preview
Don't miss anything!




> f := x / ( 25 K x^2 )
f := x / ( 25 K x^2 )
( 1 / 3 )
> g^ :=^ x^ /^ D (^ f^ ) (^ x^ )
g := x / ( D( f ) ) ( x )
> eval ( g ( x ) )
x ( 25 K x^2 )
( 2 / 3 )
> L := x / f ( 3 ) C g ( 3 ) $ ( x K 3 )
L := x / f ( 3 ) C g ( 3 ) ( x K 3 )
> eval^ (^ L^ (^ x^ ) )
16 ( 1 / 3 )^ ( x K 3 )
>
> plot ( [ f ( x ) , L ( x ) ] , x = 1 ..4 )
> plot ( | f^ (^ x^ )^ K^ L^ (^ x^ ) |,^ x^ = 1 .. )
> g := x / D ( f ) ( x )
g := x / ( D( f ) ) ( x )
> eval ( g ( x ) )
20 x^4 K 36 x^3 K 48 x^2 C 24 x C 12
> fsolve^ (^ g^ (^ x^ ) = 0 )
>
> f^ (^ K1.051552693 )
> f ( 0.6658980048 )
>
> f ( K.3393516909 )
> f^ ( 2.525006379 )
>
> f ( K2 )