Skip to main content

All Questions

2 votes
1 answer
90 views

Integrate regions in Plot/Piecewise

I have the following code: ...
vladpopovcev's user avatar
4 votes
2 answers
102 views

Plot and differentiate a piecewise vector function [closed]

Consider the map $f:\mathbb R^2\to \mathbb R$ defined as $$ f(x,y)=\begin{cases} \|(x,y)\|^2\sin(1/\|(x,y)\|) & (x,y)\neq0 \\ 0 & (x,y) =0\\ \end{cases}$$ I am trying to get a ...
laikaka's user avatar
  • 41
0 votes
1 answer
78 views

Difficult on integration the normalization of a piecewise function

I have a little problem; I have defined the following Piecewise-function in the variables {x,L,w}: f[x_, L_, w_] := Piecewise[{{x w (L - x), 0 <= x <= L}}]; ...
Lorenzo Bagnasacco's user avatar
1 vote
1 answer
142 views

Strange behaviour in derivative of Floor function

The function Floor[x] is piecewise constant, hence its derivatives should be piecewise zero. This is far from true in Mathematica In[497]:= $Version Out[497]= "10.1.0 for Microsoft Windows (64-...
Dr. Wolfgang Hintze's user avatar
0 votes
1 answer
1k views

Finding the tangent to a piecewise function

I'm new to Mathematica and I am trying to calculate the expression of the tangent to the curve ...
NATALIA NAVEA's user avatar
1 vote
1 answer
143 views

Cross-sections of a revolutionplot3D of a piece-wise function

I trying to get multiple cross-sections of a revolution plot I made from a piece-wise function. The end goal would be to calculate integrals underneath those cross-sections. my code looks like this: <...
user 3 50's user avatar
  • 157
2 votes
2 answers
1k views

Piecewise Integration

I am trying to integrate a piecewise defined function twice. It represents the acceleration of a projectile. I am obtaining it's position as a function of time if it starts from rest at the ground, ...
Grant Moore's user avatar