How Do I Find the Y-int of a Curved Waveform?

  • Thread starter Thread starter Meadman23
  • Start date Start date
AI Thread Summary
To find the y-intercept of a curved waveform, it's essential to analyze the segments of the waveform separately. The discussion highlights confusion regarding the y-intercept since the waveform does not cross the y-axis in the specified range. Instead, participants suggest focusing on finding the maximum y-value or the equations for different segments of the waveform. By determining the slope and using point-slope form, the equation for the segment from x = 4 to x = 5 is derived as y = x. Overall, the analysis emphasizes breaking down the waveform into its components to find the appropriate equations for each section.
Meadman23
Messages
43
Reaction score
0

Homework Statement



If I have a waveform that looks like it does in the attached picture, how can I figure out the y-int at the point where the line curves like triangle?



The Attempt at a Solution



This is confusing to me because I can figure out the slope of the triangle, but I don't see how there is a yint since the part of the form from x = 4 to x = 6 does not cross the y-axis.
 

Attachments

  • df.JPG
    df.JPG
    5.1 KB · Views: 525
Physics news on Phys.org
Why do you want to find the y-intercept?

Are you sure you don't want to find y-max?
 
I figured that's the way I could solve for the function of this waveform.


That is, I could find the function of the part of the wave

1. from x = 0 to x = 4

2. from x = 4 to x = 5

3. from x = 5 to x = 6

Then, after I've deduced the correct functions that define each of the 3 parts of the waveform, I'd just add them up.

So, in my mind, since (2) is a slanted line, it must have an equation of the form y = mx+ b. m would simply be equal to [5-4]/[5-4] =1, but I don't see how I could get b.
 
To get the equation of the part of the waveform between x = 4 and x = 5, use the slope you found (1) and a point on the line. One of these appears to be (4, 4).

The point-slope form of the equation of a line gives y - 4 = 1(x - 4), which simplifies to y = x.

The point-slope form is:

Given a line with slope m, that passes through the point (x0, y0), the equation of the line is

y - y0 = m(x - x0)
 
Okay, let me see if I get this right.

1. The slope of (1) is [4-0]/[4-0] = 1

2. Using this slope and the point (4,4) and plugging it into the y - y0 = m(x - x0) equation yields :

y - 4 = 1(x - 4) -> y - 4 = x -4 -> y = x

3. From this, my equation for (2) is then shown to be y = x?
 
It's y = x for 4 ≤ x ≤ 5. The formula is valid on that interval. Other intervals have different formulas.
 
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top