# Mathober2023_Power

# CurvingPower

For the 27th  Prompt Of Mathober: **Power.** Curves will be coded via **Tixyland & SonicPi.** The name of the piece will be  ***CurvingPowers***

## **Power in Progress**

Equations for the power and its effect on the curve  are

```javascript
//power usage 1
Math.tan(y/x+t/i)+Math.cos(y/Math.pow(y/x,t))

//power usage 2
Math.pow(y/x+t/i,Math.tan(t/x))+Math.cos(y/Math.pow(y/x,t))

```

## Poem

```javascript
Partially Slanted
These are The Paths It was Handed
Turning and Twisting
Coexisting and insisting
To be partially Slanted
Slanted to Curves
Pacing to the Words
That Gives Flight
Delight
Like Flight to The Birds
```

##   
Video

<iframe width="560" height="315" src="https://www.youtube.com/embed/PGBS4Xe-jIQ?si=CBehkx-aL_Im4elE"></iframe>
