How to draw large curly brackets?

  • MHB
  • Thread starter alexmahone
  • Start date
In summary, to draw large curly brackets, first draw a straight vertical line and then add a horizontal line, a diagonal line, and another horizontal line to create the shape. A curly bracket is used to indicate a set of numbers or expressions, while a brace is used to group terms in an equation. To make the brackets symmetrical, draw a mirror image of the first diagonal line. You can also draw curly brackets in other directions. Most computer programs have shortcuts for inserting curly brackets, such as "Ctrl + Shift + {" in Microsoft Word and "\left\{" and "\right\}" in LaTeX. These shortcuts can save time and make it easier to insert curly brackets in your work.
  • #1
alexmahone
304
0
How can I write "g(x) = x if x >= 0 and g(x) = -x for x < 0" on 2 lines using large curly brackets?
 
Physics news on Phys.org
  • #2
Alexmahone said:
How can I write "g(x) = x if x >= 0 and g(x) = -x for x < 0" on 2 lines using large curly brackets?

If I understand your question correctly you mean (maybe) this(?):

$ g(x) = \left\{ \begin{array}{rcl} x\ &if& \ x\geq 0 \\ -x\ &if& \ x<0\end{array} \right. $
 
  • #3
That's exactly what I meant. Thanks!
 
  • #4
There is also a more specialized cases environment:
$\begin{cases}
x&\text{if }x\ge0\\
-x&\text{if }x<0
\end{cases}$
 
  • #5


To draw large curly brackets, you can use a graphics software or a mathematical typesetting software such as LaTeX. In LaTeX, you can use the command \left\{ and \right\} to create large curly brackets. For example, \left\{g(x) = x \quad \text{if} \quad x \geq 0 \right\} and \left\{g(x) = -x \quad \text{if} \quad x < 0 \right\} will create two lines of large curly brackets for the equation g(x) = x if x >= 0 and g(x) = -x for x < 0.

Alternatively, you can also use a drawing tool to manually create large curly brackets. Simply draw a vertical line and then add a series of curved lines connecting the top and bottom of the vertical line, creating the curly bracket shape.

As for writing the equation on two lines using large curly brackets, you can use the same method as above or simply write it as:

g(x) = \begin{cases} x & \text{if } x \geq 0 \\ -x & \text{if } x < 0 \end{cases}

This notation is commonly used in mathematics to represent a piecewise function, such as the one given in the question.
 

FAQ: How to draw large curly brackets?

How do I draw large curly brackets?

To draw large curly brackets, start by drawing a straight vertical line. Then, draw a horizontal line extending from the top of the vertical line. From the end of the horizontal line, draw a diagonal line connecting to the bottom of the vertical line. Finally, draw another horizontal line from the bottom of the diagonal line to the starting point of the vertical line. This will create a large curly bracket shape.

What is the difference between a curly bracket and a brace?

In mathematical notation, a curly bracket is used to indicate a set of numbers or expressions, while a brace is used to group multiple terms in an equation. However, in most other contexts, the terms curly bracket and brace can be used interchangeably to refer to the same symbol ({ }).

How can I make my large curly brackets symmetrical?

To make your large curly brackets symmetrical, start by drawing a vertical line. Then, draw a horizontal line extending from the top of the vertical line. From the end of the horizontal line, draw a diagonal line connecting to the bottom of the vertical line. Next, draw the mirror image of the first diagonal line on the other side of the vertical line. Finally, connect the two diagonal lines with a horizontal line at the bottom to complete the symmetrical curly bracket.

Can I draw large curly brackets in other directions?

Yes, large curly brackets can be drawn in any direction. To draw a curly bracket facing right, start by drawing a horizontal line. Then, draw a vertical line extending from the end of the horizontal line. From the top of the vertical line, draw a diagonal line connecting back to the end of the horizontal line. Finally, draw another vertical line from the bottom of the diagonal line to the starting point of the horizontal line. This will create a large curly bracket facing right.

Is there a shortcut for drawing large curly brackets?

Yes, most computer programs and software have a shortcut for inserting large curly brackets. In Microsoft Word, for example, you can press "Ctrl + Shift + {" to insert a large curly bracket. In LaTeX, you can use the command "\left\{" to insert a large curly bracket and "\right\}" to close it. These shortcuts can save time and make it easier to insert large curly brackets in your work.

Similar threads

Replies
1
Views
829
Replies
6
Views
2K
Replies
2
Views
1K
Replies
2
Views
1K
Replies
7
Views
3K
Replies
4
Views
2K
Back
Top