MHB Piecewise-defined Function....1

  • Thread starter Thread starter mathdad
  • Start date Start date
AI Thread Summary
A piecewise-defined function consists of different expressions based on the input value of x, as demonstrated by the function y(x) = {x^3 for x ≤ 0, |x| for x > 0}. To find the x-intercept, set y = 0 and solve for x, which yields x = 0 in this case. The y-intercept is also found at the origin, where y(0) = 0. The absolute value function is only applicable for positive x values, confirming that the only intercept for this piecewise function is at the origin. Understanding piecewise functions involves recognizing how different rules apply to different intervals of x.
mathdad
Messages
1,280
Reaction score
0
Can someone explain what exactly is a piecewise-defined function? How do we find the x and y intercepts of a piecewise-defined function?

y = x^3 if x is < or = 0...this is the upper piece

y = | x | if x > 0...this is the bottom piece
 
Mathematics news on Phys.org
RTCNTC said:
Can someone explain what exactly is a piecewise-defined function? How do we find the x and y intercepts of a piecewise-defined function?

y = x^3 if x is < or = 0...this is the upper piece

y = | x | if x > 0...this is the bottom piece

The given function is:

$$y(x)=\begin{cases}x^3, & x\le0 \\[3pt] |x|, & 0<x \\ \end{cases}$$

This tells us that on the interval $(-\infty,0]$, we have:

$$y(x)=x^3$$

And on the interval $(0,\infty)$, we have:

$$y(x)=|x|$$

Finding the intercepts is done the same way as for "ordinary" functions. To find the $x$-intercept(s), we set $y=0$ and solve for $x$, and to find the $y$-intercepts we take the point $(0,y(0))$. What are the intercepts for the given piecewise-defined function?
 
y = {x}^{3}, when x = 0, y = 0.

0 = {x}^{3}, we take the cube root on both sides and get x = 0 and y = 0.

y = |0|, when x = 0, y = 0.

For 0 = |x|, do I square both sides?
 
RTCNTC said:
y = {x}^{3}, when x = 0, y = 0.

0 = {x}^{3}, we take the cube root on both sides and get x = 0 and y = 0.

y = |0|, when x = 0, y = 0.

For 0 = |x|, do I square both sides?

We see that by the definition of the function, when $x=0$, then we have only $y(0)=0^3=0$. The absolute value piece is only defined for $0<x$. So, the $y$ intercept is at the origin, and this is the only place where $y=0$, and so the only intercept is at the origin. :D
 
I am going to post a few more similar questions. I am not too clear in terms of y = |x|.
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Is it possible to arrange six pencils such that each one touches the other five? If so, how? This is an adaption of a Martin Gardner puzzle only I changed it from cigarettes to pencils and left out the clues because PF folks don’t need clues. From the book “My Best Mathematical and Logic Puzzles”. Dover, 1994.
Back
Top